From bc697875769caa91c7271a5506bb5a8a73ccab91 Mon Sep 17 00:00:00 2001 From: Pieter De Baets Date: Thu, 10 Sep 2015 14:41:16 +0100 Subject: [PATCH] Use new packager URL in e2e test --- local-cli/generator-ios/templates/app/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/generator-ios/templates/app/AppDelegate.m b/local-cli/generator-ios/templates/app/AppDelegate.m index 49055c198..3f96e60fe 100644 --- a/local-cli/generator-ios/templates/app/AppDelegate.m +++ b/local-cli/generator-ios/templates/app/AppDelegate.m @@ -31,7 +31,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?platform=ios&dev=true"]; /** * OPTION 2