Last active
February 6, 2019 22:47
-
-
Save eran3d/61018abb8d7736a0a380fa9fda20c6f9 to your computer and use it in GitHub Desktop.
xcodegen template
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "${project_name}" | |
options: | |
bundleIdPrefix: ink.jal | |
targets: | |
"${project_name}": | |
type: application | |
platform: iOS | |
deploymentTarget: "10.0" | |
sources: [Sources] | |
settings: | |
configs: | |
debug: | |
CUSTOM_BUILD_SETTING: my_debug_value | |
release: | |
CUSTOM_BUILD_SETTING: my_release_value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment