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