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 an array of Uniform Type Identifiers (UTI) for the LSItemContentTypes
that your importer can handle that your importer can handle
(DONE)
----------------------------------------------------------------------------- */ ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------

View file

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

View file

@ -203,6 +203,11 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/Spotlight; 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; LIBRARY_STYLE = Bundle;
PRODUCT_NAME = "Spotlight Importer"; PRODUCT_NAME = "Spotlight Importer";
WRAPPER_EXTENSION = mdimporter; WRAPPER_EXTENSION = mdimporter;
@ -222,6 +227,11 @@
GCC_PRECOMPILE_PREFIX_HEADER = NO; GCC_PRECOMPILE_PREFIX_HEADER = NO;
INFOPLIST_FILE = Info.plist; INFOPLIST_FILE = Info.plist;
INSTALL_PATH = /Library/Spotlight; 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; LIBRARY_STYLE = Bundle;
PRODUCT_NAME = "Spotlight Importer"; PRODUCT_NAME = "Spotlight Importer";
WRAPPER_EXTENSION = mdimporter; WRAPPER_EXTENSION = mdimporter;