Skip to content

Instantly share code, notes, and snippets.

@aschenkel
Created May 29, 2020 14:02
Show Gist options
  • Save aschenkel/115a25c51f68492534725369410263a3 to your computer and use it in GitHub Desktop.
Save aschenkel/115a25c51f68492534725369410263a3 to your computer and use it in GitHub Desktop.
Example app 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>items</key>
<array>
<dict>
<key>assets</key>
<array>
<dict>
<key>kind</key>
<string>software-package</string>
<key>url</key>
<string>https://transfer.sh/ZkMa7/example.ipa</string>
</dict>
<dict>
<key>kind</key>
<string>full-size-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>https://raw.githubusercontent.com/Saleh7/ipa-install/master/Icon%402x.png</string>
</dict>
<dict>
<key>kind</key>
<string>display-image</string>
<key>needs-shine</key>
<true/>
<key>url</key>
<string>https://raw.githubusercontent.com/Saleh7/ipa-install/master/Icon.png</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>io.underscope.builds.508f5465b99d20d235eb00f3592fae1f007d2a51</string>
<key>bundle-version</key>
<string>1.0</string>
<key>kind</key>
<string>software</string>
<key>title</key>
<string>Example</string>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment