Created
July 28, 2019 22:45
-
-
Save brentkastner/3c2f7f1aef8d5ab049a4d6960d163d78 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"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