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