From b3c72a563202af7ee7b7ac6c44da1d5695a796ae Mon Sep 17 00:00:00 2001 From: Will Ngo Date: Thu, 15 Oct 2015 14:38:23 -0700 Subject: [PATCH] Fix command to re-generate the static bundle in Examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Updated the commands provided in the comments to re-generate the static bundle in the Movies and UIExplorer examples, making them match the URL used in `sourceURL` while in dev mode. Closes https://github.com/facebook/react-native/pull/3132 Reviewed By: @​svcscm Differential Revision: D2547140 Pulled By: @vjeux fb-gh-sync-id: 450049d3c3d4eb9919d0a3a6bd6c611e90d0f958 --- Examples/UIExplorer/UIExplorer/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/UIExplorer/UIExplorer/AppDelegate.m b/Examples/UIExplorer/UIExplorer/AppDelegate.m index 1d0d0079cf..c2ad2acfba 100644 --- a/Examples/UIExplorer/UIExplorer/AppDelegate.m +++ b/Examples/UIExplorer/UIExplorer/AppDelegate.m @@ -66,7 +66,7 @@ * Load from pre-bundled file on disk. To re-generate the static bundle, `cd` * to your Xcode project folder and run * - * $ curl 'http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.bundle' -o main.jsbundle + * $ curl 'http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.bundle?platform=ios' -o main.jsbundle * * then add the `main.jsbundle` file to your project and uncomment this line: */