mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-05-20 04:11:39 +08:00
[Docs] Add demos links for mutideployment testing (#1121)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user