Skip to content

Instantly share code, notes, and snippets.

@joeblau
Created May 28, 2019 15:40
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 joeblau/a5d27b0564b20200202c3d0747d9d055 to your computer and use it in GitHub Desktop.
Save joeblau/a5d27b0564b20200202c3d0747d9d055 to your computer and use it in GitHub Desktop.
Apple enterprise app distribution
<?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://www.enterprise_4.0.ipa</string>
</dict>
</array>
<key>metadata</key>
<dict>
<key>bundle-identifier</key>
<string>BUNDLE_ID</string>
<key>bundle-version</key>
<string>4.0</string>
<key>kind</key>
<string>software</string>
<key>subtitle</key>
<string>41A472</string>
<key>title</key>
<string>NAME_OF_APP</string>
</dict>
</dict>
</array>
</dict>
</plist>
<html>
<body>
<a href="itms-services://?action=download-manifest&url=https://www.example.com/app.plist">App</a>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment