This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Examples/HybridMobileDeployCompanion/iOS Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
33
33
* on the same Wi-Fi network.
34
34
*/
35
35
36
- jsCodeLocation = [NSURL URLWithString: @" http://localhost:8081/index.ios.bundle" ];
36
+ // jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
37
37
38
38
/* *
39
39
* OPTION 2
@@ -45,7 +45,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
45
45
* see http://facebook.github.io/react-native/docs/runningondevice.html
46
46
*/
47
47
48
- // jsCodeLocation = [HybridMobileDeploy getBundleUrl];
48
+ jsCodeLocation = [HybridMobileDeploy getBundleUrl ];
49
49
50
50
RCTRootView *rootView = [[RCTRootView alloc ] initWithBundleURL: jsCodeLocation
51
51
moduleName: @" HybridMobileDeployCompanion"
Original file line number Diff line number Diff line change 39
39
<key >NSLocationWhenInUseUsageDescription </key >
40
40
<string ></string >
41
41
<key >CodePushDeploymentKey </key >
42
- <string >b6883b8f-3e7b-4e48-98b1-ec509dc22aaa </string >
42
+ <string >deployment-key-here </string >
43
43
<key >CodePushServerUrl </key >
44
- <string >http://ryuyu-test.azurewebsites.net/ </string >
44
+ <string >server-url-here </string >
45
45
</dict >
46
46
</plist >
You can’t perform that action at this time.
0 commit comments