- Switched dependencies for the keychain, should fix m-class OS issues . [tritter]
- Fixed Keys.m generation when there are empty-string keys. [rogerluan]
- Revised template which doesn't allow for secrets to appear in the binaries in modern Xcode builds. [ashfurrow]
- Add the ability to manually specify keys when running
pod keys generate
. [fwal]
- Fix keys not recorded in YML on first run. [ileitch]
- Makes list of keys unique on the yaml file [leoformaggio]
- Handles more CIs [SlaunchaMan]
??
- Sets a minimum iOS target of 8.0 [orta]
- Handles more CI types [m-ruhl]
- Handles casing correctly in generated key names [breaking] [marcelofabri]
- Adds Nullability notations to default erb template [Skogetroll]
- Use properties for accessing key values instead of functions [breaking, for swift] [Skogetroll]
- Don't ask for keys on the command line when running on CI. [dantoml]
- Fixes undefined method '*' for nil:NilClass issue on first run [rpassis]
- Uses CocoaPods 0.37's pre-install plugins hooks, this fixes issues with migrations to 1.0 [orta]
- Adds
export
command to export keys in consumable way [ashfurrow]
- Don't ask for input in CI [x2on]
- Fix for first run crash [segiddins]
- Support .env files [x2on]
- Minor error handling improvements [orta]
- Don't create a shared scheme for Keys [orta]
- Adds support for ENV VAR based keys, this makes CI much easier to work with [alloy, orta]
- Use relative paths for generated Podspec [segiddins]
- Fix for accidental
ui puts
crash [eliesoueidy]
- Support for not including keys in Podfile [ashfurrow]
- Support for correctly scoping Keys to a target [orta]
- Support CocoaPods 0.37+ via CocoaPods development Pods [orta]
- Don't integrate in a project unless keys is declared in the
plugin
[orta]
- Support both :key and "key" in user settings [alloy]
- Use ERB templates for the .m & .h [lyricsboy]
- Frameworks support [ashfurrow]