Skip to content

Instantly share code, notes, and snippets.

@eran3d
Last active February 6, 2019 22:47
Show Gist options
  • Save eran3d/61018abb8d7736a0a380fa9fda20c6f9 to your computer and use it in GitHub Desktop.
Save eran3d/61018abb8d7736a0a380fa9fda20c6f9 to your computer and use it in GitHub Desktop.
xcodegen template
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