From 638025a67383b32ce44ed0e0ff84696e2d56960e Mon Sep 17 00:00:00 2001 From: Ruslan Bikkinin Date: Wed, 13 Sep 2017 15:37:08 +0100 Subject: [PATCH] Remove todo from docs (#997) * Remove todo from docs * Fix inconsistent lines in docs --- docs/setup-android.md | 4 ++-- docs/setup-ios.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup-android.md b/docs/setup-android.md index f07249c..ffbfb93 100644 --- a/docs/setup-android.md +++ b/docs/setup-android.md @@ -186,9 +186,9 @@ public class MainApplication extends Application { In order to effectively make use of the `Staging` and `Production` deployments that were created along with your CodePush app, refer to the [multi-deployment testing](../README.md#multi-deployment-testing) docs below before actually moving your app's usage of CodePush into production. -#### Code Signing +#### Code Signing setup - Starting with version TODO you can self sign bundles during release and verify its signature before installation of update. For more info about Code Signing please refer to [relevant code-push documentation section](https://github.com/Microsoft/code-push/tree/master/cli#code-signing). In order to use Public Key for Code Signing you need to do following steps: +Starting with CLI version **2.1.0** you can self sign bundles during release and verify its signature before installation of update. For more info about Code Signing please refer to [relevant code-push documentation section](https://github.com/Microsoft/code-push/tree/master/cli#code-signing). In order to use Public Key for Code Signing you need to do following steps: 1. Add `CodePushPublicKey` string item to `/path_to_your_app/android/app/src/main/res/values/strings.xml`. It may looks like this: diff --git a/docs/setup-ios.md b/docs/setup-ios.md index 4fe6b5f..806d7c0 100644 --- a/docs/setup-ios.md +++ b/docs/setup-ios.md @@ -160,7 +160,7 @@ Before doing anything, please [read the docs][ats] first. ### Code Signing setup -Since version TODO you can self sign bundles during release and verify its signature before installation of update. For more info about Code Signing please refer to [relevant code-push documentation section](https://github.com/Microsoft/code-push/tree/master/cli#code-signing). +Starting with CLI version **2.1.0** you can self sign bundles during release and verify its signature before installation of update. For more info about Code Signing please refer to [relevant code-push documentation section](https://github.com/Microsoft/code-push/tree/master/cli#code-signing). In order to configure Public Key for bundle verification you need to add record in `Info.plist` with name `CodePushPublicKey` and string value of public key content. Example: