From 27df07239564c9c9256d9e1d8d42133ffbfc2a87 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Mon, 27 Jul 2015 10:29:15 -0700 Subject: [PATCH] Revert switch to localhost code location --- Examples/HybridMobileDeployCompanion/iOS/AppDelegate.m | 4 ++-- 1 file changed, 2 insertions(+), 2 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"