forked from BlitterStudio/amiberry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Info.plist.template
31 lines (31 loc) · 969 Bytes
/
Info.plist.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!-- Amiberry Info.plist template file -->
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
<string>LONGVERSION</string>
<key>CFBundleExecutable</key>
<string>Amiberry</string>
<key>CFBundleIdentifier</key>
<string>com.blitterstudio.amiberry</string>
<key>CFBundleName</key>
<string>Amiberry.app</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIconFile</key>
<string>data/amiberry.png</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>CFBundleShortVersionString</key>
<string>VERSION</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.3</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>IFMajorVersion</key>
<integer>MAJOR</integer>
<key>IFMinorVersion</key>
<integer>MINOR</integer>
</dict>
</plist>