Improve ios offline build instructions

Summary: Closes https://github.com/facebook/react-native/pull/5626

Reviewed By: svcscm

Differential Revision: D2881020

Pulled By: androidtrunkagent

fb-gh-sync-id: 7f472d554a334f39c4b85ccfa4db81b7c3f41d38
This commit is contained in:
Harry Moreno 2016-01-29 14:26:44 -08:00 committed by facebook-github-bot-0
parent 8a10fc629a
commit 8b7671a31a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ When you run your app on device, we pack all the JavaScript code and the images
1. Open `AwesomeApp/ios/AwesomeApp/AppDelegate.m`
2. Uncomment `jsCodeLocation = [[NSBundle mainBundle] ...`
3. The JS bundle will be built for dev or prod depending on your app's scheme (Debug = development build with warnings, Release = minified prod build with perf optimizations).
3. The JS bundle will be built for dev or prod depending on your app's scheme (Debug = development build with warnings, Release = minified prod build with perf optimizations). To change the scheme navigate to `Product > Scheme > Edit Scheme...` in xcode and change `Build Configuration` between `Debug` and `Release`.
## Disabling in-app developer menu