New Info.plist resource for Apple Bundle

This commit is contained in:
Tres Finocchiaro
2014-05-04 00:49:54 -04:00
parent 245a223924
commit 3d274078ce

54
data/lmms.plist.in Normal file
View File

@@ -0,0 +1,54 @@
<!-- Apple Application Bundle Info.plist -->
<?xml version="1.0" encoding="UTF-8"?>
<!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>CFBundleExecutable</key>
<string>@MACOSX_BUNDLE_GUI_IDENTIFIER@</string>
<key>CFBundleGetInfoString</key>
<string>@MACOSX_BUNDLE_GUI_IDENTIFIER@ @MACOSX_BUNDLE_LONG_VERSION_STRING@</string>
<key>CFBundleIdentifier</key>
<string>net.sourceforge.lmms</string>
<key>CFBundleIconFile</key>
<string>@MACOSX_BUNDLE_ICON_FILE@</string>
<key>CFBundleName</key>
<string>@MACOSX_BUNDLE_BUNDLE_NAME@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleVersion</key>
<string>@MACOSX_BUNDLE_LONG_VERSION_STRING@</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>mmp</string>
<string>MMP</string>
<string>mmpz</string>
<string>MMPZ</string>
</array>
<key>LSItemContentTypes</key>
<array>
<string>public.mmp</string>
<string>public.mmpz</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>project.icns</string>
<key>CFBundleTypeName</key>
<string>@MACOSX_BUNDLE_GUI_IDENTIFIER@ Project</string>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>@MACOSX_BUNDLE_MIMETYPE@</string>
</array>
<key>NSDocumentClass</key>
<string>@MACOSX_BUNDLE_GUI_IDENTIFIER@ Project</string>
</dict>
</array>
</dict>
</plist>