rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
264 stars 63 forks source link

Fix/Third party keys management #51

Closed glm4 closed 7 years ago

glm4 commented 7 years ago
  1. Improved Third party keys management.
    • Added Post-action script to copy the keys file to the project without adding a reference.
    • Fixed example keys file structure.
    • Changed ConfigurationManager .getValue: method to provide better feedback in case of error.
    • Updated Readme to reflect current changes.