mirror of
https://github.com/permissionlesstech/bitchat.git
synced 2026-07-24 22:25:18 +00:00
* Create configs files with basic settings populated * Add Configs and set the global Debug/Release settings * Update build settings to be read from the configs * Remove `xcodegen`’s `project.yml` * Configurable and dynamic bundle and group ids * Simplified local development with custom Team IDs
5 lines
93 B
Plaintext
5 lines
93 B
Plaintext
#include "Release.xcconfig"
|
|
|
|
// Optional include of local configs
|
|
#include? "Local.xcconfig"
|