Skip to content

Instantly share code, notes, and snippets.

@sandeeplearner
Created December 2, 2017 23:03
Show Gist options
  • Save sandeeplearner/52d12fd43ba15596a8af94ab2f2ddacb to your computer and use it in GitHub Desktop.
Save sandeeplearner/52d12fd43ba15596a8af94ab2f2ddacb to your computer and use it in GitHub Desktop.
Example of ExportOptions.plist
<?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>app-store</string>
<key>provisioningProfiles</key>
<dict>
<key>your_apps_bundle_id</key>
<string>Provisioning_profile_id_you_just_copied</string>
</dict>
<key>signingStyle</key>
<string>manual</string>
<key>teamID</key>
<string>Your_team_id</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment