Skip to content

Commit

Permalink
Merge pull request facebook#2630 from javache/fix-e2e
Browse files Browse the repository at this point in the history
Use new packager URL in e2e test
  • Loading branch information
javache committed Sep 10, 2015
2 parents 19e421a + bc69787 commit 5ac1c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local-cli/generator-ios/templates/app/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
* on the same Wi-Fi network.
*/

jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];

/**
* OPTION 2
Expand Down

0 comments on commit 5ac1c26

Please sign in to comment.