Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b749242

Browse files
author
Will Anderson
committed
Add a note about semver to the readme
1 parent 4dfcea1 commit b749242

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Getting Started:
6666

6767
* Add the plugin to your app
6868
* Open your app's `Info.plist` and add a "CodePushDeploymentKey" entry with your app's deployment key
69+
* In your app's `Info.plist` make sure your "CFBundleShortVersionString" value is a valid [semver](http://semver.org/) version.
70+
6971
* To publish an update for your app, run `react-native bundle`, and then publish `iOS/main.jsbundle` using the CodePush CLI.
7072

7173
Running the Example

0 commit comments

Comments
 (0)