mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-26 23:30:49 +08:00
readme modifications, removed copyrights, fixed issue with install update test
This commit is contained in:
11
README.md
11
README.md
@@ -10,7 +10,16 @@ Running the Example
|
||||
* Start the CodePush server with `gulp serve`, after installing the prerequisites described in the [project readme](https://github.com/Microsoft/hybrid-mobile-deploy/blob/master/README.md)
|
||||
* From the root of this project, run `npm install`
|
||||
* `cd` into `Examples/CodePushDemoApp`
|
||||
* Open `index.ios.js` and add a deployment key (generate one using the UI at http://localhost:4000/)
|
||||
* From this demo app folder, run `npm install`
|
||||
* Open `Info.plist` and fill in the values for CodePushDeploymentKey and CodePushServerUrl
|
||||
* Run `npm start` to launch the packager
|
||||
* Open `CodePushDemoApp.xcodeproj` in Xcode
|
||||
* Launch the project
|
||||
|
||||
Running Tests
|
||||
---
|
||||
|
||||
* Open `CodePushDemoApp.xcodeproj` in Xcode
|
||||
* Navigate to the test explorer (small grey diamond near top left)
|
||||
* Click on the 'play' button next to CodePushDemoAppTests
|
||||
* After the tests are completed, green ticks should appear next to the test cases to indicate success
|
||||
Reference in New Issue
Block a user