rootstrap / ios-base

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

Secrets manangement using xcconfig files #203

Closed glm4 closed 1 year ago

glm4 commented 1 year ago

Based on the Xcode Cloud explorations and a discussion with @kstoletniy on Slack, we are willing to test a new approach for Secrets management.

This is using xcconfig files, and custom scripts which are compatible with Xcode local, Xcode Cloud, and other CI/CD platforms.

More information on xcconfig files, Xcode Cloud custom env variables and, custom scripts on Xcode Cloud workflows.