Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 8ee234e

Browse files
committed
removed deployment key and serverurl from info.plist
1 parent bd41824 commit 8ee234e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3333
* on the same Wi-Fi network.
3434
*/
3535

36-
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
36+
//jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
3737

3838
/**
3939
* OPTION 2
@@ -45,7 +45,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
4545
* see http://facebook.github.io/react-native/docs/runningondevice.html
4646
*/
4747

48-
//jsCodeLocation = [HybridMobileDeploy getBundleUrl];
48+
jsCodeLocation = [HybridMobileDeploy getBundleUrl];
4949

5050
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
5151
moduleName:@"HybridMobileDeployCompanion"

Examples/HybridMobileDeployCompanion/iOS/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<key>NSLocationWhenInUseUsageDescription</key>
4040
<string></string>
4141
<key>CodePushDeploymentKey</key>
42-
<string>b6883b8f-3e7b-4e48-98b1-ec509dc22aaa</string>
42+
<string>deployment-key-here</string>
4343
<key>CodePushServerUrl</key>
44-
<string>http://ryuyu-test.azurewebsites.net/</string>
44+
<string>server-url-here</string>
4545
</dict>
4646
</plist>

0 commit comments

Comments
 (0)