Merge pull request #2709 from negativetwelve/missing-platform

[iOS] Add missing platform param for the movies app

This has already been done internally but messed up with the Android export.
This commit is contained in:
Martin Konicek 2015-09-15 22:23:03 +01:00
commit ffe20480e4
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
* on the same Wi-Fi network.
*/
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/Examples/Movies/MoviesApp.ios.includeRequire.runModule.bundle"];
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/Examples/Movies/MoviesApp.ios.bundle?platform=ios&dev=true"];
/**
* OPTION 2