f@0
|
1 <?xml version="1.0" encoding="UTF-8"?>
|
f@0
|
2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
f@0
|
3 <plist version="1.0">
|
f@0
|
4 <dict>
|
f@0
|
5 <key>CFBundleDevelopmentRegion</key>
|
f@0
|
6 <string>English</string>
|
f@0
|
7 <key>CFBundleExecutable</key>
|
f@0
|
8 <string>${BINARY_NAME}</string>
|
f@0
|
9 <key>CFBundleGetInfoString</key>
|
f@0
|
10 <string>1.0.0, Copyright QueenMaryUniversityOfLondon, 2012</string>
|
f@0
|
11 <key>CFBundleIconFile</key>
|
f@0
|
12 <string>${BINARY_NAME}.icns</string>
|
f@0
|
13 <key>CFBundleIdentifier</key>
|
f@0
|
14 <string>com.QueenMaryUniversityOfLondon.standalone.${BINARY_NAME}</string>
|
f@0
|
15 <key>CFBundleInfoDictionaryVersion</key>
|
f@0
|
16 <string>6.0</string>
|
f@0
|
17 <key>CFBundleName</key>
|
f@0
|
18 <string>${BINARY_NAME}</string>
|
f@0
|
19 <key>CFBundlePackageType</key>
|
f@0
|
20 <string>APPL</string>
|
f@0
|
21 <key>CFBundleShortVersionString</key>
|
f@0
|
22 <string>1.0.0</string>
|
f@0
|
23 <key>CFBundleSignature</key>
|
f@0
|
24 <string>Acme</string>
|
f@0
|
25 <key>CFBundleVersion</key>
|
f@0
|
26 <string>1.0.0</string>
|
f@0
|
27 <key>LSApplicationCategoryType</key>
|
f@0
|
28 <string>public.app-category.music</string>
|
f@0
|
29 <key>LSMinimumSystemVersion</key>
|
f@0
|
30 <string>10.5.0</string>
|
f@0
|
31 <key>NSMainNibFile</key>
|
f@0
|
32 <string>MainMenu</string>
|
f@0
|
33 <key>NSPrincipalClass</key>
|
f@0
|
34 <string>SWELLApplication</string>
|
f@0
|
35 </dict>
|
f@0
|
36 </plist>
|