Created
May 31, 2017 14:19
-
-
Save odra/b947329c10a206c20d366b585f63d907 to your computer and use it in GitHub Desktop.
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
{ | |
"ios": { | |
"debug": { | |
"codeSignIdentity": "iPhone Developer", | |
"developmentTeam": "FG35JLLMXX4A", | |
"packageType": "development", | |
"buildFlag": [ | |
"EMBEDDED_CONTENT_CONTAINS_SWIFT = YES", | |
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO", | |
"LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\"" | |
] | |
}, | |
"release": { | |
"codeSignIdentity": "iPhone Developer", | |
"developmentTeam": "FG35JLLMXX4A", | |
"packageType": "app-store", | |
"buildFlag": [ | |
"EMBEDDED_CONTENT_CONTAINS_SWIFT = YES", | |
"ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO", | |
"LD_RUNPATH_SEARCH_PATHS = \"@executable_path/Frameworks\"" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment