README.md in cocoapods-keys-2.2.1 vs README.md in cocoapods-keys-2.3.0
- old
+ new
@@ -1,11 +1,15 @@
-![Build Status](https://travis-ci.org/orta/cocoapods-keys.svg)
+[![Build Status](https://travis-ci.org/orta/cocoapods-keys.svg?branch=master)](https://travis-ci.org/orta/cocoapods-keys)
A key value store for enviroment and application keys.
Its good security practice to keep production keys out of developer hands. CocoaPods-keys makes it easy to have per-user config settings stored securely in the developer's keychain, and not in the application source. It is a plugin that once installed will run on every `pod install` or `pod update`.
+## Alternatives
+
+CocoaPods Keys has had a great run since its creation in 2014, and still works perfectly fine today. If you're interested in a fresh re-think of the concept, check out https://github.com/rogerluan/arkana
+
## Requirements
Requires CocoaPods 0.36+
## Installation
@@ -32,9 +36,12 @@
"HockeyBetaSecret",
"MixpanelProductionAPIClientKey",
...
]}
```
+> Please do not use dash in key names ([Reason why here in this issue #197](https://github.com/orta/cocoapods-keys/issues/197)).
+>
+> For example convert any key like this `WRONGLY-DEFINED-KEY` to `CorrectlyDefinedKey`.
Then running `pod install` will prompt for the keys not yet set and you can ensure everyone has the same setup.
## Alternative Usage