]> git.saurik.com Git - apple/copyfile.git/blob - copyfile.xcodeproj/project.pbxproj
copyfile-166.40.1.tar.gz
[apple/copyfile.git] / copyfile.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXBuildFile section */
10 098AF3B622692BF300F9BA42 /* stat_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 098AF3B522692BF300F9BA42 /* stat_test.c */; };
11 721D4F071EA95283000F0555 /* copyfile.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE17C1135A658F002CEE6D /* copyfile.c */; };
12 721D4F081EA95290000F0555 /* xattr_flags.c in Sources */ = {isa = PBXBuildFile; fileRef = 72406E621676C3C80099568B /* xattr_flags.c */; };
13 72406E631676C3C80099568B /* xattr_flags.c in Sources */ = {isa = PBXBuildFile; fileRef = 72406E621676C3C80099568B /* xattr_flags.c */; };
14 726EE9DB1E9423E50017A5B9 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 726EE9DA1E9423E50017A5B9 /* main.c */; };
15 726EE9E01E9425160017A5B9 /* sparse_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 726EE9DE1E9425160017A5B9 /* sparse_test.c */; };
16 726EE9E41E946B320017A5B9 /* systemx.c in Sources */ = {isa = PBXBuildFile; fileRef = 726EE9E21E946B320017A5B9 /* systemx.c */; };
17 726EE9E61E946D590017A5B9 /* test_utils.c in Sources */ = {isa = PBXBuildFile; fileRef = 726EE9E51E946D590017A5B9 /* test_utils.c */; };
18 72B4C0F41676C47D00C13E05 /* copyfile_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 72B4C0F31676C47D00C13E05 /* copyfile_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
19 72EAA3B016A72F4500833E98 /* xattr_flags.h in Headers */ = {isa = PBXBuildFile; fileRef = 72EAA3AF16A72F4500833E98 /* xattr_flags.h */; settings = {ATTRIBUTES = (Public, ); }; };
20 86EF9F0A1834018C00AAB3F3 /* xattr_properties.h in Headers */ = {isa = PBXBuildFile; fileRef = 86EF9F091834018C00AAB3F3 /* xattr_properties.h */; settings = {ATTRIBUTES = (Private, ); }; };
21 FCCE17C3135A658F002CEE6D /* copyfile.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE17C1135A658F002CEE6D /* copyfile.c */; };
22 FCCE17C4135A658F002CEE6D /* copyfile.h in Headers */ = {isa = PBXBuildFile; fileRef = FCCE17C2135A658F002CEE6D /* copyfile.h */; settings = {ATTRIBUTES = (Public, ); }; };
23 /* End PBXBuildFile section */
24
25 /* Begin PBXCopyFilesBuildPhase section */
26 726EE9D61E9423E50017A5B9 /* CopyFiles */ = {
27 isa = PBXCopyFilesBuildPhase;
28 buildActionMask = 2147483647;
29 dstPath = /usr/share/man/man1/;
30 dstSubfolderSpec = 0;
31 files = (
32 );
33 runOnlyForDeploymentPostprocessing = 1;
34 };
35 /* End PBXCopyFilesBuildPhase section */
36
37 /* Begin PBXFileReference section */
38 098AF3B422692BF300F9BA42 /* stat_test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = stat_test.h; sourceTree = "<group>"; };
39 098AF3B522692BF300F9BA42 /* stat_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = stat_test.c; sourceTree = "<group>"; };
40 098AF3B7226A510E00F9BA42 /* copyfile_test.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.entitlements; path = copyfile_test.entitlements; sourceTree = "<group>"; };
41 3F1EFD4C185C4EB400D1C970 /* copyfile.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = copyfile.xcconfig; path = xcodescripts/copyfile.xcconfig; sourceTree = "<group>"; };
42 721D4F051EA95008000F0555 /* libcopyfile.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libcopyfile.tbd; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/lib/system/libcopyfile.tbd; sourceTree = DEVELOPER_DIR; };
43 72406E621676C3C80099568B /* xattr_flags.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xattr_flags.c; sourceTree = "<group>"; };
44 726EE9D81E9423E50017A5B9 /* copyfile_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = copyfile_test; sourceTree = BUILT_PRODUCTS_DIR; };
45 726EE9DA1E9423E50017A5B9 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
46 726EE9DE1E9425160017A5B9 /* sparse_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = sparse_test.c; sourceTree = "<group>"; };
47 726EE9DF1E9425160017A5B9 /* sparse_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sparse_test.h; sourceTree = "<group>"; };
48 726EE9E11E9427B40017A5B9 /* test_utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = test_utils.h; sourceTree = "<group>"; };
49 726EE9E21E946B320017A5B9 /* systemx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = systemx.c; sourceTree = "<group>"; };
50 726EE9E31E946B320017A5B9 /* systemx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = systemx.h; sourceTree = "<group>"; };
51 726EE9E51E946D590017A5B9 /* test_utils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = test_utils.c; sourceTree = "<group>"; };
52 72B4C0F31676C47D00C13E05 /* copyfile_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copyfile_private.h; sourceTree = "<group>"; };
53 72EAA3AF16A72F4500833E98 /* xattr_flags.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xattr_flags.h; sourceTree = "<group>"; };
54 861E1C14180F0AF900E65B9A /* xattr_name_with_flags.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = xattr_name_with_flags.3; sourceTree = "<group>"; };
55 86EF9F091834018C00AAB3F3 /* xattr_properties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xattr_properties.h; sourceTree = "<group>"; };
56 FCCE17BB135A6444002CEE6D /* libcopyfile.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libcopyfile.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
57 FCCE17C0135A658F002CEE6D /* copyfile.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = copyfile.3; sourceTree = "<group>"; };
58 FCCE17C1135A658F002CEE6D /* copyfile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = copyfile.c; sourceTree = "<group>"; };
59 FCCE17C2135A658F002CEE6D /* copyfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = copyfile.h; sourceTree = "<group>"; };
60 /* End PBXFileReference section */
61
62 /* Begin PBXFrameworksBuildPhase section */
63 726EE9D51E9423E50017A5B9 /* Frameworks */ = {
64 isa = PBXFrameworksBuildPhase;
65 buildActionMask = 2147483647;
66 files = (
67 );
68 runOnlyForDeploymentPostprocessing = 0;
69 };
70 FCCE17B8135A6444002CEE6D /* Frameworks */ = {
71 isa = PBXFrameworksBuildPhase;
72 buildActionMask = 2147483647;
73 files = (
74 );
75 runOnlyForDeploymentPostprocessing = 0;
76 };
77 /* End PBXFrameworksBuildPhase section */
78
79 /* Begin PBXGroup section */
80 721D4F041EA95007000F0555 /* Frameworks */ = {
81 isa = PBXGroup;
82 children = (
83 721D4F051EA95008000F0555 /* libcopyfile.tbd */,
84 );
85 name = Frameworks;
86 sourceTree = "<group>";
87 };
88 726EE9D91E9423E50017A5B9 /* copyfile_test */ = {
89 isa = PBXGroup;
90 children = (
91 726EE9DA1E9423E50017A5B9 /* main.c */,
92 726EE9DE1E9425160017A5B9 /* sparse_test.c */,
93 726EE9DF1E9425160017A5B9 /* sparse_test.h */,
94 098AF3B522692BF300F9BA42 /* stat_test.c */,
95 098AF3B422692BF300F9BA42 /* stat_test.h */,
96 726EE9E51E946D590017A5B9 /* test_utils.c */,
97 726EE9E11E9427B40017A5B9 /* test_utils.h */,
98 726EE9E21E946B320017A5B9 /* systemx.c */,
99 726EE9E31E946B320017A5B9 /* systemx.h */,
100 098AF3B7226A510E00F9BA42 /* copyfile_test.entitlements */,
101 );
102 path = copyfile_test;
103 sourceTree = "<group>";
104 };
105 FCCE17AB135A5FFB002CEE6D = {
106 isa = PBXGroup;
107 children = (
108 3F1EFD4C185C4EB400D1C970 /* copyfile.xcconfig */,
109 861E1C14180F0AF900E65B9A /* xattr_name_with_flags.3 */,
110 72B4C0F31676C47D00C13E05 /* copyfile_private.h */,
111 72EAA3AF16A72F4500833E98 /* xattr_flags.h */,
112 72406E621676C3C80099568B /* xattr_flags.c */,
113 FCCE17C0135A658F002CEE6D /* copyfile.3 */,
114 FCCE17C1135A658F002CEE6D /* copyfile.c */,
115 86EF9F091834018C00AAB3F3 /* xattr_properties.h */,
116 FCCE17C2135A658F002CEE6D /* copyfile.h */,
117 726EE9D91E9423E50017A5B9 /* copyfile_test */,
118 FCCE17BC135A6444002CEE6D /* Products */,
119 721D4F041EA95007000F0555 /* Frameworks */,
120 );
121 sourceTree = "<group>";
122 usesTabs = 1;
123 };
124 FCCE17BC135A6444002CEE6D /* Products */ = {
125 isa = PBXGroup;
126 children = (
127 FCCE17BB135A6444002CEE6D /* libcopyfile.dylib */,
128 726EE9D81E9423E50017A5B9 /* copyfile_test */,
129 );
130 name = Products;
131 sourceTree = "<group>";
132 };
133 /* End PBXGroup section */
134
135 /* Begin PBXHeadersBuildPhase section */
136 FCCE17B9135A6444002CEE6D /* Headers */ = {
137 isa = PBXHeadersBuildPhase;
138 buildActionMask = 2147483647;
139 files = (
140 FCCE17C4135A658F002CEE6D /* copyfile.h in Headers */,
141 72EAA3B016A72F4500833E98 /* xattr_flags.h in Headers */,
142 72B4C0F41676C47D00C13E05 /* copyfile_private.h in Headers */,
143 86EF9F0A1834018C00AAB3F3 /* xattr_properties.h in Headers */,
144 );
145 runOnlyForDeploymentPostprocessing = 0;
146 };
147 /* End PBXHeadersBuildPhase section */
148
149 /* Begin PBXNativeTarget section */
150 726EE9D71E9423E50017A5B9 /* copyfile_test */ = {
151 isa = PBXNativeTarget;
152 buildConfigurationList = 726EE9DD1E9423E50017A5B9 /* Build configuration list for PBXNativeTarget "copyfile_test" */;
153 buildPhases = (
154 726EE9D41E9423E50017A5B9 /* Sources */,
155 726EE9D51E9423E50017A5B9 /* Frameworks */,
156 726EE9D61E9423E50017A5B9 /* CopyFiles */,
157 );
158 buildRules = (
159 );
160 dependencies = (
161 );
162 name = copyfile_test;
163 productName = copyfile_test;
164 productReference = 726EE9D81E9423E50017A5B9 /* copyfile_test */;
165 productType = "com.apple.product-type.tool";
166 };
167 FCCE17BA135A6444002CEE6D /* copyfile */ = {
168 isa = PBXNativeTarget;
169 buildConfigurationList = FCCE17BE135A6444002CEE6D /* Build configuration list for PBXNativeTarget "copyfile" */;
170 buildPhases = (
171 FCCE17B7135A6444002CEE6D /* Sources */,
172 FCCE17B8135A6444002CEE6D /* Frameworks */,
173 FCCE17B9135A6444002CEE6D /* Headers */,
174 FCCE17DF135A70A0002CEE6D /* Run Script */,
175 );
176 buildRules = (
177 );
178 dependencies = (
179 );
180 name = copyfile;
181 productName = copyfile;
182 productReference = FCCE17BB135A6444002CEE6D /* libcopyfile.dylib */;
183 productType = "com.apple.product-type.library.dynamic";
184 };
185 /* End PBXNativeTarget section */
186
187 /* Begin PBXProject section */
188 FCCE17AD135A5FFB002CEE6D /* Project object */ = {
189 isa = PBXProject;
190 attributes = {
191 ORGANIZATIONNAME = "Apple Inc.";
192 TargetAttributes = {
193 726EE9D71E9423E50017A5B9 = {
194 CreatedOnToolsVersion = 9.0;
195 ProvisioningStyle = Automatic;
196 };
197 };
198 };
199 buildConfigurationList = FCCE17B0135A5FFB002CEE6D /* Build configuration list for PBXProject "copyfile" */;
200 compatibilityVersion = "Xcode 3.2";
201 developmentRegion = English;
202 hasScannedForEncodings = 0;
203 knownRegions = (
204 en,
205 );
206 mainGroup = FCCE17AB135A5FFB002CEE6D;
207 productRefGroup = FCCE17BC135A6444002CEE6D /* Products */;
208 projectDirPath = "";
209 projectRoot = "";
210 targets = (
211 FCCE17BA135A6444002CEE6D /* copyfile */,
212 726EE9D71E9423E50017A5B9 /* copyfile_test */,
213 );
214 };
215 /* End PBXProject section */
216
217 /* Begin PBXShellScriptBuildPhase section */
218 FCCE17DF135A70A0002CEE6D /* Run Script */ = {
219 isa = PBXShellScriptBuildPhase;
220 buildActionMask = 8;
221 files = (
222 );
223 inputPaths = (
224 );
225 name = "Run Script";
226 outputPaths = (
227 );
228 runOnlyForDeploymentPostprocessing = 1;
229 shellPath = /bin/sh;
230 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install_files.sh";
231 };
232 /* End PBXShellScriptBuildPhase section */
233
234 /* Begin PBXSourcesBuildPhase section */
235 726EE9D41E9423E50017A5B9 /* Sources */ = {
236 isa = PBXSourcesBuildPhase;
237 buildActionMask = 2147483647;
238 files = (
239 098AF3B622692BF300F9BA42 /* stat_test.c in Sources */,
240 721D4F081EA95290000F0555 /* xattr_flags.c in Sources */,
241 721D4F071EA95283000F0555 /* copyfile.c in Sources */,
242 726EE9DB1E9423E50017A5B9 /* main.c in Sources */,
243 726EE9E61E946D590017A5B9 /* test_utils.c in Sources */,
244 726EE9E41E946B320017A5B9 /* systemx.c in Sources */,
245 726EE9E01E9425160017A5B9 /* sparse_test.c in Sources */,
246 );
247 runOnlyForDeploymentPostprocessing = 0;
248 };
249 FCCE17B7135A6444002CEE6D /* Sources */ = {
250 isa = PBXSourcesBuildPhase;
251 buildActionMask = 2147483647;
252 files = (
253 FCCE17C3135A658F002CEE6D /* copyfile.c in Sources */,
254 72406E631676C3C80099568B /* xattr_flags.c in Sources */,
255 );
256 runOnlyForDeploymentPostprocessing = 0;
257 };
258 /* End PBXSourcesBuildPhase section */
259
260 /* Begin XCBuildConfiguration section */
261 726EE9DC1E9423E50017A5B9 /* Release */ = {
262 isa = XCBuildConfiguration;
263 buildSettings = {
264 ALWAYS_SEARCH_USER_PATHS = NO;
265 CLANG_ANALYZER_NONNULL = YES;
266 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
267 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
268 CLANG_CXX_LIBRARY = "libc++";
269 CLANG_ENABLE_MODULES = YES;
270 CLANG_ENABLE_OBJC_ARC = YES;
271 CLANG_WARN_BOOL_CONVERSION = YES;
272 CLANG_WARN_CONSTANT_CONVERSION = YES;
273 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
274 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
275 CLANG_WARN_EMPTY_BODY = YES;
276 CLANG_WARN_ENUM_CONVERSION = YES;
277 CLANG_WARN_INFINITE_RECURSION = YES;
278 CLANG_WARN_INT_CONVERSION = YES;
279 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
280 CLANG_WARN_SUSPICIOUS_MOVE = YES;
281 CLANG_WARN_UNREACHABLE_CODE = YES;
282 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
283 CODE_SIGN_ENTITLEMENTS = copyfile_test/copyfile_test.entitlements;
284 CODE_SIGN_IDENTITY = "-";
285 COPY_PHASE_STRIP = NO;
286 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
287 ENABLE_NS_ASSERTIONS = NO;
288 ENABLE_STRICT_OBJC_MSGSEND = YES;
289 GCC_C_LANGUAGE_STANDARD = gnu99;
290 GCC_NO_COMMON_BLOCKS = YES;
291 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
292 GCC_WARN_UNDECLARED_SELECTOR = YES;
293 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
294 LIBRARY_SEARCH_PATHS = (
295 "$(inherited)",
296 "$(SDKROOT)/usr/lib/system",
297 );
298 MTL_ENABLE_DEBUG_INFO = NO;
299 PRODUCT_NAME = "$(TARGET_NAME)";
300 SDKROOT = macosx;
301 SUPPORTS_TEXT_BASED_API = YES;
302 TAPI_VERIFY_MODE = Pedantic;
303 };
304 name = Release;
305 };
306 FCCE17B3135A5FFB002CEE6D /* Release */ = {
307 isa = XCBuildConfiguration;
308 baseConfigurationReference = 3F1EFD4C185C4EB400D1C970 /* copyfile.xcconfig */;
309 buildSettings = {
310 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
311 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
312 GCC_WARN_ABOUT_RETURN_TYPE = YES;
313 GCC_WARN_SHADOW = YES;
314 GCC_WARN_SIGN_COMPARE = YES;
315 GCC_WARN_UNUSED_FUNCTION = YES;
316 GCC_WARN_UNUSED_LABEL = YES;
317 GCC_WARN_UNUSED_PARAMETER = YES;
318 GCC_WARN_UNUSED_VARIABLE = YES;
319 SDKROOT = macosx.internal;
320 WARNING_CFLAGS = (
321 "-Wall",
322 "-Wextra",
323 "-Wformat=2",
324 "-Wformat-security",
325 "-Wnested-externs",
326 "-Wno-trigraphs",
327 "-Wredundant-decls",
328 "-Wwrite-strings",
329 );
330 };
331 name = Release;
332 };
333 FCCE17BD135A6444002CEE6D /* Release */ = {
334 isa = XCBuildConfiguration;
335 buildSettings = {
336 EXECUTABLE_PREFIX = lib;
337 GCC_NO_COMMON_BLOCKS = YES;
338 GCC_PREPROCESSOR_DEFINITIONS = "__DARWIN_NOW_CANCELABLE=1";
339 LINK_WITH_STANDARD_LIBRARIES = NO;
340 OTHER_LDFLAGS = (
341 "-Wl,-umbrella,System",
342 "-L/usr/lib/system",
343 "-ldyld",
344 "-lcompiler_rt",
345 "-lsystem_kernel",
346 "-lsystem_malloc",
347 "-lsystem_c",
348 "-lsystem_blocks",
349 "-lquarantine",
350 "-lsystem_asl",
351 "-lsystem_info",
352 "-lxpc",
353 "-ldispatch",
354 );
355 "OTHER_LDFLAGS[sdk=iphone*]" = (
356 "-Wl,-umbrella,System",
357 "-L/usr/lib/system",
358 "-ldyld",
359 "-lcompiler_rt",
360 "-lsystem$(SIM_SUFFIX)_kernel",
361 "-lsystem_malloc",
362 "-lsystem_c",
363 "-lsystem_blocks",
364 "-lsystem_asl",
365 "-lsystem_info",
366 "-ldispatch",
367 "-lxpc",
368 );
369 SDKROOT = macosx.internal;
370 "SIM_SUFFIX[sdk=iphonesimulator*]" = _sim;
371 SUPPORTS_TEXT_BASED_API = YES;
372 TAPI_VERIFY_MODE = Pedantic;
373 WARNING_CFLAGS = (
374 "-Wall",
375 "-Wextra",
376 "-Wformat=2",
377 "-Wformat-security",
378 "-Wnested-externs",
379 "-Wno-parentheses",
380 "-Wno-trigraphs",
381 "-Wredundant-decls",
382 "-Wwrite-strings",
383 );
384 };
385 name = Release;
386 };
387 /* End XCBuildConfiguration section */
388
389 /* Begin XCConfigurationList section */
390 726EE9DD1E9423E50017A5B9 /* Build configuration list for PBXNativeTarget "copyfile_test" */ = {
391 isa = XCConfigurationList;
392 buildConfigurations = (
393 726EE9DC1E9423E50017A5B9 /* Release */,
394 );
395 defaultConfigurationIsVisible = 0;
396 defaultConfigurationName = Release;
397 };
398 FCCE17B0135A5FFB002CEE6D /* Build configuration list for PBXProject "copyfile" */ = {
399 isa = XCConfigurationList;
400 buildConfigurations = (
401 FCCE17B3135A5FFB002CEE6D /* Release */,
402 );
403 defaultConfigurationIsVisible = 0;
404 defaultConfigurationName = Release;
405 };
406 FCCE17BE135A6444002CEE6D /* Build configuration list for PBXNativeTarget "copyfile" */ = {
407 isa = XCConfigurationList;
408 buildConfigurations = (
409 FCCE17BD135A6444002CEE6D /* Release */,
410 );
411 defaultConfigurationIsVisible = 0;
412 defaultConfigurationName = Release;
413 };
414 /* End XCConfigurationList section */
415 };
416 rootObject = FCCE17AD135A5FFB002CEE6D /* Project object */;
417 }