]> git.saurik.com Git - apple/dyld.git/blame - dyld.xcodeproj/project.pbxproj
dyld-353.2.1.tar.gz
[apple/dyld.git] / dyld.xcodeproj / project.pbxproj
CommitLineData
9e225d03
A
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
832b6fce 6 objectVersion = 46;
9e225d03
A
7 objects = {
8
9/* Begin PBXAggregateTarget section */
412ebb8e
A
10 F908134211D3ED0B00626CC1 /* libdyld */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = F908135211D3ED9000626CC1 /* Build configuration list for PBXAggregateTarget "libdyld" */;
13 buildPhases = (
14 F908135111D3ED9000626CC1 /* usr|include|mach-o */,
15 F908137011D3FB5000626CC1 /* usr|include */,
832b6fce 16 F9C69EFC14EC8AB8009CAE2E /* usr|local|include */,
412ebb8e
A
17 F908137111D3FB5000626CC1 /* usr|local|include|mach-o */,
18 F908137211D3FB5000626CC1 /* usr|share|man|man1 */,
19 F908137311D3FB5000626CC1 /* usr|share|man|man3 */,
20 );
21 dependencies = (
22 F9B4D78012AD9736000605A6 /* PBXTargetDependency */,
23 F908134811D3ED1A00626CC1 /* PBXTargetDependency */,
24 );
25 name = libdyld;
26 productName = libdyld;
27 };
9e225d03
A
28 F9ED4C920630A73900DF4E74 /* all */ = {
29 isa = PBXAggregateTarget;
30 buildConfigurationList = F9D8C7E5087B087300E93EFB /* Build configuration list for PBXAggregateTarget "all" */;
31 buildPhases = (
32 );
9e225d03
A
33 dependencies = (
34 F9ED4CA70630A78A00DF4E74 /* PBXTargetDependency */,
35 F9ED4CA90630A78A00DF4E74 /* PBXTargetDependency */,
bac542e6 36 F93937380A94FB6A00070A07 /* PBXTargetDependency */,
9e225d03
A
37 );
38 name = all;
39 productName = all;
40 };
41/* End PBXAggregateTarget section */
42
43/* Begin PBXBuildFile section */
412ebb8e
A
44 F908134C11D3ED6200626CC1 /* dyld.h in usr|include|mach-o */ = {isa = PBXBuildFile; fileRef = F9ED4CEA0630A80600DF4E74 /* dyld.h */; };
45 F908134D11D3ED6200626CC1 /* dyld_images.h in usr|include|mach-o */ = {isa = PBXBuildFile; fileRef = F98D274C0AA79D7400416316 /* dyld_images.h */; };
46 F908135911D3FA8700626CC1 /* dlfcn.h in usr|include */ = {isa = PBXBuildFile; fileRef = F99EE6AE06B48D4200BF1992 /* dlfcn.h */; };
47 F908135D11D3FACD00626CC1 /* dyld-interposing.h in usr|local|include|mach-o */ = {isa = PBXBuildFile; fileRef = F918691408B16D2500E0F9DB /* dyld-interposing.h */; };
48 F908135E11D3FACD00626CC1 /* dyld_cache_format.h in usr|local|include|mach-o */ = {isa = PBXBuildFile; fileRef = F93937400A94FC4700070A07 /* dyld_cache_format.h */; };
49 F908135F11D3FACD00626CC1 /* dyld_gdb.h in usr|local|include|mach-o */ = {isa = PBXBuildFile; fileRef = F9ED4CE80630A80600DF4E74 /* dyld_gdb.h */; };
50 F908136011D3FACD00626CC1 /* dyld_priv.h in usr|local|include|mach-o */ = {isa = PBXBuildFile; fileRef = F9ED4CE90630A80600DF4E74 /* dyld_priv.h */; };
51 F908136411D3FB0300626CC1 /* dyld.1 in usr|share|man|man1 */ = {isa = PBXBuildFile; fileRef = EF799FE9070D27BB00F78484 /* dyld.1 */; };
52 F908136811D3FB3A00626CC1 /* dladdr.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FEB070D27BB00F78484 /* dladdr.3 */; };
53 F908136911D3FB3A00626CC1 /* dlclose.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FEC070D27BB00F78484 /* dlclose.3 */; };
54 F908136A11D3FB3A00626CC1 /* dlerror.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FED070D27BB00F78484 /* dlerror.3 */; };
55 F908136B11D3FB3A00626CC1 /* dlopen.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FEE070D27BB00F78484 /* dlopen.3 */; };
56 F908136C11D3FB3A00626CC1 /* dlsym.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FEF070D27BB00F78484 /* dlsym.3 */; };
57 F908136D11D3FB3A00626CC1 /* dyld.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FF0070D27BB00F78484 /* dyld.3 */; };
58 F908136E11D3FB3A00626CC1 /* dlopen_preflight.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = F9E572000A66EF41007D9BE9 /* dlopen_preflight.3 */; };
9e225d03 59 F913FADA0630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */; };
2fd3f4e8
A
60 F93666E0163B4C42002ECADA /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F93666DF163B4C42002ECADA /* CoreFoundation.framework */; };
61 F93666E2163B4C58002ECADA /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F93666E1163B4C58002ECADA /* Security.framework */; };
bac542e6 62 F93937470A94FC4700070A07 /* update_dyld_shared_cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F93937460A94FC4700070A07 /* update_dyld_shared_cache.cpp */; };
39a8cd10
A
63 F94DB9040F0A9B1700323715 /* ImageLoaderMachOClassic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F94DB9000F0A9B1700323715 /* ImageLoaderMachOClassic.cpp */; };
64 F94DB9050F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F94DB9020F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp */; settings = {COMPILER_FLAGS = "-O3"; }; };
39a8cd10 65 F98C78F00F7C02E8006257D2 /* dsc_iterator.h in usr|local|include|mach-o */ = {isa = PBXBuildFile; fileRef = F9F2A56F0F7AEEE300B7C9EB /* dsc_iterator.h */; };
412ebb8e
A
66 F99B8E630FEC11B400701838 /* dyld_shared_cache_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F99B8E620FEC11B400701838 /* dyld_shared_cache_util.cpp */; };
67 F99B8EA30FEC1C4200701838 /* dsc_iterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */; };
39a8cd10 68 F9A221E70F3A6D7C00D15F73 /* dyldLibSystemGlue.c in Sources */ = {isa = PBXBuildFile; fileRef = F9A221E60F3A6D7C00D15F73 /* dyldLibSystemGlue.c */; };
412ebb8e
A
69 F9A6D6E4116F9DF20051CC16 /* threadLocalVariables.c in Sources */ = {isa = PBXBuildFile; fileRef = F9A6D6E2116F9DF20051CC16 /* threadLocalVariables.c */; };
70 F9A6D70C116FBBD10051CC16 /* threadLocalHelpers.s in Sources */ = {isa = PBXBuildFile; fileRef = F9A6D70B116FBBD10051CC16 /* threadLocalHelpers.s */; };
39a8cd10 71 F9BA514B0ECE4F4200D1D62E /* dyld_stub_binder.s in Sources */ = {isa = PBXBuildFile; fileRef = F99EFC0D0EAD60E8001032B8 /* dyld_stub_binder.s */; };
832b6fce 72 F9C69EFE14EC8AD2009CAE2E /* objc-shared-cache.h in usr|local|include */ = {isa = PBXBuildFile; fileRef = F9C69EFD14EC8ABF009CAE2E /* objc-shared-cache.h */; };
412ebb8e
A
73 F9CE307A1208F1B50098B590 /* dsc_extractor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9CE30781208F1B50098B590 /* dsc_extractor.cpp */; };
74 F9CE307B1208F1C60098B590 /* dsc_extractor.h in usr|local|include|mach-o */ = {isa = PBXBuildFile; fileRef = F9CE30791208F1B50098B590 /* dsc_extractor.h */; };
832b6fce
A
75 F9D1001814D8D13D00099D91 /* dsc_extractor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9CE30781208F1B50098B590 /* dsc_extractor.cpp */; };
76 F9D1001D14D8D19500099D91 /* dsc_iterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */; };
39a8cd10 77 F9D238DB0A9E2FD0002B55C7 /* update_dyld_shared_cache.1 in usr|share|man|man1 */ = {isa = PBXBuildFile; fileRef = F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */; };
832b6fce 78 F9D49CCC1458B95200F86ADD /* start_glue.s in Sources */ = {isa = PBXBuildFile; fileRef = F9D49CCB1458B95200F86ADD /* start_glue.s */; };
9e225d03
A
79 F9ED4CD60630A7F100DF4E74 /* dyld_gdb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CC60630A7F100DF4E74 /* dyld_gdb.cpp */; };
80 F9ED4CD70630A7F100DF4E74 /* dyld.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CC70630A7F100DF4E74 /* dyld.cpp */; };
81 F9ED4CD90630A7F100DF4E74 /* dyldAPIs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CC90630A7F100DF4E74 /* dyldAPIs.cpp */; };
82 F9ED4CDA0630A7F100DF4E74 /* dyldExceptions.c in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCA0630A7F100DF4E74 /* dyldExceptions.c */; };
83 F9ED4CDB0630A7F100DF4E74 /* dyldInitialization.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCB0630A7F100DF4E74 /* dyldInitialization.cpp */; };
84 F9ED4CDE0630A7F100DF4E74 /* dyldNew.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCE0630A7F100DF4E74 /* dyldNew.cpp */; };
85 F9ED4CDF0630A7F100DF4E74 /* dyldStartup.s in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCF0630A7F100DF4E74 /* dyldStartup.s */; };
86 F9ED4CE00630A7F100DF4E74 /* glue.c in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD00630A7F100DF4E74 /* glue.c */; };
87 F9ED4CE10630A7F100DF4E74 /* ImageLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD10630A7F100DF4E74 /* ImageLoader.cpp */; };
88 F9ED4CE30630A7F100DF4E74 /* ImageLoaderMachO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD30630A7F100DF4E74 /* ImageLoaderMachO.cpp */; };
89 F9ED4CE50630A7F100DF4E74 /* stub_binding_helper.s in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD50630A7F100DF4E74 /* stub_binding_helper.s */; };
90 F9F256360639DBCC00A7427D /* dyldLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */; };
39a8cd10 91 F9F2A5700F7AEEE300B7C9EB /* dsc_iterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */; };
9e225d03
A
92/* End PBXBuildFile section */
93
94/* Begin PBXBuildRule section */
95 F921D3160703769A000D1056 /* PBXBuildRule */ = {
96 isa = PBXBuildRule;
39a8cd10 97 compilerSpec = com.apple.compilers.gcc;
9e225d03
A
98 fileType = sourcecode.cpp;
99 isEditable = 1;
100 outputFiles = (
101 );
102 };
103 F921D317070376A6000D1056 /* PBXBuildRule */ = {
104 isa = PBXBuildRule;
39a8cd10 105 compilerSpec = com.apple.compilers.gcc;
9e225d03
A
106 fileType = sourcecode.c;
107 isEditable = 1;
108 outputFiles = (
109 );
110 };
111 F921D318070376B0000D1056 /* PBXBuildRule */ = {
112 isa = PBXBuildRule;
39a8cd10 113 compilerSpec = com.apple.compilers.gcc;
9e225d03
A
114 fileType = sourcecode.asm;
115 isEditable = 1;
116 outputFiles = (
117 );
118 };
119 F921D31E070376F1000D1056 /* PBXBuildRule */ = {
120 isa = PBXBuildRule;
39a8cd10 121 compilerSpec = com.apple.compilers.gcc;
9e225d03
A
122 fileType = sourcecode.cpp;
123 isEditable = 1;
124 outputFiles = (
125 );
126 };
127 F9574C4906C94DA700142BFA /* PBXBuildRule */ = {
128 isa = PBXBuildRule;
39a8cd10 129 compilerSpec = com.apple.compilers.gcc;
9e225d03
A
130 fileType = sourcecode.c;
131 isEditable = 1;
132 outputFiles = (
133 );
134 };
135/* End PBXBuildRule section */
136
bac542e6 137/* Begin PBXContainerItemProxy section */
412ebb8e
A
138 F908134711D3ED1A00626CC1 /* PBXContainerItemProxy */ = {
139 isa = PBXContainerItemProxy;
140 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
141 proxyType = 1;
142 remoteGlobalIDString = F9ED4C9E0630A76B00DF4E74;
143 remoteInfo = libdyld.dylib;
144 };
bac542e6
A
145 F93937370A94FB6A00070A07 /* PBXContainerItemProxy */ = {
146 isa = PBXContainerItemProxy;
147 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
148 proxyType = 1;
149 remoteGlobalIDString = F93937310A94FAF700070A07;
150 remoteInfo = update_dyld_shared_cache;
9e225d03 151 };
412ebb8e
A
152 F99B8E9F0FEC195800701838 /* PBXContainerItemProxy */ = {
153 isa = PBXContainerItemProxy;
154 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
155 proxyType = 1;
156 remoteGlobalIDString = F99B8E550FEC10F600701838;
157 remoteInfo = dyld_shared_cache_util;
158 };
159 F99B8EB10FEC220C00701838 /* PBXContainerItemProxy */ = {
160 isa = PBXContainerItemProxy;
161 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
162 proxyType = 1;
163 remoteGlobalIDString = F99B8E550FEC10F600701838;
164 remoteInfo = dyld_shared_cache_util;
165 };
166 F9B4D77F12AD9736000605A6 /* PBXContainerItemProxy */ = {
bac542e6
A
167 isa = PBXContainerItemProxy;
168 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
169 proxyType = 1;
39a8cd10 170 remoteGlobalIDString = F9F2A5580F7AEE9800B7C9EB;
412ebb8e
A
171 remoteInfo = libdsc;
172 };
173 F9CE330A120F40EA0098B590 /* PBXContainerItemProxy */ = {
174 isa = PBXContainerItemProxy;
175 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
176 proxyType = 1;
177 remoteGlobalIDString = F9F2A5580F7AEE9800B7C9EB;
178 remoteInfo = libdsc;
9e225d03 179 };
832b6fce
A
180 F9D1004614D8D91100099D91 /* PBXContainerItemProxy */ = {
181 isa = PBXContainerItemProxy;
182 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
183 proxyType = 1;
184 remoteGlobalIDString = F9D1001114D8D0BA00099D91;
185 remoteInfo = dsc_extractor;
186 };
9e225d03
A
187 F9ED4CA60630A78A00DF4E74 /* PBXContainerItemProxy */ = {
188 isa = PBXContainerItemProxy;
189 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
190 proxyType = 1;
191 remoteGlobalIDString = F9ED4C970630A76000DF4E74;
192 remoteInfo = dyld;
193 };
194 F9ED4CA80630A78A00DF4E74 /* PBXContainerItemProxy */ = {
195 isa = PBXContainerItemProxy;
196 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
197 proxyType = 1;
198 remoteGlobalIDString = F9ED4C9E0630A76B00DF4E74;
199 remoteInfo = libdyld;
200 };
201/* End PBXContainerItemProxy section */
202
203/* Begin PBXCopyFilesBuildPhase section */
412ebb8e 204 F908135111D3ED9000626CC1 /* usr|include|mach-o */ = {
bac542e6
A
205 isa = PBXCopyFilesBuildPhase;
206 buildActionMask = 8;
19894a12 207 dstPath = "$(INSTALL_PATH_PREFIX)/usr/include/mach-o";
bac542e6
A
208 dstSubfolderSpec = 0;
209 files = (
412ebb8e
A
210 F908134C11D3ED6200626CC1 /* dyld.h in usr|include|mach-o */,
211 F908134D11D3ED6200626CC1 /* dyld_images.h in usr|include|mach-o */,
bac542e6 212 );
412ebb8e 213 name = "usr|include|mach-o";
bac542e6
A
214 runOnlyForDeploymentPostprocessing = 1;
215 };
412ebb8e 216 F908137011D3FB5000626CC1 /* usr|include */ = {
9e225d03
A
217 isa = PBXCopyFilesBuildPhase;
218 buildActionMask = 8;
19894a12 219 dstPath = "$(INSTALL_PATH_PREFIX)/usr/include";
9e225d03
A
220 dstSubfolderSpec = 0;
221 files = (
412ebb8e 222 F908135911D3FA8700626CC1 /* dlfcn.h in usr|include */,
9e225d03 223 );
412ebb8e 224 name = "usr|include";
9e225d03
A
225 runOnlyForDeploymentPostprocessing = 1;
226 };
412ebb8e 227 F908137111D3FB5000626CC1 /* usr|local|include|mach-o */ = {
9e225d03
A
228 isa = PBXCopyFilesBuildPhase;
229 buildActionMask = 8;
19894a12 230 dstPath = "$(INSTALL_PATH_PREFIX)/usr/local/include/mach-o";
9e225d03
A
231 dstSubfolderSpec = 0;
232 files = (
412ebb8e
A
233 F908135D11D3FACD00626CC1 /* dyld-interposing.h in usr|local|include|mach-o */,
234 F908135E11D3FACD00626CC1 /* dyld_cache_format.h in usr|local|include|mach-o */,
235 F908135F11D3FACD00626CC1 /* dyld_gdb.h in usr|local|include|mach-o */,
236 F908136011D3FACD00626CC1 /* dyld_priv.h in usr|local|include|mach-o */,
9e225d03 237 );
39a8cd10 238 name = "usr|local|include|mach-o";
9e225d03
A
239 runOnlyForDeploymentPostprocessing = 1;
240 };
412ebb8e 241 F908137211D3FB5000626CC1 /* usr|share|man|man1 */ = {
9e225d03
A
242 isa = PBXCopyFilesBuildPhase;
243 buildActionMask = 8;
19894a12 244 dstPath = "$(INSTALL_PATH_PREFIX)/usr/share/man/man1";
9e225d03
A
245 dstSubfolderSpec = 0;
246 files = (
412ebb8e 247 F908136411D3FB0300626CC1 /* dyld.1 in usr|share|man|man1 */,
9e225d03 248 );
39a8cd10 249 name = "usr|share|man|man1";
9e225d03
A
250 runOnlyForDeploymentPostprocessing = 1;
251 };
412ebb8e 252 F908137311D3FB5000626CC1 /* usr|share|man|man3 */ = {
9e225d03
A
253 isa = PBXCopyFilesBuildPhase;
254 buildActionMask = 8;
19894a12 255 dstPath = "$(INSTALL_PATH_PREFIX)/usr/share/man/man3";
9e225d03
A
256 dstSubfolderSpec = 0;
257 files = (
412ebb8e
A
258 F908136811D3FB3A00626CC1 /* dladdr.3 in usr|share|man|man3 */,
259 F908136911D3FB3A00626CC1 /* dlclose.3 in usr|share|man|man3 */,
260 F908136A11D3FB3A00626CC1 /* dlerror.3 in usr|share|man|man3 */,
261 F908136B11D3FB3A00626CC1 /* dlopen.3 in usr|share|man|man3 */,
262 F908136C11D3FB3A00626CC1 /* dlsym.3 in usr|share|man|man3 */,
263 F908136D11D3FB3A00626CC1 /* dyld.3 in usr|share|man|man3 */,
264 F908136E11D3FB3A00626CC1 /* dlopen_preflight.3 in usr|share|man|man3 */,
39a8cd10
A
265 );
266 name = "usr|share|man|man3";
9e225d03
A
267 runOnlyForDeploymentPostprocessing = 1;
268 };
412ebb8e 269 F98C78D10F7C00EA006257D2 /* usr|local|include|mach-o */ = {
9e225d03
A
270 isa = PBXCopyFilesBuildPhase;
271 buildActionMask = 8;
19894a12 272 dstPath = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/local/include/mach-o";
9e225d03
A
273 dstSubfolderSpec = 0;
274 files = (
412ebb8e
A
275 F98C78F00F7C02E8006257D2 /* dsc_iterator.h in usr|local|include|mach-o */,
276 F9CE307B1208F1C60098B590 /* dsc_extractor.h in usr|local|include|mach-o */,
39a8cd10 277 );
412ebb8e 278 name = "usr|local|include|mach-o";
39a8cd10
A
279 runOnlyForDeploymentPostprocessing = 1;
280 };
832b6fce 281 F9C69EFC14EC8AB8009CAE2E /* usr|local|include */ = {
39a8cd10
A
282 isa = PBXCopyFilesBuildPhase;
283 buildActionMask = 8;
19894a12 284 dstPath = "$(INSTALL_PATH_PREFIX)/usr/local/include";
39a8cd10
A
285 dstSubfolderSpec = 0;
286 files = (
832b6fce 287 F9C69EFE14EC8AD2009CAE2E /* objc-shared-cache.h in usr|local|include */,
9e225d03 288 );
832b6fce 289 name = "usr|local|include";
9e225d03
A
290 runOnlyForDeploymentPostprocessing = 1;
291 };
39a8cd10 292 F9D238DD0A9E2FEE002B55C7 /* usr|share|man|man1 */ = {
bac542e6
A
293 isa = PBXCopyFilesBuildPhase;
294 buildActionMask = 8;
19894a12 295 dstPath = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/$(LOCAL)/share/man/man1";
bac542e6
A
296 dstSubfolderSpec = 0;
297 files = (
39a8cd10 298 F9D238DB0A9E2FD0002B55C7 /* update_dyld_shared_cache.1 in usr|share|man|man1 */,
bac542e6 299 );
39a8cd10 300 name = "usr|share|man|man1";
bac542e6
A
301 runOnlyForDeploymentPostprocessing = 1;
302 };
9e225d03
A
303/* End PBXCopyFilesBuildPhase section */
304
305/* Begin PBXFileReference section */
19894a12 306 3FC074DF188330C8005F11DD /* base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; };
39a8cd10
A
307 834A90AB0E1D85D600555761 /* ObjCLegacyAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ObjCLegacyAbstraction.hpp; sourceTree = "<group>"; };
308 834A90AC0E1D85D600555761 /* ObjCModernAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = ObjCModernAbstraction.hpp; sourceTree = "<group>"; };
9e225d03
A
309 EF799FE9070D27BB00F78484 /* dyld.1 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.man; name = dyld.1; path = doc/man/man1/dyld.1; sourceTree = SOURCE_ROOT; };
310 EF799FEB070D27BB00F78484 /* dladdr.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dladdr.3; path = doc/man/man3/dladdr.3; sourceTree = SOURCE_ROOT; };
311 EF799FEC070D27BB00F78484 /* dlclose.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlclose.3; path = doc/man/man3/dlclose.3; sourceTree = SOURCE_ROOT; };
312 EF799FED070D27BB00F78484 /* dlerror.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlerror.3; path = doc/man/man3/dlerror.3; sourceTree = SOURCE_ROOT; };
313 EF799FEE070D27BB00F78484 /* dlopen.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlopen.3; path = doc/man/man3/dlopen.3; sourceTree = SOURCE_ROOT; };
314 EF799FEF070D27BB00F78484 /* dlsym.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlsym.3; path = doc/man/man3/dlsym.3; sourceTree = SOURCE_ROOT; };
315 EF799FF0070D27BB00F78484 /* dyld.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dyld.3; path = doc/man/man3/dyld.3; sourceTree = SOURCE_ROOT; };
9e225d03 316 F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldAPIsInLibSystem.cpp; path = src/dyldAPIsInLibSystem.cpp; sourceTree = "<group>"; };
197008ea 317 F918691408B16D2500E0F9DB /* dyld-interposing.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = "dyld-interposing.h"; path = "include/mach-o/dyld-interposing.h"; sourceTree = "<group>"; };
2fd3f4e8
A
318 F93666DF163B4C42002ECADA /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
319 F93666E1163B4C58002ECADA /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = /System/Library/Frameworks/Security.framework; sourceTree = "<absolute>"; };
bac542e6
A
320 F93937320A94FAF700070A07 /* update_dyld_shared_cache */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = update_dyld_shared_cache; sourceTree = BUILT_PRODUCTS_DIR; };
321 F939373E0A94FC4700070A07 /* Architectures.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Architectures.hpp; sourceTree = "<group>"; };
322 F939373F0A94FC4700070A07 /* CacheFileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = CacheFileAbstraction.hpp; sourceTree = "<group>"; };
323 F93937400A94FC4700070A07 /* dyld_cache_format.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dyld_cache_format.h; sourceTree = "<group>"; };
324 F93937410A94FC4700070A07 /* FileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = FileAbstraction.hpp; sourceTree = "<group>"; };
325 F93937430A94FC4700070A07 /* MachOFileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MachOFileAbstraction.hpp; sourceTree = "<group>"; };
326 F93937440A94FC4700070A07 /* MachOLayout.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MachOLayout.hpp; sourceTree = "<group>"; };
2fd3f4e8 327 F93937460A94FC4700070A07 /* update_dyld_shared_cache.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; path = update_dyld_shared_cache.cpp; sourceTree = "<group>"; tabWidth = 4; usesTabs = 1; };
39a8cd10
A
328 F94DB9000F0A9B1700323715 /* ImageLoaderMachOClassic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoaderMachOClassic.cpp; path = src/ImageLoaderMachOClassic.cpp; sourceTree = "<group>"; };
329 F94DB9010F0A9B1700323715 /* ImageLoaderMachOClassic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageLoaderMachOClassic.h; path = src/ImageLoaderMachOClassic.h; sourceTree = "<group>"; };
330 F94DB9020F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoaderMachOCompressed.cpp; path = src/ImageLoaderMachOCompressed.cpp; sourceTree = "<group>"; };
331 F94DB9030F0A9B1700323715 /* ImageLoaderMachOCompressed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageLoaderMachOCompressed.h; path = src/ImageLoaderMachOCompressed.h; sourceTree = "<group>"; };
332 F95C95160E994796007B7CB8 /* MachOTrie.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MachOTrie.hpp; sourceTree = "<group>"; };
412ebb8e 333 F976F548127B90F8004BA2A5 /* dyld.order */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = dyld.order; path = src/dyld.order; sourceTree = "<group>"; };
19894a12
A
334 F97988FA187F706600EC2C8E /* dyld.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = dyld.xcconfig; sourceTree = "<group>"; };
335 F97988FB187F707A00EC2C8E /* libdyld.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = libdyld.xcconfig; sourceTree = "<group>"; };
2fd3f4e8 336 F981BB8B170FC24400A686D6 /* dyldSyscallInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dyldSyscallInterface.h; path = src/dyldSyscallInterface.h; sourceTree = "<group>"; };
bac542e6
A
337 F98935B90A9A412B00FB6228 /* MachOBinder.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MachOBinder.hpp; sourceTree = "<group>"; };
338 F98935BA0A9A412B00FB6228 /* MachORebaser.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MachORebaser.hpp; sourceTree = "<group>"; };
339 F98D274C0AA79D7400416316 /* dyld_images.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld_images.h; path = "include/mach-o/dyld_images.h"; sourceTree = "<group>"; };
412ebb8e
A
340 F99B8E620FEC11B400701838 /* dyld_shared_cache_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dyld_shared_cache_util.cpp; sourceTree = "<group>"; };
341 F99B8E670FEC121100701838 /* dyld_shared_cache_util */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyld_shared_cache_util; sourceTree = BUILT_PRODUCTS_DIR; };
9e225d03 342 F99EE6AE06B48D4200BF1992 /* dlfcn.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dlfcn.h; path = include/dlfcn.h; sourceTree = "<group>"; };
39a8cd10
A
343 F99EFC0D0EAD60E8001032B8 /* dyld_stub_binder.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = dyld_stub_binder.s; path = src/dyld_stub_binder.s; sourceTree = "<group>"; };
344 F9A221E60F3A6D7C00D15F73 /* dyldLibSystemGlue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dyldLibSystemGlue.c; path = src/dyldLibSystemGlue.c; sourceTree = "<group>"; };
412ebb8e
A
345 F9A6D6E2116F9DF20051CC16 /* threadLocalVariables.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = threadLocalVariables.c; path = src/threadLocalVariables.c; sourceTree = "<group>"; };
346 F9A6D70B116FBBD10051CC16 /* threadLocalHelpers.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = threadLocalHelpers.s; path = src/threadLocalHelpers.s; sourceTree = "<group>"; };
bac542e6
A
347 F9AB709D0BA75730002F6068 /* dyldLibSystemInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyldLibSystemInterface.h; path = src/dyldLibSystemInterface.h; sourceTree = "<group>"; };
348 F9AC7E930B7BB67700FEB38B /* version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = version.c; sourceTree = BUILT_PRODUCTS_DIR; };
2fd3f4e8 349 F9AFEA3216F15CE300CB5161 /* start_glue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = start_glue.h; path = src/start_glue.h; sourceTree = "<group>"; };
9e225d03 350 F9B01E3D0739ABDE00CF981B /* dyld.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; name = dyld.exp; path = src/dyld.exp; sourceTree = SOURCE_ROOT; };
832b6fce 351 F9C69EFD14EC8ABF009CAE2E /* objc-shared-cache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "objc-shared-cache.h"; path = "include/objc-shared-cache.h"; sourceTree = "<group>"; };
412ebb8e
A
352 F9CE30781208F1B50098B590 /* dsc_extractor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dsc_extractor.cpp; sourceTree = "<group>"; };
353 F9CE30791208F1B50098B590 /* dsc_extractor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dsc_extractor.h; sourceTree = "<group>"; };
832b6fce 354 F9D1001214D8D0BA00099D91 /* dsc_extractor.bundle */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = dsc_extractor.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
bac542e6 355 F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.man; path = update_dyld_shared_cache.1; sourceTree = "<group>"; };
832b6fce 356 F9D49CCB1458B95200F86ADD /* start_glue.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = start_glue.s; path = src/start_glue.s; sourceTree = "<group>"; };
bac542e6
A
357 F9E572000A66EF41007D9BE9 /* dlopen_preflight.3 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = dlopen_preflight.3; sourceTree = "<group>"; };
358 F9ED4C980630A76000DF4E74 /* dyld */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyld; sourceTree = BUILT_PRODUCTS_DIR; };
412ebb8e 359 F9ED4C9F0630A76B00DF4E74 /* libdyld.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libdyld.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
9e225d03
A
360 F9ED4CC60630A7F100DF4E74 /* dyld_gdb.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyld_gdb.cpp; path = src/dyld_gdb.cpp; sourceTree = SOURCE_ROOT; };
361 F9ED4CC70630A7F100DF4E74 /* dyld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyld.cpp; path = src/dyld.cpp; sourceTree = SOURCE_ROOT; };
362 F9ED4CC80630A7F100DF4E74 /* dyld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld.h; path = src/dyld.h; sourceTree = SOURCE_ROOT; };
363 F9ED4CC90630A7F100DF4E74 /* dyldAPIs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldAPIs.cpp; path = src/dyldAPIs.cpp; sourceTree = SOURCE_ROOT; };
364 F9ED4CCA0630A7F100DF4E74 /* dyldExceptions.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dyldExceptions.c; path = src/dyldExceptions.c; sourceTree = SOURCE_ROOT; };
365 F9ED4CCB0630A7F100DF4E74 /* dyldInitialization.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldInitialization.cpp; path = src/dyldInitialization.cpp; sourceTree = SOURCE_ROOT; };
366 F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldLock.cpp; path = src/dyldLock.cpp; sourceTree = SOURCE_ROOT; };
367 F9ED4CCD0630A7F100DF4E74 /* dyldLock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyldLock.h; path = src/dyldLock.h; sourceTree = SOURCE_ROOT; };
368 F9ED4CCE0630A7F100DF4E74 /* dyldNew.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldNew.cpp; path = src/dyldNew.cpp; sourceTree = SOURCE_ROOT; };
369 F9ED4CCF0630A7F100DF4E74 /* dyldStartup.s */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.asm; name = dyldStartup.s; path = src/dyldStartup.s; sourceTree = SOURCE_ROOT; tabWidth = 8; usesTabs = 1; };
370 F9ED4CD00630A7F100DF4E74 /* glue.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = glue.c; path = src/glue.c; sourceTree = SOURCE_ROOT; };
371 F9ED4CD10630A7F100DF4E74 /* ImageLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoader.cpp; path = src/ImageLoader.cpp; sourceTree = SOURCE_ROOT; };
372 F9ED4CD20630A7F100DF4E74 /* ImageLoader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImageLoader.h; path = src/ImageLoader.h; sourceTree = SOURCE_ROOT; };
373 F9ED4CD30630A7F100DF4E74 /* ImageLoaderMachO.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoaderMachO.cpp; path = src/ImageLoaderMachO.cpp; sourceTree = SOURCE_ROOT; };
374 F9ED4CD40630A7F100DF4E74 /* ImageLoaderMachO.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImageLoaderMachO.h; path = src/ImageLoaderMachO.h; sourceTree = SOURCE_ROOT; };
375 F9ED4CD50630A7F100DF4E74 /* stub_binding_helper.s */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.asm; name = stub_binding_helper.s; path = src/stub_binding_helper.s; sourceTree = SOURCE_ROOT; tabWidth = 8; usesTabs = 1; };
376 F9ED4CE80630A80600DF4E74 /* dyld_gdb.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld_gdb.h; path = "include/mach-o/dyld_gdb.h"; sourceTree = SOURCE_ROOT; };
377 F9ED4CE90630A80600DF4E74 /* dyld_priv.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld_priv.h; path = "include/mach-o/dyld_priv.h"; sourceTree = SOURCE_ROOT; };
378 F9ED4CEA0630A80600DF4E74 /* dyld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld.h; path = "include/mach-o/dyld.h"; sourceTree = SOURCE_ROOT; };
39a8cd10
A
379 F9F2A5590F7AEE9800B7C9EB /* libdsc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libdsc.a; sourceTree = BUILT_PRODUCTS_DIR; };
380 F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dsc_iterator.cpp; sourceTree = "<group>"; };
381 F9F2A56F0F7AEEE300B7C9EB /* dsc_iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dsc_iterator.h; sourceTree = "<group>"; };
9e225d03
A
382/* End PBXFileReference section */
383
384/* Begin PBXFrameworksBuildPhase section */
bac542e6 385 F93937300A94FAF700070A07 /* Frameworks */ = {
9e225d03
A
386 isa = PBXFrameworksBuildPhase;
387 buildActionMask = 2147483647;
388 files = (
2fd3f4e8
A
389 F93666E2163B4C58002ECADA /* Security.framework in Frameworks */,
390 F93666E0163B4C42002ECADA /* CoreFoundation.framework in Frameworks */,
9e225d03
A
391 );
392 runOnlyForDeploymentPostprocessing = 0;
393 };
412ebb8e
A
394 F99B8E540FEC10F600701838 /* Frameworks */ = {
395 isa = PBXFrameworksBuildPhase;
396 buildActionMask = 2147483647;
397 files = (
398 );
399 runOnlyForDeploymentPostprocessing = 0;
400 };
832b6fce
A
401 F9D1001014D8D0BA00099D91 /* Frameworks */ = {
402 isa = PBXFrameworksBuildPhase;
403 buildActionMask = 2147483647;
404 files = (
405 );
406 runOnlyForDeploymentPostprocessing = 0;
407 };
39a8cd10
A
408 F9F2A5570F7AEE9800B7C9EB /* Frameworks */ = {
409 isa = PBXFrameworksBuildPhase;
410 buildActionMask = 2147483647;
411 files = (
412 );
413 runOnlyForDeploymentPostprocessing = 0;
414 };
9e225d03
A
415/* End PBXFrameworksBuildPhase section */
416
417/* Begin PBXGroup section */
418 EF799FE7070D27BB00F78484 /* man */ = {
419 isa = PBXGroup;
420 children = (
421 EF799FE8070D27BB00F78484 /* man1 */,
422 EF799FEA070D27BB00F78484 /* man3 */,
423 );
424 name = man;
425 path = doc/man;
426 sourceTree = SOURCE_ROOT;
427 };
428 EF799FE8070D27BB00F78484 /* man1 */ = {
429 isa = PBXGroup;
430 children = (
431 EF799FE9070D27BB00F78484 /* dyld.1 */,
bac542e6 432 F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */,
9e225d03
A
433 );
434 name = man1;
435 path = doc/man/man1;
436 sourceTree = SOURCE_ROOT;
437 };
438 EF799FEA070D27BB00F78484 /* man3 */ = {
439 isa = PBXGroup;
440 children = (
441 EF799FEB070D27BB00F78484 /* dladdr.3 */,
442 EF799FEC070D27BB00F78484 /* dlclose.3 */,
443 EF799FED070D27BB00F78484 /* dlerror.3 */,
444 EF799FEE070D27BB00F78484 /* dlopen.3 */,
445 EF799FEF070D27BB00F78484 /* dlsym.3 */,
bac542e6 446 F9E572000A66EF41007D9BE9 /* dlopen_preflight.3 */,
9e225d03 447 EF799FF0070D27BB00F78484 /* dyld.3 */,
9e225d03
A
448 );
449 name = man3;
450 path = doc/man/man3;
451 sourceTree = SOURCE_ROOT;
452 };
bac542e6
A
453 F939373D0A94FC4700070A07 /* launch-cache */ = {
454 isa = PBXGroup;
455 children = (
2fd3f4e8
A
456 F93666E1163B4C58002ECADA /* Security.framework */,
457 F93666DF163B4C42002ECADA /* CoreFoundation.framework */,
bac542e6
A
458 F939373E0A94FC4700070A07 /* Architectures.hpp */,
459 F939373F0A94FC4700070A07 /* CacheFileAbstraction.hpp */,
460 F93937400A94FC4700070A07 /* dyld_cache_format.h */,
461 F93937410A94FC4700070A07 /* FileAbstraction.hpp */,
462 F93937430A94FC4700070A07 /* MachOFileAbstraction.hpp */,
463 F93937440A94FC4700070A07 /* MachOLayout.hpp */,
464 F98935BA0A9A412B00FB6228 /* MachORebaser.hpp */,
465 F98935B90A9A412B00FB6228 /* MachOBinder.hpp */,
39a8cd10
A
466 F95C95160E994796007B7CB8 /* MachOTrie.hpp */,
467 834A90AB0E1D85D600555761 /* ObjCLegacyAbstraction.hpp */,
468 834A90AC0E1D85D600555761 /* ObjCModernAbstraction.hpp */,
bac542e6 469 F93937460A94FC4700070A07 /* update_dyld_shared_cache.cpp */,
39a8cd10
A
470 F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */,
471 F9F2A56F0F7AEEE300B7C9EB /* dsc_iterator.h */,
412ebb8e
A
472 F9CE30781208F1B50098B590 /* dsc_extractor.cpp */,
473 F9CE30791208F1B50098B590 /* dsc_extractor.h */,
474 F99B8E620FEC11B400701838 /* dyld_shared_cache_util.cpp */,
bac542e6
A
475 );
476 path = "launch-cache";
477 sourceTree = "<group>";
478 };
9e225d03
A
479 F9ED4C870630A72200DF4E74 = {
480 isa = PBXGroup;
481 children = (
19894a12
A
482 3FC074DF188330C8005F11DD /* base.xcconfig */,
483 F97988FA187F706600EC2C8E /* dyld.xcconfig */,
484 F97988FB187F707A00EC2C8E /* libdyld.xcconfig */,
9e225d03
A
485 F9ED4CBB0630A7AA00DF4E74 /* src */,
486 F9ED4CC30630A7BE00DF4E74 /* doc */,
487 F9ED4CBE0630A7B100DF4E74 /* include */,
488 F9ED4C990630A76000DF4E74 /* Products */,
bac542e6 489 F939373D0A94FC4700070A07 /* launch-cache */,
9e225d03 490 );
2fd3f4e8 491 indentWidth = 4;
9e225d03 492 sourceTree = "<group>";
2fd3f4e8
A
493 tabWidth = 4;
494 usesTabs = 1;
9e225d03
A
495 };
496 F9ED4C990630A76000DF4E74 /* Products */ = {
497 isa = PBXGroup;
498 children = (
499 F9ED4C980630A76000DF4E74 /* dyld */,
412ebb8e 500 F9ED4C9F0630A76B00DF4E74 /* libdyld.dylib */,
bac542e6 501 F93937320A94FAF700070A07 /* update_dyld_shared_cache */,
39a8cd10 502 F9F2A5590F7AEE9800B7C9EB /* libdsc.a */,
412ebb8e 503 F99B8E670FEC121100701838 /* dyld_shared_cache_util */,
832b6fce 504 F9D1001214D8D0BA00099D91 /* dsc_extractor.bundle */,
9e225d03
A
505 );
506 name = Products;
507 sourceTree = "<group>";
508 };
509 F9ED4CBB0630A7AA00DF4E74 /* src */ = {
510 isa = PBXGroup;
511 children = (
512 F9ED4CC60630A7F100DF4E74 /* dyld_gdb.cpp */,
513 F9ED4CC70630A7F100DF4E74 /* dyld.cpp */,
514 F9ED4CC80630A7F100DF4E74 /* dyld.h */,
9e225d03
A
515 F9ED4CC90630A7F100DF4E74 /* dyldAPIs.cpp */,
516 F9ED4CCA0630A7F100DF4E74 /* dyldExceptions.c */,
bac542e6 517 F9AB709D0BA75730002F6068 /* dyldLibSystemInterface.h */,
9e225d03
A
518 F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */,
519 F9ED4CCB0630A7F100DF4E74 /* dyldInitialization.cpp */,
520 F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */,
521 F9ED4CCD0630A7F100DF4E74 /* dyldLock.h */,
522 F9ED4CCE0630A7F100DF4E74 /* dyldNew.cpp */,
523 F9ED4CCF0630A7F100DF4E74 /* dyldStartup.s */,
832b6fce 524 F9D49CCB1458B95200F86ADD /* start_glue.s */,
2fd3f4e8 525 F9AFEA3216F15CE300CB5161 /* start_glue.h */,
39a8cd10 526 F99EFC0D0EAD60E8001032B8 /* dyld_stub_binder.s */,
9e225d03 527 F9ED4CD00630A7F100DF4E74 /* glue.c */,
2fd3f4e8 528 F981BB8B170FC24400A686D6 /* dyldSyscallInterface.h */,
9e225d03
A
529 F9ED4CD10630A7F100DF4E74 /* ImageLoader.cpp */,
530 F9ED4CD20630A7F100DF4E74 /* ImageLoader.h */,
531 F9ED4CD30630A7F100DF4E74 /* ImageLoaderMachO.cpp */,
532 F9ED4CD40630A7F100DF4E74 /* ImageLoaderMachO.h */,
39a8cd10
A
533 F94DB9000F0A9B1700323715 /* ImageLoaderMachOClassic.cpp */,
534 F94DB9010F0A9B1700323715 /* ImageLoaderMachOClassic.h */,
535 F94DB9020F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp */,
536 F94DB9030F0A9B1700323715 /* ImageLoaderMachOCompressed.h */,
9e225d03
A
537 F9ED4CD50630A7F100DF4E74 /* stub_binding_helper.s */,
538 F9B01E3D0739ABDE00CF981B /* dyld.exp */,
412ebb8e 539 F976F548127B90F8004BA2A5 /* dyld.order */,
bac542e6 540 F9AC7E930B7BB67700FEB38B /* version.c */,
39a8cd10 541 F9A221E60F3A6D7C00D15F73 /* dyldLibSystemGlue.c */,
412ebb8e
A
542 F9A6D6E2116F9DF20051CC16 /* threadLocalVariables.c */,
543 F9A6D70B116FBBD10051CC16 /* threadLocalHelpers.s */,
9e225d03
A
544 );
545 name = src;
546 sourceTree = "<group>";
547 };
548 F9ED4CBE0630A7B100DF4E74 /* include */ = {
549 isa = PBXGroup;
550 children = (
19894a12 551 F918691408B16D2500E0F9DB /* dyld-interposing.h */,
bac542e6 552 F98D274C0AA79D7400416316 /* dyld_images.h */,
9e225d03
A
553 F9ED4CE80630A80600DF4E74 /* dyld_gdb.h */,
554 F9ED4CE90630A80600DF4E74 /* dyld_priv.h */,
9e225d03
A
555 F9ED4CEA0630A80600DF4E74 /* dyld.h */,
556 F99EE6AE06B48D4200BF1992 /* dlfcn.h */,
832b6fce 557 F9C69EFD14EC8ABF009CAE2E /* objc-shared-cache.h */,
9e225d03
A
558 );
559 name = include;
560 sourceTree = "<group>";
561 };
562 F9ED4CC30630A7BE00DF4E74 /* doc */ = {
563 isa = PBXGroup;
564 children = (
565 EF799FE7070D27BB00F78484 /* man */,
566 );
567 name = doc;
568 sourceTree = SOURCE_ROOT;
569 };
570/* End PBXGroup section */
571
bac542e6
A
572/* Begin PBXNativeTarget section */
573 F93937310A94FAF700070A07 /* update_dyld_shared_cache */ = {
574 isa = PBXNativeTarget;
575 buildConfigurationList = F93937340A94FB2900070A07 /* Build configuration list for PBXNativeTarget "update_dyld_shared_cache" */;
576 buildPhases = (
2fd3f4e8 577 F91083C91702592700831889 /* create dyld_cache_config.h */,
bac542e6
A
578 F939372F0A94FAF700070A07 /* Sources */,
579 F93937300A94FAF700070A07 /* Frameworks */,
39a8cd10 580 F9D238DD0A9E2FEE002B55C7 /* usr|share|man|man1 */,
412ebb8e 581 F991E3030FF1A4EC0082CCC9 /* do not install duplicates */,
9e225d03 582 );
bac542e6
A
583 buildRules = (
584 );
585 dependencies = (
412ebb8e
A
586 F99B8EA00FEC195800701838 /* PBXTargetDependency */,
587 F9CE330B120F40EA0098B590 /* PBXTargetDependency */,
832b6fce 588 F9D1004714D8D91100099D91 /* PBXTargetDependency */,
bac542e6
A
589 );
590 name = update_dyld_shared_cache;
591 productName = update_dyld_shared_cache;
592 productReference = F93937320A94FAF700070A07 /* update_dyld_shared_cache */;
593 productType = "com.apple.product-type.tool";
9e225d03 594 };
412ebb8e
A
595 F99B8E550FEC10F600701838 /* dyld_shared_cache_util */ = {
596 isa = PBXNativeTarget;
597 buildConfigurationList = F99B8E5D0FEC10F800701838 /* Build configuration list for PBXNativeTarget "dyld_shared_cache_util" */;
598 buildPhases = (
599 F99B8E530FEC10F600701838 /* Sources */,
600 F99B8E540FEC10F600701838 /* Frameworks */,
601 );
602 buildRules = (
603 );
604 dependencies = (
605 );
606 name = dyld_shared_cache_util;
607 productName = dscutil;
608 productReference = F99B8E670FEC121100701838 /* dyld_shared_cache_util */;
609 productType = "com.apple.product-type.tool";
610 };
832b6fce 611 F9D1001114D8D0BA00099D91 /* dsc_extractor */ = {
412ebb8e 612 isa = PBXNativeTarget;
832b6fce 613 buildConfigurationList = F9D1001714D8D0F100099D91 /* Build configuration list for PBXNativeTarget "dsc_extractor" */;
412ebb8e 614 buildPhases = (
832b6fce
A
615 F9D1000F14D8D0BA00099D91 /* Sources */,
616 F9D1001014D8D0BA00099D91 /* Frameworks */,
412ebb8e
A
617 );
618 buildRules = (
619 );
620 dependencies = (
621 );
832b6fce
A
622 name = dsc_extractor;
623 productName = dsc_extractor;
624 productReference = F9D1001214D8D0BA00099D91 /* dsc_extractor.bundle */;
625 productType = "com.apple.product-type.library.dynamic";
412ebb8e 626 };
9e225d03
A
627 F9ED4C970630A76000DF4E74 /* dyld */ = {
628 isa = PBXNativeTarget;
629 buildConfigurationList = F9D8C7DD087B087300E93EFB /* Build configuration list for PBXNativeTarget "dyld" */;
630 buildPhases = (
412ebb8e 631 F9D050C811DD701A00FB0A29 /* configure archives */,
9e225d03 632 F9ED4C950630A76000DF4E74 /* Sources */,
412ebb8e 633 F907E2490FA6469000BFEDBD /* install iPhone file */,
19894a12 634 F9213B3F18BFC9CB001CB6E8 /* simulator entitlement */,
412ebb8e 635 F99B8EB60FEC236500701838 /* suppress macosx dyld_shared_cache_util */,
9e225d03
A
636 );
637 buildRules = (
638 F921D318070376B0000D1056 /* PBXBuildRule */,
639 F921D317070376A6000D1056 /* PBXBuildRule */,
640 F921D3160703769A000D1056 /* PBXBuildRule */,
641 );
9e225d03 642 dependencies = (
412ebb8e 643 F99B8EB20FEC220C00701838 /* PBXTargetDependency */,
9e225d03
A
644 );
645 name = dyld;
646 productName = dyld;
647 productReference = F9ED4C980630A76000DF4E74 /* dyld */;
648 productType = "com.apple.product-type.tool";
649 };
412ebb8e 650 F9ED4C9E0630A76B00DF4E74 /* libdyld.dylib */ = {
9e225d03 651 isa = PBXNativeTarget;
412ebb8e 652 buildConfigurationList = F9D8C7E1087B087300E93EFB /* Build configuration list for PBXNativeTarget "libdyld.dylib" */;
9e225d03
A
653 buildPhases = (
654 F9ED4C9C0630A76B00DF4E74 /* Sources */,
19894a12 655 F959621018849DF20003E4D4 /* add dyld symlink */,
9e225d03
A
656 );
657 buildRules = (
658 F921D31E070376F1000D1056 /* PBXBuildRule */,
659 F9574C4906C94DA700142BFA /* PBXBuildRule */,
660 );
9e225d03
A
661 dependencies = (
662 );
412ebb8e 663 name = libdyld.dylib;
9e225d03 664 productName = libdyld;
412ebb8e
A
665 productReference = F9ED4C9F0630A76B00DF4E74 /* libdyld.dylib */;
666 productType = "com.apple.product-type.library.dynamic";
9e225d03 667 };
412ebb8e 668 F9F2A5580F7AEE9800B7C9EB /* libdsc */ = {
39a8cd10 669 isa = PBXNativeTarget;
412ebb8e 670 buildConfigurationList = F9F2A56B0F7AEEB100B7C9EB /* Build configuration list for PBXNativeTarget "libdsc" */;
39a8cd10
A
671 buildPhases = (
672 F9F2A5560F7AEE9800B7C9EB /* Sources */,
673 F9F2A5570F7AEE9800B7C9EB /* Frameworks */,
674 F98C78D10F7C00EA006257D2 /* usr|local|include|mach-o */,
675 );
676 buildRules = (
677 );
678 dependencies = (
679 );
412ebb8e 680 name = libdsc;
39a8cd10
A
681 productName = dsc;
682 productReference = F9F2A5590F7AEE9800B7C9EB /* libdsc.a */;
683 productType = "com.apple.product-type.library.static";
684 };
9e225d03
A
685/* End PBXNativeTarget section */
686
687/* Begin PBXProject section */
688 F9ED4C8B0630A72300DF4E74 /* Project object */ = {
689 isa = PBXProject;
832b6fce
A
690 attributes = {
691 LastUpgradeCheck = 0440;
692 };
9e225d03 693 buildConfigurationList = F9D8C7E9087B087300E93EFB /* Build configuration list for PBXProject "dyld" */;
832b6fce 694 compatibilityVersion = "Xcode 3.2";
412ebb8e 695 developmentRegion = English;
9e225d03 696 hasScannedForEncodings = 1;
412ebb8e
A
697 knownRegions = (
698 English,
699 Japanese,
700 French,
701 German,
702 );
9e225d03
A
703 mainGroup = F9ED4C870630A72200DF4E74;
704 productRefGroup = F9ED4C990630A76000DF4E74 /* Products */;
705 projectDirPath = "";
bac542e6 706 projectRoot = "";
9e225d03
A
707 targets = (
708 F9ED4C920630A73900DF4E74 /* all */,
709 F9ED4C970630A76000DF4E74 /* dyld */,
412ebb8e
A
710 F908134211D3ED0B00626CC1 /* libdyld */,
711 F9ED4C9E0630A76B00DF4E74 /* libdyld.dylib */,
bac542e6 712 F93937310A94FAF700070A07 /* update_dyld_shared_cache */,
412ebb8e
A
713 F9F2A5580F7AEE9800B7C9EB /* libdsc */,
714 F99B8E550FEC10F600701838 /* dyld_shared_cache_util */,
832b6fce 715 F9D1001114D8D0BA00099D91 /* dsc_extractor */,
9e225d03
A
716 );
717 };
718/* End PBXProject section */
719
720/* Begin PBXShellScriptBuildPhase section */
412ebb8e 721 F907E2490FA6469000BFEDBD /* install iPhone file */ = {
9e225d03
A
722 isa = PBXShellScriptBuildPhase;
723 buildActionMask = 8;
724 files = (
725 );
726 inputPaths = (
9e225d03 727 );
412ebb8e 728 name = "install iPhone file";
9e225d03
A
729 outputPaths = (
730 );
731 runOnlyForDeploymentPostprocessing = 1;
732 shellPath = /bin/sh;
412ebb8e 733 shellScript = "if [ \"${PLATFORM_NAME}\" = \"iphoneos\" ] \nthen\n\tmkdir -p ${DSTROOT}//System/Library/Caches/com.apple.dyld\n\techo \"existence of this file enables dyld to have dylibs override shared cache\" > ${DSTROOT}//System/Library/Caches/com.apple.dyld/enable-dylibs-to-override-cache\nfi\n";
bac542e6
A
734 showEnvVarsInLog = 0;
735 };
2fd3f4e8
A
736 F91083C91702592700831889 /* create dyld_cache_config.h */ = {
737 isa = PBXShellScriptBuildPhase;
738 buildActionMask = 2147483647;
739 files = (
740 );
741 inputPaths = (
742 );
743 name = "create dyld_cache_config.h";
744 outputPaths = (
745 "$(DERIVED_FILE_DIR)/dyld_cache_config.h",
746 );
747 runOnlyForDeploymentPostprocessing = 0;
748 shellPath = /bin/bash;
19894a12 749 shellScript = "echo \"\" > ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\nif [ -n \"${ARM_SDK}\" ]; then\n\techo -n \"#define ARM_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\tawk '/define SHARED_REGION_BASE_ARM[ \\t]/ { print $3;}' \"${ARM_SDK}/usr/include/mach/shared_region.h\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\techo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n\techo -n \"#define ARM_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\tawk '/define SHARED_REGION_SIZE_ARM[ \\t]/ { print $3;}' \"${ARM_SDK}/usr/include/mach/shared_region.h\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\techo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n\techo -n \"#define ARM64_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\tawk '/define SHARED_REGION_BASE_ARM64/ { print $3;}' \"${ARM_SDK}/usr/include/mach/shared_region.h\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\techo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n\techo -n \"#define ARM64_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\tawk '/define SHARED_REGION_SIZE_ARM64/ { print $3;}' \"${ARM_SDK}/usr/include/mach/shared_region.h\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\techo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\nelse\n\tif [ -z ${RC_PURPLE} ]; then \n\t\techo \"#define ARM_SHARED_REGION_START 0x20000000 \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\t\techo \"#define ARM_SHARED_REGION_SIZE 0x20000000 \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\t\techo \"#define ARM64_SHARED_REGION_START 0x180000000 \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\t\techo \"#define ARM64_SHARED_REGION_SIZE 0x20000000 \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\tfi\nfi\n\n";
2fd3f4e8
A
750 showEnvVarsInLog = 0;
751 };
19894a12 752 F9213B3F18BFC9CB001CB6E8 /* simulator entitlement */ = {
bac542e6 753 isa = PBXShellScriptBuildPhase;
412ebb8e
A
754 buildActionMask = 8;
755 files = (
756 );
757 inputPaths = (
758 );
19894a12 759 name = "simulator entitlement";
412ebb8e
A
760 outputPaths = (
761 );
762 runOnlyForDeploymentPostprocessing = 1;
763 shellPath = /bin/sh;
19894a12 764 shellScript = "if [ \"${PLATFORM_NAME}\" = \"iphonesimulator\" ]\nthen\n /usr/bin/codesign --force --sign - --entitlements ${SRCROOT}/dyld_sim-entitlements.plist ${INSTALL_DIR}/dyld_sim\nfi\n";
412ebb8e
A
765 showEnvVarsInLog = 0;
766 };
19894a12 767 F959621018849DF20003E4D4 /* add dyld symlink */ = {
412ebb8e
A
768 isa = PBXShellScriptBuildPhase;
769 buildActionMask = 8;
770 files = (
771 );
772 inputPaths = (
773 );
19894a12 774 name = "add dyld symlink";
412ebb8e
A
775 outputPaths = (
776 );
777 runOnlyForDeploymentPostprocessing = 1;
778 shellPath = /bin/sh;
19894a12 779 shellScript = "if [ \"${PLATFORM_NAME}\" = \"iphonesimulator\" ]\nthen\n\tcd ${DSTROOT}/${INSTALL_PATH}\n\tln -s libdyld.dylib libdyld_sim.dylib\nfi\n";
412ebb8e
A
780 showEnvVarsInLog = 0;
781 };
19894a12 782 F991E3030FF1A4EC0082CCC9 /* do not install duplicates */ = {
412ebb8e 783 isa = PBXShellScriptBuildPhase;
19894a12 784 buildActionMask = 8;
bac542e6
A
785 files = (
786 );
787 inputPaths = (
788 );
19894a12 789 name = "do not install duplicates";
bac542e6 790 outputPaths = (
bac542e6 791 );
19894a12 792 runOnlyForDeploymentPostprocessing = 1;
bac542e6 793 shellPath = /bin/sh;
19894a12 794 shellScript = "if [ \"${INSTALL_LOCATION}\" = \"\" ] \nthen\n # on iOS, libdyld builds arm libdsc.a and u_d_s_c builds intel libdsc.a\n # on MacOSX, to avoid collision, u_d_s_c does not install libdsc.a\n\trm -rf ${DSTROOT}/usr/local/include\n\trm -rf ${DSTROOT}/usr/local/lib\nfi\n\nif [ -n \"${RC_PURPLE}\" ]\nthen\t\n mkdir -p \"${DSTROOT}${INSTALL_PATH_PREFIX}/${INSTALL_LOCATION}/usr/lib\"\n mv \"${DSTROOT}${INSTALL_PATH_PREFIX}/${INSTALL_LOCATION}/usr/local/lib/dsc_extractor.bundle\" \"${DSTROOT}${INSTALL_PATH_PREFIX}/${INSTALL_LOCATION}/usr/lib/dsc_extractor.bundle\"\nfi";
2fd3f4e8
A
795 showEnvVarsInLog = 0;
796 };
19894a12 797 F99B8EB60FEC236500701838 /* suppress macosx dyld_shared_cache_util */ = {
2fd3f4e8 798 isa = PBXShellScriptBuildPhase;
19894a12 799 buildActionMask = 8;
2fd3f4e8
A
800 files = (
801 );
802 inputPaths = (
803 );
19894a12 804 name = "suppress macosx dyld_shared_cache_util";
2fd3f4e8
A
805 outputPaths = (
806 );
19894a12
A
807 runOnlyForDeploymentPostprocessing = 1;
808 shellPath = /bin/sh;
809 shellScript = "# iPhone wants a copy of dyld_shared_cache_util on the device\n# MacOSX does not need a copy because update_dyld_shared_cache target already installed a copy\nif [ \"${PLATFORM_NAME}\" = \"macosx\" ] \nthen\n\trm -rf ${DSTROOT}/usr/local\nfi\n";
810 showEnvVarsInLog = 0;
811 };
812 F9D050C811DD701A00FB0A29 /* configure archives */ = {
813 isa = PBXShellScriptBuildPhase;
814 buildActionMask = 12;
815 files = (
816 );
817 inputPaths = (
818 );
819 name = "configure archives";
820 outputPaths = (
821 "$(DERIVED_SOURCES_DIR)/archives.txt",
822 );
2fd3f4e8
A
823 runOnlyForDeploymentPostprocessing = 0;
824 shellPath = /bin/sh;
19894a12 825 shellScript = "# link with all .a files in /usr/local/lib/dyld\nls -1 ${SDKROOT}/usr/local/lib/dyld/*.a > ${DERIVED_SOURCES_DIR}/archives.txt \n\n# link with crash report archive if it exists\nif [ -f ${SDKROOT}/usr/local/lib/libCrashReporterClient.a ]\nthen\n echo \\\"${SDKROOT}/usr/local/lib/libCrashReporterClient.a\\\" >> ${DERIVED_SOURCES_DIR}/archives.txt \nfi\n\n";
bac542e6 826 showEnvVarsInLog = 0;
9e225d03
A
827 };
828/* End PBXShellScriptBuildPhase section */
829
830/* Begin PBXSourcesBuildPhase section */
bac542e6
A
831 F939372F0A94FAF700070A07 /* Sources */ = {
832 isa = PBXSourcesBuildPhase;
833 buildActionMask = 2147483647;
834 files = (
835 F93937470A94FC4700070A07 /* update_dyld_shared_cache.cpp in Sources */,
bac542e6
A
836 );
837 runOnlyForDeploymentPostprocessing = 0;
838 };
412ebb8e
A
839 F99B8E530FEC10F600701838 /* Sources */ = {
840 isa = PBXSourcesBuildPhase;
841 buildActionMask = 2147483647;
842 files = (
843 F99B8EA30FEC1C4200701838 /* dsc_iterator.cpp in Sources */,
844 F99B8E630FEC11B400701838 /* dyld_shared_cache_util.cpp in Sources */,
845 );
846 runOnlyForDeploymentPostprocessing = 0;
847 };
832b6fce 848 F9D1000F14D8D0BA00099D91 /* Sources */ = {
412ebb8e
A
849 isa = PBXSourcesBuildPhase;
850 buildActionMask = 2147483647;
851 files = (
832b6fce
A
852 F9D1001814D8D13D00099D91 /* dsc_extractor.cpp in Sources */,
853 F9D1001D14D8D19500099D91 /* dsc_iterator.cpp in Sources */,
412ebb8e
A
854 );
855 runOnlyForDeploymentPostprocessing = 0;
856 };
9e225d03
A
857 F9ED4C950630A76000DF4E74 /* Sources */ = {
858 isa = PBXSourcesBuildPhase;
859 buildActionMask = 2147483647;
860 files = (
861 F9ED4CDF0630A7F100DF4E74 /* dyldStartup.s in Sources */,
bac542e6 862 F9ED4CDB0630A7F100DF4E74 /* dyldInitialization.cpp in Sources */,
9e225d03
A
863 F9ED4CD70630A7F100DF4E74 /* dyld.cpp in Sources */,
864 F9ED4CD90630A7F100DF4E74 /* dyldAPIs.cpp in Sources */,
865 F9ED4CDA0630A7F100DF4E74 /* dyldExceptions.c in Sources */,
bac542e6 866 F9ED4CD60630A7F100DF4E74 /* dyld_gdb.cpp in Sources */,
9e225d03
A
867 F9ED4CE00630A7F100DF4E74 /* glue.c in Sources */,
868 F9ED4CE10630A7F100DF4E74 /* ImageLoader.cpp in Sources */,
869 F9ED4CE30630A7F100DF4E74 /* ImageLoaderMachO.cpp in Sources */,
870 F9ED4CE50630A7F100DF4E74 /* stub_binding_helper.s in Sources */,
bac542e6 871 F9ED4CDE0630A7F100DF4E74 /* dyldNew.cpp in Sources */,
39a8cd10
A
872 F94DB9040F0A9B1700323715 /* ImageLoaderMachOClassic.cpp in Sources */,
873 F94DB9050F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp in Sources */,
9e225d03
A
874 );
875 runOnlyForDeploymentPostprocessing = 0;
876 };
877 F9ED4C9C0630A76B00DF4E74 /* Sources */ = {
878 isa = PBXSourcesBuildPhase;
879 buildActionMask = 2147483647;
880 files = (
881 F9F256360639DBCC00A7427D /* dyldLock.cpp in Sources */,
39a8cd10 882 F9BA514B0ECE4F4200D1D62E /* dyld_stub_binder.s in Sources */,
39a8cd10 883 F9A221E70F3A6D7C00D15F73 /* dyldLibSystemGlue.c in Sources */,
412ebb8e 884 F913FADA0630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp in Sources */,
412ebb8e
A
885 F9A6D6E4116F9DF20051CC16 /* threadLocalVariables.c in Sources */,
886 F9A6D70C116FBBD10051CC16 /* threadLocalHelpers.s in Sources */,
832b6fce 887 F9D49CCC1458B95200F86ADD /* start_glue.s in Sources */,
39a8cd10
A
888 );
889 runOnlyForDeploymentPostprocessing = 0;
890 };
891 F9F2A5560F7AEE9800B7C9EB /* Sources */ = {
892 isa = PBXSourcesBuildPhase;
893 buildActionMask = 2147483647;
894 files = (
895 F9F2A5700F7AEEE300B7C9EB /* dsc_iterator.cpp in Sources */,
412ebb8e 896 F9CE307A1208F1B50098B590 /* dsc_extractor.cpp in Sources */,
9e225d03
A
897 );
898 runOnlyForDeploymentPostprocessing = 0;
899 };
900/* End PBXSourcesBuildPhase section */
901
902/* Begin PBXTargetDependency section */
412ebb8e
A
903 F908134811D3ED1A00626CC1 /* PBXTargetDependency */ = {
904 isa = PBXTargetDependency;
905 target = F9ED4C9E0630A76B00DF4E74 /* libdyld.dylib */;
906 targetProxy = F908134711D3ED1A00626CC1 /* PBXContainerItemProxy */;
907 };
bac542e6
A
908 F93937380A94FB6A00070A07 /* PBXTargetDependency */ = {
909 isa = PBXTargetDependency;
910 target = F93937310A94FAF700070A07 /* update_dyld_shared_cache */;
911 targetProxy = F93937370A94FB6A00070A07 /* PBXContainerItemProxy */;
912 };
412ebb8e
A
913 F99B8EA00FEC195800701838 /* PBXTargetDependency */ = {
914 isa = PBXTargetDependency;
915 target = F99B8E550FEC10F600701838 /* dyld_shared_cache_util */;
916 targetProxy = F99B8E9F0FEC195800701838 /* PBXContainerItemProxy */;
917 };
918 F99B8EB20FEC220C00701838 /* PBXTargetDependency */ = {
919 isa = PBXTargetDependency;
920 target = F99B8E550FEC10F600701838 /* dyld_shared_cache_util */;
921 targetProxy = F99B8EB10FEC220C00701838 /* PBXContainerItemProxy */;
922 };
923 F9B4D78012AD9736000605A6 /* PBXTargetDependency */ = {
924 isa = PBXTargetDependency;
925 target = F9F2A5580F7AEE9800B7C9EB /* libdsc */;
926 targetProxy = F9B4D77F12AD9736000605A6 /* PBXContainerItemProxy */;
927 };
928 F9CE330B120F40EA0098B590 /* PBXTargetDependency */ = {
bac542e6 929 isa = PBXTargetDependency;
412ebb8e
A
930 target = F9F2A5580F7AEE9800B7C9EB /* libdsc */;
931 targetProxy = F9CE330A120F40EA0098B590 /* PBXContainerItemProxy */;
bac542e6 932 };
832b6fce
A
933 F9D1004714D8D91100099D91 /* PBXTargetDependency */ = {
934 isa = PBXTargetDependency;
935 target = F9D1001114D8D0BA00099D91 /* dsc_extractor */;
936 targetProxy = F9D1004614D8D91100099D91 /* PBXContainerItemProxy */;
937 };
9e225d03
A
938 F9ED4CA70630A78A00DF4E74 /* PBXTargetDependency */ = {
939 isa = PBXTargetDependency;
940 target = F9ED4C970630A76000DF4E74 /* dyld */;
941 targetProxy = F9ED4CA60630A78A00DF4E74 /* PBXContainerItemProxy */;
942 };
943 F9ED4CA90630A78A00DF4E74 /* PBXTargetDependency */ = {
944 isa = PBXTargetDependency;
412ebb8e 945 target = F9ED4C9E0630A76B00DF4E74 /* libdyld.dylib */;
9e225d03
A
946 targetProxy = F9ED4CA80630A78A00DF4E74 /* PBXContainerItemProxy */;
947 };
948/* End PBXTargetDependency section */
949
950/* Begin XCBuildConfiguration section */
412ebb8e
A
951 F908134311D3ED0C00626CC1 /* Debug */ = {
952 isa = XCBuildConfiguration;
953 buildSettings = {
954 COPY_PHASE_STRIP = NO;
955 GCC_DYNAMIC_NO_PIC = NO;
956 GCC_OPTIMIZATION_LEVEL = 0;
957 INSTALLHDRS_COPY_PHASE = YES;
958 PRODUCT_NAME = libdyld;
959 };
960 name = Debug;
961 };
962 F908134411D3ED0C00626CC1 /* Release */ = {
963 isa = XCBuildConfiguration;
964 buildSettings = {
965 COPY_PHASE_STRIP = YES;
966 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
412ebb8e
A
967 INSTALLHDRS_COPY_PHASE = YES;
968 PRODUCT_NAME = libdyld;
969 ZERO_LINK = NO;
970 };
971 name = Release;
972 };
bac542e6 973 F93937350A94FB2900070A07 /* Debug */ = {
9e225d03
A
974 isa = XCBuildConfiguration;
975 buildSettings = {
832b6fce 976 CLANG_CXX_LIBRARY = "libc++";
9e225d03 977 COPY_PHASE_STRIP = NO;
bac542e6 978 DEBUG_INFORMATION_FORMAT = dwarf;
832b6fce 979 GCC_DYNAMIC_NO_PIC = NO;
bac542e6 980 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
9e225d03 981 GCC_OPTIMIZATION_LEVEL = 0;
bac542e6 982 GCC_THREADSAFE_STATICS = NO;
2fd3f4e8 983 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
bac542e6
A
984 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
985 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = NO;
986 GCC_WARN_MISSING_PARENTHESES = YES;
987 GCC_WARN_SHADOW = YES;
988 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
989 GCC_WARN_UNUSED_FUNCTION = YES;
990 GCC_WARN_UNUSED_VARIABLE = YES;
832b6fce 991 HEADER_SEARCH_PATHS = "$(SRCROOT)/include";
2fd3f4e8
A
992 OTHER_CPLUSPLUSFLAGS = (
993 "-stdlib=libc++",
994 "$(OTHER_CFLAGS)",
995 );
996 OTHER_LDFLAGS = "-stdlib=libc++";
bac542e6 997 PRODUCT_NAME = update_dyld_shared_cache;
412ebb8e 998 VALID_ARCHS = "x86_64 i386";
9e225d03 999 };
bac542e6 1000 name = Debug;
9e225d03 1001 };
bac542e6 1002 F93937360A94FB2900070A07 /* Release */ = {
9e225d03
A
1003 isa = XCBuildConfiguration;
1004 buildSettings = {
412ebb8e 1005 ARCHS = x86_64;
832b6fce 1006 CLANG_CXX_LIBRARY = "libc++";
39a8cd10 1007 COPY_PHASE_STRIP = NO;
9e225d03 1008 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
bac542e6 1009 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
832b6fce 1010 GCC_DYNAMIC_NO_PIC = NO;
412ebb8e 1011 GCC_OPTIMIZATION_LEVEL = s;
bac542e6 1012 GCC_THREADSAFE_STATICS = NO;
2fd3f4e8 1013 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
bac542e6 1014 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
832b6fce 1015 HEADER_SEARCH_PATHS = "$(SRCROOT)/include";
19894a12 1016 INSTALL_PATH_ACTUAL = "$(INSTALL_LOCATION)/usr/$(LOCAL)/bin";
412ebb8e
A
1017 LOCAL = "$(LOCAL_$(RC_TARGET_CONFIG))";
1018 LOCAL_iPhone = local;
2fd3f4e8
A
1019 OTHER_CPLUSPLUSFLAGS = (
1020 "-stdlib=libc++",
1021 "$(OTHER_CFLAGS)",
1022 );
1023 OTHER_LDFLAGS = "-stdlib=libc++";
bac542e6 1024 PRODUCT_NAME = update_dyld_shared_cache;
39a8cd10
A
1025 STRIP_INSTALLED_PRODUCT = YES;
1026 STRIP_STYLE = debugging;
1027 VALID_ARCHS = "x86_64 i386";
bac542e6
A
1028 VERSIONING_SYSTEM = "apple-generic";
1029 };
1030 name = Release;
1031 };
412ebb8e
A
1032 F99B8E580FEC10F600701838 /* Debug */ = {
1033 isa = XCBuildConfiguration;
1034 buildSettings = {
1035 ALWAYS_SEARCH_USER_PATHS = NO;
1036 COPY_PHASE_STRIP = NO;
1037 GCC_DYNAMIC_NO_PIC = NO;
412ebb8e
A
1038 GCC_MODEL_TUNING = G5;
1039 GCC_OPTIMIZATION_LEVEL = 0;
1040 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
19894a12 1041 INSTALL_PATH_ACTUAL = "$(INSTALL_LOCATION)/usr/local/bin";
412ebb8e
A
1042 PRODUCT_NAME = dyld_shared_cache_util;
1043 };
1044 name = Debug;
1045 };
1046 F99B8E590FEC10F600701838 /* Release */ = {
1047 isa = XCBuildConfiguration;
1048 buildSettings = {
1049 ALWAYS_SEARCH_USER_PATHS = NO;
1050 COPY_PHASE_STRIP = YES;
1051 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2fd3f4e8 1052 GCC_DYNAMIC_NO_PIC = NO;
412ebb8e 1053 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
19894a12 1054 INSTALL_PATH_ACTUAL = "$(INSTALL_LOCATION)/usr/local/bin";
412ebb8e
A
1055 PRODUCT_NAME = dyld_shared_cache_util;
1056 SKIP_INSTALL = NO;
1057 };
1058 name = Release;
1059 };
832b6fce 1060 F9D1001314D8D0BB00099D91 /* Debug */ = {
412ebb8e
A
1061 isa = XCBuildConfiguration;
1062 buildSettings = {
1063 ALWAYS_SEARCH_USER_PATHS = NO;
1064 COPY_PHASE_STRIP = NO;
832b6fce
A
1065 DYLIB_COMPATIBILITY_VERSION = "";
1066 DYLIB_CURRENT_VERSION = "";
1067 EXECUTABLE_EXTENSION = bundle;
412ebb8e 1068 GCC_DYNAMIC_NO_PIC = NO;
832b6fce 1069 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
412ebb8e 1070 GCC_OPTIMIZATION_LEVEL = 0;
19894a12 1071 INSTALL_PATH_ACTUAL = "$(INSTALL_LOCATION)/usr/local/lib";
832b6fce 1072 MACH_O_TYPE = mh_bundle;
2fd3f4e8
A
1073 OTHER_CPLUSPLUSFLAGS = (
1074 "-stdlib=libc++",
1075 "$(OTHER_CFLAGS)",
1076 );
1077 OTHER_LDFLAGS = (
1078 "-stdlib=libc++",
1079 "-Wl,-exported_symbol,_dyld_shared_cache_extract_dylibs_progress",
1080 );
832b6fce 1081 PRODUCT_NAME = dsc_extractor;
412ebb8e
A
1082 };
1083 name = Debug;
1084 };
832b6fce 1085 F9D1001414D8D0BB00099D91 /* Release */ = {
412ebb8e
A
1086 isa = XCBuildConfiguration;
1087 buildSettings = {
1088 ALWAYS_SEARCH_USER_PATHS = NO;
832b6fce 1089 COPY_PHASE_STRIP = YES;
412ebb8e 1090 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
832b6fce
A
1091 DYLIB_COMPATIBILITY_VERSION = "";
1092 DYLIB_CURRENT_VERSION = "";
1093 EXECUTABLE_EXTENSION = bundle;
1094 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
19894a12 1095 INSTALL_PATH_ACTUAL = "$(INSTALL_LOCATION)/usr/local/lib";
832b6fce 1096 MACH_O_TYPE = mh_bundle;
2fd3f4e8
A
1097 OTHER_CPLUSPLUSFLAGS = (
1098 "-stdlib=libc++",
1099 "$(OTHER_CFLAGS)",
1100 );
1101 OTHER_LDFLAGS = (
1102 "-stdlib=libc++",
1103 "-Wl,-exported_symbol,_dyld_shared_cache_extract_dylibs_progress",
1104 );
832b6fce 1105 PRODUCT_NAME = dsc_extractor;
412ebb8e
A
1106 ZERO_LINK = NO;
1107 };
1108 name = Release;
1109 };
bac542e6
A
1110 F9D8C7DE087B087300E93EFB /* Debug */ = {
1111 isa = XCBuildConfiguration;
19894a12 1112 baseConfigurationReference = F97988FA187F706600EC2C8E /* dyld.xcconfig */;
bac542e6
A
1113 buildSettings = {
1114 ALWAYS_SEARCH_USER_PATHS = NO;
19894a12 1115 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
832b6fce 1116 CLANG_CXX_LIBRARY = "libc++";
bac542e6 1117 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
9e225d03 1118 DEAD_CODE_STRIPPING = YES;
39a8cd10 1119 DEBUG_INFORMATION_FORMAT = dwarf;
39a8cd10 1120 GCC_C_LANGUAGE_STANDARD = c99;
9e225d03 1121 GCC_DYNAMIC_NO_PIC = NO;
39a8cd10 1122 GCC_ENABLE_BUILTIN_FUNCTIONS = NO;
bac542e6 1123 GCC_OPTIMIZATION_LEVEL = 0;
39a8cd10 1124 GCC_PREPROCESSOR_DEFINITIONS = "DYLD_VERSION=$(RC_ProjectSourceVersion)";
9e225d03 1125 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
bac542e6
A
1126 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
1127 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
1128 GCC_WARN_MISSING_PARENTHESES = YES;
1129 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
1130 GCC_WARN_UNINITIALIZED_AUTOS = NO;
1131 HEADER_SEARCH_PATHS = (
1132 ./include,
1133 "./launch-cache",
1134 );
2fd3f4e8 1135 LD_GENERATE_MAP_FILE = YES;
9e225d03 1136 OTHER_CFLAGS = "";
2fd3f4e8
A
1137 OTHER_CPLUSPLUSFLAGS = (
1138 "-stdlib=libc++",
1139 "$(OTHER_CFLAGS)",
1140 );
bac542e6 1141 OTHER_LDFLAGS = (
19894a12 1142 "-Wl,-seg1addr,$(BASE_ADDRESS)",
412ebb8e 1143 "@$(DERIVED_SOURCES_DIR)/archives.txt",
bac542e6 1144 "-nostdlib",
bac542e6
A
1145 "-Wl,-dylinker",
1146 "-Wl,-dylinker_install_name,/usr/lib/dyld",
2fd3f4e8 1147 "-stdlib=libc++",
19894a12
A
1148 "$(ALIGNMENT)",
1149 "$(ENTRY)",
bac542e6 1150 );
9e225d03
A
1151 STRIPFLAGS = "-S";
1152 UNSTRIPPED_PRODUCT = NO;
9e225d03
A
1153 VERSIONING_SYSTEM = "apple-generic";
1154 WARNING_CFLAGS = (
1155 "-Wmost",
1156 "-Wno-four-char-constants",
9e225d03
A
1157 );
1158 };
bac542e6 1159 name = Debug;
9e225d03 1160 };
bac542e6 1161 F9D8C7E0087B087300E93EFB /* Release */ = {
9e225d03 1162 isa = XCBuildConfiguration;
19894a12 1163 baseConfigurationReference = F97988FA187F706600EC2C8E /* dyld.xcconfig */;
9e225d03 1164 buildSettings = {
832b6fce 1165 CLANG_CXX_LIBRARY = "libc++";
9e225d03
A
1166 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
1167 DEAD_CODE_STRIPPING = YES;
39a8cd10 1168 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
39a8cd10 1169 GCC_C_LANGUAGE_STANDARD = c99;
9e225d03
A
1170 GCC_DYNAMIC_NO_PIC = NO;
1171 GCC_ENABLE_CPP_RTTI = NO;
39a8cd10
A
1172 GCC_OPTIMIZATION_LEVEL = s;
1173 GCC_PREPROCESSOR_DEFINITIONS = "DYLD_VERSION=$(RC_ProjectSourceVersion)";
9e225d03 1174 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
bac542e6
A
1175 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
1176 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
1177 HEADER_SEARCH_PATHS = (
1178 ./include,
1179 "./launch-cache",
1180 );
2fd3f4e8 1181 LD_GENERATE_MAP_FILE = YES;
412ebb8e
A
1182 ORDER_FILE = "$(SRCROOT)/src/dyld.order";
1183 "OTHER_CFLAGS[arch=armv6]" = "-mthumb";
2fd3f4e8
A
1184 OTHER_CPLUSPLUSFLAGS = (
1185 "-stdlib=libc++",
1186 "$(OTHER_CFLAGS)",
1187 );
bac542e6 1188 OTHER_LDFLAGS = (
19894a12 1189 "-Wl,-seg1addr,$(BASE_ADDRESS)",
412ebb8e 1190 "@$(DERIVED_SOURCES_DIR)/archives.txt",
bac542e6 1191 "-nostdlib",
bac542e6
A
1192 "-Wl,-dylinker",
1193 "-Wl,-dylinker_install_name,/usr/lib/dyld",
2fd3f4e8 1194 "-stdlib=libc++",
19894a12
A
1195 "$(ALIGNMENT)",
1196 "$(ENTRY)",
bac542e6 1197 );
9e225d03
A
1198 STRIPFLAGS = "-S";
1199 UNSTRIPPED_PRODUCT = NO;
9e225d03
A
1200 VERSIONING_SYSTEM = "apple-generic";
1201 WARNING_CFLAGS = (
1202 "-Wmost",
1203 "-Wno-four-char-constants",
1204 "-Wno-unknown-pragmas",
1205 );
1206 };
bac542e6 1207 name = Release;
9e225d03 1208 };
bac542e6 1209 F9D8C7E2087B087300E93EFB /* Debug */ = {
9e225d03 1210 isa = XCBuildConfiguration;
19894a12 1211 baseConfigurationReference = F97988FB187F707A00EC2C8E /* libdyld.xcconfig */;
9e225d03 1212 buildSettings = {
412ebb8e 1213 ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
2fd3f4e8 1214 DEAD_CODE_STRIPPING = YES;
412ebb8e
A
1215 EXECUTABLE_PREFIX = lib;
1216 GCC_C_LANGUAGE_STANDARD = gnu99;
9e225d03 1217 GCC_ENABLE_CPP_EXCEPTIONS = NO;
bac542e6 1218 GCC_ENABLE_CPP_RTTI = NO;
9e225d03 1219 GCC_OPTIMIZATION_LEVEL = 0;
39a8cd10 1220 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
412ebb8e 1221 HEADER_SEARCH_PATHS = "$(SRCROOT)/include";
19894a12 1222 INSTALLHDRS_COPY_PHASE = YES;
2fd3f4e8
A
1223 OTHER_LDFLAGS = (
1224 "-nostdlib",
1225 "$(LIBSYSTEM_LIBS)",
1226 "-umbrella",
1227 System,
2fd3f4e8
A
1228 "-L$(SDKROOT)/usr/lib/system",
1229 );
19894a12
A
1230 PRODUCT_NAME = dyld;
1231 SKIP_INSTALL = NO;
9e225d03
A
1232 WARNING_CFLAGS = (
1233 "-Wmost",
1234 "-Wno-four-char-constants",
1235 "-Wno-unknown-pragmas",
1236 );
1237 };
bac542e6 1238 name = Debug;
9e225d03 1239 };
bac542e6 1240 F9D8C7E4087B087300E93EFB /* Release */ = {
9e225d03 1241 isa = XCBuildConfiguration;
19894a12 1242 baseConfigurationReference = F97988FB187F707A00EC2C8E /* libdyld.xcconfig */;
9e225d03 1243 buildSettings = {
412ebb8e
A
1244 COPY_PHASE_STRIP = YES;
1245 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
2fd3f4e8 1246 DEAD_CODE_STRIPPING = YES;
412ebb8e
A
1247 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1248 DYLIB_CURRENT_VERSION = "$(RC_ProjectSourceVersion)";
1249 EXECUTABLE_PREFIX = lib;
1250 GCC_C_LANGUAGE_STANDARD = gnu99;
9e225d03
A
1251 GCC_ENABLE_CPP_EXCEPTIONS = NO;
1252 GCC_ENABLE_CPP_RTTI = NO;
412ebb8e 1253 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
39a8cd10 1254 GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
412ebb8e
A
1255 HEADER_SEARCH_PATHS = "$(SRCROOT)/include";
1256 INSTALLHDRS_COPY_PHASE = YES;
2fd3f4e8
A
1257 OTHER_CPLUSPLUSFLAGS = (
1258 "-fno-exceptions",
1259 "$(OTHER_CFLAGS)",
1260 );
412ebb8e 1261 OTHER_LDFLAGS = (
2fd3f4e8
A
1262 "-nostdlib",
1263 "$(LIBSYSTEM_LIBS)",
412ebb8e
A
1264 "-umbrella",
1265 System,
2fd3f4e8 1266 "-L$(SDKROOT)/usr/lib/system",
412ebb8e 1267 );
19894a12 1268 PRODUCT_NAME = dyld;
412ebb8e 1269 SEPARATE_STRIP = YES;
19894a12 1270 SKIP_INSTALL = NO;
412ebb8e
A
1271 STRIP_INSTALLED_PRODUCT = YES;
1272 VERSIONING_SYSTEM = "apple-generic";
9e225d03
A
1273 WARNING_CFLAGS = (
1274 "-Wmost",
1275 "-Wno-four-char-constants",
1276 "-Wno-unknown-pragmas",
1277 );
1278 };
bac542e6 1279 name = Release;
9e225d03 1280 };
bac542e6 1281 F9D8C7E6087B087300E93EFB /* Debug */ = {
9e225d03
A
1282 isa = XCBuildConfiguration;
1283 buildSettings = {
9e225d03 1284 PRODUCT_NAME = all;
9e225d03 1285 };
bac542e6 1286 name = Debug;
9e225d03 1287 };
bac542e6 1288 F9D8C7E8087B087300E93EFB /* Release */ = {
9e225d03
A
1289 isa = XCBuildConfiguration;
1290 buildSettings = {
9e225d03 1291 PRODUCT_NAME = all;
9e225d03 1292 };
bac542e6 1293 name = Release;
9e225d03 1294 };
bac542e6 1295 F9D8C7EA087B087300E93EFB /* Debug */ = {
9e225d03 1296 isa = XCBuildConfiguration;
19894a12 1297 baseConfigurationReference = 3FC074DF188330C8005F11DD /* base.xcconfig */;
9e225d03 1298 buildSettings = {
832b6fce 1299 CLANG_CXX_LIBRARY = "compiler-default";
9e225d03 1300 };
bac542e6 1301 name = Debug;
9e225d03 1302 };
bac542e6 1303 F9D8C7EC087B087300E93EFB /* Release */ = {
9e225d03 1304 isa = XCBuildConfiguration;
19894a12 1305 baseConfigurationReference = 3FC074DF188330C8005F11DD /* base.xcconfig */;
9e225d03 1306 buildSettings = {
832b6fce 1307 CLANG_CXX_LIBRARY = "compiler-default";
9e225d03 1308 };
bac542e6 1309 name = Release;
9e225d03 1310 };
39a8cd10
A
1311 F9F2A55A0F7AEE9900B7C9EB /* Debug */ = {
1312 isa = XCBuildConfiguration;
1313 buildSettings = {
1314 ALWAYS_SEARCH_USER_PATHS = NO;
1315 COPY_PHASE_STRIP = NO;
1316 GCC_DYNAMIC_NO_PIC = NO;
412ebb8e 1317 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
39a8cd10
A
1318 GCC_MODEL_TUNING = G5;
1319 GCC_OPTIMIZATION_LEVEL = 0;
412ebb8e 1320 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
19894a12 1321 INSTALL_PATH_ACTUAL = /usr/local/lib;
2fd3f4e8
A
1322 OTHER_CPLUSPLUSFLAGS = (
1323 "-stdlib=libc++",
1324 "$(OTHER_CFLAGS)",
1325 );
39a8cd10
A
1326 PRODUCT_NAME = dsc;
1327 };
1328 name = Debug;
1329 };
1330 F9F2A55B0F7AEE9900B7C9EB /* Release */ = {
1331 isa = XCBuildConfiguration;
1332 buildSettings = {
412ebb8e 1333 COPY_PHASE_STRIP = NO;
39a8cd10
A
1334 GCC_ENABLE_CPP_EXCEPTIONS = NO;
1335 GCC_ENABLE_CPP_RTTI = NO;
39a8cd10 1336 GCC_ENABLE_OBJC_EXCEPTIONS = NO;
412ebb8e 1337 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
39a8cd10
A
1338 GCC_MODEL_TUNING = G5;
1339 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
1340 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
1341 GCC_WARN_ABOUT_RETURN_TYPE = YES;
412ebb8e
A
1342 GCC_WARN_PEDANTIC = NO;
1343 GCC_WARN_SHADOW = NO;
39a8cd10
A
1344 GCC_WARN_SIGN_COMPARE = YES;
1345 GCC_WARN_UNINITIALIZED_AUTOS = YES;
1346 GCC_WARN_UNUSED_VARIABLE = YES;
412ebb8e 1347 INSTALLHDRS_COPY_PHASE = YES;
19894a12 1348 INSTALL_PATH_ACTUAL = "$(INSTALL_LOCATION)/usr/local/lib";
2fd3f4e8
A
1349 OTHER_CPLUSPLUSFLAGS = (
1350 "-stdlib=libc++",
1351 "$(OTHER_CFLAGS)",
1352 );
39a8cd10
A
1353 PRODUCT_NAME = dsc;
1354 ZERO_LINK = NO;
1355 };
1356 name = Release;
1357 };
9e225d03
A
1358/* End XCBuildConfiguration section */
1359
1360/* Begin XCConfigurationList section */
412ebb8e
A
1361 F908135211D3ED9000626CC1 /* Build configuration list for PBXAggregateTarget "libdyld" */ = {
1362 isa = XCConfigurationList;
1363 buildConfigurations = (
1364 F908134311D3ED0C00626CC1 /* Debug */,
1365 F908134411D3ED0C00626CC1 /* Release */,
1366 );
1367 defaultConfigurationIsVisible = 0;
1368 defaultConfigurationName = Release;
1369 };
bac542e6
A
1370 F93937340A94FB2900070A07 /* Build configuration list for PBXNativeTarget "update_dyld_shared_cache" */ = {
1371 isa = XCConfigurationList;
1372 buildConfigurations = (
1373 F93937350A94FB2900070A07 /* Debug */,
1374 F93937360A94FB2900070A07 /* Release */,
1375 );
1376 defaultConfigurationIsVisible = 0;
1377 defaultConfigurationName = Release;
1378 };
412ebb8e
A
1379 F99B8E5D0FEC10F800701838 /* Build configuration list for PBXNativeTarget "dyld_shared_cache_util" */ = {
1380 isa = XCConfigurationList;
1381 buildConfigurations = (
1382 F99B8E580FEC10F600701838 /* Debug */,
1383 F99B8E590FEC10F600701838 /* Release */,
1384 );
1385 defaultConfigurationIsVisible = 0;
1386 defaultConfigurationName = Release;
1387 };
832b6fce 1388 F9D1001714D8D0F100099D91 /* Build configuration list for PBXNativeTarget "dsc_extractor" */ = {
412ebb8e
A
1389 isa = XCConfigurationList;
1390 buildConfigurations = (
832b6fce
A
1391 F9D1001314D8D0BB00099D91 /* Debug */,
1392 F9D1001414D8D0BB00099D91 /* Release */,
412ebb8e
A
1393 );
1394 defaultConfigurationIsVisible = 0;
1395 defaultConfigurationName = Release;
1396 };
9e225d03
A
1397 F9D8C7DD087B087300E93EFB /* Build configuration list for PBXNativeTarget "dyld" */ = {
1398 isa = XCConfigurationList;
1399 buildConfigurations = (
bac542e6
A
1400 F9D8C7DE087B087300E93EFB /* Debug */,
1401 F9D8C7E0087B087300E93EFB /* Release */,
9e225d03
A
1402 );
1403 defaultConfigurationIsVisible = 0;
bac542e6 1404 defaultConfigurationName = Release;
9e225d03 1405 };
412ebb8e 1406 F9D8C7E1087B087300E93EFB /* Build configuration list for PBXNativeTarget "libdyld.dylib" */ = {
9e225d03
A
1407 isa = XCConfigurationList;
1408 buildConfigurations = (
bac542e6
A
1409 F9D8C7E2087B087300E93EFB /* Debug */,
1410 F9D8C7E4087B087300E93EFB /* Release */,
9e225d03
A
1411 );
1412 defaultConfigurationIsVisible = 0;
bac542e6 1413 defaultConfigurationName = Release;
9e225d03
A
1414 };
1415 F9D8C7E5087B087300E93EFB /* Build configuration list for PBXAggregateTarget "all" */ = {
1416 isa = XCConfigurationList;
1417 buildConfigurations = (
bac542e6
A
1418 F9D8C7E6087B087300E93EFB /* Debug */,
1419 F9D8C7E8087B087300E93EFB /* Release */,
9e225d03
A
1420 );
1421 defaultConfigurationIsVisible = 0;
bac542e6 1422 defaultConfigurationName = Release;
9e225d03
A
1423 };
1424 F9D8C7E9087B087300E93EFB /* Build configuration list for PBXProject "dyld" */ = {
1425 isa = XCConfigurationList;
1426 buildConfigurations = (
bac542e6
A
1427 F9D8C7EA087B087300E93EFB /* Debug */,
1428 F9D8C7EC087B087300E93EFB /* Release */,
9e225d03
A
1429 );
1430 defaultConfigurationIsVisible = 0;
bac542e6 1431 defaultConfigurationName = Release;
9e225d03 1432 };
412ebb8e 1433 F9F2A56B0F7AEEB100B7C9EB /* Build configuration list for PBXNativeTarget "libdsc" */ = {
39a8cd10
A
1434 isa = XCConfigurationList;
1435 buildConfigurations = (
1436 F9F2A55A0F7AEE9900B7C9EB /* Debug */,
1437 F9F2A55B0F7AEE9900B7C9EB /* Release */,
1438 );
1439 defaultConfigurationIsVisible = 0;
1440 defaultConfigurationName = Release;
1441 };
9e225d03
A
1442/* End XCConfigurationList section */
1443 };
1444 rootObject = F9ED4C8B0630A72300DF4E74 /* Project object */;
1445}