Created
July 29, 2019 13:19
-
-
Save rintoandrews90/57c0474ca4127365b992bf5a1bb1f5c1 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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>compileBitcode</key> | |
| <true/> | |
| <key>method</key> | |
| <string>development</string> | |
| <key>provisioningProfiles</key> | |
| <dict> | |
| <key>com.rinto.test</key> | |
| <string>RintoAndrewsTeam</string> | |
| </dict> | |
| <key>signingCertificate</key> | |
| <string>iPhone Developer</string> | |
| <key>signingStyle</key> | |
| <string>manual</string> | |
| <key>stripSwiftSymbols</key> | |
| <true/> | |
| <key>teamID</key> | |
| <string>XYBCD</string> | |
| <key>thinning</key> | |
| <string><none></string> | |
| </dict> | |
| </plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment