Skip to content

Instantly share code, notes, and snippets.

@railson-ferreira
Last active July 2, 2024 13:55
Show Gist options
  • Select an option

  • Save railson-ferreira/044bc0b6c0763bbfa97aca4ec9b489cd to your computer and use it in GitHub Desktop.

Select an option

Save railson-ferreira/044bc0b6c0763bbfa97aca4ec9b489cd to your computer and use it in GitHub Desktop.
ExportOptions.plist Example
<?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>method</key>
<string>app-store</string> <!-- app-store, ad-hoc, enterprise, development -->
<key>teamID</key>
<string>{TEAM_ID}</string>
<key>provisioningProfiles</key>
<dict>
<key>{APP_ID}</key>
<string>{PROVISIONING_PROFILE}</string>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment