Skip to content

Instantly share code, notes, and snippets.

@therabbitwindfall
Created July 13, 2015 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save therabbitwindfall/4a522a480ab2c5f97d33 to your computer and use it in GitHub Desktop.
Save therabbitwindfall/4a522a480ab2c5f97d33 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>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>https://dl.dropboxusercontent.com/s/as97897cxv9sd/myApplication.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>needs-shine</key>
<false/>
<key>url</key>
<string>https://dl.dropboxusercontent.com/s/as9as33rcxv9sd/iTunesArtwork.png</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>needs-shine</key>
<false/>
<key>url</key>
<string>https://dl.dropboxusercontent.com/s/342fsdzcxv4/x72.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>com.awesomeapp.donewith.adobeair</string>
<key>kind</key>
<string>software</string>
<key>subtitle</key>
<string>my awesome app</string>
<key>title</key>
<string>my awesomeapp</string>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment