From 8ee234e5891305e0d6a4f6127dcd385ca1a7b794 Mon Sep 17 00:00:00 2001 From: kg422 Date: Thu, 13 Aug 2015 13:19:18 -0700 Subject: [PATCH] removed deployment key and serverurl from info.plist --- Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m | 4 ++-- Examples/HybridMobileDeployCompanion/iOS/Info.plist | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m b/Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m index 4329c80..a39a908 100644 --- a/Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m +++ b/Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m @@ -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" diff --git a/Examples/HybridMobileDeployCompanion/iOS/Info.plist b/Examples/HybridMobileDeployCompanion/iOS/Info.plist index ffa93b6..20d5f27 100644 --- a/Examples/HybridMobileDeployCompanion/iOS/Info.plist +++ b/Examples/HybridMobileDeployCompanion/iOS/Info.plist @@ -39,8 +39,8 @@ NSLocationWhenInUseUsageDescription CodePushDeploymentKey - b6883b8f-3e7b-4e48-98b1-ec509dc22aaa + deployment-key-here CodePushServerUrl - http://ryuyu-test.azurewebsites.net/ + server-url-here