VocalEasel/Resources/Info.plist

89 lines
2.2 KiB
Plaintext
Raw Normal View History

2006-09-11 02:49:56 +00:00
<?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>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>vlsong</string>
</array>
<key>CFBundleTypeIconFile</key>
2006-10-14 10:10:19 +00:00
<string>vlsong.icns</string>
2006-09-11 02:49:56 +00:00
<key>CFBundleTypeName</key>
2006-10-23 07:41:55 +00:00
<string>VLNativeType</string>
2006-09-11 02:49:56 +00:00
<key>CFBundleTypeOSTypes</key>
<array>
<string>????</string>
</array>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>LSTypeIsPackage</key>
<true/>
2006-09-11 02:49:56 +00:00
<key>NSDocumentClass</key>
<string>VLDocument</string>
2006-10-23 07:41:55 +00:00
<key>NSExportableAs</key>
<array>
<string>VLLilypondType</string>
<string>VLMusicXMLType</string>
2006-10-23 07:41:55 +00:00
</array>
2006-09-11 02:49:56 +00:00
<key>NSPersistentStoreTypeKey</key>
<string>XML</string>
</dict>
2006-10-22 07:16:29 +00:00
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>ly</string>
</array>
<key>CFBundleTypeName</key>
2006-10-23 07:41:55 +00:00
<string>VLLilypondType</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>TEXT</string>
</array>
2006-10-22 07:16:29 +00:00
<key>CFBundleTypeRole</key>
<string>None</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
2006-10-23 07:41:55 +00:00
<string>Binary</string>
2006-10-22 07:16:29 +00:00
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>xml</string>
</array>
<key>CFBundleTypeName</key>
<string>VLMusicXMLType</string>
<key>CFBundleTypeRole</key>
<string>None</string>
<key>LSTypeIsPackage</key>
<false/>
<key>NSPersistentStoreTypeKey</key>
<string>Binary</string>
</dict>
2006-09-11 02:49:56 +00:00
</array>
<key>CFBundleExecutable</key>
2006-10-23 07:41:55 +00:00
<string>VocalEasel</string>
2006-09-11 02:49:56 +00:00
<key>CFBundleIconFile</key>
2006-10-14 10:10:19 +00:00
<string>vocalese</string>
2006-09-11 02:49:56 +00:00
<key>CFBundleIdentifier</key>
2006-10-23 07:41:55 +00:00
<string>org.aereperennius.VocalEasel</string>
2006-09-11 02:49:56 +00:00
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
2006-10-23 07:41:55 +00:00
<string>VçEz</string>
2006-09-11 02:49:56 +00:00
<key>CFBundleVersion</key>
2006-10-23 07:41:55 +00:00
<string>1.0a1</string>
2006-09-11 02:49:56 +00:00
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
</dict>
</plist>