Fix example apps to use new packager paths

This commit is contained in:
Pieter De Baets
2015-09-04 03:21:58 -07:00
parent cc1a9fa3f3
commit 44fec06891
5 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@
* on the same Wi-Fi network.
*/
sourceURL = [NSURL URLWithString:@"http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.bundle?dev=true"];
sourceURL = [NSURL URLWithString:@"http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.bundle?platform=ios&dev=true"];
/**
* OPTION 2