Skip to content

Instantly share code, notes, and snippets.

@brentkastner
Created July 28, 2019 22:45
Show Gist options
  • Save brentkastner/3c2f7f1aef8d5ab049a4d6960d163d78 to your computer and use it in GitHub Desktop.
Save brentkastner/3c2f7f1aef8d5ab049a4d6960d163d78 to your computer and use it in GitHub Desktop.
{
"ios": {
"release": {
"codeSignIdentity": "iPhone Distribution",
"developmentTeam": "YOUR_TEAM_ID",
"packageType": "app-store",
"provisioningProfile": "YOUR_PROVISIONING_PROFILE_GUID",
"buildFlag": [
"EMBEDDED_CONTENT_CONTAINS_SWIFT = YES",
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO",
"LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\"",
"-UseModernBuildSystem=0"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment