diff --git a/.DS_Store b/.DS_Store index 780ce3d..7957ceb 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Nexacro17/.DS_Store b/Nexacro17/.DS_Store index 4fe11af..52f8bf1 100644 Binary files a/Nexacro17/.DS_Store and b/Nexacro17/.DS_Store differ diff --git a/NexacroN/.DS_Store b/NexacroN/.DS_Store index efb0813..b470b37 100644 Binary files a/NexacroN/.DS_Store and b/NexacroN/.DS_Store differ diff --git a/NexacroN/Android/.DS_Store b/NexacroN/Android/.DS_Store index 8344f90..6e26c84 100644 Binary files a/NexacroN/Android/.DS_Store and b/NexacroN/Android/.DS_Store differ diff --git a/NexacroN/Android/nexacroApp/.DS_Store b/NexacroN/Android/nexacroApp/.DS_Store index aee1e99..d644e08 100644 Binary files a/NexacroN/Android/nexacroApp/.DS_Store and b/NexacroN/Android/nexacroApp/.DS_Store differ diff --git a/NexacroN/Android/nexacroApp/app/.DS_Store b/NexacroN/Android/nexacroApp/app/.DS_Store index fd11cfc..18e21f1 100644 Binary files a/NexacroN/Android/nexacroApp/app/.DS_Store and b/NexacroN/Android/nexacroApp/app/.DS_Store differ diff --git a/NexacroN/Android/nexacroApp/app/src/main/java/com/example/nexacroapp/MainActivity.java b/NexacroN/Android/nexacroApp/app/src/main/java/com/example/nexacroapp/MainActivity.java index 6931793..e59676f 100644 --- a/NexacroN/Android/nexacroApp/app/src/main/java/com/example/nexacroapp/MainActivity.java +++ b/NexacroN/Android/nexacroApp/app/src/main/java/com/example/nexacroapp/MainActivity.java @@ -13,8 +13,8 @@ public class MainActivity extends NexacroUpdatorActivity { public MainActivity() { super(); - setProjectURL("http://your project url"); - setBootstrapURL("http://your bootstrap url/start_android.json"); + setProjectURL("http://smart.tobesoft.co.kr/techService/NexacroN/13_sinwon/start_android.json"); + setBootstrapURL("http://smart.tobesoft.co.kr/techService/NexacroN/13_sinwon/"); // Default startupClass is NexacroActivity.class for NexacroView // setStartupClass(UserCustomActivity.class); @@ -28,8 +28,8 @@ public class MainActivity extends NexacroUpdatorActivity { @Override public void onCreate(Bundle savedInstanceState) { // updatetype : server 인 경우에만 아래 주석제거, 기본값은 false 임(update / local ) - //NexacroResourceManager.createInstance(this); //NexacroResourceManager.getInstance().setDirect(true); + //NexacroResourceManager.createInstance(this); Intent intent = getIntent(); if(intent != null) { diff --git a/README.md b/README.md index 8ccc96d..f3d09d0 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ - 버전표시 및 초기 환경세팅 메뉴얼 -| 넥사크로 | Android | iOS | 환경세팅 방법 | -|:---:|:---:|:---:| :---: | -| NexacroN_V24| 프로토타입 | 프로토타입 | 미정 | -| NexacroN | 21.0.0.1500 | 21.0.0.1500 | [링크](http://docs.tobesoft.com/deployment_guide_nexacro_n_ko) | -| Nexacro17 | 17.1.3.1600 | 17.1.3.1600 | [링크](http://docs.tobesoft.com/deployment_guide_nexacro_17_ko) | -| Nexacro14 | 14.0.1.4202 | 14.0.1.4202 | [링크](http://docs.tobesoft.com/admin_guide_nexacro_14_ko) | +| 넥사크로 | 버전 | 프로젝트 환경세팅 메뉴얼 | 다운로드 링크 | +|:---:|:---:|:---:| :---:| +| NexacroN_V24| 프로토타입 | 미정 | 미정 | +| NexacroN | 21.0.0.1500 | [iOS](http://docs.tobesoft.com/deployment_guide_nexacro_n_ko/5399b11819414d63) [Android](http://docs.tobesoft.com/deployment_guide_nexacro_n_ko/025b427551db0227) | +| Nexacro17 | 17.1.3.1600 | [iOS](http://docs.tobesoft.com/deployment_guide_nexacro_17_ko/ec2dd89ca40d4062) [Android](http://docs.tobesoft.com/deployment_guide_nexacro_17_ko/2b1883770c2825aa) | +| Nexacro14 | 14.0.1.4202 | [iOS](http://docs.tobesoft.com/admin_guide_nexacro_14_ko/8663baa5befb4c45) [Android](http://docs.tobesoft.com/admin_guide_nexacro_14_ko/c337de75a92555ad) | - Nexacro14, Nexacro17, NexacroN, NexacroN_V24 전용 iOS & Android NRE 프로젝트 입니다.