Remove todo from docs (#997)

* Remove todo from docs

* Fix inconsistent lines in docs
This commit is contained in:
Ruslan Bikkinin
2017-09-13 15:37:08 +01:00
committed by Sergey Akhalkov
parent 5e332bbe83
commit 638025a673
2 changed files with 3 additions and 3 deletions

View File

@@ -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: