removed deployment key and serverurl from info.plist

This commit is contained in:
kg422
2015-08-13 13:19:18 -07:00
parent bd4182413c
commit 8ee234e589
2 changed files with 4 additions and 4 deletions

View File

@@ -33,7 +33,7 @@
* on the same Wi-Fi network.
*/
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
//jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
/**
* OPTION 2
@@ -45,7 +45,7 @@
* see http://facebook.github.io/react-native/docs/runningondevice.html
*/
//jsCodeLocation = [HybridMobileDeploy getBundleUrl];
jsCodeLocation = [HybridMobileDeploy getBundleUrl];
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"HybridMobileDeployCompanion"

View File

@@ -39,8 +39,8 @@
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>CodePushDeploymentKey</key>
<string>b6883b8f-3e7b-4e48-98b1-ec509dc22aaa</string>
<string>deployment-key-here</string>
<key>CodePushServerUrl</key>
<string>http://ryuyu-test.azurewebsites.net/</string>
<string>server-url-here</string>
</dict>
</plist>