Skip to content

Instantly share code, notes, and snippets.

@moyhdezzamawl
Created May 4, 2021 21:15
Show Gist options
  • Save moyhdezzamawl/4c2a8950d9d24b3364e5e7a728604986 to your computer and use it in GitHub Desktop.
Save moyhdezzamawl/4c2a8950d9d24b3364e5e7a728604986 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>embedOnDemandResourcesAssetPacksInBundle</key>
<true/>
<key>method</key>
<string>ad-hoc</string>
<key>provisioningProfiles</key>
<dict>
<key>[BUNDLE_ID]</key>
<string>[PROFILE_NAME]</string>
</dict>
<key>signingCertificate</key>
<string>Apple Distribution</string>
<key>signingStyle</key>
<string>manual</string>
<key>stripSwiftSymbols</key>
<true/>
<key>teamID</key>
<string>[TEAM_ID]</string>
<key>thinning</key>
<string>[SPECIFY_THINNING]</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment