Skip to content

Instantly share code, notes, and snippets.

@Leandros
Last active October 29, 2015 09:06
Show Gist options
  • Save Leandros/8185050af4112f71346b to your computer and use it in GitHub Desktop.
Save Leandros/8185050af4112f71346b to your computer and use it in GitHub Desktop.
Default 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>method</key>
<string>app-store</string>
<key>uploadSymbols</key>
<true/>
<key>uploadBitcode</key>
<true/>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment