[Docs] Add demos links for mutideployment testing (#1121)

This commit is contained in:
Ruslan Bikkinin
2017-12-27 17:44:59 +03:00
committed by GitHub
parent 2a051e4fe3
commit aa14c1e9dc
3 changed files with 11 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
### iOS
> NOTE
>
> Complete demos configured with "multi-deployment testing" feature are [here]:
> * **without using cocoa pods**: [link](https://github.com/Microsoft/react-native-code-push/files/1259957/rncp976.copy.zip)
> * **using cocoa pods**: [link](https://github.com/Microsoft/react-native-code-push/files/1172217/rncp893.copy.zip)
Xcode allows you to define custom build settings for each "configuration" (e.g. debug, release), which can then be referenced as the value of keys within the `Info.plist` file (e.g. the `CodePushDeploymentKey` setting). This mechanism allows you to easily configure your builds to produce binaries, which are configured to synchronize with different CodePush deployments.
To set this up, perform the following steps: