Import flat MusicXML files

This commit is contained in:
Matthias Neeracher 2007-09-03 14:00:47 +00:00
parent a7933adae0
commit 81cfec4fea

View File

@ -29,7 +29,6 @@
<array> <array>
<string>VLPDFType</string> <string>VLPDFType</string>
<string>VLMIDIType</string> <string>VLMIDIType</string>
<string>VLMusicXMLType</string>
<string>VLLilypondType</string> <string>VLLilypondType</string>
<string>VLMMAType</string> <string>VLMMAType</string>
</array> </array>
@ -59,14 +58,20 @@
<array> <array>
<string>xml</string> <string>xml</string>
</array> </array>
<key>CFBundleTypeMIMETypes</key>
<array>
<string>application/vnd.recordare.musicxml+xml</string>
</array>
<key>CFBundleTypeName</key> <key>CFBundleTypeName</key>
<string>VLMusicXMLType</string> <string>VLMusicXMLType</string>
<key>CFBundleTypeRole</key> <key>CFBundleTypeRole</key>
<string>None</string> <string>Editor</string>
<key>LSTypeIsPackage</key> <key>LSTypeIsPackage</key>
<false/> <false/>
<key>NSDocumentClass</key>
<string>VLDocument</string>
<key>NSPersistentStoreTypeKey</key> <key>NSPersistentStoreTypeKey</key>
<string>Binary</string> <string>XML</string>
</dict> </dict>
<dict> <dict>
<key>CFBundleTypeExtensions</key> <key>CFBundleTypeExtensions</key>