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

View File

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

View File

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