Skip to content

Instantly share code, notes, and snippets.

@marsyang1
Created October 29, 2019 03:50
Show Gist options
  • Save marsyang1/9491643617e9270b7e9c23073b0fac2c to your computer and use it in GitHub Desktop.
Save marsyang1/9491643617e9270b7e9c23073b0fac2c to your computer and use it in GitHub Desktop.

Reference from https://cg2010studio.com/2016/07/09/ios-自製發版本系統/

<?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/tizdgz3y0ccvbmq/happyApp0630PM0301.ipa</string>
				</dict>
				<dict>
					<key>kind</key>
					<string>display-image</string>
					<key>needs-shine</key>
					<true/>
					<key>url</key>
					<string>https://dl.dropboxusercontent.com/s/nwbve3qp2e1gfdu/sun%20flower.png</string>
				</dict>
			</array>
			<key>metadata</key>
			<dict>
				<key>bundle-identifier</key>
				<string>com.heineken.internal-app</string>
				<key>bundle-version</key>
				<string>2.4</string>
				<key>kind</key>
				<string>software</string>
				<key>subtitle</key>
				<string>快樂開發</string>
				<key>title</key>
				<string>快樂App</string>
			</dict>
		</dict>
	</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment