Updated Info.plist to declare:

ardour session UTI (org.ardour.Ardour.session) 
and 
    ostype (ArAs).


git-svn-id: svn://localhost/ardour2/trunk@1398 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Taybin Rutkin 2007-01-30 05:12:01 +00:00
parent 758818cc8b
commit 482aa0a0f8
3 changed files with 15 additions and 6 deletions

View File

@ -9,6 +9,7 @@
an array of Uniform Type Identifiers (UTI) for the LSItemContentTypes
that your importer can handle
(DONE)
----------------------------------------------------------------------------- */
/* -----------------------------------------------------------------------------

View File

@ -11,13 +11,12 @@
To export this declaration, fill in the fields with your application's
information, and uncomment the block of XML.
-->
<!--
<key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>org.ardour.yourUTI</string>
<string>org.ardour.Ardour.session</string>
<key>UTTypeReferenceURL</key>
<string>http://www.ardour.org</string>
<key>UTTypeDescription</key>
@ -30,15 +29,14 @@
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>XXXX</string>
<string>ArAs</string>
<key>public.filename-extension</key>
<array>
<string>xxxx</string>
<string>ardour</string>
</array>
</dict>
</dict>
</array>
-->
<key>CFBundleDevelopmentRegion</key>
<string>English</string>

View File

@ -203,6 +203,11 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/Spotlight;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
);
LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/usr/lib\"";
LIBRARY_STYLE = Bundle;
PRODUCT_NAME = "Spotlight Importer";
WRAPPER_EXTENSION = mdimporter;
@ -222,6 +227,11 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/Spotlight;
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
);
LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/usr/lib\"";
LIBRARY_STYLE = Bundle;
PRODUCT_NAME = "Spotlight Importer";
WRAPPER_EXTENSION = mdimporter;