Fix MIDI UTI

This commit is contained in:
Matthias Neeracher 2012-04-22 01:48:39 +02:00
parent 4fe518c7cf
commit 0487d549e2
3 changed files with 8 additions and 12 deletions

View File

@ -51,7 +51,7 @@
<key>NSExportableTypes</key> <key>NSExportableTypes</key>
<array> <array>
<string>com.adobe.pdf</string> <string>com.adobe.pdf</string>
<string>public.midi</string> <string>public.midi-audio</string>
<string>VLMusicXMLType</string> <string>VLMusicXMLType</string>
<string>org.lilypond.lilypond-source</string> <string>org.lilypond.lilypond-source</string>
<string>VLMMAType</string> <string>VLMMAType</string>
@ -136,7 +136,7 @@
<string>None</string> <string>None</string>
<key>LSItemContentTypes</key> <key>LSItemContentTypes</key>
<array> <array>
<string>public.midi</string> <string>public.midi-audio</string>
</array> </array>
<key>LSTypeIsPackage</key> <key>LSTypeIsPackage</key>
<false/> <false/>
@ -234,16 +234,12 @@
<string>APPL</string> <string>APPL</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>VçEz</string> <string>VçEz</string>
<key>CFBundleURLTypes</key>
<array/>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>1.5a1</string> <string>1.5a1</string>
<key>NSMainNibFile</key> <key>NSMainNibFile</key>
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>NSApplication</string> <string>NSApplication</string>
<key>NSServices</key>
<array/>
<key>UTExportedTypeDeclarations</key> <key>UTExportedTypeDeclarations</key>
<array> <array>
<dict> <dict>

View File

@ -5,7 +5,7 @@
// //
// (MN) Matthias Neeracher // (MN) Matthias Neeracher
// //
// Copyright © 2005-2011 Matthias Neeracher // Copyright © 2005-2012 Matthias Neeracher
// //
#import "VLModel.h" #import "VLModel.h"
@ -20,7 +20,7 @@
#define VLLilypondType @"org.lilypond.lilypond-source" #define VLLilypondType @"org.lilypond.lilypond-source"
#define VLMusicXMLType @"VLMusicXMLType" #define VLMusicXMLType @"VLMusicXMLType"
#define VLMMAType @"VLMMAType" #define VLMMAType @"VLMMAType"
#define VLMIDIType @"public.midi" #define VLMIDIType @"public.midi-audio"
#define VLPDFType @"com.adobe.pdf" #define VLPDFType @"com.adobe.pdf"
#define VLAIFFType @"public.aifc-audio" #define VLAIFFType @"public.aifc-audio"
#define VLMP3Type @"public.mp3" #define VLMP3Type @"public.mp3"

View File

@ -982,7 +982,7 @@
2A37F4A9FDCFA73011CA2CEA /* Project object */ = { 2A37F4A9FDCFA73011CA2CEA /* Project object */ = {
isa = PBXProject; isa = PBXProject;
attributes = { attributes = {
LastUpgradeCheck = 0410; LastUpgradeCheck = 0440;
}; };
buildConfigurationList = 95D7BF740AA699C600D5E02C /* Build configuration list for PBXProject "VocalEasel" */; buildConfigurationList = 95D7BF740AA699C600D5E02C /* Build configuration list for PBXProject "VocalEasel" */;
compatibilityVersion = "Xcode 3.2"; compatibilityVersion = "Xcode 3.2";
@ -1655,7 +1655,7 @@
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.7; MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = VocalEasel; PRODUCT_NAME = VocalEasel;
SDKROOT = macosx10.7; SDKROOT = "";
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
ZERO_LINK = YES; ZERO_LINK = YES;
}; };
@ -1676,7 +1676,7 @@
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.7; MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = VocalEasel; PRODUCT_NAME = VocalEasel;
SDKROOT = macosx10.7; SDKROOT = "";
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
ZERO_LINK = NO; ZERO_LINK = NO;
}; };
@ -1696,7 +1696,7 @@
INSTALL_PATH = "$(HOME)/Applications"; INSTALL_PATH = "$(HOME)/Applications";
MACOSX_DEPLOYMENT_TARGET = 10.7; MACOSX_DEPLOYMENT_TARGET = 10.7;
PRODUCT_NAME = VocalEasel; PRODUCT_NAME = VocalEasel;
SDKROOT = macosx10.7; SDKROOT = "";
WRAPPER_EXTENSION = app; WRAPPER_EXTENSION = app;
}; };
name = Default; name = Default;