mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-26 23:30:49 +08:00
Add a note about semver to the readme
This commit is contained in:
@@ -66,6 +66,8 @@ Getting Started:
|
||||
|
||||
* Add the plugin to your app
|
||||
* Open your app's `Info.plist` and add a "CodePushDeploymentKey" entry with your app's deployment key
|
||||
* In your app's `Info.plist` make sure your "CFBundleShortVersionString" value is a valid [semver](http://semver.org/) version.
|
||||
|
||||
* To publish an update for your app, run `react-native bundle`, and then publish `iOS/main.jsbundle` using the CodePush CLI.
|
||||
|
||||
Running the Example
|
||||
|
||||
Reference in New Issue
Block a user