Skip to content

Instantly share code, notes, and snippets.

@rintoandrews90
Created July 29, 2019 13:19
Show Gist options
  • Select an option

  • Save rintoandrews90/57c0474ca4127365b992bf5a1bb1f5c1 to your computer and use it in GitHub Desktop.

Select an option

Save rintoandrews90/57c0474ca4127365b992bf5a1bb1f5c1 to your computer and use it in GitHub Desktop.
<?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>&lt;none&gt;</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment