Updated Info.plist to declare:
authorTaybin Rutkin <taybin@taybin.com>
Tue, 30 Jan 2007 05:12:01 +0000 (05:12 +0000)
committerTaybin Rutkin <taybin@taybin.com>
Tue, 30 Jan 2007 05:12:01 +0000 (05:12 +0000)
    ardour session UTI (org.ardour.Ardour.session)
and
    ostype (ArAs).

git-svn-id: svn://localhost/ardour2/trunk@1398 d708f5d6-7413-0410-9779-e7cbd77b26cf

tools/Spotlight Importer/GetMetadataForFile.c
tools/Spotlight Importer/Info.plist
tools/Spotlight Importer/Spotlight Importer.xcodeproj/project.pbxproj

index 6b1261417224298aff9e4b7ba7d6a2a1e0d07d31..522b00cb0f1ebe8e2ec94d45f68a6aa20bfe2935 100644 (file)
@@ -9,6 +9,7 @@
    an array of Uniform Type Identifiers (UTI) for the LSItemContentTypes 
    that your importer can handle
   
    an array of Uniform Type Identifiers (UTI) for the LSItemContentTypes 
    that your importer can handle
   
+   (DONE)
    ----------------------------------------------------------------------------- */
 
 /* -----------------------------------------------------------------------------
    ----------------------------------------------------------------------------- */
 
 /* -----------------------------------------------------------------------------
index da11c8db5b06c25c45267a8d32f25b2ccf189da1..13097298e9453016eb662e2ead849a0fc36ccb28 100644 (file)
        To export this declaration, fill in the fields with your application's 
        information, and uncomment the block of XML.
        -->
        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>
        <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>
                        <key>UTTypeReferenceURL</key>
                        <string>http://www.ardour.org</string>
                        <key>UTTypeDescription</key>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
                        <key>UTTypeTagSpecification</key>
                        <dict>
                                <key>com.apple.ostype</key>
-                               <string>XXXX</string>
+                               <string>ArAs</string>
                                <key>public.filename-extension</key>
                                <array>
                                <key>public.filename-extension</key>
                                <array>
-                                       <string>xxxx</string>
+                                       <string>ardour</string>
                                </array>
                        </dict>
                </dict>
        </array>
                                </array>
                        </dict>
                </dict>
        </array>
-       -->
 
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
 
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
index 39ee9439652612188ed4c13b6de406b57fb4dbce..c2729ee5324d4b177ba462dda607072689d7f340 100644 (file)
                                GCC_PRECOMPILE_PREFIX_HEADER = NO;
                                INFOPLIST_FILE = Info.plist;
                                INSTALL_PATH = /Library/Spotlight;
                                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;
                                LIBRARY_STYLE = Bundle;
                                PRODUCT_NAME = "Spotlight Importer";
                                WRAPPER_EXTENSION = mdimporter;
                                GCC_PRECOMPILE_PREFIX_HEADER = NO;
                                INFOPLIST_FILE = Info.plist;
                                INSTALL_PATH = /Library/Spotlight;
                                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;
                                LIBRARY_STYLE = Bundle;
                                PRODUCT_NAME = "Spotlight Importer";
                                WRAPPER_EXTENSION = mdimporter;