Merged with trunk R1612.
[ardour.git] / tools / Spotlight Importer / Spotlight Importer.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3         archiveVersion = 1;
4         classes = {
5         };
6         objectVersion = 42;
7         objects = {
8
9 /* Begin PBXBuildFile section */
10                 2C05A19C06CAA52B00D84F6F /* GetMetadataForFile.c in Sources */ = {isa = PBXBuildFile; fileRef = 2C05A19B06CAA52B00D84F6F /* GetMetadataForFile.c */; };
11                 8D576312048677EA00EA77CD /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB77B6FE84183AC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; };
12                 8D576314048677EA00EA77CD /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */; };
13                 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8D5B49A704867FD3000E48DA /* InfoPlist.strings */; };
14                 C86B05270671AA6E00DD9006 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C86B05260671AA6E00DD9006 /* CoreServices.framework */; };
15                 C88FB7D8067446EC006EBB30 /* schema.xml in Resources */ = {isa = PBXBuildFile; fileRef = C88FB7D7067446EC006EBB30 /* schema.xml */; };
16                 C88FB7E40674480E006EBB30 /* schema.strings in Resources */ = {isa = PBXBuildFile; fileRef = C88FB7E30674480E006EBB30 /* schema.strings */; };
17 /* End PBXBuildFile section */
18
19 /* Begin PBXFileReference section */
20                 089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; };
21                 08FB77B6FE84183AC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
22                 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
23                 2C05A19B06CAA52B00D84F6F /* GetMetadataForFile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = GetMetadataForFile.c; sourceTree = "<group>"; };
24                 8D576316048677EA00EA77CD /* Spotlight Importer.mdimporter */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Spotlight Importer.mdimporter"; sourceTree = BUILT_PRODUCTS_DIR; };
25                 8D576317048677EA00EA77CD /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
26                 C86B05260671AA6E00DD9006 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
27                 C88FB7D7067446EC006EBB30 /* schema.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = schema.xml; sourceTree = "<group>"; };
28                 C88FB7DB0674470F006EBB30 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/schema.strings; sourceTree = "<group>"; };
29 /* End PBXFileReference section */
30
31 /* Begin PBXFrameworksBuildPhase section */
32                 8D576313048677EA00EA77CD /* Frameworks */ = {
33                         isa = PBXFrameworksBuildPhase;
34                         buildActionMask = 2147483647;
35                         files = (
36                                 8D576314048677EA00EA77CD /* CoreFoundation.framework in Frameworks */,
37                                 C86B05270671AA6E00DD9006 /* CoreServices.framework in Frameworks */,
38                         );
39                         runOnlyForDeploymentPostprocessing = 0;
40                 };
41 /* End PBXFrameworksBuildPhase section */
42
43 /* Begin PBXGroup section */
44                 089C166AFE841209C02AAC07 /* Spotlight Importer */ = {
45                         isa = PBXGroup;
46                         children = (
47                                 08FB77AFFE84173DC02AAC07 /* Source */,
48                                 089C167CFE841241C02AAC07 /* Resources */,
49                                 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */,
50                                 19C28FB6FE9D52B211CA2CBB /* Products */,
51                         );
52                         name = "Spotlight Importer";
53                         sourceTree = "<group>";
54                 };
55                 089C1671FE841209C02AAC07 /* External Frameworks and Libraries */ = {
56                         isa = PBXGroup;
57                         children = (
58                                 C86B05260671AA6E00DD9006 /* CoreServices.framework */,
59                                 0AA1909FFE8422F4C02AAC07 /* CoreFoundation.framework */,
60                         );
61                         name = "External Frameworks and Libraries";
62                         sourceTree = "<group>";
63                 };
64                 089C167CFE841241C02AAC07 /* Resources */ = {
65                         isa = PBXGroup;
66                         children = (
67                                 C88FB7E30674480E006EBB30 /* schema.strings */,
68                                 C88FB7D7067446EC006EBB30 /* schema.xml */,
69                                 8D576317048677EA00EA77CD /* Info.plist */,
70                                 8D5B49A704867FD3000E48DA /* InfoPlist.strings */,
71                         );
72                         name = Resources;
73                         sourceTree = "<group>";
74                 };
75                 08FB77AFFE84173DC02AAC07 /* Source */ = {
76                         isa = PBXGroup;
77                         children = (
78                                 2C05A19B06CAA52B00D84F6F /* GetMetadataForFile.c */,
79                                 08FB77B6FE84183AC02AAC07 /* main.c */,
80                         );
81                         name = Source;
82                         sourceTree = "<group>";
83                 };
84                 19C28FB6FE9D52B211CA2CBB /* Products */ = {
85                         isa = PBXGroup;
86                         children = (
87                                 8D576316048677EA00EA77CD /* Spotlight Importer.mdimporter */,
88                         );
89                         name = Products;
90                         sourceTree = "<group>";
91                 };
92 /* End PBXGroup section */
93
94 /* Begin PBXHeadersBuildPhase section */
95                 8D57630E048677EA00EA77CD /* Headers */ = {
96                         isa = PBXHeadersBuildPhase;
97                         buildActionMask = 2147483647;
98                         files = (
99                         );
100                         runOnlyForDeploymentPostprocessing = 0;
101                 };
102 /* End PBXHeadersBuildPhase section */
103
104 /* Begin PBXNativeTarget section */
105                 8D57630D048677EA00EA77CD /* Spotlight Importer */ = {
106                         isa = PBXNativeTarget;
107                         buildConfigurationList = 70138C840896BE9A00968C2F /* Build configuration list for PBXNativeTarget "Spotlight Importer" */;
108                         buildPhases = (
109                                 8D57630E048677EA00EA77CD /* Headers */,
110                                 8D57630F048677EA00EA77CD /* Resources */,
111                                 8D576311048677EA00EA77CD /* Sources */,
112                                 8D576313048677EA00EA77CD /* Frameworks */,
113                                 8D576315048677EA00EA77CD /* Rez */,
114                         );
115                         buildRules = (
116                         );
117                         dependencies = (
118                         );
119                         name = "Spotlight Importer";
120                         productInstallPath = /Library/Spotlight;
121                         productName = "Spotlight Importer";
122                         productReference = 8D576316048677EA00EA77CD /* Spotlight Importer.mdimporter */;
123                         productType = "com.apple.product-type.bundle";
124                 };
125 /* End PBXNativeTarget section */
126
127 /* Begin PBXProject section */
128                 089C1669FE841209C02AAC07 /* Project object */ = {
129                         isa = PBXProject;
130                         buildConfigurationList = 70138C880896BE9A00968C2F /* Build configuration list for PBXProject "Spotlight Importer" */;
131                         hasScannedForEncodings = 1;
132                         mainGroup = 089C166AFE841209C02AAC07 /* Spotlight Importer */;
133                         projectDirPath = "";
134                         targets = (
135                                 8D57630D048677EA00EA77CD /* Spotlight Importer */,
136                         );
137                 };
138 /* End PBXProject section */
139
140 /* Begin PBXResourcesBuildPhase section */
141                 8D57630F048677EA00EA77CD /* Resources */ = {
142                         isa = PBXResourcesBuildPhase;
143                         buildActionMask = 2147483647;
144                         files = (
145                                 8D5B49A804867FD3000E48DA /* InfoPlist.strings in Resources */,
146                                 C88FB7D8067446EC006EBB30 /* schema.xml in Resources */,
147                                 C88FB7E40674480E006EBB30 /* schema.strings in Resources */,
148                         );
149                         runOnlyForDeploymentPostprocessing = 0;
150                 };
151 /* End PBXResourcesBuildPhase section */
152
153 /* Begin PBXRezBuildPhase section */
154                 8D576315048677EA00EA77CD /* Rez */ = {
155                         isa = PBXRezBuildPhase;
156                         buildActionMask = 2147483647;
157                         files = (
158                         );
159                         runOnlyForDeploymentPostprocessing = 0;
160                 };
161 /* End PBXRezBuildPhase section */
162
163 /* Begin PBXSourcesBuildPhase section */
164                 8D576311048677EA00EA77CD /* Sources */ = {
165                         isa = PBXSourcesBuildPhase;
166                         buildActionMask = 2147483647;
167                         files = (
168                                 8D576312048677EA00EA77CD /* main.c in Sources */,
169                                 2C05A19C06CAA52B00D84F6F /* GetMetadataForFile.c in Sources */,
170                         );
171                         runOnlyForDeploymentPostprocessing = 0;
172                 };
173 /* End PBXSourcesBuildPhase section */
174
175 /* Begin PBXVariantGroup section */
176                 8D5B49A704867FD3000E48DA /* InfoPlist.strings */ = {
177                         isa = PBXVariantGroup;
178                         children = (
179                                 089C167EFE841241C02AAC07 /* English */,
180                         );
181                         name = InfoPlist.strings;
182                         sourceTree = "<group>";
183                 };
184                 C88FB7E30674480E006EBB30 /* schema.strings */ = {
185                         isa = PBXVariantGroup;
186                         children = (
187                                 C88FB7DB0674470F006EBB30 /* English */,
188                         );
189                         name = schema.strings;
190                         sourceTree = "<group>";
191                 };
192 /* End PBXVariantGroup section */
193
194 /* Begin XCBuildConfiguration section */
195                 70138C850896BE9A00968C2F /* Debug */ = {
196                         isa = XCBuildConfiguration;
197                         buildSettings = {
198                                 COPY_PHASE_STRIP = NO;
199                                 GCC_DYNAMIC_NO_PIC = NO;
200                                 GCC_ENABLE_FIX_AND_CONTINUE = YES;
201                                 GCC_MODEL_TUNING = G5;
202                                 GCC_OPTIMIZATION_LEVEL = 0;
203                                 GCC_PRECOMPILE_PREFIX_HEADER = NO;
204                                 INFOPLIST_FILE = Info.plist;
205                                 INSTALL_PATH = /Library/Spotlight;
206                                 LIBRARY_SEARCH_PATHS = (
207                                         "$(inherited)",
208                                         "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
209                                 );
210                                 LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/usr/lib\"";
211                                 LIBRARY_STYLE = Bundle;
212                                 PRODUCT_NAME = "Spotlight Importer";
213                                 WRAPPER_EXTENSION = mdimporter;
214                                 ZERO_LINK = YES;
215                         };
216                         name = Debug;
217                 };
218                 70138C860896BE9A00968C2F /* Release */ = {
219                         isa = XCBuildConfiguration;
220                         buildSettings = {
221                                 ARCHS = (
222                                         ppc,
223                                         i386,
224                                 );
225                                 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
226                                 GCC_MODEL_TUNING = G5;
227                                 GCC_PRECOMPILE_PREFIX_HEADER = NO;
228                                 INFOPLIST_FILE = Info.plist;
229                                 INSTALL_PATH = /Library/Spotlight;
230                                 LIBRARY_SEARCH_PATHS = (
231                                         "$(inherited)",
232                                         "$(LIBRARY_SEARCH_PATHS_QUOTED_1)",
233                                 );
234                                 LIBRARY_SEARCH_PATHS_QUOTED_1 = "\"$(SYSTEM_DEVELOPER_DIR)/SDKs/MacOSX10.4u.sdk/usr/lib\"";
235                                 LIBRARY_STYLE = Bundle;
236                                 PRODUCT_NAME = "Spotlight Importer";
237                                 WRAPPER_EXTENSION = mdimporter;
238                         };
239                         name = Release;
240                 };
241                 70138C890896BE9A00968C2F /* Debug */ = {
242                         isa = XCBuildConfiguration;
243                         buildSettings = {
244                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
245                                 GCC_WARN_UNUSED_VARIABLE = YES;
246                                 PREBINDING = NO;
247                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
248                         };
249                         name = Debug;
250                 };
251                 70138C8A0896BE9A00968C2F /* Release */ = {
252                         isa = XCBuildConfiguration;
253                         buildSettings = {
254                                 GCC_WARN_ABOUT_RETURN_TYPE = YES;
255                                 GCC_WARN_UNUSED_VARIABLE = YES;
256                                 PREBINDING = NO;
257                                 SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk;
258                         };
259                         name = Release;
260                 };
261 /* End XCBuildConfiguration section */
262
263 /* Begin XCConfigurationList section */
264                 70138C840896BE9A00968C2F /* Build configuration list for PBXNativeTarget "Spotlight Importer" */ = {
265                         isa = XCConfigurationList;
266                         buildConfigurations = (
267                                 70138C850896BE9A00968C2F /* Debug */,
268                                 70138C860896BE9A00968C2F /* Release */,
269                         );
270                         defaultConfigurationIsVisible = 0;
271                         defaultConfigurationName = Release;
272                 };
273                 70138C880896BE9A00968C2F /* Build configuration list for PBXProject "Spotlight Importer" */ = {
274                         isa = XCConfigurationList;
275                         buildConfigurations = (
276                                 70138C890896BE9A00968C2F /* Debug */,
277                                 70138C8A0896BE9A00968C2F /* Release */,
278                         );
279                         defaultConfigurationIsVisible = 0;
280                         defaultConfigurationName = Release;
281                 };
282 /* End XCConfigurationList section */
283         };
284         rootObject = 089C1669FE841209C02AAC07 /* Project object */;
285 }