]> git.saurik.com Git - apple/dyld.git/blob - dyld.xcodeproj/project.pbxproj
dyld-733.6.tar.gz
[apple/dyld.git] / dyld.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXAggregateTarget section */
10 37A0AD0A1C15FFF500731E50 /* update_dyld_shared_cache */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = 37A0AD0B1C15FFF500731E50 /* Build configuration list for PBXAggregateTarget "update_dyld_shared_cache" */;
13 buildPhases = (
14 F94182D61E60E74E00D8EF25 /* pre-platform builds */,
15 );
16 dependencies = (
17 D8668AD01ECE335F005E7D31 /* PBXTargetDependency */,
18 F94182D81E60F0BE00D8EF25 /* PBXTargetDependency */,
19 F94182DA1E60F0C000D8EF25 /* PBXTargetDependency */,
20 F94182DC1E60F16900D8EF25 /* PBXTargetDependency */,
21 C187B90C1FE067590042D3B7 /* PBXTargetDependency */,
22 );
23 name = update_dyld_shared_cache;
24 productName = update_dyld_shared_cache;
25 };
26 F908134211D3ED0B00626CC1 /* libdyld */ = {
27 isa = PBXAggregateTarget;
28 buildConfigurationList = F908135211D3ED9000626CC1 /* Build configuration list for PBXAggregateTarget "libdyld" */;
29 buildPhases = (
30 F9C69EFC14EC8AB8009CAE2E /* usr|local|include */,
31 F908137211D3FB5000626CC1 /* usr|share|man|man1 */,
32 F908137311D3FB5000626CC1 /* usr|share|man|man3 */,
33 );
34 dependencies = (
35 F9B4D78012AD9736000605A6 /* PBXTargetDependency */,
36 F908134811D3ED1A00626CC1 /* PBXTargetDependency */,
37 );
38 name = libdyld;
39 productName = libdyld;
40 };
41 F9ED4C920630A73900DF4E74 /* all */ = {
42 isa = PBXAggregateTarget;
43 buildConfigurationList = F9D8C7E5087B087300E93EFB /* Build configuration list for PBXAggregateTarget "all" */;
44 buildPhases = (
45 );
46 dependencies = (
47 F9ED4CA70630A78A00DF4E74 /* PBXTargetDependency */,
48 F9ED4CA90630A78A00DF4E74 /* PBXTargetDependency */,
49 37A0AD0F1C16000F00731E50 /* PBXTargetDependency */,
50 );
51 name = all;
52 productName = all;
53 };
54 F9F6F4271C1FB0A700BD8FED /* dyld_tests */ = {
55 isa = PBXAggregateTarget;
56 buildConfigurationList = F9F6F42A1C1FB0A700BD8FED /* Build configuration list for PBXAggregateTarget "dyld_tests" */;
57 buildPhases = (
58 F9F6F42B1C1FB0AE00BD8FED /* build */,
59 );
60 dependencies = (
61 F97FF3661C237F97000ACDD2 /* PBXTargetDependency */,
62 );
63 name = dyld_tests;
64 productName = dyld_tests;
65 };
66 /* End PBXAggregateTarget section */
67
68 /* Begin PBXBuildFile section */
69 373C58F1219CE478003442D5 /* BootArgs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 373C58EF219CE478003442D5 /* BootArgs.cpp */; };
70 37554F3B1E3F0FD200407388 /* Manifest.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37908A281E3A853E009613FA /* Manifest.mm */; };
71 37554F3C1E3F0FD200407388 /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
72 37554F3D1E3F0FD200407388 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */; };
73 37554F3E1E3F0FD200407388 /* multi_dyld_shared_cache_builder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37908A291E3A853E009613FA /* multi_dyld_shared_cache_builder.mm */; };
74 37554F3F1E3F165100407388 /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
75 37554F411E3F169500407388 /* CacheBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921C1DC3F86C00CBEDE6 /* CacheBuilder.cpp */; };
76 37554F421E3F169600407388 /* CacheBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921C1DC3F86C00CBEDE6 /* CacheBuilder.cpp */; };
77 37554F431E3F16A800407388 /* OptimizerObjC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692131DC3EF6C00CBEDE6 /* OptimizerObjC.cpp */; };
78 37554F441E3F16A900407388 /* OptimizerObjC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692131DC3EF6C00CBEDE6 /* OptimizerObjC.cpp */; };
79 37554F451E3F16B500407388 /* OptimizerLinkedit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692121DC3EF6C00CBEDE6 /* OptimizerLinkedit.cpp */; };
80 37554F461E3F16B600407388 /* OptimizerLinkedit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692121DC3EF6C00CBEDE6 /* OptimizerLinkedit.cpp */; };
81 37554F471E3F16B900407388 /* OptimizerBranches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692111DC3EF6C00CBEDE6 /* OptimizerBranches.cpp */; };
82 37554F481E3F16BA00407388 /* OptimizerBranches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692111DC3EF6C00CBEDE6 /* OptimizerBranches.cpp */; };
83 37554F491E3F76E400407388 /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
84 37554F4A1E3F76E800407388 /* AdjustDylibSegments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692091DC3EF6C00CBEDE6 /* AdjustDylibSegments.cpp */; };
85 37554F4B1E3F76E900407388 /* AdjustDylibSegments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692091DC3EF6C00CBEDE6 /* AdjustDylibSegments.cpp */; };
86 37554F571E3F7B6400407388 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; };
87 37554F581E3F7B6500407388 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; };
88 376ABDB61C592CC0009F0011 /* Metabom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 376ED1D71C46F2710051DD54 /* Metabom.framework */; };
89 376ED1D81C46F2710051DD54 /* Metabom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 376ED1D71C46F2710051DD54 /* Metabom.framework */; };
90 378EE3B11BE88C47001C99FB /* Bom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37F7A5961BB363820039043A /* Bom.framework */; };
91 378EE3B21BE88C4A001C99FB /* Bom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37F7A5961BB363820039043A /* Bom.framework */; };
92 37908A2E1E3A8632009613FA /* Manifest.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37908A281E3A853E009613FA /* Manifest.mm */; };
93 37908A2F1E3A864E009613FA /* dyld_shared_cache_builder.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37908A271E3A853E009613FA /* dyld_shared_cache_builder.mm */; };
94 37908A301E3ADD15009613FA /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
95 37908A321E3ED667009613FA /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */; };
96 37918AC52058915E00F39A77 /* dyld.codes in install ktrace codes file */ = {isa = PBXBuildFile; fileRef = 37918AC42058913800F39A77 /* dyld.codes */; };
97 37C5C2FD1E5CD154006B32C9 /* BuilderUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37C5C2FB1E5CD154006B32C9 /* BuilderUtils.mm */; };
98 37C5C2FE1E5CD154006B32C9 /* BuilderUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37C5C2FB1E5CD154006B32C9 /* BuilderUtils.mm */; };
99 37C5C2FF1E60D7DE006B32C9 /* OptimizerBranches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692111DC3EF6C00CBEDE6 /* OptimizerBranches.cpp */; };
100 37D7DB001E96F0ED00D52CEA /* Tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37D7DAFE1E96F0ED00D52CEA /* Tracing.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
101 37D7DB011E96F3EB00D52CEA /* Tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37D7DAFE1E96F0ED00D52CEA /* Tracing.cpp */; };
102 37F597D52061ED0B00F9B6F9 /* dyld_usage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37F597D42061ECFF00F9B6F9 /* dyld_usage.cpp */; };
103 37F597D72061ED3200F9B6F9 /* libktrace.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 37F597D62061ED3200F9B6F9 /* libktrace.tbd */; };
104 C1436B2C203BE67D00028AF1 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */; };
105 C172C9DD20252CB500159311 /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; };
106 C17984D61FE9E9160057D002 /* mrm_shared_cache_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D2682E1FE08918009F115B /* mrm_shared_cache_builder.cpp */; };
107 C187B90D1FE067C70042D3B7 /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
108 C187B90E1FE067CD0042D3B7 /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; };
109 C187B90F1FE067D30042D3B7 /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; };
110 C187B9101FE067D90042D3B7 /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
111 C187B9111FE067E10042D3B7 /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
112 C187B9121FE067E60042D3B7 /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
113 C187B9131FE067F10042D3B7 /* CacheBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921C1DC3F86C00CBEDE6 /* CacheBuilder.cpp */; };
114 C187B9141FE067FA0042D3B7 /* OptimizerBranches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692111DC3EF6C00CBEDE6 /* OptimizerBranches.cpp */; };
115 C187B9151FE068000042D3B7 /* OptimizerObjC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692131DC3EF6C00CBEDE6 /* OptimizerObjC.cpp */; };
116 C187B9161FE0680A0042D3B7 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; };
117 C187B9171FE068180042D3B7 /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
118 C187B9181FE068260042D3B7 /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
119 C187B9191FE0682C0042D3B7 /* BuilderUtils.mm in Sources */ = {isa = PBXBuildFile; fileRef = 37C5C2FB1E5CD154006B32C9 /* BuilderUtils.mm */; };
120 C187B91B1FE0683F0042D3B7 /* OptimizerLinkedit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692121DC3EF6C00CBEDE6 /* OptimizerLinkedit.cpp */; };
121 C187B91E1FE0684C0042D3B7 /* AdjustDylibSegments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692091DC3EF6C00CBEDE6 /* AdjustDylibSegments.cpp */; };
122 C18A75F9209A1AF600DC01BB /* JSONReader.mm in Sources */ = {isa = PBXBuildFile; fileRef = C18A75F8209A1AF600DC01BB /* JSONReader.mm */; };
123 C1960ECF2090D9E5007E3E6B /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
124 C1960ED02090D9F0007E3E6B /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
125 C1960ED12090D9F6007E3E6B /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
126 C1960ED22090D9FA007E3E6B /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
127 C1960ED32090D9FF007E3E6B /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
128 C1960ED42090DA09007E3E6B /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
129 C1D268311FE0891C009F115B /* mrm_shared_cache_builder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D2682E1FE08918009F115B /* mrm_shared_cache_builder.cpp */; };
130 C1D268351FE0A77B009F115B /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; };
131 C1D268371FE0BC5F009F115B /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; };
132 C1D268391FE0BC94009F115B /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; };
133 C1D2683A1FE0BCF3009F115B /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
134 C1D2683F1FE98D4F009F115B /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; };
135 C1D268401FE9B464009F115B /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; };
136 C1F003CC213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1F003CB213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp */; };
137 C1F003CD213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1F003CB213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp */; };
138 C1F003CE213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1F003CB213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp */; };
139 C1F003CF213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1F003CB213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp */; };
140 C1F003D0213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1F003CB213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp */; };
141 DE728E53210CD74E00EB5409 /* dyld_usage.1 in Install man page */ = {isa = PBXBuildFile; fileRef = DE728E52210CD6B700EB5409 /* dyld_usage.1 */; };
142 F90108611E2AD96000870568 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; };
143 F908136411D3FB0300626CC1 /* dyld.1 in usr|share|man|man1 */ = {isa = PBXBuildFile; fileRef = EF799FE9070D27BB00F78484 /* dyld.1 */; };
144 F908136811D3FB3A00626CC1 /* dladdr.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FEB070D27BB00F78484 /* dladdr.3 */; };
145 F908136911D3FB3A00626CC1 /* dlclose.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FEC070D27BB00F78484 /* dlclose.3 */; };
146 F908136A11D3FB3A00626CC1 /* dlerror.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FED070D27BB00F78484 /* dlerror.3 */; };
147 F908136B11D3FB3A00626CC1 /* dlopen.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FEE070D27BB00F78484 /* dlopen.3 */; };
148 F908136C11D3FB3A00626CC1 /* dlsym.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FEF070D27BB00F78484 /* dlsym.3 */; };
149 F908136D11D3FB3A00626CC1 /* dyld.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = EF799FF0070D27BB00F78484 /* dyld.3 */; };
150 F908136E11D3FB3A00626CC1 /* dlopen_preflight.3 in usr|share|man|man3 */ = {isa = PBXBuildFile; fileRef = F9E572000A66EF41007D9BE9 /* dlopen_preflight.3 */; };
151 F913FADA0630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */; };
152 F91BFAC821684FCC007F10AB /* fixup-chains.h in Headers */ = {isa = PBXBuildFile; fileRef = F91BFAC721684FCC007F10AB /* fixup-chains.h */; settings = {ATTRIBUTES = (Public, ); }; };
153 F92015701DDFEBAF00816A4A /* Bom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37F7A5961BB363820039043A /* Bom.framework */; };
154 F92015711DE3F3B000816A4A /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
155 F92756811F68AF4D000820EE /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
156 F92756821F68AF4D000820EE /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; };
157 F92756831F68AF4D000820EE /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; };
158 F92756841F68AF4D000820EE /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
159 F92756851F68AF4D000820EE /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
160 F92756861F68AF4D000820EE /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
161 F9280B7B1AB9DCA000B18AEC /* ImageLoaderMegaDylib.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9280B791AB9DCA000B18AEC /* ImageLoaderMegaDylib.cpp */; };
162 F92C7DE721E59840000D12B5 /* start_glue.s in Sources */ = {isa = PBXBuildFile; fileRef = F9D49CCB1458B95200F86ADD /* start_glue.s */; };
163 F92C7DE821E59840000D12B5 /* Tracing.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 37D7DAFE1E96F0ED00D52CEA /* Tracing.cpp */; };
164 F92C7DE921E59840000D12B5 /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
165 F92C7DEA21E59840000D12B5 /* dyldLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */; };
166 F92C7DEB21E59840000D12B5 /* dyld_stub_binder.s in Sources */ = {isa = PBXBuildFile; fileRef = F99EFC0D0EAD60E8001032B8 /* dyld_stub_binder.s */; };
167 F92C7DEC21E59840000D12B5 /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; };
168 F92C7DED21E59840000D12B5 /* dyldLibSystemGlue.c in Sources */ = {isa = PBXBuildFile; fileRef = F9A221E60F3A6D7C00D15F73 /* dyldLibSystemGlue.c */; };
169 F92C7DEE21E59840000D12B5 /* dyldAPIsInLibSystem.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */; };
170 F92C7DEF21E59840000D12B5 /* threadLocalVariables.c in Sources */ = {isa = PBXBuildFile; fileRef = F9A6D6E2116F9DF20051CC16 /* threadLocalVariables.c */; };
171 F92C7DF021E59840000D12B5 /* threadLocalHelpers.s in Sources */ = {isa = PBXBuildFile; fileRef = F9A6D70B116FBBD10051CC16 /* threadLocalHelpers.s */; };
172 F92C7DF321E59840000D12B5 /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
173 F92C7DF421E59840000D12B5 /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
174 F92C7DF521E59840000D12B5 /* AllImages.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F96D19A61D9363D6007AF3CE /* AllImages.cpp */; };
175 F92C7DF621E59840000D12B5 /* APIs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F96D19A51D9363D6007AF3CE /* APIs.cpp */; };
176 F92C7DF821E59840000D12B5 /* Logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F97C61A01D9CA6B800A84CD7 /* Logging.cpp */; };
177 F92C7DF921E59840000D12B5 /* Loading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9C275581DA71A13007A5D8A /* Loading.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=hidden"; }; };
178 F92C7DFA21E59840000D12B5 /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
179 F92C7DFB21E59840000D12B5 /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
180 F92C7DFC21E59840000D12B5 /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
181 F92C7DFD21E59840000D12B5 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; };
182 F92C7DFE21E59840000D12B5 /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; };
183 F92C7DFF21E59840000D12B5 /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; };
184 F92C7E0021E59840000D12B5 /* libdyldEntryVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F97C619E1D98292700A84CD7 /* libdyldEntryVector.cpp */; };
185 F936BF9720323F0F00568B23 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */; };
186 F93D733D1F82F03F007D9413 /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
187 F93D733E1F82F03F007D9413 /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
188 F93D733F1F82F03F007D9413 /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
189 F93D73401F8404A2007D9413 /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
190 F93D73411F8404FA007D9413 /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
191 F93D73421F8421CC007D9413 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
192 F93D73431F842CBF007D9413 /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
193 F93D73441F8475C3007D9413 /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
194 F93D73451F8475C3007D9413 /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
195 F93D73461F8475C3007D9413 /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
196 F93D73471F8C4E55007D9413 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; };
197 F93D73481F8FF780007D9413 /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
198 F93D73491F8FF780007D9413 /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; };
199 F93D734A1F8FF780007D9413 /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; };
200 F93D734B1F8FF79E007D9413 /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
201 F93D734C1F8FF79E007D9413 /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
202 F93D734D1F8FF79E007D9413 /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
203 F93D734E1F8FF7C2007D9413 /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
204 F93D734F1F8FF7C2007D9413 /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; };
205 F93D73501F8FF7C2007D9413 /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; };
206 F93D73511F8FF7C2007D9413 /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
207 F93D73521F8FF7C2007D9413 /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
208 F93D73531F8FF7C2007D9413 /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
209 F93F46521FA420850060D9F9 /* execserver.defs in Sources */ = {isa = PBXBuildFile; fileRef = F93F46511FA420630060D9F9 /* execserver.defs */; settings = {ATTRIBUTES = (Server, ); }; };
210 F94182D51E60A2F100D8EF25 /* OptimizerBranches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692111DC3EF6C00CBEDE6 /* OptimizerBranches.cpp */; };
211 F9460DCE1E0A000600FEC613 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; };
212 F94C22251E513CA90079E5DD /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F94C22241E513CA90079E5DD /* CoreFoundation.framework */; };
213 F94DB9040F0A9B1700323715 /* ImageLoaderMachOClassic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F94DB9000F0A9B1700323715 /* ImageLoaderMachOClassic.cpp */; };
214 F94DB9050F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F94DB9020F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp */; settings = {COMPILER_FLAGS = "-O3"; }; };
215 F95090E51C5AD1E80031F81D /* dyld_process_info.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F95090E41C5AD1B30031F81D /* dyld_process_info.cpp */; };
216 F9556D4220C20C79004DF62A /* dyldinfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9556D4120C20C79004DF62A /* dyldinfo.cpp */; };
217 F9556D4520C21DD9004DF62A /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
218 F9556D4620C21DD9004DF62A /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
219 F9556D4720C21DD9004DF62A /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
220 F9556D4820C21DDF004DF62A /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; };
221 F9556D4920C21DF5004DF62A /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
222 F958D4771C7FCE6700A0B199 /* dyld_process_info_notify.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F958D4761C7FCD4A00A0B199 /* dyld_process_info_notify.cpp */; };
223 F960A78A1E40569400840176 /* dyld-interposing.h in Headers */ = {isa = PBXBuildFile; fileRef = F918691408B16D2500E0F9DB /* dyld-interposing.h */; settings = {ATTRIBUTES = (Private, ); }; };
224 F960A78B1E405DE300840176 /* dyld_cache_format.h in Headers */ = {isa = PBXBuildFile; fileRef = F986921E1DC3F86C00CBEDE6 /* dyld_cache_format.h */; settings = {ATTRIBUTES = (Private, ); }; };
225 F96354331DCD74A400895049 /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
226 F96354341DCD74A400895049 /* CacheBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921C1DC3F86C00CBEDE6 /* CacheBuilder.cpp */; };
227 F96354351DCD74A400895049 /* AdjustDylibSegments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692091DC3EF6C00CBEDE6 /* AdjustDylibSegments.cpp */; };
228 F96354361DCD74A400895049 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */; };
229 F96354371DCD74A400895049 /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
230 F96354391DCD74A400895049 /* OptimizerObjC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692131DC3EF6C00CBEDE6 /* OptimizerObjC.cpp */; };
231 F963543C1DCD74A400895049 /* OptimizerLinkedit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692121DC3EF6C00CBEDE6 /* OptimizerLinkedit.cpp */; };
232 F96354461DCD74BC00895049 /* update_dyld_sim_shared_cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F963542E1DCD736000895049 /* update_dyld_sim_shared_cache.cpp */; };
233 F9653F8E1FAE51C9008B5D93 /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
234 F9653F8F1FAE51C9008B5D93 /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; };
235 F9653F901FAE51C9008B5D93 /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; };
236 F9653F911FAE51C9008B5D93 /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
237 F9653F921FAE51C9008B5D93 /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
238 F9653F941FAE51ED008B5D93 /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
239 F96D19A81D93661A007AF3CE /* APIs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F96D19A51D9363D6007AF3CE /* APIs.cpp */; };
240 F96D19C01D94BFCE007AF3CE /* AllImages.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F96D19A61D9363D6007AF3CE /* AllImages.cpp */; };
241 F977DDCB1E53BF5500609230 /* SharedCacheRuntime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F977DDC91E53BEA700609230 /* SharedCacheRuntime.cpp */; };
242 F97C619F1D9829AA00A84CD7 /* libdyldEntryVector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F97C619E1D98292700A84CD7 /* libdyldEntryVector.cpp */; };
243 F97C61A21D9CAE3500A84CD7 /* Logging.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F97C61A01D9CA6B800A84CD7 /* Logging.cpp */; };
244 F97FF3611C23640C000ACDD2 /* nocr.c in Sources */ = {isa = PBXBuildFile; fileRef = F97FF35F1C236402000ACDD2 /* nocr.c */; };
245 F97FF3641C237F68000ACDD2 /* nocr.1 in install man page */ = {isa = PBXBuildFile; fileRef = F97FF3631C237F5C000ACDD2 /* nocr.1 */; };
246 F98692171DC3EFD500CBEDE6 /* update_dyld_shared_cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692151DC3EF6C00CBEDE6 /* update_dyld_shared_cache.cpp */; };
247 F98692181DC3EFD700CBEDE6 /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
248 F98692191DC3EFDA00CBEDE6 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */; };
249 F986921F1DC3F98700CBEDE6 /* CacheBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921C1DC3F86C00CBEDE6 /* CacheBuilder.cpp */; };
250 F98692201DC3F99300CBEDE6 /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
251 F98692231DC403F900CBEDE6 /* AdjustDylibSegments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692091DC3EF6C00CBEDE6 /* AdjustDylibSegments.cpp */; };
252 F98C78F00F7C02E8006257D2 /* dsc_iterator.h in usr|local|include|mach-o */ = {isa = PBXBuildFile; fileRef = F9F2A56F0F7AEEE300B7C9EB /* dsc_iterator.h */; };
253 F98E37792332D048003706B4 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; };
254 F98E377A2332D048003706B4 /* ClosureFileSystemNull.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1F003CB213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp */; };
255 F98E377B2332D048003706B4 /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
256 F98E377C2332D048003706B4 /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; };
257 F98E377D2332D048003706B4 /* ClosureFileSystemPhysical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */; };
258 F98E377E2332D048003706B4 /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; };
259 F98E377F2332D048003706B4 /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
260 F98E37802332D048003706B4 /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
261 F98E37812332D048003706B4 /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
262 F98E37822332D048003706B4 /* update_dyld_shared_cache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692151DC3EF6C00CBEDE6 /* update_dyld_shared_cache.cpp */; };
263 F98E37832332D048003706B4 /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
264 F98E37842332D048003706B4 /* CacheBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921C1DC3F86C00CBEDE6 /* CacheBuilder.cpp */; };
265 F98E37852332D048003706B4 /* AdjustDylibSegments.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692091DC3EF6C00CBEDE6 /* AdjustDylibSegments.cpp */; };
266 F98E37862332D048003706B4 /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */; };
267 F98E37872332D048003706B4 /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
268 F98E37882332D048003706B4 /* OptimizerObjC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692131DC3EF6C00CBEDE6 /* OptimizerObjC.cpp */; };
269 F98E37892332D048003706B4 /* OptimizerBranches.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692111DC3EF6C00CBEDE6 /* OptimizerBranches.cpp */; };
270 F98E378A2332D048003706B4 /* OptimizerLinkedit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692121DC3EF6C00CBEDE6 /* OptimizerLinkedit.cpp */; };
271 F98E378C2332D048003706B4 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F94C22241E513CA90079E5DD /* CoreFoundation.framework */; };
272 F98E378D2332D048003706B4 /* Bom.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 37F7A5961BB363820039043A /* Bom.framework */; };
273 F98E378F2332D048003706B4 /* update_dyld_shared_cache.1 in usr|share|man|man1 */ = {isa = PBXBuildFile; fileRef = F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */; };
274 F98F1FBF1E4031F800EF868D /* dyld_process_info.h in Headers */ = {isa = PBXBuildFile; fileRef = F95090D01C5AB89A0031F81D /* dyld_process_info.h */; settings = {ATTRIBUTES = (Private, ); }; };
275 F99006DD1E411BA70013456D /* dyld_images.h in Headers */ = {isa = PBXBuildFile; fileRef = F98D274C0AA79D7400416316 /* dyld_images.h */; settings = {ATTRIBUTES = (Public, ); }; };
276 F99006DE1E411BBC0013456D /* dyld.h in Headers */ = {isa = PBXBuildFile; fileRef = F9ED4CEA0630A80600DF4E74 /* dyld.h */; settings = {ATTRIBUTES = (Public, ); }; };
277 F99B8E630FEC11B400701838 /* dyld_shared_cache_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F99B8E620FEC11B400701838 /* dyld_shared_cache_util.cpp */; };
278 F99B8EA30FEC1C4200701838 /* dsc_iterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */; };
279 F9A221E70F3A6D7C00D15F73 /* dyldLibSystemGlue.c in Sources */ = {isa = PBXBuildFile; fileRef = F9A221E60F3A6D7C00D15F73 /* dyldLibSystemGlue.c */; };
280 F9A5E6171F5C967C0030C490 /* MachOLoaded.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */; };
281 F9A6D6E4116F9DF20051CC16 /* threadLocalVariables.c in Sources */ = {isa = PBXBuildFile; fileRef = F9A6D6E2116F9DF20051CC16 /* threadLocalVariables.c */; };
282 F9A6D70C116FBBD10051CC16 /* threadLocalHelpers.s in Sources */ = {isa = PBXBuildFile; fileRef = F9A6D70B116FBBD10051CC16 /* threadLocalHelpers.s */; };
283 F9BA514B0ECE4F4200D1D62E /* dyld_stub_binder.s in Sources */ = {isa = PBXBuildFile; fileRef = F99EFC0D0EAD60E8001032B8 /* dyld_stub_binder.s */; };
284 F9C15A4A1E1F7DAC0006E570 /* APIs_macOS.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9C15A491E1F7D960006E570 /* APIs_macOS.cpp */; };
285 F9C2755A1DA71CE8007A5D8A /* Loading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9C275581DA71A13007A5D8A /* Loading.cpp */; settings = {COMPILER_FLAGS = "-fvisibility=hidden"; }; };
286 F9C2755B1DA73EA1007A5D8A /* Loading.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9C275581DA71A13007A5D8A /* Loading.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
287 F9C69EFE14EC8AD2009CAE2E /* objc-shared-cache.h in usr|local|include */ = {isa = PBXBuildFile; fileRef = F9C69EFD14EC8ABF009CAE2E /* objc-shared-cache.h */; };
288 F9CC10D71F5F1D480021BFE2 /* MachOAnalyzer.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */; };
289 F9CC10D81F5F1D4E0021BFE2 /* MachOFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */; };
290 F9CE307A1208F1B50098B590 /* dsc_extractor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9CE30781208F1B50098B590 /* dsc_extractor.cpp */; };
291 F9CE307B1208F1C60098B590 /* dsc_extractor.h in usr|local|include|mach-o */ = {isa = PBXBuildFile; fileRef = F9CE30791208F1B50098B590 /* dsc_extractor.h */; };
292 F9D1001814D8D13D00099D91 /* dsc_extractor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9CE30781208F1B50098B590 /* dsc_extractor.cpp */; };
293 F9D1001D14D8D19500099D91 /* dsc_iterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */; };
294 F9D238DB0A9E2FD0002B55C7 /* update_dyld_shared_cache.1 in usr|share|man|man1 */ = {isa = PBXBuildFile; fileRef = F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */; };
295 F9D49CCC1458B95200F86ADD /* start_glue.s in Sources */ = {isa = PBXBuildFile; fileRef = F9D49CCB1458B95200F86ADD /* start_glue.s */; };
296 F9D8623F1DC41043000A199A /* OptimizerLinkedit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692121DC3EF6C00CBEDE6 /* OptimizerLinkedit.cpp */; };
297 F9D862401DC57A27000A199A /* OptimizerObjC.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692131DC3EF6C00CBEDE6 /* OptimizerObjC.cpp */; };
298 F9D862451DC975A5000A199A /* dyld_closure_util.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9D862441DC9759C000A199A /* dyld_closure_util.cpp */; };
299 F9D862461DC975AA000A199A /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
300 F9D8624C1DC97717000A199A /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
301 F9D8624D1DC9783E000A199A /* FileUtils.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */; };
302 F9D8624E1DCBD06A000A199A /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; };
303 F9D8624F1DCBD318000A199A /* Diagnostics.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */; settings = {COMPILER_FLAGS = "-fno-exceptions"; }; };
304 F9D862511DCBD330000A199A /* DyldSharedCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */; };
305 F9DFEA6C1F50DD16003BF8A7 /* Closure.h in Headers */ = {isa = PBXBuildFile; fileRef = F9DFEA6B1F50DD16003BF8A7 /* Closure.h */; };
306 F9DFEA701F50FDE5003BF8A7 /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
307 F9DFEA721F54BD83003BF8A7 /* ClosureWriter.h in Headers */ = {isa = PBXBuildFile; fileRef = F9DFEA711F54BD83003BF8A7 /* ClosureWriter.h */; };
308 F9DFEA741F54DB25003BF8A7 /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; };
309 F9DFEA761F54FAAB003BF8A7 /* ClosureBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = F9DFEA751F54FAAB003BF8A7 /* ClosureBuilder.h */; };
310 F9DFEA781F54FACF003BF8A7 /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; };
311 F9DFEA791F55DDC0003BF8A7 /* Closure.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */; };
312 F9DFEA7A1F55DDC4003BF8A7 /* ClosureWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */; };
313 F9DFEA7B1F55DDC7003BF8A7 /* ClosureBuilder.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */; };
314 F9DFEA7D1F588506003BF8A7 /* ClosurePrinter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9DFEA7C1F588506003BF8A7 /* ClosurePrinter.cpp */; };
315 F9ED4CD60630A7F100DF4E74 /* dyld_debugger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CC60630A7F100DF4E74 /* dyld_debugger.cpp */; };
316 F9ED4CD70630A7F100DF4E74 /* dyld2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CC70630A7F100DF4E74 /* dyld2.cpp */; };
317 F9ED4CD90630A7F100DF4E74 /* dyldAPIs.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CC90630A7F100DF4E74 /* dyldAPIs.cpp */; };
318 F9ED4CDA0630A7F100DF4E74 /* dyldExceptions.c in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCA0630A7F100DF4E74 /* dyldExceptions.c */; };
319 F9ED4CDB0630A7F100DF4E74 /* dyldInitialization.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCB0630A7F100DF4E74 /* dyldInitialization.cpp */; };
320 F9ED4CDE0630A7F100DF4E74 /* dyldNew.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCE0630A7F100DF4E74 /* dyldNew.cpp */; };
321 F9ED4CDF0630A7F100DF4E74 /* dyldStartup.s in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCF0630A7F100DF4E74 /* dyldStartup.s */; };
322 F9ED4CE00630A7F100DF4E74 /* glue.c in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD00630A7F100DF4E74 /* glue.c */; settings = {COMPILER_FLAGS = "-fno-builtin"; }; };
323 F9ED4CE10630A7F100DF4E74 /* ImageLoader.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD10630A7F100DF4E74 /* ImageLoader.cpp */; };
324 F9ED4CE30630A7F100DF4E74 /* ImageLoaderMachO.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD30630A7F100DF4E74 /* ImageLoaderMachO.cpp */; };
325 F9ED4CE50630A7F100DF4E74 /* stub_binding_helper.s in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CD50630A7F100DF4E74 /* stub_binding_helper.s */; };
326 F9F256360639DBCC00A7427D /* dyldLock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */; };
327 F9F2A5700F7AEEE300B7C9EB /* dsc_iterator.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */; };
328 F9F76FB01E09CDF400828678 /* PathOverrides.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */; };
329 /* End PBXBuildFile section */
330
331 /* Begin PBXBuildRule section */
332 F921D3160703769A000D1056 /* PBXBuildRule */ = {
333 isa = PBXBuildRule;
334 compilerSpec = com.apple.compilers.gcc;
335 fileType = sourcecode.cpp;
336 inputFiles = (
337 );
338 isEditable = 1;
339 outputFiles = (
340 );
341 script = "";
342 };
343 F921D317070376A6000D1056 /* PBXBuildRule */ = {
344 isa = PBXBuildRule;
345 compilerSpec = com.apple.compilers.gcc;
346 fileType = sourcecode.c;
347 inputFiles = (
348 );
349 isEditable = 1;
350 outputFiles = (
351 );
352 script = "";
353 };
354 F921D318070376B0000D1056 /* PBXBuildRule */ = {
355 isa = PBXBuildRule;
356 compilerSpec = com.apple.compilers.gcc;
357 fileType = sourcecode.asm;
358 inputFiles = (
359 );
360 isEditable = 1;
361 outputFiles = (
362 );
363 script = "";
364 };
365 F921D31E070376F1000D1056 /* PBXBuildRule */ = {
366 isa = PBXBuildRule;
367 compilerSpec = com.apple.compilers.gcc;
368 fileType = sourcecode.cpp;
369 inputFiles = (
370 );
371 isEditable = 1;
372 outputFiles = (
373 );
374 };
375 F92C7E0F21E59840000D12B5 /* PBXBuildRule */ = {
376 isa = PBXBuildRule;
377 compilerSpec = com.apple.compilers.gcc;
378 fileType = sourcecode.cpp;
379 inputFiles = (
380 );
381 isEditable = 1;
382 outputFiles = (
383 );
384 };
385 F92C7E1021E59840000D12B5 /* PBXBuildRule */ = {
386 isa = PBXBuildRule;
387 compilerSpec = com.apple.compilers.gcc;
388 fileType = sourcecode.c;
389 inputFiles = (
390 );
391 isEditable = 1;
392 outputFiles = (
393 );
394 };
395 F9574C4906C94DA700142BFA /* PBXBuildRule */ = {
396 isa = PBXBuildRule;
397 compilerSpec = com.apple.compilers.gcc;
398 fileType = sourcecode.c;
399 inputFiles = (
400 );
401 isEditable = 1;
402 outputFiles = (
403 );
404 };
405 /* End PBXBuildRule section */
406
407 /* Begin PBXContainerItemProxy section */
408 37A0AD0E1C16000F00731E50 /* PBXContainerItemProxy */ = {
409 isa = PBXContainerItemProxy;
410 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
411 proxyType = 1;
412 remoteGlobalIDString = 37A0AD0A1C15FFF500731E50;
413 remoteInfo = update_dyld_shared_cache;
414 };
415 C1033EA722611306004407FB /* PBXContainerItemProxy */ = {
416 isa = PBXContainerItemProxy;
417 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
418 proxyType = 1;
419 remoteGlobalIDString = F9D1001114D8D0BA00099D91;
420 remoteInfo = dsc_extractor;
421 };
422 C187B90B1FE067590042D3B7 /* PBXContainerItemProxy */ = {
423 isa = PBXContainerItemProxy;
424 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
425 proxyType = 1;
426 remoteGlobalIDString = C187B8FF1FE063A40042D3B7;
427 remoteInfo = libslc_builder;
428 };
429 D8668ACF1ECE335F005E7D31 /* PBXContainerItemProxy */ = {
430 isa = PBXContainerItemProxy;
431 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
432 proxyType = 1;
433 remoteGlobalIDString = F97C61A61DBAD1A900A84CD7;
434 remoteInfo = dyld_closure_util;
435 };
436 F908134711D3ED1A00626CC1 /* PBXContainerItemProxy */ = {
437 isa = PBXContainerItemProxy;
438 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
439 proxyType = 1;
440 remoteGlobalIDString = F9ED4C9E0630A76B00DF4E74;
441 remoteInfo = libdyld.dylib;
442 };
443 F94182D71E60F0BE00D8EF25 /* PBXContainerItemProxy */ = {
444 isa = PBXContainerItemProxy;
445 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
446 proxyType = 1;
447 remoteGlobalIDString = F99B8E550FEC10F600701838;
448 remoteInfo = dyld_shared_cache_util;
449 };
450 F94182D91E60F0C000D8EF25 /* PBXContainerItemProxy */ = {
451 isa = PBXContainerItemProxy;
452 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
453 proxyType = 1;
454 remoteGlobalIDString = F9F2A5580F7AEE9800B7C9EB;
455 remoteInfo = libdsc;
456 };
457 F94182DB1E60F16900D8EF25 /* PBXContainerItemProxy */ = {
458 isa = PBXContainerItemProxy;
459 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
460 proxyType = 1;
461 remoteGlobalIDString = F9D1001114D8D0BA00099D91;
462 remoteInfo = dsc_extractor;
463 };
464 F96543A01E343601003C5540 /* PBXContainerItemProxy */ = {
465 isa = PBXContainerItemProxy;
466 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
467 proxyType = 1;
468 remoteGlobalIDString = F97C61A61DBAD1A900A84CD7;
469 remoteInfo = dyld_closure_util;
470 };
471 F97FF3651C237F97000ACDD2 /* PBXContainerItemProxy */ = {
472 isa = PBXContainerItemProxy;
473 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
474 proxyType = 1;
475 remoteGlobalIDString = F97FF3551C23638F000ACDD2;
476 remoteInfo = nocr;
477 };
478 F99B8EB10FEC220C00701838 /* PBXContainerItemProxy */ = {
479 isa = PBXContainerItemProxy;
480 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
481 proxyType = 1;
482 remoteGlobalIDString = F99B8E550FEC10F600701838;
483 remoteInfo = dyld_shared_cache_util;
484 };
485 F9B4D77F12AD9736000605A6 /* PBXContainerItemProxy */ = {
486 isa = PBXContainerItemProxy;
487 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
488 proxyType = 1;
489 remoteGlobalIDString = F9F2A5580F7AEE9800B7C9EB;
490 remoteInfo = libdsc;
491 };
492 F9ED4CA60630A78A00DF4E74 /* PBXContainerItemProxy */ = {
493 isa = PBXContainerItemProxy;
494 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
495 proxyType = 1;
496 remoteGlobalIDString = F9ED4C970630A76000DF4E74;
497 remoteInfo = dyld;
498 };
499 F9ED4CA80630A78A00DF4E74 /* PBXContainerItemProxy */ = {
500 isa = PBXContainerItemProxy;
501 containerPortal = F9ED4C8B0630A72300DF4E74 /* Project object */;
502 proxyType = 1;
503 remoteGlobalIDString = F9ED4C9E0630A76B00DF4E74;
504 remoteInfo = libdyld;
505 };
506 /* End PBXContainerItemProxy section */
507
508 /* Begin PBXCopyFilesBuildPhase section */
509 3703A1201B38C1B300ADBA7F /* CopyFiles */ = {
510 isa = PBXCopyFilesBuildPhase;
511 buildActionMask = 2147483647;
512 dstPath = /usr/share/man/man1/;
513 dstSubfolderSpec = 0;
514 files = (
515 );
516 runOnlyForDeploymentPostprocessing = 1;
517 };
518 377685FE1AC4B27D00026E6C /* CopyFiles */ = {
519 isa = PBXCopyFilesBuildPhase;
520 buildActionMask = 2147483647;
521 dstPath = /usr/share/man/man1/;
522 dstSubfolderSpec = 0;
523 files = (
524 );
525 runOnlyForDeploymentPostprocessing = 1;
526 };
527 37918AC32058912100F39A77 /* install ktrace codes file */ = {
528 isa = PBXCopyFilesBuildPhase;
529 buildActionMask = 8;
530 dstPath = /usr/local/share/misc;
531 dstSubfolderSpec = 0;
532 files = (
533 37918AC52058915E00F39A77 /* dyld.codes in install ktrace codes file */,
534 );
535 name = "install ktrace codes file";
536 runOnlyForDeploymentPostprocessing = 1;
537 };
538 37F597CB2061EB4200F9B6F9 /* Install man page */ = {
539 isa = PBXCopyFilesBuildPhase;
540 buildActionMask = 2147483647;
541 dstPath = "$(INSTALL_PATH_PREFIX)/usr/local/share/man/man1";
542 dstSubfolderSpec = 0;
543 files = (
544 DE728E53210CD74E00EB5409 /* dyld_usage.1 in Install man page */,
545 );
546 name = "Install man page";
547 runOnlyForDeploymentPostprocessing = 1;
548 };
549 C187B9041FE063A40042D3B7 /* usr|local|include|mach-o */ = {
550 isa = PBXCopyFilesBuildPhase;
551 buildActionMask = 8;
552 dstPath = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/local/include";
553 dstSubfolderSpec = 0;
554 files = (
555 );
556 name = "usr|local|include|mach-o";
557 runOnlyForDeploymentPostprocessing = 1;
558 };
559 F908137211D3FB5000626CC1 /* usr|share|man|man1 */ = {
560 isa = PBXCopyFilesBuildPhase;
561 buildActionMask = 8;
562 dstPath = "$(INSTALL_PATH_PREFIX)/usr/share/man/man1";
563 dstSubfolderSpec = 0;
564 files = (
565 F908136411D3FB0300626CC1 /* dyld.1 in usr|share|man|man1 */,
566 );
567 name = "usr|share|man|man1";
568 runOnlyForDeploymentPostprocessing = 1;
569 };
570 F908137311D3FB5000626CC1 /* usr|share|man|man3 */ = {
571 isa = PBXCopyFilesBuildPhase;
572 buildActionMask = 8;
573 dstPath = "$(INSTALL_PATH_PREFIX)/usr/share/man/man3";
574 dstSubfolderSpec = 0;
575 files = (
576 F908136811D3FB3A00626CC1 /* dladdr.3 in usr|share|man|man3 */,
577 F908136911D3FB3A00626CC1 /* dlclose.3 in usr|share|man|man3 */,
578 F908136A11D3FB3A00626CC1 /* dlerror.3 in usr|share|man|man3 */,
579 F908136B11D3FB3A00626CC1 /* dlopen.3 in usr|share|man|man3 */,
580 F908136C11D3FB3A00626CC1 /* dlsym.3 in usr|share|man|man3 */,
581 F908136D11D3FB3A00626CC1 /* dyld.3 in usr|share|man|man3 */,
582 F908136E11D3FB3A00626CC1 /* dlopen_preflight.3 in usr|share|man|man3 */,
583 );
584 name = "usr|share|man|man3";
585 runOnlyForDeploymentPostprocessing = 1;
586 };
587 F9556D3720C1F896004DF62A /* CopyFiles */ = {
588 isa = PBXCopyFilesBuildPhase;
589 buildActionMask = 2147483647;
590 dstPath = /usr/share/man/man1/;
591 dstSubfolderSpec = 0;
592 files = (
593 );
594 runOnlyForDeploymentPostprocessing = 1;
595 };
596 F97C61A51DBAD1A900A84CD7 /* Copy Files */ = {
597 isa = PBXCopyFilesBuildPhase;
598 buildActionMask = 2147483647;
599 dstPath = /usr/share/man/man1;
600 dstSubfolderSpec = 0;
601 files = (
602 );
603 name = "Copy Files";
604 runOnlyForDeploymentPostprocessing = 1;
605 };
606 F97FF3541C23638F000ACDD2 /* install man page */ = {
607 isa = PBXCopyFilesBuildPhase;
608 buildActionMask = 2147483647;
609 dstPath = "$(INSTALL_PATH_PREFIX)/usr/share/man/man1";
610 dstSubfolderSpec = 0;
611 files = (
612 F97FF3641C237F68000ACDD2 /* nocr.1 in install man page */,
613 );
614 name = "install man page";
615 runOnlyForDeploymentPostprocessing = 1;
616 };
617 F98C78D10F7C00EA006257D2 /* usr|local|include|mach-o */ = {
618 isa = PBXCopyFilesBuildPhase;
619 buildActionMask = 8;
620 dstPath = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/local/include/mach-o";
621 dstSubfolderSpec = 0;
622 files = (
623 F98C78F00F7C02E8006257D2 /* dsc_iterator.h in usr|local|include|mach-o */,
624 F9CE307B1208F1C60098B590 /* dsc_extractor.h in usr|local|include|mach-o */,
625 );
626 name = "usr|local|include|mach-o";
627 runOnlyForDeploymentPostprocessing = 1;
628 };
629 F98E378E2332D048003706B4 /* usr|share|man|man1 */ = {
630 isa = PBXCopyFilesBuildPhase;
631 buildActionMask = 8;
632 dstPath = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/$(LOCAL)/share/man/man1";
633 dstSubfolderSpec = 0;
634 files = (
635 F98E378F2332D048003706B4 /* update_dyld_shared_cache.1 in usr|share|man|man1 */,
636 );
637 name = "usr|share|man|man1";
638 runOnlyForDeploymentPostprocessing = 1;
639 };
640 F9C69EFC14EC8AB8009CAE2E /* usr|local|include */ = {
641 isa = PBXCopyFilesBuildPhase;
642 buildActionMask = 8;
643 dstPath = "$(INSTALL_PATH_PREFIX)/usr/local/include";
644 dstSubfolderSpec = 0;
645 files = (
646 F9C69EFE14EC8AD2009CAE2E /* objc-shared-cache.h in usr|local|include */,
647 );
648 name = "usr|local|include";
649 runOnlyForDeploymentPostprocessing = 1;
650 };
651 F9D238DD0A9E2FEE002B55C7 /* usr|share|man|man1 */ = {
652 isa = PBXCopyFilesBuildPhase;
653 buildActionMask = 8;
654 dstPath = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/$(LOCAL)/share/man/man1";
655 dstSubfolderSpec = 0;
656 files = (
657 F9D238DB0A9E2FD0002B55C7 /* update_dyld_shared_cache.1 in usr|share|man|man1 */,
658 );
659 name = "usr|share|man|man1";
660 runOnlyForDeploymentPostprocessing = 1;
661 };
662 /* End PBXCopyFilesBuildPhase section */
663
664 /* Begin PBXFileReference section */
665 3703A1241B38C1B300ADBA7F /* dyld_shared_cache_builder */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyld_shared_cache_builder; sourceTree = BUILT_PRODUCTS_DIR; };
666 373C58EF219CE478003442D5 /* BootArgs.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = BootArgs.cpp; path = dyld3/BootArgs.cpp; sourceTree = "<group>"; };
667 373C58F0219CE478003442D5 /* BootArgs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = BootArgs.h; path = dyld3/BootArgs.h; sourceTree = "<group>"; };
668 376ED1D71C46F2710051DD54 /* Metabom.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Metabom.framework; path = AppleInternal/Library/Frameworks/Metabom.framework; sourceTree = SDKROOT; };
669 377686021AC4B27D00026E6C /* multi_dyld_shared_cache_builder */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = multi_dyld_shared_cache_builder; sourceTree = BUILT_PRODUCTS_DIR; };
670 37908A271E3A853E009613FA /* dyld_shared_cache_builder.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = dyld_shared_cache_builder.mm; path = "dyld3/shared-cache/dyld_shared_cache_builder.mm"; sourceTree = "<group>"; };
671 37908A281E3A853E009613FA /* Manifest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = Manifest.mm; path = "dyld3/shared-cache/Manifest.mm"; sourceTree = "<group>"; };
672 37908A291E3A853E009613FA /* multi_dyld_shared_cache_builder.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = multi_dyld_shared_cache_builder.mm; path = "dyld3/shared-cache/multi_dyld_shared_cache_builder.mm"; sourceTree = "<group>"; };
673 37908A2A1E3A85A4009613FA /* FileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = FileAbstraction.hpp; path = "dyld3/shared-cache/FileAbstraction.hpp"; sourceTree = "<group>"; };
674 37908A2B1E3A85A4009613FA /* MachOFileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = MachOFileAbstraction.hpp; path = "dyld3/shared-cache/MachOFileAbstraction.hpp"; sourceTree = "<group>"; };
675 37908A2C1E3A85A4009613FA /* Manifest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Manifest.h; path = "dyld3/shared-cache/Manifest.h"; sourceTree = "<group>"; };
676 37908A2D1E3A85A4009613FA /* Trie.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = Trie.hpp; path = "dyld3/shared-cache/Trie.hpp"; sourceTree = "<group>"; };
677 37918AC0205890D700F39A77 /* dyld.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = dyld.plist; sourceTree = "<group>"; };
678 37918AC42058913800F39A77 /* dyld.codes */ = {isa = PBXFileReference; lastKnownFileType = text; path = dyld.codes; sourceTree = "<group>"; };
679 37C5C2FB1E5CD154006B32C9 /* BuilderUtils.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = BuilderUtils.mm; path = "dyld3/shared-cache/BuilderUtils.mm"; sourceTree = "<group>"; };
680 37C5C2FC1E5CD154006B32C9 /* BuilderUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = BuilderUtils.h; path = "dyld3/shared-cache/BuilderUtils.h"; sourceTree = "<group>"; };
681 37D7DAFE1E96F0ED00D52CEA /* Tracing.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Tracing.cpp; path = dyld3/Tracing.cpp; sourceTree = "<group>"; };
682 37D7DAFF1E96F0ED00D52CEA /* Tracing.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Tracing.h; path = dyld3/Tracing.h; sourceTree = "<group>"; };
683 37F597CD2061EB4200F9B6F9 /* dyld_usage */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyld_usage; sourceTree = BUILT_PRODUCTS_DIR; };
684 37F597D42061ECFF00F9B6F9 /* dyld_usage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dyld_usage.cpp; path = src/dyld_usage.cpp; sourceTree = "<group>"; };
685 37F597D62061ED3200F9B6F9 /* libktrace.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libktrace.tbd; path = usr/lib/libktrace.tbd; sourceTree = SDKROOT; };
686 37F7A5961BB363820039043A /* Bom.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Bom.framework; path = System/Library/PrivateFrameworks/Bom.framework; sourceTree = SDKROOT; };
687 C187B90A1FE063A40042D3B7 /* slc_builder.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = slc_builder.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
688 C18A75F5209940A500DC01BB /* JSONWriter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JSONWriter.h; path = dyld3/JSONWriter.h; sourceTree = "<group>"; };
689 C18A75F6209A18AC00DC01BB /* JSONReader.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JSONReader.h; path = dyld3/JSONReader.h; sourceTree = "<group>"; };
690 C18A75F7209A19E200DC01BB /* JSON.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = JSON.h; path = dyld3/JSON.h; sourceTree = "<group>"; };
691 C18A75F8209A1AF600DC01BB /* JSONReader.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; name = JSONReader.mm; path = dyld3/JSONReader.mm; sourceTree = "<group>"; };
692 C18F095221925E7600034B68 /* Map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Map.h; path = dyld3/Map.h; sourceTree = "<group>"; };
693 C19D50142087E4BC00563DAF /* SupportedArchs.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SupportedArchs.h; path = dyld3/SupportedArchs.h; sourceTree = "<group>"; };
694 C1D2682E1FE08918009F115B /* mrm_shared_cache_builder.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = mrm_shared_cache_builder.cpp; path = "dyld3/shared-cache/mrm_shared_cache_builder.cpp"; sourceTree = "<group>"; };
695 C1D2682F1FE08918009F115B /* mrm_shared_cache_builder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; name = mrm_shared_cache_builder.h; path = "dyld3/shared-cache/mrm_shared_cache_builder.h"; sourceTree = "<group>"; };
696 C1D268321FE09843009F115B /* ClosureFileSystem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ClosureFileSystem.h; path = dyld3/ClosureFileSystem.h; sourceTree = "<group>"; };
697 C1D268331FE0A21F009F115B /* ClosureFileSystemPhysical.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ClosureFileSystemPhysical.h; path = dyld3/ClosureFileSystemPhysical.h; sourceTree = "<group>"; };
698 C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ClosureFileSystemPhysical.cpp; path = dyld3/ClosureFileSystemPhysical.cpp; sourceTree = "<group>"; };
699 C1F003CB213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClosureFileSystemNull.cpp; path = dyld3/ClosureFileSystemNull.cpp; sourceTree = "<group>"; };
700 C1F003D1213F3CCF002D9DC9 /* ClosureFileSystemNull.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ClosureFileSystemNull.h; path = dyld3/ClosureFileSystemNull.h; sourceTree = "<group>"; };
701 DE728E4C210CD6A100EB5409 /* index.rst */ = {isa = PBXFileReference; lastKnownFileType = text; path = index.rst; sourceTree = "<group>"; };
702 DE728E4E210CD6A100EB5409 /* conf.py */ = {isa = PBXFileReference; lastKnownFileType = text.script.python; path = conf.py; sourceTree = "<group>"; };
703 DE728E51210CD6A100EB5409 /* dyld_usage.rst */ = {isa = PBXFileReference; lastKnownFileType = text; path = dyld_usage.rst; sourceTree = "<group>"; };
704 DE728E52210CD6B700EB5409 /* dyld_usage.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = dyld_usage.1; sourceTree = "<group>"; };
705 EF799FE9070D27BB00F78484 /* dyld.1 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.man; name = dyld.1; path = doc/man/man1/dyld.1; sourceTree = SOURCE_ROOT; };
706 EF799FEB070D27BB00F78484 /* dladdr.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dladdr.3; path = doc/man/man3/dladdr.3; sourceTree = SOURCE_ROOT; };
707 EF799FEC070D27BB00F78484 /* dlclose.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlclose.3; path = doc/man/man3/dlclose.3; sourceTree = SOURCE_ROOT; };
708 EF799FED070D27BB00F78484 /* dlerror.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlerror.3; path = doc/man/man3/dlerror.3; sourceTree = SOURCE_ROOT; };
709 EF799FEE070D27BB00F78484 /* dlopen.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlopen.3; path = doc/man/man3/dlopen.3; sourceTree = SOURCE_ROOT; };
710 EF799FEF070D27BB00F78484 /* dlsym.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dlsym.3; path = doc/man/man3/dlsym.3; sourceTree = SOURCE_ROOT; };
711 EF799FF0070D27BB00F78484 /* dyld.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 30; name = dyld.3; path = doc/man/man3/dyld.3; sourceTree = SOURCE_ROOT; };
712 F902031F1DEE83C000AC3F76 /* StringUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = StringUtils.h; path = "dyld3/shared-cache/StringUtils.h"; sourceTree = "<group>"; };
713 F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldAPIsInLibSystem.cpp; path = src/dyldAPIsInLibSystem.cpp; sourceTree = "<group>"; };
714 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>"; };
715 F91BFAC721684FCC007F10AB /* fixup-chains.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "fixup-chains.h"; path = "include/mach-o/fixup-chains.h"; sourceTree = "<group>"; };
716 F92756871F7098FB000820EE /* Array.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Array.h; path = dyld3/Array.h; sourceTree = "<group>"; };
717 F9280B791AB9DCA000B18AEC /* ImageLoaderMegaDylib.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoaderMegaDylib.cpp; path = src/ImageLoaderMegaDylib.cpp; sourceTree = "<group>"; usesTabs = 1; };
718 F9280B7A1AB9DCA000B18AEC /* ImageLoaderMegaDylib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageLoaderMegaDylib.h; path = src/ImageLoaderMegaDylib.h; sourceTree = "<group>"; usesTabs = 1; };
719 F92C7E1421E59840000D12B5 /* libdyld.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libdyld.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
720 F93937320A94FAF700070A07 /* update_dyld_shared_cache */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = update_dyld_shared_cache; sourceTree = BUILT_PRODUCTS_DIR; };
721 F939373E0A94FC4700070A07 /* Architectures.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = Architectures.hpp; sourceTree = "<group>"; };
722 F939373F0A94FC4700070A07 /* CacheFileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = CacheFileAbstraction.hpp; sourceTree = "<group>"; };
723 F93937400A94FC4700070A07 /* dyld_cache_format.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = dyld_cache_format.h; sourceTree = "<group>"; };
724 F93937410A94FC4700070A07 /* FileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = FileAbstraction.hpp; sourceTree = "<group>"; };
725 F93937430A94FC4700070A07 /* MachOFileAbstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.h; path = MachOFileAbstraction.hpp; sourceTree = "<group>"; };
726 F93F46511FA420630060D9F9 /* execserver.defs */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.mig; name = execserver.defs; path = testing/nocr/execserver.defs; sourceTree = "<group>"; };
727 F94182DE1E60FFDC00D8EF25 /* update_dyld_sim_shared_cache.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = update_dyld_sim_shared_cache.xcconfig; sourceTree = "<group>"; };
728 F94942B21E6796D40019AE08 /* closured.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; path = closured.1; sourceTree = "<group>"; };
729 F94C22241E513CA90079E5DD /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = System/Library/Frameworks/CoreFoundation.framework; sourceTree = SDKROOT; };
730 F94DB9000F0A9B1700323715 /* ImageLoaderMachOClassic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoaderMachOClassic.cpp; path = src/ImageLoaderMachOClassic.cpp; sourceTree = "<group>"; usesTabs = 1; };
731 F94DB9010F0A9B1700323715 /* ImageLoaderMachOClassic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageLoaderMachOClassic.h; path = src/ImageLoaderMachOClassic.h; sourceTree = "<group>"; usesTabs = 1; };
732 F94DB9020F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoaderMachOCompressed.cpp; path = src/ImageLoaderMachOCompressed.cpp; sourceTree = "<group>"; usesTabs = 1; };
733 F94DB9030F0A9B1700323715 /* ImageLoaderMachOCompressed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ImageLoaderMachOCompressed.h; path = src/ImageLoaderMachOCompressed.h; sourceTree = "<group>"; usesTabs = 1; };
734 F95090D01C5AB89A0031F81D /* dyld_process_info.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dyld_process_info.h; path = "include/mach-o/dyld_process_info.h"; sourceTree = "<group>"; usesTabs = 0; };
735 F95090E41C5AD1B30031F81D /* dyld_process_info.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dyld_process_info.cpp; path = src/dyld_process_info.cpp; sourceTree = "<group>"; usesTabs = 0; };
736 F9556D3920C1F896004DF62A /* dyldinfo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyldinfo; sourceTree = BUILT_PRODUCTS_DIR; };
737 F9556D4120C20C79004DF62A /* dyldinfo.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dyldinfo.cpp; path = "dyld3/shared-cache/dyldinfo.cpp"; sourceTree = "<group>"; };
738 F958D4751C7FCD4A00A0B199 /* dyld_process_info_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dyld_process_info_internal.h; path = src/dyld_process_info_internal.h; sourceTree = "<group>"; };
739 F958D4761C7FCD4A00A0B199 /* dyld_process_info_notify.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dyld_process_info_notify.cpp; path = src/dyld_process_info_notify.cpp; sourceTree = "<group>"; usesTabs = 0; };
740 F95C95160E994796007B7CB8 /* MachOTrie.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = MachOTrie.hpp; sourceTree = "<group>"; };
741 F963542E1DCD736000895049 /* update_dyld_sim_shared_cache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = update_dyld_sim_shared_cache.cpp; path = "dyld3/shared-cache/update_dyld_sim_shared_cache.cpp"; sourceTree = "<group>"; usesTabs = 0; };
742 F96354451DCD74A400895049 /* update_dyld_sim_shared_cache */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = update_dyld_sim_shared_cache; sourceTree = BUILT_PRODUCTS_DIR; };
743 F96D19711D7F63EE007AF3CE /* expand.rb */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.ruby; name = expand.rb; path = bin/expand.rb; sourceTree = "<group>"; };
744 F96D19A51D9363D6007AF3CE /* APIs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = APIs.cpp; path = dyld3/APIs.cpp; sourceTree = "<group>"; usesTabs = 0; };
745 F96D19A61D9363D6007AF3CE /* AllImages.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AllImages.cpp; path = dyld3/AllImages.cpp; sourceTree = "<group>"; usesTabs = 0; };
746 F96D19A71D9363D6007AF3CE /* AllImages.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AllImages.h; path = dyld3/AllImages.h; sourceTree = "<group>"; usesTabs = 0; };
747 F96D19C11D95C6D6007AF3CE /* APIs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = APIs.h; path = dyld3/APIs.h; sourceTree = "<group>"; usesTabs = 0; };
748 F971DD131A4A0E0700BBDD52 /* base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = base.xcconfig; sourceTree = "<group>"; };
749 F971DD141A4A0E0700BBDD52 /* dyld.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = dyld.xcconfig; sourceTree = "<group>"; };
750 F971DD151A4A0E0700BBDD52 /* libdyld.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = libdyld.xcconfig; sourceTree = "<group>"; };
751 F971DD161A4A0E0700BBDD52 /* update_dyld_shared_cache.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = update_dyld_shared_cache.xcconfig; sourceTree = "<group>"; };
752 F976F548127B90F8004BA2A5 /* dyld.order */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = dyld.order; path = src/dyld.order; sourceTree = "<group>"; };
753 F977DDC91E53BEA700609230 /* SharedCacheRuntime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SharedCacheRuntime.cpp; path = dyld3/SharedCacheRuntime.cpp; sourceTree = "<group>"; };
754 F977DDCA1E53BEA700609230 /* SharedCacheRuntime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SharedCacheRuntime.h; path = dyld3/SharedCacheRuntime.h; sourceTree = "<group>"; };
755 F97C619D1D96C5BE00A84CD7 /* libdyldEntryVector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libdyldEntryVector.h; path = dyld3/libdyldEntryVector.h; sourceTree = "<group>"; usesTabs = 0; };
756 F97C619E1D98292700A84CD7 /* libdyldEntryVector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = libdyldEntryVector.cpp; path = dyld3/libdyldEntryVector.cpp; sourceTree = "<group>"; usesTabs = 0; };
757 F97C61A01D9CA6B800A84CD7 /* Logging.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Logging.cpp; path = dyld3/Logging.cpp; sourceTree = "<group>"; usesTabs = 0; };
758 F97C61A11D9CA6B800A84CD7 /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Logging.h; path = dyld3/Logging.h; sourceTree = "<group>"; usesTabs = 0; };
759 F97C61A71DBAD1A900A84CD7 /* dyld_closure_util */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyld_closure_util; sourceTree = BUILT_PRODUCTS_DIR; };
760 F97FF3561C23638F000ACDD2 /* nocr */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = nocr; sourceTree = BUILT_PRODUCTS_DIR; };
761 F97FF35F1C236402000ACDD2 /* nocr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = nocr.c; path = testing/nocr/nocr.c; sourceTree = "<group>"; };
762 F97FF3631C237F5C000ACDD2 /* nocr.1 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.man; name = nocr.1; path = ../../../testing/nocr/nocr.1; sourceTree = "<group>"; };
763 F981BB8B170FC24400A686D6 /* dyldSyscallInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dyldSyscallInterface.h; path = src/dyldSyscallInterface.h; sourceTree = "<group>"; };
764 F98692001DC3EF4800CBEDE6 /* Diagnostics.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Diagnostics.h; path = dyld3/Diagnostics.h; sourceTree = "<group>"; usesTabs = 0; };
765 F98692091DC3EF6C00CBEDE6 /* AdjustDylibSegments.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = AdjustDylibSegments.cpp; path = "dyld3/shared-cache/AdjustDylibSegments.cpp"; sourceTree = "<group>"; usesTabs = 0; };
766 F986920C1DC3EF6C00CBEDE6 /* DyldSharedCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DyldSharedCache.h; path = "dyld3/shared-cache/DyldSharedCache.h"; sourceTree = "<group>"; usesTabs = 0; };
767 F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = FileUtils.cpp; path = "dyld3/shared-cache/FileUtils.cpp"; sourceTree = "<group>"; usesTabs = 0; };
768 F986920E1DC3EF6C00CBEDE6 /* FileUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FileUtils.h; path = "dyld3/shared-cache/FileUtils.h"; sourceTree = "<group>"; usesTabs = 0; };
769 F986920F1DC3EF6C00CBEDE6 /* ObjC1Abstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ObjC1Abstraction.hpp; path = "dyld3/shared-cache/ObjC1Abstraction.hpp"; sourceTree = "<group>"; usesTabs = 0; };
770 F98692101DC3EF6C00CBEDE6 /* ObjC2Abstraction.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ObjC2Abstraction.hpp; path = "dyld3/shared-cache/ObjC2Abstraction.hpp"; sourceTree = "<group>"; usesTabs = 0; };
771 F98692111DC3EF6C00CBEDE6 /* OptimizerBranches.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OptimizerBranches.cpp; path = "dyld3/shared-cache/OptimizerBranches.cpp"; sourceTree = "<group>"; usesTabs = 0; };
772 F98692121DC3EF6C00CBEDE6 /* OptimizerLinkedit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OptimizerLinkedit.cpp; path = "dyld3/shared-cache/OptimizerLinkedit.cpp"; sourceTree = "<group>"; usesTabs = 0; };
773 F98692131DC3EF6C00CBEDE6 /* OptimizerObjC.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = OptimizerObjC.cpp; path = "dyld3/shared-cache/OptimizerObjC.cpp"; sourceTree = "<group>"; usesTabs = 0; };
774 F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = DyldSharedCache.cpp; path = "dyld3/shared-cache/DyldSharedCache.cpp"; sourceTree = "<group>"; usesTabs = 0; };
775 F98692151DC3EF6C00CBEDE6 /* update_dyld_shared_cache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = update_dyld_shared_cache.cpp; path = "dyld3/shared-cache/update_dyld_shared_cache.cpp"; sourceTree = "<group>"; usesTabs = 0; };
776 F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Diagnostics.cpp; path = dyld3/Diagnostics.cpp; sourceTree = "<group>"; usesTabs = 0; };
777 F986921C1DC3F86C00CBEDE6 /* CacheBuilder.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = CacheBuilder.cpp; path = "dyld3/shared-cache/CacheBuilder.cpp"; sourceTree = "<group>"; usesTabs = 0; };
778 F986921D1DC3F86C00CBEDE6 /* CacheBuilder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CacheBuilder.h; path = "dyld3/shared-cache/CacheBuilder.h"; sourceTree = "<group>"; usesTabs = 0; };
779 F986921E1DC3F86C00CBEDE6 /* dyld_cache_format.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dyld_cache_format.h; path = "dyld3/shared-cache/dyld_cache_format.h"; sourceTree = "<group>"; usesTabs = 0; };
780 F98692221DC4028B00CBEDE6 /* CodeSigningTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CodeSigningTypes.h; path = dyld3/CodeSigningTypes.h; sourceTree = "<group>"; usesTabs = 0; };
781 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>"; };
782 F98E37952332D048003706B4 /* update_dyld_shared_cache_root_mode */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = update_dyld_shared_cache_root_mode; sourceTree = BUILT_PRODUCTS_DIR; };
783 F99B8E620FEC11B400701838 /* dyld_shared_cache_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dyld_shared_cache_util.cpp; sourceTree = "<group>"; };
784 F99B8E670FEC121100701838 /* dyld_shared_cache_util */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyld_shared_cache_util; sourceTree = BUILT_PRODUCTS_DIR; };
785 F99DE0361AAE4F0400669496 /* libdyld_data_symbols.dirty */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = libdyld_data_symbols.dirty; path = src/libdyld_data_symbols.dirty; sourceTree = "<group>"; };
786 F99EE6AE06B48D4200BF1992 /* dlfcn.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dlfcn.h; path = include/dlfcn.h; sourceTree = "<group>"; };
787 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>"; };
788 F9A221E60F3A6D7C00D15F73 /* dyldLibSystemGlue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dyldLibSystemGlue.c; path = src/dyldLibSystemGlue.c; sourceTree = "<group>"; };
789 F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MachOLoaded.cpp; path = dyld3/MachOLoaded.cpp; sourceTree = "<group>"; };
790 F9A5E6161F5C967C0030C490 /* MachOLoaded.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MachOLoaded.h; path = dyld3/MachOLoaded.h; sourceTree = "<group>"; };
791 F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MachOAnalyzer.cpp; path = dyld3/MachOAnalyzer.cpp; sourceTree = "<group>"; };
792 F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = MachOFile.cpp; path = dyld3/MachOFile.cpp; sourceTree = "<group>"; };
793 F9A5E61A1F5F1BFA0030C490 /* MachOFile.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MachOFile.h; path = dyld3/MachOFile.h; sourceTree = "<group>"; };
794 F9A5E61B1F5F1BFB0030C490 /* MachOAnalyzer.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = MachOAnalyzer.h; path = dyld3/MachOAnalyzer.h; sourceTree = "<group>"; };
795 F9A6D6E2116F9DF20051CC16 /* threadLocalVariables.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = threadLocalVariables.c; path = src/threadLocalVariables.c; sourceTree = "<group>"; };
796 F9A6D70B116FBBD10051CC16 /* threadLocalHelpers.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = threadLocalHelpers.s; path = src/threadLocalHelpers.s; sourceTree = "<group>"; };
797 F9AB709D0BA75730002F6068 /* dyldLibSystemInterface.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyldLibSystemInterface.h; path = src/dyldLibSystemInterface.h; sourceTree = "<group>"; };
798 F9AC7E930B7BB67700FEB38B /* version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = version.c; sourceTree = BUILT_PRODUCTS_DIR; };
799 F9B01E3D0739ABDE00CF981B /* dyld.exp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.exports; name = dyld.exp; path = src/dyld.exp; sourceTree = SOURCE_ROOT; };
800 F9C15A451E19C2F50006E570 /* make_ios_dyld_cache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = make_ios_dyld_cache.cpp; path = "dyld3/shared-cache/make_ios_dyld_cache.cpp"; sourceTree = "<group>"; };
801 F9C15A491E1F7D960006E570 /* APIs_macOS.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = APIs_macOS.cpp; path = dyld3/APIs_macOS.cpp; sourceTree = "<group>"; };
802 F9C275581DA71A13007A5D8A /* Loading.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Loading.cpp; path = dyld3/Loading.cpp; sourceTree = "<group>"; usesTabs = 0; };
803 F9C275591DA71A13007A5D8A /* Loading.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Loading.h; path = dyld3/Loading.h; sourceTree = "<group>"; usesTabs = 0; };
804 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>"; usesTabs = 0; };
805 F9CE30781208F1B50098B590 /* dsc_extractor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dsc_extractor.cpp; sourceTree = "<group>"; };
806 F9CE30791208F1B50098B590 /* dsc_extractor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dsc_extractor.h; sourceTree = "<group>"; };
807 F9CF4C8121E59D060013ACDF /* libdyld_driverkit.exp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.exports; name = libdyld_driverkit.exp; path = src/libdyld_driverkit.exp; sourceTree = "<group>"; };
808 F9D1001214D8D0BA00099D91 /* dsc_extractor.bundle */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = dsc_extractor.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
809 F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.man; path = update_dyld_shared_cache.1; sourceTree = "<group>"; };
810 F9D49CCB1458B95200F86ADD /* start_glue.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; name = start_glue.s; path = src/start_glue.s; sourceTree = "<group>"; };
811 F9D862441DC9759C000A199A /* dyld_closure_util.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dyld_closure_util.cpp; path = "dyld3/shared-cache/dyld_closure_util.cpp"; sourceTree = "<group>"; usesTabs = 0; };
812 F9DFEA6B1F50DD16003BF8A7 /* Closure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Closure.h; path = dyld3/Closure.h; sourceTree = "<group>"; };
813 F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = Closure.cpp; path = dyld3/Closure.cpp; sourceTree = "<group>"; };
814 F9DFEA711F54BD83003BF8A7 /* ClosureWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ClosureWriter.h; path = dyld3/ClosureWriter.h; sourceTree = "<group>"; };
815 F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClosureWriter.cpp; path = dyld3/ClosureWriter.cpp; sourceTree = "<group>"; };
816 F9DFEA751F54FAAB003BF8A7 /* ClosureBuilder.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ClosureBuilder.h; path = dyld3/ClosureBuilder.h; sourceTree = "<group>"; };
817 F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = ClosureBuilder.cpp; path = dyld3/ClosureBuilder.cpp; sourceTree = "<group>"; };
818 F9DFEA7C1F588506003BF8A7 /* ClosurePrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ClosurePrinter.cpp; path = dyld3/ClosurePrinter.cpp; sourceTree = "<group>"; };
819 F9DFEA7E1F588558003BF8A7 /* ClosurePrinter.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = ClosurePrinter.h; path = dyld3/ClosurePrinter.h; sourceTree = "<group>"; };
820 F9E572000A66EF41007D9BE9 /* dlopen_preflight.3 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = dlopen_preflight.3; sourceTree = "<group>"; };
821 F9ED4C980630A76000DF4E74 /* dyld */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = dyld; sourceTree = BUILT_PRODUCTS_DIR; };
822 F9ED4C9F0630A76B00DF4E74 /* libdyld.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libdyld.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
823 F9ED4CC60630A7F100DF4E74 /* dyld_debugger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyld_debugger.cpp; path = src/dyld_debugger.cpp; sourceTree = SOURCE_ROOT; usesTabs = 0; };
824 F9ED4CC70630A7F100DF4E74 /* dyld2.cpp */ = {isa = PBXFileReference; fileEncoding = 30; indentWidth = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dyld2.cpp; path = src/dyld2.cpp; sourceTree = SOURCE_ROOT; usesTabs = 1; };
825 F9ED4CC80630A7F100DF4E74 /* dyld2.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld2.h; path = src/dyld2.h; sourceTree = SOURCE_ROOT; };
826 F9ED4CC90630A7F100DF4E74 /* dyldAPIs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldAPIs.cpp; path = src/dyldAPIs.cpp; sourceTree = SOURCE_ROOT; usesTabs = 1; };
827 F9ED4CCA0630A7F100DF4E74 /* dyldExceptions.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dyldExceptions.c; path = src/dyldExceptions.c; sourceTree = SOURCE_ROOT; };
828 F9ED4CCB0630A7F100DF4E74 /* dyldInitialization.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldInitialization.cpp; path = src/dyldInitialization.cpp; sourceTree = SOURCE_ROOT; };
829 F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldLock.cpp; path = src/dyldLock.cpp; sourceTree = SOURCE_ROOT; };
830 F9ED4CCD0630A7F100DF4E74 /* dyldLock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyldLock.h; path = src/dyldLock.h; sourceTree = SOURCE_ROOT; };
831 F9ED4CCE0630A7F100DF4E74 /* dyldNew.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = dyldNew.cpp; path = src/dyldNew.cpp; sourceTree = SOURCE_ROOT; };
832 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; };
833 F9ED4CD00630A7F100DF4E74 /* glue.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = glue.c; path = src/glue.c; sourceTree = SOURCE_ROOT; };
834 F9ED4CD10630A7F100DF4E74 /* ImageLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoader.cpp; path = src/ImageLoader.cpp; sourceTree = SOURCE_ROOT; usesTabs = 1; };
835 F9ED4CD20630A7F100DF4E74 /* ImageLoader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImageLoader.h; path = src/ImageLoader.h; sourceTree = SOURCE_ROOT; usesTabs = 1; };
836 F9ED4CD30630A7F100DF4E74 /* ImageLoaderMachO.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ImageLoaderMachO.cpp; path = src/ImageLoaderMachO.cpp; sourceTree = SOURCE_ROOT; usesTabs = 1; };
837 F9ED4CD40630A7F100DF4E74 /* ImageLoaderMachO.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ImageLoaderMachO.h; path = src/ImageLoaderMachO.h; sourceTree = SOURCE_ROOT; usesTabs = 1; };
838 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; };
839 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; };
840 F9ED4CEA0630A80600DF4E74 /* dyld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = dyld.h; path = "include/mach-o/dyld.h"; sourceTree = SOURCE_ROOT; };
841 F9EDC09E1F04767300B030F4 /* update_dyld_shared_cache_entitlements.plist */ = {isa = PBXFileReference; explicitFileType = text.plist.info; name = update_dyld_shared_cache_entitlements.plist; path = "dyld3/shared-cache/update_dyld_shared_cache_entitlements.plist"; sourceTree = "<group>"; };
842 F9F2A5590F7AEE9800B7C9EB /* libdsc.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libdsc.a; sourceTree = BUILT_PRODUCTS_DIR; };
843 F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dsc_iterator.cpp; sourceTree = "<group>"; };
844 F9F2A56F0F7AEEE300B7C9EB /* dsc_iterator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dsc_iterator.h; sourceTree = "<group>"; };
845 F9F6F4261C1FAF8000BD8FED /* testing */ = {isa = PBXFileReference; lastKnownFileType = folder; path = testing; sourceTree = "<group>"; };
846 F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = PathOverrides.cpp; path = dyld3/PathOverrides.cpp; sourceTree = "<group>"; };
847 F9F76FAF1E08CFF200828678 /* PathOverrides.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PathOverrides.h; path = dyld3/PathOverrides.h; sourceTree = "<group>"; };
848 /* End PBXFileReference section */
849
850 /* Begin PBXFrameworksBuildPhase section */
851 3703A11D1B38C1B300ADBA7F /* Frameworks */ = {
852 isa = PBXFrameworksBuildPhase;
853 buildActionMask = 2147483647;
854 files = (
855 376ABDB61C592CC0009F0011 /* Metabom.framework in Frameworks */,
856 378EE3B21BE88C4A001C99FB /* Bom.framework in Frameworks */,
857 );
858 runOnlyForDeploymentPostprocessing = 0;
859 };
860 377685FD1AC4B27D00026E6C /* Frameworks */ = {
861 isa = PBXFrameworksBuildPhase;
862 buildActionMask = 2147483647;
863 files = (
864 376ED1D81C46F2710051DD54 /* Metabom.framework in Frameworks */,
865 378EE3B11BE88C47001C99FB /* Bom.framework in Frameworks */,
866 );
867 runOnlyForDeploymentPostprocessing = 0;
868 };
869 37F597CA2061EB4200F9B6F9 /* Frameworks */ = {
870 isa = PBXFrameworksBuildPhase;
871 buildActionMask = 2147483647;
872 files = (
873 37F597D72061ED3200F9B6F9 /* libktrace.tbd in Frameworks */,
874 );
875 runOnlyForDeploymentPostprocessing = 0;
876 };
877 C187B9031FE063A40042D3B7 /* Frameworks */ = {
878 isa = PBXFrameworksBuildPhase;
879 buildActionMask = 2147483647;
880 files = (
881 );
882 runOnlyForDeploymentPostprocessing = 0;
883 };
884 F93937300A94FAF700070A07 /* Frameworks */ = {
885 isa = PBXFrameworksBuildPhase;
886 buildActionMask = 2147483647;
887 files = (
888 F94C22251E513CA90079E5DD /* CoreFoundation.framework in Frameworks */,
889 F92015701DDFEBAF00816A4A /* Bom.framework in Frameworks */,
890 );
891 runOnlyForDeploymentPostprocessing = 0;
892 };
893 F9556D3620C1F896004DF62A /* Frameworks */ = {
894 isa = PBXFrameworksBuildPhase;
895 buildActionMask = 2147483647;
896 files = (
897 );
898 runOnlyForDeploymentPostprocessing = 0;
899 };
900 F963543D1DCD74A400895049 /* Frameworks */ = {
901 isa = PBXFrameworksBuildPhase;
902 buildActionMask = 2147483647;
903 files = (
904 );
905 runOnlyForDeploymentPostprocessing = 0;
906 };
907 F97C61A41DBAD1A900A84CD7 /* Frameworks */ = {
908 isa = PBXFrameworksBuildPhase;
909 buildActionMask = 2147483647;
910 files = (
911 );
912 runOnlyForDeploymentPostprocessing = 0;
913 };
914 F97FF3531C23638F000ACDD2 /* Frameworks */ = {
915 isa = PBXFrameworksBuildPhase;
916 buildActionMask = 2147483647;
917 files = (
918 );
919 runOnlyForDeploymentPostprocessing = 0;
920 };
921 F98E378B2332D048003706B4 /* Frameworks */ = {
922 isa = PBXFrameworksBuildPhase;
923 buildActionMask = 2147483647;
924 files = (
925 F98E378C2332D048003706B4 /* CoreFoundation.framework in Frameworks */,
926 F98E378D2332D048003706B4 /* Bom.framework in Frameworks */,
927 );
928 runOnlyForDeploymentPostprocessing = 0;
929 };
930 F99B8E540FEC10F600701838 /* Frameworks */ = {
931 isa = PBXFrameworksBuildPhase;
932 buildActionMask = 2147483647;
933 files = (
934 );
935 runOnlyForDeploymentPostprocessing = 0;
936 };
937 F9D1001014D8D0BA00099D91 /* Frameworks */ = {
938 isa = PBXFrameworksBuildPhase;
939 buildActionMask = 2147483647;
940 files = (
941 );
942 runOnlyForDeploymentPostprocessing = 0;
943 };
944 F9F2A5570F7AEE9800B7C9EB /* Frameworks */ = {
945 isa = PBXFrameworksBuildPhase;
946 buildActionMask = 2147483647;
947 files = (
948 );
949 runOnlyForDeploymentPostprocessing = 0;
950 };
951 /* End PBXFrameworksBuildPhase section */
952
953 /* Begin PBXGroup section */
954 37918ABF2058908000F39A77 /* tracing */ = {
955 isa = PBXGroup;
956 children = (
957 37918AC0205890D700F39A77 /* dyld.plist */,
958 37918AC42058913800F39A77 /* dyld.codes */,
959 );
960 name = tracing;
961 path = doc/tracing;
962 sourceTree = SOURCE_ROOT;
963 };
964 DE728E4B210CD6A100EB5409 /* rst */ = {
965 isa = PBXGroup;
966 children = (
967 DE728E4C210CD6A100EB5409 /* index.rst */,
968 DE728E4D210CD6A100EB5409 /* _templates */,
969 DE728E4E210CD6A100EB5409 /* conf.py */,
970 DE728E4F210CD6A100EB5409 /* _static */,
971 DE728E50210CD6A100EB5409 /* _build */,
972 DE728E51210CD6A100EB5409 /* dyld_usage.rst */,
973 );
974 name = rst;
975 path = doc/rst;
976 sourceTree = "<group>";
977 };
978 DE728E4D210CD6A100EB5409 /* _templates */ = {
979 isa = PBXGroup;
980 children = (
981 );
982 path = _templates;
983 sourceTree = "<group>";
984 };
985 DE728E4F210CD6A100EB5409 /* _static */ = {
986 isa = PBXGroup;
987 children = (
988 );
989 path = _static;
990 sourceTree = "<group>";
991 };
992 DE728E50210CD6A100EB5409 /* _build */ = {
993 isa = PBXGroup;
994 children = (
995 );
996 path = _build;
997 sourceTree = "<group>";
998 };
999 EF799FE7070D27BB00F78484 /* man */ = {
1000 isa = PBXGroup;
1001 children = (
1002 EF799FE8070D27BB00F78484 /* man1 */,
1003 EF799FEA070D27BB00F78484 /* man3 */,
1004 );
1005 name = man;
1006 path = doc/man;
1007 sourceTree = SOURCE_ROOT;
1008 };
1009 EF799FE8070D27BB00F78484 /* man1 */ = {
1010 isa = PBXGroup;
1011 children = (
1012 DE728E52210CD6B700EB5409 /* dyld_usage.1 */,
1013 F94942B21E6796D40019AE08 /* closured.1 */,
1014 EF799FE9070D27BB00F78484 /* dyld.1 */,
1015 F97FF3631C237F5C000ACDD2 /* nocr.1 */,
1016 F9D238D90A9E19A0002B55C7 /* update_dyld_shared_cache.1 */,
1017 );
1018 name = man1;
1019 path = doc/man/man1;
1020 sourceTree = SOURCE_ROOT;
1021 };
1022 EF799FEA070D27BB00F78484 /* man3 */ = {
1023 isa = PBXGroup;
1024 children = (
1025 EF799FEB070D27BB00F78484 /* dladdr.3 */,
1026 EF799FEC070D27BB00F78484 /* dlclose.3 */,
1027 EF799FED070D27BB00F78484 /* dlerror.3 */,
1028 EF799FEE070D27BB00F78484 /* dlopen.3 */,
1029 EF799FEF070D27BB00F78484 /* dlsym.3 */,
1030 F9E572000A66EF41007D9BE9 /* dlopen_preflight.3 */,
1031 EF799FF0070D27BB00F78484 /* dyld.3 */,
1032 );
1033 name = man3;
1034 path = doc/man/man3;
1035 sourceTree = SOURCE_ROOT;
1036 };
1037 F91BFAC52166CED7007F10AB /* mach-o */ = {
1038 isa = PBXGroup;
1039 children = (
1040 F95090D01C5AB89A0031F81D /* dyld_process_info.h */,
1041 F98D274C0AA79D7400416316 /* dyld_images.h */,
1042 F918691408B16D2500E0F9DB /* dyld-interposing.h */,
1043 F9ED4CEA0630A80600DF4E74 /* dyld.h */,
1044 F9ED4CE90630A80600DF4E74 /* dyld_priv.h */,
1045 F91BFAC721684FCC007F10AB /* fixup-chains.h */,
1046 );
1047 name = "mach-o";
1048 sourceTree = "<group>";
1049 };
1050 F939373D0A94FC4700070A07 /* launch-cache */ = {
1051 isa = PBXGroup;
1052 children = (
1053 F939373E0A94FC4700070A07 /* Architectures.hpp */,
1054 F939373F0A94FC4700070A07 /* CacheFileAbstraction.hpp */,
1055 F93937400A94FC4700070A07 /* dyld_cache_format.h */,
1056 F93937410A94FC4700070A07 /* FileAbstraction.hpp */,
1057 F93937430A94FC4700070A07 /* MachOFileAbstraction.hpp */,
1058 F95C95160E994796007B7CB8 /* MachOTrie.hpp */,
1059 F9F2A56E0F7AEEE300B7C9EB /* dsc_iterator.cpp */,
1060 F9F2A56F0F7AEEE300B7C9EB /* dsc_iterator.h */,
1061 F9CE30781208F1B50098B590 /* dsc_extractor.cpp */,
1062 F9CE30791208F1B50098B590 /* dsc_extractor.h */,
1063 F99B8E620FEC11B400701838 /* dyld_shared_cache_util.cpp */,
1064 );
1065 path = "launch-cache";
1066 sourceTree = "<group>";
1067 };
1068 F94C22231E513CA90079E5DD /* Frameworks */ = {
1069 isa = PBXGroup;
1070 children = (
1071 37F597D62061ED3200F9B6F9 /* libktrace.tbd */,
1072 37F7A5961BB363820039043A /* Bom.framework */,
1073 376ED1D71C46F2710051DD54 /* Metabom.framework */,
1074 F94C22241E513CA90079E5DD /* CoreFoundation.framework */,
1075 );
1076 name = Frameworks;
1077 sourceTree = "<group>";
1078 };
1079 F96D19A41D9363B7007AF3CE /* dyld3 */ = {
1080 isa = PBXGroup;
1081 children = (
1082 F98692161DC3EF7700CBEDE6 /* shared-cache */,
1083 F96D19A71D9363D6007AF3CE /* AllImages.h */,
1084 F96D19A61D9363D6007AF3CE /* AllImages.cpp */,
1085 F96D19C11D95C6D6007AF3CE /* APIs.h */,
1086 F96D19A51D9363D6007AF3CE /* APIs.cpp */,
1087 F9C15A491E1F7D960006E570 /* APIs_macOS.cpp */,
1088 F92756871F7098FB000820EE /* Array.h */,
1089 373C58F0219CE478003442D5 /* BootArgs.h */,
1090 373C58EF219CE478003442D5 /* BootArgs.cpp */,
1091 F98692221DC4028B00CBEDE6 /* CodeSigningTypes.h */,
1092 F9DFEA6B1F50DD16003BF8A7 /* Closure.h */,
1093 F9DFEA6F1F50FDE5003BF8A7 /* Closure.cpp */,
1094 F9DFEA751F54FAAB003BF8A7 /* ClosureBuilder.h */,
1095 F9DFEA771F54FACF003BF8A7 /* ClosureBuilder.cpp */,
1096 C1D268321FE09843009F115B /* ClosureFileSystem.h */,
1097 C1F003D1213F3CCF002D9DC9 /* ClosureFileSystemNull.h */,
1098 C1F003CB213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp */,
1099 C1D268331FE0A21F009F115B /* ClosureFileSystemPhysical.h */,
1100 C1D268341FE0A52D009F115B /* ClosureFileSystemPhysical.cpp */,
1101 F9DFEA7E1F588558003BF8A7 /* ClosurePrinter.h */,
1102 F9DFEA7C1F588506003BF8A7 /* ClosurePrinter.cpp */,
1103 F9DFEA711F54BD83003BF8A7 /* ClosureWriter.h */,
1104 F9DFEA731F54DB25003BF8A7 /* ClosureWriter.cpp */,
1105 F986921B1DC3F07C00CBEDE6 /* Diagnostics.cpp */,
1106 F98692001DC3EF4800CBEDE6 /* Diagnostics.h */,
1107 C18A75F7209A19E200DC01BB /* JSON.h */,
1108 C18A75F6209A18AC00DC01BB /* JSONReader.h */,
1109 C18A75F8209A1AF600DC01BB /* JSONReader.mm */,
1110 C18A75F5209940A500DC01BB /* JSONWriter.h */,
1111 F97C619D1D96C5BE00A84CD7 /* libdyldEntryVector.h */,
1112 F97C619E1D98292700A84CD7 /* libdyldEntryVector.cpp */,
1113 F9C275581DA71A13007A5D8A /* Loading.cpp */,
1114 F9C275591DA71A13007A5D8A /* Loading.h */,
1115 F97C61A01D9CA6B800A84CD7 /* Logging.cpp */,
1116 F97C61A11D9CA6B800A84CD7 /* Logging.h */,
1117 F9A5E6191F5F1BFA0030C490 /* MachOFile.cpp */,
1118 F9A5E61A1F5F1BFA0030C490 /* MachOFile.h */,
1119 F9A5E6151F5C967C0030C490 /* MachOLoaded.cpp */,
1120 F9A5E6161F5C967C0030C490 /* MachOLoaded.h */,
1121 F9A5E6181F5F1BFA0030C490 /* MachOAnalyzer.cpp */,
1122 F9A5E61B1F5F1BFB0030C490 /* MachOAnalyzer.h */,
1123 C18F095221925E7600034B68 /* Map.h */,
1124 F9F76FAE1E08CFF200828678 /* PathOverrides.cpp */,
1125 F9F76FAF1E08CFF200828678 /* PathOverrides.h */,
1126 F977DDC91E53BEA700609230 /* SharedCacheRuntime.cpp */,
1127 F977DDCA1E53BEA700609230 /* SharedCacheRuntime.h */,
1128 C19D50142087E4BC00563DAF /* SupportedArchs.h */,
1129 37D7DAFE1E96F0ED00D52CEA /* Tracing.cpp */,
1130 37D7DAFF1E96F0ED00D52CEA /* Tracing.h */,
1131 );
1132 name = dyld3;
1133 sourceTree = "<group>";
1134 };
1135 F971DD121A4A0E0700BBDD52 /* configs */ = {
1136 isa = PBXGroup;
1137 children = (
1138 F971DD131A4A0E0700BBDD52 /* base.xcconfig */,
1139 F971DD141A4A0E0700BBDD52 /* dyld.xcconfig */,
1140 F971DD151A4A0E0700BBDD52 /* libdyld.xcconfig */,
1141 F971DD161A4A0E0700BBDD52 /* update_dyld_shared_cache.xcconfig */,
1142 F94182DE1E60FFDC00D8EF25 /* update_dyld_sim_shared_cache.xcconfig */,
1143 );
1144 path = configs;
1145 sourceTree = SOURCE_ROOT;
1146 };
1147 F98692161DC3EF7700CBEDE6 /* shared-cache */ = {
1148 isa = PBXGroup;
1149 children = (
1150 37908A2A1E3A85A4009613FA /* FileAbstraction.hpp */,
1151 37908A2B1E3A85A4009613FA /* MachOFileAbstraction.hpp */,
1152 F986921E1DC3F86C00CBEDE6 /* dyld_cache_format.h */,
1153 F98692091DC3EF6C00CBEDE6 /* AdjustDylibSegments.cpp */,
1154 37C5C2FC1E5CD154006B32C9 /* BuilderUtils.h */,
1155 37C5C2FB1E5CD154006B32C9 /* BuilderUtils.mm */,
1156 F986921D1DC3F86C00CBEDE6 /* CacheBuilder.h */,
1157 F986921C1DC3F86C00CBEDE6 /* CacheBuilder.cpp */,
1158 F986920C1DC3EF6C00CBEDE6 /* DyldSharedCache.h */,
1159 F98692141DC3EF6C00CBEDE6 /* DyldSharedCache.cpp */,
1160 F986920E1DC3EF6C00CBEDE6 /* FileUtils.h */,
1161 F986920D1DC3EF6C00CBEDE6 /* FileUtils.cpp */,
1162 37908A2C1E3A85A4009613FA /* Manifest.h */,
1163 37908A281E3A853E009613FA /* Manifest.mm */,
1164 F986920F1DC3EF6C00CBEDE6 /* ObjC1Abstraction.hpp */,
1165 F98692101DC3EF6C00CBEDE6 /* ObjC2Abstraction.hpp */,
1166 F98692111DC3EF6C00CBEDE6 /* OptimizerBranches.cpp */,
1167 F98692121DC3EF6C00CBEDE6 /* OptimizerLinkedit.cpp */,
1168 F98692131DC3EF6C00CBEDE6 /* OptimizerObjC.cpp */,
1169 F902031F1DEE83C000AC3F76 /* StringUtils.h */,
1170 37908A2D1E3A85A4009613FA /* Trie.hpp */,
1171 F9D862441DC9759C000A199A /* dyld_closure_util.cpp */,
1172 37908A271E3A853E009613FA /* dyld_shared_cache_builder.mm */,
1173 37908A291E3A853E009613FA /* multi_dyld_shared_cache_builder.mm */,
1174 F9C15A451E19C2F50006E570 /* make_ios_dyld_cache.cpp */,
1175 F963542E1DCD736000895049 /* update_dyld_sim_shared_cache.cpp */,
1176 F98692151DC3EF6C00CBEDE6 /* update_dyld_shared_cache.cpp */,
1177 F9EDC09E1F04767300B030F4 /* update_dyld_shared_cache_entitlements.plist */,
1178 C1D2682E1FE08918009F115B /* mrm_shared_cache_builder.cpp */,
1179 C1D2682F1FE08918009F115B /* mrm_shared_cache_builder.h */,
1180 F9556D4120C20C79004DF62A /* dyldinfo.cpp */,
1181 );
1182 name = "shared-cache";
1183 sourceTree = "<group>";
1184 };
1185 F9ED4C870630A72200DF4E74 = {
1186 isa = PBXGroup;
1187 children = (
1188 F9F6F4261C1FAF8000BD8FED /* testing */,
1189 F971DD121A4A0E0700BBDD52 /* configs */,
1190 F9ED4CBB0630A7AA00DF4E74 /* src */,
1191 F9ED4CC30630A7BE00DF4E74 /* doc */,
1192 F9ED4CBE0630A7B100DF4E74 /* include */,
1193 F9ED4C990630A76000DF4E74 /* Products */,
1194 F96D19A41D9363B7007AF3CE /* dyld3 */,
1195 F939373D0A94FC4700070A07 /* launch-cache */,
1196 F94C22231E513CA90079E5DD /* Frameworks */,
1197 );
1198 indentWidth = 4;
1199 sourceTree = "<group>";
1200 tabWidth = 4;
1201 usesTabs = 0;
1202 };
1203 F9ED4C990630A76000DF4E74 /* Products */ = {
1204 isa = PBXGroup;
1205 children = (
1206 F9ED4C980630A76000DF4E74 /* dyld */,
1207 F9ED4C9F0630A76B00DF4E74 /* libdyld.dylib */,
1208 F93937320A94FAF700070A07 /* update_dyld_shared_cache */,
1209 F9F2A5590F7AEE9800B7C9EB /* libdsc.a */,
1210 F99B8E670FEC121100701838 /* dyld_shared_cache_util */,
1211 F9D1001214D8D0BA00099D91 /* dsc_extractor.bundle */,
1212 377686021AC4B27D00026E6C /* multi_dyld_shared_cache_builder */,
1213 3703A1241B38C1B300ADBA7F /* dyld_shared_cache_builder */,
1214 F97FF3561C23638F000ACDD2 /* nocr */,
1215 F97C61A71DBAD1A900A84CD7 /* dyld_closure_util */,
1216 F96354451DCD74A400895049 /* update_dyld_sim_shared_cache */,
1217 C187B90A1FE063A40042D3B7 /* slc_builder.dylib */,
1218 37F597CD2061EB4200F9B6F9 /* dyld_usage */,
1219 F92C7E1421E59840000D12B5 /* libdyld.dylib */,
1220 F9556D3920C1F896004DF62A /* dyldinfo */,
1221 F98E37952332D048003706B4 /* update_dyld_shared_cache_root_mode */,
1222 );
1223 name = Products;
1224 sourceTree = "<group>";
1225 };
1226 F9ED4CBB0630A7AA00DF4E74 /* src */ = {
1227 isa = PBXGroup;
1228 children = (
1229 F93F46511FA420630060D9F9 /* execserver.defs */,
1230 F97FF35F1C236402000ACDD2 /* nocr.c */,
1231 37F597D42061ECFF00F9B6F9 /* dyld_usage.cpp */,
1232 F9ED4CC60630A7F100DF4E74 /* dyld_debugger.cpp */,
1233 F9ED4CC70630A7F100DF4E74 /* dyld2.cpp */,
1234 F9ED4CC80630A7F100DF4E74 /* dyld2.h */,
1235 F9ED4CC90630A7F100DF4E74 /* dyldAPIs.cpp */,
1236 F9ED4CCA0630A7F100DF4E74 /* dyldExceptions.c */,
1237 F9AB709D0BA75730002F6068 /* dyldLibSystemInterface.h */,
1238 F913FAD90630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp */,
1239 F9ED4CCB0630A7F100DF4E74 /* dyldInitialization.cpp */,
1240 F9ED4CCC0630A7F100DF4E74 /* dyldLock.cpp */,
1241 F9ED4CCD0630A7F100DF4E74 /* dyldLock.h */,
1242 F9ED4CCE0630A7F100DF4E74 /* dyldNew.cpp */,
1243 F9ED4CCF0630A7F100DF4E74 /* dyldStartup.s */,
1244 F9D49CCB1458B95200F86ADD /* start_glue.s */,
1245 F99EFC0D0EAD60E8001032B8 /* dyld_stub_binder.s */,
1246 F9ED4CD00630A7F100DF4E74 /* glue.c */,
1247 F981BB8B170FC24400A686D6 /* dyldSyscallInterface.h */,
1248 F9ED4CD10630A7F100DF4E74 /* ImageLoader.cpp */,
1249 F9ED4CD20630A7F100DF4E74 /* ImageLoader.h */,
1250 F9ED4CD30630A7F100DF4E74 /* ImageLoaderMachO.cpp */,
1251 F9ED4CD40630A7F100DF4E74 /* ImageLoaderMachO.h */,
1252 F94DB9000F0A9B1700323715 /* ImageLoaderMachOClassic.cpp */,
1253 F94DB9010F0A9B1700323715 /* ImageLoaderMachOClassic.h */,
1254 F94DB9020F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp */,
1255 F94DB9030F0A9B1700323715 /* ImageLoaderMachOCompressed.h */,
1256 F9280B7A1AB9DCA000B18AEC /* ImageLoaderMegaDylib.h */,
1257 F9280B791AB9DCA000B18AEC /* ImageLoaderMegaDylib.cpp */,
1258 F99DE0361AAE4F0400669496 /* libdyld_data_symbols.dirty */,
1259 F9ED4CD50630A7F100DF4E74 /* stub_binding_helper.s */,
1260 F9B01E3D0739ABDE00CF981B /* dyld.exp */,
1261 F9CF4C8121E59D060013ACDF /* libdyld_driverkit.exp */,
1262 F976F548127B90F8004BA2A5 /* dyld.order */,
1263 F9AC7E930B7BB67700FEB38B /* version.c */,
1264 F9A221E60F3A6D7C00D15F73 /* dyldLibSystemGlue.c */,
1265 F9A6D6E2116F9DF20051CC16 /* threadLocalVariables.c */,
1266 F9A6D70B116FBBD10051CC16 /* threadLocalHelpers.s */,
1267 F958D4751C7FCD4A00A0B199 /* dyld_process_info_internal.h */,
1268 F958D4761C7FCD4A00A0B199 /* dyld_process_info_notify.cpp */,
1269 F95090E41C5AD1B30031F81D /* dyld_process_info.cpp */,
1270 );
1271 name = src;
1272 sourceTree = "<group>";
1273 };
1274 F9ED4CBE0630A7B100DF4E74 /* include */ = {
1275 isa = PBXGroup;
1276 children = (
1277 F96D19711D7F63EE007AF3CE /* expand.rb */,
1278 F91BFAC52166CED7007F10AB /* mach-o */,
1279 F99EE6AE06B48D4200BF1992 /* dlfcn.h */,
1280 F9C69EFD14EC8ABF009CAE2E /* objc-shared-cache.h */,
1281 );
1282 name = include;
1283 sourceTree = "<group>";
1284 };
1285 F9ED4CC30630A7BE00DF4E74 /* doc */ = {
1286 isa = PBXGroup;
1287 children = (
1288 EF799FE7070D27BB00F78484 /* man */,
1289 DE728E4B210CD6A100EB5409 /* rst */,
1290 37918ABF2058908000F39A77 /* tracing */,
1291 );
1292 name = doc;
1293 sourceTree = SOURCE_ROOT;
1294 };
1295 /* End PBXGroup section */
1296
1297 /* Begin PBXHeadersBuildPhase section */
1298 F92C7E0221E59840000D12B5 /* Headers */ = {
1299 isa = PBXHeadersBuildPhase;
1300 buildActionMask = 2147483647;
1301 files = (
1302 );
1303 runOnlyForDeploymentPostprocessing = 0;
1304 };
1305 F98F1FBB1E4029CA00EF868D /* Headers */ = {
1306 isa = PBXHeadersBuildPhase;
1307 buildActionMask = 2147483647;
1308 files = (
1309 F9DFEA6C1F50DD16003BF8A7 /* Closure.h in Headers */,
1310 F91BFAC821684FCC007F10AB /* fixup-chains.h in Headers */,
1311 F99006DD1E411BA70013456D /* dyld_images.h in Headers */,
1312 F99006DE1E411BBC0013456D /* dyld.h in Headers */,
1313 F9DFEA761F54FAAB003BF8A7 /* ClosureBuilder.h in Headers */,
1314 F960A78A1E40569400840176 /* dyld-interposing.h in Headers */,
1315 F9DFEA721F54BD83003BF8A7 /* ClosureWriter.h in Headers */,
1316 F98F1FBF1E4031F800EF868D /* dyld_process_info.h in Headers */,
1317 F960A78B1E405DE300840176 /* dyld_cache_format.h in Headers */,
1318 );
1319 runOnlyForDeploymentPostprocessing = 0;
1320 };
1321 /* End PBXHeadersBuildPhase section */
1322
1323 /* Begin PBXNativeTarget section */
1324 3703A1111B38C1B300ADBA7F /* dyld_shared_cache_builder */ = {
1325 isa = PBXNativeTarget;
1326 buildConfigurationList = 3703A1211B38C1B300ADBA7F /* Build configuration list for PBXNativeTarget "dyld_shared_cache_builder" */;
1327 buildPhases = (
1328 3703A1121B38C1B300ADBA7F /* make dyld_cache_config.h */,
1329 3703A1131B38C1B300ADBA7F /* Sources */,
1330 3703A11D1B38C1B300ADBA7F /* Frameworks */,
1331 3703A1201B38C1B300ADBA7F /* CopyFiles */,
1332 );
1333 buildRules = (
1334 );
1335 dependencies = (
1336 );
1337 name = dyld_shared_cache_builder;
1338 productName = update_os_interlinked_dylib;
1339 productReference = 3703A1241B38C1B300ADBA7F /* dyld_shared_cache_builder */;
1340 productType = "com.apple.product-type.tool";
1341 };
1342 377685F21AC4B27D00026E6C /* multi_dyld_shared_cache_builder */ = {
1343 isa = PBXNativeTarget;
1344 buildConfigurationList = 377685FF1AC4B27D00026E6C /* Build configuration list for PBXNativeTarget "multi_dyld_shared_cache_builder" */;
1345 buildPhases = (
1346 377685F31AC4B27D00026E6C /* make dyld_cache_config.h */,
1347 377685F41AC4B27D00026E6C /* Sources */,
1348 377685FD1AC4B27D00026E6C /* Frameworks */,
1349 377685FE1AC4B27D00026E6C /* CopyFiles */,
1350 );
1351 buildRules = (
1352 );
1353 dependencies = (
1354 );
1355 name = multi_dyld_shared_cache_builder;
1356 productName = update_os_interlinked_dylib;
1357 productReference = 377686021AC4B27D00026E6C /* multi_dyld_shared_cache_builder */;
1358 productType = "com.apple.product-type.tool";
1359 };
1360 37F597CC2061EB4200F9B6F9 /* dyld_usage */ = {
1361 isa = PBXNativeTarget;
1362 buildConfigurationList = 37F597D32061EB4200F9B6F9 /* Build configuration list for PBXNativeTarget "dyld_usage" */;
1363 buildPhases = (
1364 37F597C92061EB4200F9B6F9 /* Sources */,
1365 37F597CA2061EB4200F9B6F9 /* Frameworks */,
1366 37F597CB2061EB4200F9B6F9 /* Install man page */,
1367 );
1368 buildRules = (
1369 );
1370 dependencies = (
1371 );
1372 name = dyld_usage;
1373 productName = dyld_usage;
1374 productReference = 37F597CD2061EB4200F9B6F9 /* dyld_usage */;
1375 productType = "com.apple.product-type.tool";
1376 };
1377 C187B8FF1FE063A40042D3B7 /* libslc_builder.dylib */ = {
1378 isa = PBXNativeTarget;
1379 buildConfigurationList = C187B9071FE063A40042D3B7 /* Build configuration list for PBXNativeTarget "libslc_builder.dylib" */;
1380 buildPhases = (
1381 C1225E3E21FA84BF0079CF9C /* create dyld_cache_config.h */,
1382 C187B9001FE063A40042D3B7 /* Sources */,
1383 C187B9031FE063A40042D3B7 /* Frameworks */,
1384 C187B9041FE063A40042D3B7 /* usr|local|include|mach-o */,
1385 );
1386 buildRules = (
1387 );
1388 dependencies = (
1389 );
1390 name = libslc_builder.dylib;
1391 productName = dsc;
1392 productReference = C187B90A1FE063A40042D3B7 /* slc_builder.dylib */;
1393 productType = "com.apple.product-type.library.dynamic";
1394 };
1395 F92C7DE521E59840000D12B5 /* libdyld_driverkit */ = {
1396 isa = PBXNativeTarget;
1397 buildConfigurationList = F92C7E1121E59840000D12B5 /* Build configuration list for PBXNativeTarget "libdyld_driverkit" */;
1398 buildPhases = (
1399 F92C7DE621E59840000D12B5 /* Sources */,
1400 F92C7E0221E59840000D12B5 /* Headers */,
1401 F951DA862228E5560057BA43 /* install headers */,
1402 );
1403 buildRules = (
1404 F92C7E0F21E59840000D12B5 /* PBXBuildRule */,
1405 F92C7E1021E59840000D12B5 /* PBXBuildRule */,
1406 );
1407 dependencies = (
1408 );
1409 name = libdyld_driverkit;
1410 productName = libdyld;
1411 productReference = F92C7E1421E59840000D12B5 /* libdyld.dylib */;
1412 productType = "com.apple.product-type.library.dynamic";
1413 };
1414 F93937310A94FAF700070A07 /* update_dyld_shared_cache_tool */ = {
1415 isa = PBXNativeTarget;
1416 buildConfigurationList = F93937340A94FB2900070A07 /* Build configuration list for PBXNativeTarget "update_dyld_shared_cache_tool" */;
1417 buildPhases = (
1418 F91083C91702592700831889 /* create dyld_cache_config.h */,
1419 F939372F0A94FAF700070A07 /* Sources */,
1420 F93937300A94FAF700070A07 /* Frameworks */,
1421 F9D238DD0A9E2FEE002B55C7 /* usr|share|man|man1 */,
1422 F991E3030FF1A4EC0082CCC9 /* do not install duplicates */,
1423 F981C8C21F058F8200452F35 /* mkdir /var/db/dyld */,
1424 );
1425 buildRules = (
1426 );
1427 dependencies = (
1428 );
1429 name = update_dyld_shared_cache_tool;
1430 productName = update_dyld_shared_cache;
1431 productReference = F93937320A94FAF700070A07 /* update_dyld_shared_cache */;
1432 productType = "com.apple.product-type.tool";
1433 };
1434 F9556D3820C1F896004DF62A /* dyldinfo */ = {
1435 isa = PBXNativeTarget;
1436 buildConfigurationList = F9556D3F20C1F896004DF62A /* Build configuration list for PBXNativeTarget "dyldinfo" */;
1437 buildPhases = (
1438 F9556D3520C1F896004DF62A /* Sources */,
1439 F9556D3620C1F896004DF62A /* Frameworks */,
1440 F9556D3720C1F896004DF62A /* CopyFiles */,
1441 );
1442 buildRules = (
1443 );
1444 dependencies = (
1445 );
1446 name = dyldinfo;
1447 productName = dyldinfo;
1448 productReference = F9556D3920C1F896004DF62A /* dyldinfo */;
1449 productType = "com.apple.product-type.tool";
1450 };
1451 F963542F1DCD74A400895049 /* update_dyld_sim_shared_cache */ = {
1452 isa = PBXNativeTarget;
1453 buildConfigurationList = F96354421DCD74A400895049 /* Build configuration list for PBXNativeTarget "update_dyld_sim_shared_cache" */;
1454 buildPhases = (
1455 F96354301DCD74A400895049 /* create dyld_cache_config.h */,
1456 F96354311DCD74A400895049 /* Sources */,
1457 F963543D1DCD74A400895049 /* Frameworks */,
1458 );
1459 buildRules = (
1460 );
1461 dependencies = (
1462 );
1463 name = update_dyld_sim_shared_cache;
1464 productName = update_dyld_shared_cache;
1465 productReference = F96354451DCD74A400895049 /* update_dyld_sim_shared_cache */;
1466 productType = "com.apple.product-type.tool";
1467 };
1468 F97C61A61DBAD1A900A84CD7 /* dyld_closure_util */ = {
1469 isa = PBXNativeTarget;
1470 buildConfigurationList = F97C61AB1DBAD1A900A84CD7 /* Build configuration list for PBXNativeTarget "dyld_closure_util" */;
1471 buildPhases = (
1472 F97C61A31DBAD1A900A84CD7 /* Sources */,
1473 F97C61A41DBAD1A900A84CD7 /* Frameworks */,
1474 F97C61A51DBAD1A900A84CD7 /* Copy Files */,
1475 );
1476 buildRules = (
1477 );
1478 dependencies = (
1479 );
1480 name = dyld_closure_util;
1481 productName = dyld_closure_util;
1482 productReference = F97C61A71DBAD1A900A84CD7 /* dyld_closure_util */;
1483 productType = "com.apple.product-type.tool";
1484 };
1485 F97FF3551C23638F000ACDD2 /* nocr */ = {
1486 isa = PBXNativeTarget;
1487 buildConfigurationList = F97FF35C1C23638F000ACDD2 /* Build configuration list for PBXNativeTarget "nocr" */;
1488 buildPhases = (
1489 F97FF3521C23638F000ACDD2 /* Sources */,
1490 F97FF3531C23638F000ACDD2 /* Frameworks */,
1491 F97FF3541C23638F000ACDD2 /* install man page */,
1492 );
1493 buildRules = (
1494 );
1495 dependencies = (
1496 );
1497 name = nocr;
1498 productName = nocr;
1499 productReference = F97FF3561C23638F000ACDD2 /* nocr */;
1500 productType = "com.apple.product-type.tool";
1501 };
1502 F98E37762332D048003706B4 /* update_dyld_shared_cache_root_mode_tool */ = {
1503 isa = PBXNativeTarget;
1504 buildConfigurationList = F98E37922332D048003706B4 /* Build configuration list for PBXNativeTarget "update_dyld_shared_cache_root_mode_tool" */;
1505 buildPhases = (
1506 F98E37772332D048003706B4 /* create dyld_cache_config.h */,
1507 F98E37782332D048003706B4 /* Sources */,
1508 F98E378B2332D048003706B4 /* Frameworks */,
1509 F98E378E2332D048003706B4 /* usr|share|man|man1 */,
1510 F98E37902332D048003706B4 /* do not install duplicates */,
1511 F98E37912332D048003706B4 /* mkdir /var/db/dyld */,
1512 );
1513 buildRules = (
1514 );
1515 dependencies = (
1516 );
1517 name = update_dyld_shared_cache_root_mode_tool;
1518 productName = update_dyld_shared_cache;
1519 productReference = F98E37952332D048003706B4 /* update_dyld_shared_cache_root_mode */;
1520 productType = "com.apple.product-type.tool";
1521 };
1522 F99B8E550FEC10F600701838 /* dyld_shared_cache_util */ = {
1523 isa = PBXNativeTarget;
1524 buildConfigurationList = F99B8E5D0FEC10F800701838 /* Build configuration list for PBXNativeTarget "dyld_shared_cache_util" */;
1525 buildPhases = (
1526 F99B8E530FEC10F600701838 /* Sources */,
1527 F99B8E540FEC10F600701838 /* Frameworks */,
1528 );
1529 buildRules = (
1530 );
1531 dependencies = (
1532 );
1533 name = dyld_shared_cache_util;
1534 productName = dscutil;
1535 productReference = F99B8E670FEC121100701838 /* dyld_shared_cache_util */;
1536 productType = "com.apple.product-type.tool";
1537 };
1538 F9D1001114D8D0BA00099D91 /* dsc_extractor */ = {
1539 isa = PBXNativeTarget;
1540 buildConfigurationList = F9D1001714D8D0F100099D91 /* Build configuration list for PBXNativeTarget "dsc_extractor" */;
1541 buildPhases = (
1542 F9D1000F14D8D0BA00099D91 /* Sources */,
1543 F9D1001014D8D0BA00099D91 /* Frameworks */,
1544 );
1545 buildRules = (
1546 );
1547 dependencies = (
1548 );
1549 name = dsc_extractor;
1550 productName = dsc_extractor;
1551 productReference = F9D1001214D8D0BA00099D91 /* dsc_extractor.bundle */;
1552 productType = "com.apple.product-type.library.dynamic";
1553 };
1554 F9ED4C970630A76000DF4E74 /* dyld */ = {
1555 isa = PBXNativeTarget;
1556 buildConfigurationList = F9D8C7DD087B087300E93EFB /* Build configuration list for PBXNativeTarget "dyld" */;
1557 buildPhases = (
1558 F9D050C811DD701A00FB0A29 /* configure archives */,
1559 F9ED4C950630A76000DF4E74 /* Sources */,
1560 F907E2490FA6469000BFEDBD /* install iPhone file */,
1561 F99B8EB60FEC236500701838 /* suppress macosx dyld_shared_cache_util */,
1562 371C117D208ADFC700FD9036 /* Suppress simulator dyld_usage */,
1563 );
1564 buildRules = (
1565 F921D318070376B0000D1056 /* PBXBuildRule */,
1566 F921D317070376A6000D1056 /* PBXBuildRule */,
1567 F921D3160703769A000D1056 /* PBXBuildRule */,
1568 );
1569 dependencies = (
1570 C1033EA822611306004407FB /* PBXTargetDependency */,
1571 F99B8EB20FEC220C00701838 /* PBXTargetDependency */,
1572 F96543A11E343601003C5540 /* PBXTargetDependency */,
1573 );
1574 name = dyld;
1575 productName = dyld;
1576 productReference = F9ED4C980630A76000DF4E74 /* dyld */;
1577 productType = "com.apple.product-type.tool";
1578 };
1579 F9ED4C9E0630A76B00DF4E74 /* libdyld.dylib */ = {
1580 isa = PBXNativeTarget;
1581 buildConfigurationList = F9D8C7E1087B087300E93EFB /* Build configuration list for PBXNativeTarget "libdyld.dylib" */;
1582 buildPhases = (
1583 F9ED4C9C0630A76B00DF4E74 /* Sources */,
1584 F959621018849DF20003E4D4 /* add dyld symlink */,
1585 F98F1FBB1E4029CA00EF868D /* Headers */,
1586 F960A78C1E405E2300840176 /* expand dyld_priv.h macros */,
1587 F99006DF1E411C500013456D /* install dlfcn.h */,
1588 37918AC32058912100F39A77 /* install ktrace codes file */,
1589 );
1590 buildRules = (
1591 F921D31E070376F1000D1056 /* PBXBuildRule */,
1592 F9574C4906C94DA700142BFA /* PBXBuildRule */,
1593 );
1594 dependencies = (
1595 );
1596 name = libdyld.dylib;
1597 productName = libdyld;
1598 productReference = F9ED4C9F0630A76B00DF4E74 /* libdyld.dylib */;
1599 productType = "com.apple.product-type.library.dynamic";
1600 };
1601 F9F2A5580F7AEE9800B7C9EB /* libdsc */ = {
1602 isa = PBXNativeTarget;
1603 buildConfigurationList = F9F2A56B0F7AEEB100B7C9EB /* Build configuration list for PBXNativeTarget "libdsc" */;
1604 buildPhases = (
1605 F9F2A5560F7AEE9800B7C9EB /* Sources */,
1606 F9F2A5570F7AEE9800B7C9EB /* Frameworks */,
1607 F98C78D10F7C00EA006257D2 /* usr|local|include|mach-o */,
1608 );
1609 buildRules = (
1610 );
1611 dependencies = (
1612 );
1613 name = libdsc;
1614 productName = dsc;
1615 productReference = F9F2A5590F7AEE9800B7C9EB /* libdsc.a */;
1616 productType = "com.apple.product-type.library.static";
1617 };
1618 /* End PBXNativeTarget section */
1619
1620 /* Begin PBXProject section */
1621 F9ED4C8B0630A72300DF4E74 /* Project object */ = {
1622 isa = PBXProject;
1623 attributes = {
1624 DefaultBuildSystemTypeForWorkspace = Latest;
1625 LastUpgradeCheck = 1000;
1626 TargetAttributes = {
1627 37A0AD0A1C15FFF500731E50 = {
1628 CreatedOnToolsVersion = 8.0;
1629 };
1630 37F597CC2061EB4200F9B6F9 = {
1631 CreatedOnToolsVersion = 10.0;
1632 ProvisioningStyle = Automatic;
1633 };
1634 F9556D3820C1F896004DF62A = {
1635 CreatedOnToolsVersion = 10.0;
1636 };
1637 F97C61A61DBAD1A900A84CD7 = {
1638 CreatedOnToolsVersion = 8.0;
1639 DevelopmentTeam = 59GAB85EFG;
1640 ProvisioningStyle = Automatic;
1641 };
1642 F97FF3551C23638F000ACDD2 = {
1643 CreatedOnToolsVersion = 8.0;
1644 };
1645 F9F6F4271C1FB0A700BD8FED = {
1646 CreatedOnToolsVersion = 8.0;
1647 };
1648 };
1649 };
1650 buildConfigurationList = F9D8C7E9087B087300E93EFB /* Build configuration list for PBXProject "dyld" */;
1651 compatibilityVersion = "Xcode 3.2";
1652 developmentRegion = English;
1653 hasScannedForEncodings = 1;
1654 knownRegions = (
1655 English,
1656 Japanese,
1657 French,
1658 German,
1659 );
1660 mainGroup = F9ED4C870630A72200DF4E74;
1661 productRefGroup = F9ED4C990630A76000DF4E74 /* Products */;
1662 projectDirPath = "";
1663 projectRoot = "";
1664 targets = (
1665 F9ED4C920630A73900DF4E74 /* all */,
1666 37A0AD0A1C15FFF500731E50 /* update_dyld_shared_cache */,
1667 F908134211D3ED0B00626CC1 /* libdyld */,
1668 F9ED4C970630A76000DF4E74 /* dyld */,
1669 F9ED4C9E0630A76B00DF4E74 /* libdyld.dylib */,
1670 F92C7DE521E59840000D12B5 /* libdyld_driverkit */,
1671 F93937310A94FAF700070A07 /* update_dyld_shared_cache_tool */,
1672 377685F21AC4B27D00026E6C /* multi_dyld_shared_cache_builder */,
1673 F98E37762332D048003706B4 /* update_dyld_shared_cache_root_mode_tool */,
1674 3703A1111B38C1B300ADBA7F /* dyld_shared_cache_builder */,
1675 F963542F1DCD74A400895049 /* update_dyld_sim_shared_cache */,
1676 F99B8E550FEC10F600701838 /* dyld_shared_cache_util */,
1677 F97C61A61DBAD1A900A84CD7 /* dyld_closure_util */,
1678 F9F2A5580F7AEE9800B7C9EB /* libdsc */,
1679 F9D1001114D8D0BA00099D91 /* dsc_extractor */,
1680 C187B8FF1FE063A40042D3B7 /* libslc_builder.dylib */,
1681 F9F6F4271C1FB0A700BD8FED /* dyld_tests */,
1682 F97FF3551C23638F000ACDD2 /* nocr */,
1683 37F597CC2061EB4200F9B6F9 /* dyld_usage */,
1684 F9556D3820C1F896004DF62A /* dyldinfo */,
1685 );
1686 };
1687 /* End PBXProject section */
1688
1689 /* Begin PBXShellScriptBuildPhase section */
1690 3703A1121B38C1B300ADBA7F /* make dyld_cache_config.h */ = {
1691 isa = PBXShellScriptBuildPhase;
1692 buildActionMask = 2147483647;
1693 files = (
1694 );
1695 inputPaths = (
1696 );
1697 name = "make dyld_cache_config.h";
1698 outputPaths = (
1699 "$(DERIVED_FILE_DIR)/dyld_cache_config.h",
1700 );
1701 runOnlyForDeploymentPostprocessing = 0;
1702 shellPath = /bin/bash;
1703 shellScript = "echo \"\" > ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\nif [ -z \"${ARM_SDK}\" ]; then\n # if iOS SDK not available, use MacOSX SDK\n ARM_SDK=`xcodebuild -sdk macosx.internal -version Path`\nfi\n\nSHARED_REGION_FILE=\"${ARM_SDK}/usr/include/mach/shared_region.h\"\n\n\nif [ -r \"${SHARED_REGION_FILE}\" ]; then\n echo -n \"#define ARM_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n grep SHARED_REGION_BASE_ARM64_32 \"${SHARED_REGION_FILE}\" > /dev/null 2>&1\n if [ \"$?\" -eq \"0\" ]; then\n echo -n \"#define ARM64_32_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_32_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n fi\nelse\n echo \"ERROR: File needed to configure update_dyld_shared_cache does not exist '${SHARED_REGION_FILE}'\"\n exit 1\nfi\n\nif [ -r \"${ARM_SDK}/AppleInternal/DirtyDataFiles/dirty-data-segments-order.txt\" ]; then\n mkdir -p \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\n cp \"${ARM_SDK}/AppleInternal/DirtyDataFiles/dirty-data-segments-order.txt\" \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\nfi\nif [ -r \"${ARM_SDK}/AppleInternal/OrderFiles/dylib-order.txt\" ]; then\n mkdir -p \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\n cp \"${ARM_SDK}/AppleInternal/OrderFiles/dylib-order.txt\" \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\nfi\n\n";
1704 showEnvVarsInLog = 0;
1705 };
1706 371C117D208ADFC700FD9036 /* Suppress simulator dyld_usage */ = {
1707 isa = PBXShellScriptBuildPhase;
1708 buildActionMask = 8;
1709 files = (
1710 );
1711 inputPaths = (
1712 );
1713 name = "Suppress simulator dyld_usage";
1714 outputPaths = (
1715 );
1716 runOnlyForDeploymentPostprocessing = 1;
1717 shellPath = /bin/sh;
1718 shellScript = "# dyld_usage requires libktrace which is not available in the simulator\n# The target builds a dummy app that we delete\nif [ \"${PRODUCT_NAME}\" != \"dyld_sim\" ]\nthen\nOBJROOT_USAGE=\"${TARGET_TEMP_DIR}/Objects_Usage\"\nxcodebuild install -target dyld_usage SDKROOT=\"${SDKROOT}\" MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} OBJROOT=\"${OBJROOT_USAGE}\" SRCROOT=\"${SRCROOT}\" DSTROOT=\"${DSTROOT}\" SYMROOT=\"${SYMROOT}\" RC_ProjectSourceVersion=\"${RC_ProjectSourceVersion}\"\nfi\n";
1719 showEnvVarsInLog = 0;
1720 };
1721 377685F31AC4B27D00026E6C /* make dyld_cache_config.h */ = {
1722 isa = PBXShellScriptBuildPhase;
1723 buildActionMask = 2147483647;
1724 files = (
1725 );
1726 inputPaths = (
1727 );
1728 name = "make dyld_cache_config.h";
1729 outputPaths = (
1730 "$(DERIVED_FILE_DIR)/dyld_cache_config.h",
1731 );
1732 runOnlyForDeploymentPostprocessing = 0;
1733 shellPath = /bin/bash;
1734 shellScript = "echo \"\" > ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\nif [ -z \"${ARM_SDK}\" ]; then\n # if iOS SDK not available, use MacOSX SDK\n ARM_SDK=`xcodebuild -sdk macosx.internal -version Path`\nfi\n\nSHARED_REGION_FILE=\"${ARM_SDK}/usr/include/mach/shared_region.h\"\n\n\nif [ -r \"${SHARED_REGION_FILE}\" ]; then\n echo -n \"#define ARM_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n grep SHARED_REGION_BASE_ARM64_32 \"${SHARED_REGION_FILE}\" > /dev/null 2>&1\n if [ \"$?\" -eq \"0\" ]; then\n echo -n \"#define ARM64_32_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_32_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n fi\nelse\n echo \"ERROR: File needed to configure update_dyld_shared_cache does not exist '${SHARED_REGION_FILE}'\"\n exit 1\nfi\n\nif [ -r \"${ARM_SDK}/AppleInternal/DirtyDataFiles/dirty-data-segments-order.txt\" ]; then\n mkdir -p \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\n cp \"${ARM_SDK}/AppleInternal/DirtyDataFiles/dirty-data-segments-order.txt\" \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\nfi\nif [ -r \"${ARM_SDK}/AppleInternal/OrderFiles/dylib-order.txt\" ]; then\n mkdir -p \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\n cp \"${ARM_SDK}/AppleInternal/OrderFiles/dylib-order.txt\" \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\nfi\n\n";
1735 showEnvVarsInLog = 0;
1736 };
1737 C1225E3E21FA84BF0079CF9C /* create dyld_cache_config.h */ = {
1738 isa = PBXShellScriptBuildPhase;
1739 buildActionMask = 2147483647;
1740 files = (
1741 );
1742 inputFileListPaths = (
1743 );
1744 inputPaths = (
1745 );
1746 name = "create dyld_cache_config.h";
1747 outputFileListPaths = (
1748 );
1749 outputPaths = (
1750 "$(DERIVED_FILE_DIR)/dyld_cache_config.h",
1751 );
1752 runOnlyForDeploymentPostprocessing = 0;
1753 shellPath = /bin/bash;
1754 shellScript = "echo \"\" > ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\nif [ -z \"${ARM_SDK}\" ]; then\n# if iOS SDK not available, use MacOSX SDK\nARM_SDK=`xcodebuild -sdk macosx.internal -version Path`\nfi\n\nSHARED_REGION_FILE=\"${ARM_SDK}/usr/include/mach/shared_region.h\"\n\n\nif [ -r \"${SHARED_REGION_FILE}\" ]; then\necho -n \"#define ARM_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\nawk '/define SHARED_REGION_BASE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\necho \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\necho -n \"#define ARM_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\nawk '/define SHARED_REGION_SIZE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\necho \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\necho -n \"#define ARM64_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\nawk '/define SHARED_REGION_BASE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\necho \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\necho -n \"#define ARM64_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\nawk '/define SHARED_REGION_SIZE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\necho \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\ngrep SHARED_REGION_BASE_ARM64_32 \"${SHARED_REGION_FILE}\" > /dev/null 2>&1\nif [ \"$?\" -eq \"0\" ]; then\necho -n \"#define ARM64_32_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\nawk '/define SHARED_REGION_BASE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\necho \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\necho -n \"#define ARM64_32_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\nawk '/define SHARED_REGION_SIZE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\necho \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\nfi\nelse\necho \"ERROR: File needed to configure update_dyld_shared_cache does not exist '${SHARED_REGION_FILE}'\"\nexit 1\nfi\n\nif [ -r \"${ARM_SDK}/AppleInternal/DirtyDataFiles/dirty-data-segments-order.txt\" ]; then\nmkdir -p \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\ncp \"${ARM_SDK}/AppleInternal/DirtyDataFiles/dirty-data-segments-order.txt\" \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\nfi\nif [ -r \"${ARM_SDK}/AppleInternal/OrderFiles/dylib-order.txt\" ]; then\nmkdir -p \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\ncp \"${ARM_SDK}/AppleInternal/OrderFiles/dylib-order.txt\" \"${DSTROOT}/${INSTALL_LOCATION}/usr/local/bin\"\nfi\n\n";
1755 showEnvVarsInLog = 0;
1756 };
1757 F907E2490FA6469000BFEDBD /* install iPhone file */ = {
1758 isa = PBXShellScriptBuildPhase;
1759 buildActionMask = 8;
1760 files = (
1761 );
1762 inputPaths = (
1763 );
1764 name = "install iPhone file";
1765 outputPaths = (
1766 );
1767 runOnlyForDeploymentPostprocessing = 1;
1768 shellPath = /bin/sh;
1769 shellScript = "if [ \"${RC_PURPLE}\" = \"YES\" ]\nthen\n mkdir -p ${DSTROOT}//System/Library/Caches/com.apple.dyld\n echo \"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";
1770 showEnvVarsInLog = 0;
1771 };
1772 F91083C91702592700831889 /* create dyld_cache_config.h */ = {
1773 isa = PBXShellScriptBuildPhase;
1774 buildActionMask = 2147483647;
1775 files = (
1776 );
1777 inputPaths = (
1778 );
1779 name = "create dyld_cache_config.h";
1780 outputPaths = (
1781 "$(DERIVED_FILE_DIR)/dyld_cache_config.h",
1782 );
1783 runOnlyForDeploymentPostprocessing = 0;
1784 shellPath = /bin/bash;
1785 shellScript = "echo \"\" > ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\nif [ -z \"${ARM_SDK}\" ]; then\n # if iOS SDK not available, use MacOSX SDK\n ARM_SDK=`xcodebuild -sdk macosx.internal -version Path`\nfi\n\nSHARED_REGION_FILE=\"${ARM_SDK}/usr/include/mach/shared_region.h\"\n\n\nif [ -r \"${SHARED_REGION_FILE}\" ]; then\n echo -n \"#define ARM_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n grep SHARED_REGION_BASE_ARM64_32 \"${SHARED_REGION_FILE}\" > /dev/null 2>&1\n if [ \"$?\" -eq \"0\" ]; then\n echo -n \"#define ARM64_32_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_32_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n fi\nelse\n echo \"ERROR: File needed to configure update_dyld_shared_cache does not exist '${SHARED_REGION_FILE}'\"\n exit 1\nfi\n\n";
1786 showEnvVarsInLog = 0;
1787 };
1788 F94182D61E60E74E00D8EF25 /* pre-platform builds */ = {
1789 isa = PBXShellScriptBuildPhase;
1790 buildActionMask = 8;
1791 files = (
1792 );
1793 inputPaths = (
1794 );
1795 name = "pre-platform builds";
1796 outputPaths = (
1797 );
1798 runOnlyForDeploymentPostprocessing = 1;
1799 shellPath = /bin/sh;
1800 shellScript = "\nif [ \"${RC_PURPLE}\" = \"YES\" ]\nthen\n OBJROOT_LOCAL=\"${TARGET_TEMP_DIR}/Objects_Local\"\n xcodebuild install -target dyld_shared_cache_builder SDKROOT=\"${SDKROOT}\" MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} OBJROOT=\"${OBJROOT_LOCAL}\" SRCROOT=\"${SRCROOT}\" DSTROOT=\"${DSTROOT}\" SYMROOT=\"${SYMROOT}\" RC_ProjectSourceVersion=\"${RC_ProjectSourceVersion}\"\n if [ \"${RC_BRIDGE}\" != \"YES\" ]\n then\n OBJROOT_SIM=\"${TARGET_TEMP_DIR}/Objects_Sim\"\n xcodebuild install -target update_dyld_sim_shared_cache SDKROOT=\"${SDKROOT}\" MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} OBJROOT=\"${OBJROOT_SIM}\" SRCROOT=\"${SRCROOT}\" DSTROOT=\"${DSTROOT}\" SYMROOT=\"${SYMROOT}\" RC_ProjectSourceVersion=\"${RC_ProjectSourceVersion}\"\n fi\nelse\n OBJROOT_MAC=\"${TARGET_TEMP_DIR}/Objects_Mac\"\n xcodebuild install -target update_dyld_shared_cache_tool SDKROOT=\"${SDKROOT}\" MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} OBJROOT=\"${OBJROOT_MAC}\" SRCROOT=\"${SRCROOT}\" DSTROOT=\"${DSTROOT}\" SYMROOT=\"${SYMROOT}\" RC_ProjectSourceVersion=\"${RC_ProjectSourceVersion}\"\n OBJROOT_MAC=\"${TARGET_TEMP_DIR}/Objects2_Mac\"\n xcodebuild install -target update_dyld_shared_cache_root_mode_tool SDKROOT=\"${SDKROOT}\" MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET} OBJROOT=\"${OBJROOT_MAC}\" SRCROOT=\"${SRCROOT}\" DSTROOT=\"${DSTROOT}\" SYMROOT=\"${SYMROOT}\" RC_ProjectSourceVersion=\"${RC_ProjectSourceVersion}\"\nfi\n";
1801 showEnvVarsInLog = 0;
1802 };
1803 F951DA862228E5560057BA43 /* install headers */ = {
1804 isa = PBXShellScriptBuildPhase;
1805 buildActionMask = 8;
1806 files = (
1807 );
1808 inputFileListPaths = (
1809 );
1810 inputPaths = (
1811 );
1812 name = "install headers";
1813 outputFileListPaths = (
1814 );
1815 outputPaths = (
1816 );
1817 runOnlyForDeploymentPostprocessing = 1;
1818 shellPath = /bin/sh;
1819 shellScript = "# dyld.h and dyld_priv.h are not for use by actual drivers, so they are both in the Runtime directory\nmkdir -p ${DSTROOT}/${PUBLIC_HEADERS_FOLDER_PATH}\n${SRCROOT}/bin/expand.rb < ${SRCROOT}/include/mach-o/dyld_priv.h > ${DSTROOT}/${PUBLIC_HEADERS_FOLDER_PATH}/dyld_priv.h\ncp ${SRCROOT}/include/mach-o/dyld.h ${DSTROOT}/${PUBLIC_HEADERS_FOLDER_PATH}/dyld.h\ncp ${SRCROOT}/include/dlfcn.h ${DSTROOT}/${PUBLIC_HEADERS_FOLDER_PATH}/dlfcn.h\n";
1820 showEnvVarsInLog = 0;
1821 };
1822 F959621018849DF20003E4D4 /* add dyld symlink */ = {
1823 isa = PBXShellScriptBuildPhase;
1824 buildActionMask = 8;
1825 files = (
1826 );
1827 inputPaths = (
1828 );
1829 name = "add dyld symlink";
1830 outputPaths = (
1831 );
1832 runOnlyForDeploymentPostprocessing = 1;
1833 shellPath = /bin/bash;
1834 shellScript = "if [[ \"${PLATFORM_NAME}\" == *simulator* ]]\nthen\n\tcd ${DSTROOT}\n mkdir -p usr/lib/system/\n\tcd ${DSTROOT}/${INSTALL_PATH}\n\tln -s libdyld.dylib libdyld_sim.dylib\nfi\n";
1835 showEnvVarsInLog = 0;
1836 };
1837 F960A78C1E405E2300840176 /* expand dyld_priv.h macros */ = {
1838 isa = PBXShellScriptBuildPhase;
1839 buildActionMask = 8;
1840 files = (
1841 );
1842 inputPaths = (
1843 "${SRCROOT}/include/mach-o/dyld_priv.h",
1844 );
1845 name = "expand dyld_priv.h macros";
1846 outputPaths = (
1847 "${DSTROOT}/usr/local/include/mach-o/dyld_priv.h",
1848 );
1849 runOnlyForDeploymentPostprocessing = 1;
1850 shellPath = /bin/sh;
1851 shellScript = "${SRCROOT}/bin/expand.rb < ${SRCROOT}/include/mach-o/dyld_priv.h > ${DSTROOT}/usr/local/include/mach-o/dyld_priv.h\n";
1852 showEnvVarsInLog = 0;
1853 };
1854 F96354301DCD74A400895049 /* create dyld_cache_config.h */ = {
1855 isa = PBXShellScriptBuildPhase;
1856 buildActionMask = 2147483647;
1857 files = (
1858 );
1859 inputPaths = (
1860 );
1861 name = "create dyld_cache_config.h";
1862 outputPaths = (
1863 "$(DERIVED_FILE_DIR)/dyld_cache_config.h",
1864 );
1865 runOnlyForDeploymentPostprocessing = 0;
1866 shellPath = /bin/bash;
1867 shellScript = "echo \"\" > ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\nif [ -z \"${ARM_SDK}\" ]; then\n # if iOS SDK not available, use MacOSX SDK\n ARM_SDK=`xcodebuild -sdk macosx.internal -version Path`\nfi\n\nSHARED_REGION_FILE=\"${ARM_SDK}/usr/include/mach/shared_region.h\"\n\n\nif [ -r \"${SHARED_REGION_FILE}\" ]; then\n echo -n \"#define ARM_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n grep SHARED_REGION_BASE_ARM64_32 \"${SHARED_REGION_FILE}\" > /dev/null 2>&1\n if [ \"$?\" -eq \"0\" ]; then\n echo -n \"#define ARM64_32_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_32_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n fi\nelse\n echo \"ERROR: File needed to configure update_dyld_shared_cache does not exist '${SHARED_REGION_FILE}'\"\n exit 1\nfi\n\n";
1868 showEnvVarsInLog = 0;
1869 };
1870 F981C8C21F058F8200452F35 /* mkdir /var/db/dyld */ = {
1871 isa = PBXShellScriptBuildPhase;
1872 buildActionMask = 8;
1873 files = (
1874 );
1875 inputPaths = (
1876 );
1877 name = "mkdir /var/db/dyld";
1878 outputPaths = (
1879 );
1880 runOnlyForDeploymentPostprocessing = 1;
1881 shellPath = /bin/sh;
1882 shellScript = "mkdir -p ${DSTROOT}/private/var/db/dyld";
1883 showEnvVarsInLog = 0;
1884 };
1885 F98E37772332D048003706B4 /* create dyld_cache_config.h */ = {
1886 isa = PBXShellScriptBuildPhase;
1887 buildActionMask = 2147483647;
1888 files = (
1889 );
1890 inputPaths = (
1891 );
1892 name = "create dyld_cache_config.h";
1893 outputPaths = (
1894 "$(DERIVED_FILE_DIR)/dyld_cache_config.h",
1895 );
1896 runOnlyForDeploymentPostprocessing = 0;
1897 shellPath = /bin/bash;
1898 shellScript = "echo \"\" > ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\nif [ -z \"${ARM_SDK}\" ]; then\n # if iOS SDK not available, use MacOSX SDK\n ARM_SDK=`xcodebuild -sdk macosx.internal -version Path`\nfi\n\nSHARED_REGION_FILE=\"${ARM_SDK}/usr/include/mach/shared_region.h\"\n\n\nif [ -r \"${SHARED_REGION_FILE}\" ]; then\n echo -n \"#define ARM_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64[ \\t]/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n grep SHARED_REGION_BASE_ARM64_32 \"${SHARED_REGION_FILE}\" > /dev/null 2>&1\n if [ \"$?\" -eq \"0\" ]; then\n echo -n \"#define ARM64_32_SHARED_REGION_START \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_BASE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n\n echo -n \"#define ARM64_32_SHARED_REGION_SIZE \" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n awk '/define SHARED_REGION_SIZE_ARM64_32/ { print $3;}' \"${SHARED_REGION_FILE}\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n echo \"\" >> ${DERIVED_FILE_DIR}/dyld_cache_config.h\n fi\nelse\n echo \"ERROR: File needed to configure update_dyld_shared_cache does not exist '${SHARED_REGION_FILE}'\"\n exit 1\nfi\n\n";
1899 showEnvVarsInLog = 0;
1900 };
1901 F98E37902332D048003706B4 /* do not install duplicates */ = {
1902 isa = PBXShellScriptBuildPhase;
1903 buildActionMask = 8;
1904 files = (
1905 );
1906 inputPaths = (
1907 );
1908 name = "do not install duplicates";
1909 outputPaths = (
1910 );
1911 runOnlyForDeploymentPostprocessing = 1;
1912 shellPath = /bin/sh;
1913 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 rm -rf ${DSTROOT}/usr/local/include\n rm -rf ${DSTROOT}/usr/local/lib\n rm -rf ${DSTROOT}/usr/lib\nfi\n";
1914 showEnvVarsInLog = 0;
1915 };
1916 F98E37912332D048003706B4 /* mkdir /var/db/dyld */ = {
1917 isa = PBXShellScriptBuildPhase;
1918 buildActionMask = 8;
1919 files = (
1920 );
1921 inputPaths = (
1922 );
1923 name = "mkdir /var/db/dyld";
1924 outputPaths = (
1925 );
1926 runOnlyForDeploymentPostprocessing = 1;
1927 shellPath = /bin/sh;
1928 shellScript = "mkdir -p ${DSTROOT}/private/var/db/dyld";
1929 showEnvVarsInLog = 0;
1930 };
1931 F99006DF1E411C500013456D /* install dlfcn.h */ = {
1932 isa = PBXShellScriptBuildPhase;
1933 buildActionMask = 8;
1934 files = (
1935 );
1936 inputPaths = (
1937 );
1938 name = "install dlfcn.h";
1939 outputPaths = (
1940 );
1941 runOnlyForDeploymentPostprocessing = 1;
1942 shellPath = /bin/sh;
1943 shellScript = "# xcode only lets you install public headers to one directory\ncp ${SRCROOT}/include/dlfcn.h ${DSTROOT}/usr/include/\n";
1944 showEnvVarsInLog = 0;
1945 };
1946 F991E3030FF1A4EC0082CCC9 /* do not install duplicates */ = {
1947 isa = PBXShellScriptBuildPhase;
1948 buildActionMask = 8;
1949 files = (
1950 );
1951 inputPaths = (
1952 );
1953 name = "do not install duplicates";
1954 outputPaths = (
1955 );
1956 runOnlyForDeploymentPostprocessing = 1;
1957 shellPath = /bin/sh;
1958 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 rm -rf ${DSTROOT}/usr/local/include\n rm -rf ${DSTROOT}/usr/local/lib\n rm -rf ${DSTROOT}/usr/lib\nfi\n";
1959 showEnvVarsInLog = 0;
1960 };
1961 F99B8EB60FEC236500701838 /* suppress macosx dyld_shared_cache_util */ = {
1962 isa = PBXShellScriptBuildPhase;
1963 buildActionMask = 8;
1964 files = (
1965 );
1966 inputPaths = (
1967 );
1968 name = "suppress macosx dyld_shared_cache_util";
1969 outputPaths = (
1970 );
1971 runOnlyForDeploymentPostprocessing = 1;
1972 shellPath = /bin/sh;
1973 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\nrm -rf ${DSTROOT}/usr/local/bin/dyld_shared_cache_util\nrm -rf ${DSTROOT}/usr/local/bin/dyld_closure_util\nfi\n";
1974 showEnvVarsInLog = 0;
1975 };
1976 F9D050C811DD701A00FB0A29 /* configure archives */ = {
1977 isa = PBXShellScriptBuildPhase;
1978 buildActionMask = 12;
1979 files = (
1980 );
1981 inputPaths = (
1982 );
1983 name = "configure archives";
1984 outputPaths = (
1985 "$(DERIVED_SOURCES_DIR)/archives.txt",
1986 );
1987 runOnlyForDeploymentPostprocessing = 0;
1988 shellPath = /bin/sh;
1989 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# link with crypto archive if it exists\nif [ -f ${SDKROOT}/usr/local/lib/libcorecrypto_static.a ]\nthen\n echo \\\"${SDKROOT}/usr/local/lib/libcorecrypto_static.a\\\" >> ${DERIVED_SOURCES_DIR}/archives.txt\nfi\n";
1990 showEnvVarsInLog = 0;
1991 };
1992 F9F6F42B1C1FB0AE00BD8FED /* build */ = {
1993 isa = PBXShellScriptBuildPhase;
1994 buildActionMask = 12;
1995 files = (
1996 );
1997 inputPaths = (
1998 );
1999 name = build;
2000 outputPaths = (
2001 );
2002 runOnlyForDeploymentPostprocessing = 0;
2003 shellPath = /bin/sh;
2004 shellScript = "${SRCROOT}/testing/build_tests.py && cp ${SRCROOT}/testing/run_all_dyld_tests.py ${DSTROOT}/AppleInternal/CoreOS/tests/dyld/\n";
2005 showEnvVarsInLog = 0;
2006 };
2007 /* End PBXShellScriptBuildPhase section */
2008
2009 /* Begin PBXSourcesBuildPhase section */
2010 3703A1131B38C1B300ADBA7F /* Sources */ = {
2011 isa = PBXSourcesBuildPhase;
2012 buildActionMask = 2147483647;
2013 files = (
2014 F93D734E1F8FF7C2007D9413 /* Closure.cpp in Sources */,
2015 F93D734F1F8FF7C2007D9413 /* ClosureWriter.cpp in Sources */,
2016 F93D73501F8FF7C2007D9413 /* ClosureBuilder.cpp in Sources */,
2017 F93D73511F8FF7C2007D9413 /* MachOFile.cpp in Sources */,
2018 C17984D61FE9E9160057D002 /* mrm_shared_cache_builder.cpp in Sources */,
2019 F93D73521F8FF7C2007D9413 /* MachOLoaded.cpp in Sources */,
2020 F93D73531F8FF7C2007D9413 /* MachOAnalyzer.cpp in Sources */,
2021 37554F421E3F169600407388 /* CacheBuilder.cpp in Sources */,
2022 C18A75F9209A1AF600DC01BB /* JSONReader.mm in Sources */,
2023 37554F481E3F16BA00407388 /* OptimizerBranches.cpp in Sources */,
2024 37554F441E3F16A900407388 /* OptimizerObjC.cpp in Sources */,
2025 37554F581E3F7B6500407388 /* PathOverrides.cpp in Sources */,
2026 37908A301E3ADD15009613FA /* Diagnostics.cpp in Sources */,
2027 37554F491E3F76E400407388 /* DyldSharedCache.cpp in Sources */,
2028 37C5C2FE1E5CD154006B32C9 /* BuilderUtils.mm in Sources */,
2029 37908A2F1E3A864E009613FA /* dyld_shared_cache_builder.mm in Sources */,
2030 37554F461E3F16B600407388 /* OptimizerLinkedit.cpp in Sources */,
2031 C1F003CE213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */,
2032 37908A321E3ED667009613FA /* FileUtils.cpp in Sources */,
2033 37908A2E1E3A8632009613FA /* Manifest.mm in Sources */,
2034 C1D268351FE0A77B009F115B /* ClosureFileSystemPhysical.cpp in Sources */,
2035 37554F4B1E3F76E900407388 /* AdjustDylibSegments.cpp in Sources */,
2036 );
2037 runOnlyForDeploymentPostprocessing = 0;
2038 };
2039 377685F41AC4B27D00026E6C /* Sources */ = {
2040 isa = PBXSourcesBuildPhase;
2041 buildActionMask = 2147483647;
2042 files = (
2043 F93D734B1F8FF79E007D9413 /* MachOFile.cpp in Sources */,
2044 F93D734C1F8FF79E007D9413 /* MachOLoaded.cpp in Sources */,
2045 F93D734D1F8FF79E007D9413 /* MachOAnalyzer.cpp in Sources */,
2046 C1F003CD213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */,
2047 37554F3F1E3F165100407388 /* Diagnostics.cpp in Sources */,
2048 37554F471E3F16B900407388 /* OptimizerBranches.cpp in Sources */,
2049 37554F451E3F16B500407388 /* OptimizerLinkedit.cpp in Sources */,
2050 37554F571E3F7B6400407388 /* PathOverrides.cpp in Sources */,
2051 37554F411E3F169500407388 /* CacheBuilder.cpp in Sources */,
2052 37554F431E3F16A800407388 /* OptimizerObjC.cpp in Sources */,
2053 37C5C2FD1E5CD154006B32C9 /* BuilderUtils.mm in Sources */,
2054 37554F3B1E3F0FD200407388 /* Manifest.mm in Sources */,
2055 37554F3C1E3F0FD200407388 /* DyldSharedCache.cpp in Sources */,
2056 37554F3D1E3F0FD200407388 /* FileUtils.cpp in Sources */,
2057 37554F3E1E3F0FD200407388 /* multi_dyld_shared_cache_builder.mm in Sources */,
2058 37554F4A1E3F76E800407388 /* AdjustDylibSegments.cpp in Sources */,
2059 F93D73481F8FF780007D9413 /* Closure.cpp in Sources */,
2060 F93D73491F8FF780007D9413 /* ClosureWriter.cpp in Sources */,
2061 F93D734A1F8FF780007D9413 /* ClosureBuilder.cpp in Sources */,
2062 C1D268401FE9B464009F115B /* ClosureFileSystemPhysical.cpp in Sources */,
2063 );
2064 runOnlyForDeploymentPostprocessing = 0;
2065 };
2066 37F597C92061EB4200F9B6F9 /* Sources */ = {
2067 isa = PBXSourcesBuildPhase;
2068 buildActionMask = 2147483647;
2069 files = (
2070 37F597D52061ED0B00F9B6F9 /* dyld_usage.cpp in Sources */,
2071 );
2072 runOnlyForDeploymentPostprocessing = 0;
2073 };
2074 C187B9001FE063A40042D3B7 /* Sources */ = {
2075 isa = PBXSourcesBuildPhase;
2076 buildActionMask = 2147483647;
2077 files = (
2078 C187B9181FE068260042D3B7 /* DyldSharedCache.cpp in Sources */,
2079 C1F003D0213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */,
2080 C1436B2C203BE67D00028AF1 /* FileUtils.cpp in Sources */,
2081 C187B91B1FE0683F0042D3B7 /* OptimizerLinkedit.cpp in Sources */,
2082 C187B90E1FE067CD0042D3B7 /* ClosureWriter.cpp in Sources */,
2083 C187B91E1FE0684C0042D3B7 /* AdjustDylibSegments.cpp in Sources */,
2084 C187B9191FE0682C0042D3B7 /* BuilderUtils.mm in Sources */,
2085 C187B90F1FE067D30042D3B7 /* ClosureBuilder.cpp in Sources */,
2086 C187B9131FE067F10042D3B7 /* CacheBuilder.cpp in Sources */,
2087 C187B9121FE067E60042D3B7 /* MachOAnalyzer.cpp in Sources */,
2088 C187B9161FE0680A0042D3B7 /* PathOverrides.cpp in Sources */,
2089 C187B9171FE068180042D3B7 /* Diagnostics.cpp in Sources */,
2090 C187B9151FE068000042D3B7 /* OptimizerObjC.cpp in Sources */,
2091 C187B9101FE067D90042D3B7 /* MachOFile.cpp in Sources */,
2092 C187B9111FE067E10042D3B7 /* MachOLoaded.cpp in Sources */,
2093 C187B90D1FE067C70042D3B7 /* Closure.cpp in Sources */,
2094 C1D268311FE0891C009F115B /* mrm_shared_cache_builder.cpp in Sources */,
2095 C187B9141FE067FA0042D3B7 /* OptimizerBranches.cpp in Sources */,
2096 );
2097 runOnlyForDeploymentPostprocessing = 0;
2098 };
2099 F92C7DE621E59840000D12B5 /* Sources */ = {
2100 isa = PBXSourcesBuildPhase;
2101 buildActionMask = 2147483647;
2102 files = (
2103 F92C7DE721E59840000D12B5 /* start_glue.s in Sources */,
2104 F92C7DE821E59840000D12B5 /* Tracing.cpp in Sources */,
2105 F92C7DE921E59840000D12B5 /* Closure.cpp in Sources */,
2106 F92C7DEA21E59840000D12B5 /* dyldLock.cpp in Sources */,
2107 F92C7DEB21E59840000D12B5 /* dyld_stub_binder.s in Sources */,
2108 F92C7DEC21E59840000D12B5 /* ClosureFileSystemPhysical.cpp in Sources */,
2109 F92C7DED21E59840000D12B5 /* dyldLibSystemGlue.c in Sources */,
2110 F92C7DEE21E59840000D12B5 /* dyldAPIsInLibSystem.cpp in Sources */,
2111 F92C7DEF21E59840000D12B5 /* threadLocalVariables.c in Sources */,
2112 F92C7DF021E59840000D12B5 /* threadLocalHelpers.s in Sources */,
2113 F92C7DF321E59840000D12B5 /* Diagnostics.cpp in Sources */,
2114 F92C7DF421E59840000D12B5 /* DyldSharedCache.cpp in Sources */,
2115 F92C7DF521E59840000D12B5 /* AllImages.cpp in Sources */,
2116 F92C7DF621E59840000D12B5 /* APIs.cpp in Sources */,
2117 F92C7DF821E59840000D12B5 /* Logging.cpp in Sources */,
2118 F92C7DF921E59840000D12B5 /* Loading.cpp in Sources */,
2119 F92C7DFA21E59840000D12B5 /* MachOFile.cpp in Sources */,
2120 F92C7DFB21E59840000D12B5 /* MachOLoaded.cpp in Sources */,
2121 F92C7DFC21E59840000D12B5 /* MachOAnalyzer.cpp in Sources */,
2122 F92C7DFD21E59840000D12B5 /* PathOverrides.cpp in Sources */,
2123 F92C7DFE21E59840000D12B5 /* ClosureBuilder.cpp in Sources */,
2124 F92C7DFF21E59840000D12B5 /* ClosureWriter.cpp in Sources */,
2125 F92C7E0021E59840000D12B5 /* libdyldEntryVector.cpp in Sources */,
2126 );
2127 runOnlyForDeploymentPostprocessing = 0;
2128 };
2129 F939372F0A94FAF700070A07 /* Sources */ = {
2130 isa = PBXSourcesBuildPhase;
2131 buildActionMask = 2147483647;
2132 files = (
2133 F93D73471F8C4E55007D9413 /* PathOverrides.cpp in Sources */,
2134 C1F003CC213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */,
2135 F92756811F68AF4D000820EE /* Closure.cpp in Sources */,
2136 F92756821F68AF4D000820EE /* ClosureWriter.cpp in Sources */,
2137 C1D2683F1FE98D4F009F115B /* ClosureFileSystemPhysical.cpp in Sources */,
2138 F92756831F68AF4D000820EE /* ClosureBuilder.cpp in Sources */,
2139 F92756841F68AF4D000820EE /* MachOFile.cpp in Sources */,
2140 F92756851F68AF4D000820EE /* MachOLoaded.cpp in Sources */,
2141 F92756861F68AF4D000820EE /* MachOAnalyzer.cpp in Sources */,
2142 F98692171DC3EFD500CBEDE6 /* update_dyld_shared_cache.cpp in Sources */,
2143 F98692181DC3EFD700CBEDE6 /* DyldSharedCache.cpp in Sources */,
2144 F986921F1DC3F98700CBEDE6 /* CacheBuilder.cpp in Sources */,
2145 F98692231DC403F900CBEDE6 /* AdjustDylibSegments.cpp in Sources */,
2146 F98692191DC3EFDA00CBEDE6 /* FileUtils.cpp in Sources */,
2147 F98692201DC3F99300CBEDE6 /* Diagnostics.cpp in Sources */,
2148 F9D862401DC57A27000A199A /* OptimizerObjC.cpp in Sources */,
2149 F94182D51E60A2F100D8EF25 /* OptimizerBranches.cpp in Sources */,
2150 F9D8623F1DC41043000A199A /* OptimizerLinkedit.cpp in Sources */,
2151 );
2152 runOnlyForDeploymentPostprocessing = 0;
2153 };
2154 F9556D3520C1F896004DF62A /* Sources */ = {
2155 isa = PBXSourcesBuildPhase;
2156 buildActionMask = 2147483647;
2157 files = (
2158 F9556D4220C20C79004DF62A /* dyldinfo.cpp in Sources */,
2159 F9556D4520C21DD9004DF62A /* MachOFile.cpp in Sources */,
2160 F9556D4620C21DD9004DF62A /* MachOLoaded.cpp in Sources */,
2161 F9556D4720C21DD9004DF62A /* MachOAnalyzer.cpp in Sources */,
2162 F9556D4820C21DDF004DF62A /* ClosureFileSystemPhysical.cpp in Sources */,
2163 F9556D4920C21DF5004DF62A /* Diagnostics.cpp in Sources */,
2164 );
2165 runOnlyForDeploymentPostprocessing = 0;
2166 };
2167 F96354311DCD74A400895049 /* Sources */ = {
2168 isa = PBXSourcesBuildPhase;
2169 buildActionMask = 2147483647;
2170 files = (
2171 F9653F941FAE51ED008B5D93 /* MachOAnalyzer.cpp in Sources */,
2172 C1F003CF213F3CB4002D9DC9 /* ClosureFileSystemNull.cpp in Sources */,
2173 F9653F8E1FAE51C9008B5D93 /* Closure.cpp in Sources */,
2174 F9653F8F1FAE51C9008B5D93 /* ClosureBuilder.cpp in Sources */,
2175 C172C9DD20252CB500159311 /* ClosureFileSystemPhysical.cpp in Sources */,
2176 F9653F901FAE51C9008B5D93 /* ClosureWriter.cpp in Sources */,
2177 F9653F911FAE51C9008B5D93 /* MachOFile.cpp in Sources */,
2178 F9653F921FAE51C9008B5D93 /* MachOLoaded.cpp in Sources */,
2179 F96354461DCD74BC00895049 /* update_dyld_sim_shared_cache.cpp in Sources */,
2180 F96354331DCD74A400895049 /* DyldSharedCache.cpp in Sources */,
2181 F96354341DCD74A400895049 /* CacheBuilder.cpp in Sources */,
2182 F96354351DCD74A400895049 /* AdjustDylibSegments.cpp in Sources */,
2183 F96354361DCD74A400895049 /* FileUtils.cpp in Sources */,
2184 F96354371DCD74A400895049 /* Diagnostics.cpp in Sources */,
2185 F9460DCE1E0A000600FEC613 /* PathOverrides.cpp in Sources */,
2186 F96354391DCD74A400895049 /* OptimizerObjC.cpp in Sources */,
2187 37C5C2FF1E60D7DE006B32C9 /* OptimizerBranches.cpp in Sources */,
2188 F963543C1DCD74A400895049 /* OptimizerLinkedit.cpp in Sources */,
2189 );
2190 runOnlyForDeploymentPostprocessing = 0;
2191 };
2192 F97C61A31DBAD1A900A84CD7 /* Sources */ = {
2193 isa = PBXSourcesBuildPhase;
2194 buildActionMask = 2147483647;
2195 files = (
2196 F9D862451DC975A5000A199A /* dyld_closure_util.cpp in Sources */,
2197 F9D8624D1DC9783E000A199A /* FileUtils.cpp in Sources */,
2198 F9D862461DC975AA000A199A /* Diagnostics.cpp in Sources */,
2199 F9F76FB01E09CDF400828678 /* PathOverrides.cpp in Sources */,
2200 F9D8624C1DC97717000A199A /* DyldSharedCache.cpp in Sources */,
2201 C1D268371FE0BC5F009F115B /* ClosureFileSystemPhysical.cpp in Sources */,
2202 F9DFEA791F55DDC0003BF8A7 /* Closure.cpp in Sources */,
2203 F9DFEA7A1F55DDC4003BF8A7 /* ClosureWriter.cpp in Sources */,
2204 F9DFEA7B1F55DDC7003BF8A7 /* ClosureBuilder.cpp in Sources */,
2205 F9CC10D81F5F1D4E0021BFE2 /* MachOFile.cpp in Sources */,
2206 F9A5E6171F5C967C0030C490 /* MachOLoaded.cpp in Sources */,
2207 F9CC10D71F5F1D480021BFE2 /* MachOAnalyzer.cpp in Sources */,
2208 F9DFEA7D1F588506003BF8A7 /* ClosurePrinter.cpp in Sources */,
2209 );
2210 runOnlyForDeploymentPostprocessing = 0;
2211 };
2212 F97FF3521C23638F000ACDD2 /* Sources */ = {
2213 isa = PBXSourcesBuildPhase;
2214 buildActionMask = 2147483647;
2215 files = (
2216 F93F46521FA420850060D9F9 /* execserver.defs in Sources */,
2217 F97FF3611C23640C000ACDD2 /* nocr.c in Sources */,
2218 );
2219 runOnlyForDeploymentPostprocessing = 0;
2220 };
2221 F98E37782332D048003706B4 /* Sources */ = {
2222 isa = PBXSourcesBuildPhase;
2223 buildActionMask = 2147483647;
2224 files = (
2225 F98E37792332D048003706B4 /* PathOverrides.cpp in Sources */,
2226 F98E377A2332D048003706B4 /* ClosureFileSystemNull.cpp in Sources */,
2227 F98E377B2332D048003706B4 /* Closure.cpp in Sources */,
2228 F98E377C2332D048003706B4 /* ClosureWriter.cpp in Sources */,
2229 F98E377D2332D048003706B4 /* ClosureFileSystemPhysical.cpp in Sources */,
2230 F98E377E2332D048003706B4 /* ClosureBuilder.cpp in Sources */,
2231 F98E377F2332D048003706B4 /* MachOFile.cpp in Sources */,
2232 F98E37802332D048003706B4 /* MachOLoaded.cpp in Sources */,
2233 F98E37812332D048003706B4 /* MachOAnalyzer.cpp in Sources */,
2234 F98E37822332D048003706B4 /* update_dyld_shared_cache.cpp in Sources */,
2235 F98E37832332D048003706B4 /* DyldSharedCache.cpp in Sources */,
2236 F98E37842332D048003706B4 /* CacheBuilder.cpp in Sources */,
2237 F98E37852332D048003706B4 /* AdjustDylibSegments.cpp in Sources */,
2238 F98E37862332D048003706B4 /* FileUtils.cpp in Sources */,
2239 F98E37872332D048003706B4 /* Diagnostics.cpp in Sources */,
2240 F98E37882332D048003706B4 /* OptimizerObjC.cpp in Sources */,
2241 F98E37892332D048003706B4 /* OptimizerBranches.cpp in Sources */,
2242 F98E378A2332D048003706B4 /* OptimizerLinkedit.cpp in Sources */,
2243 );
2244 runOnlyForDeploymentPostprocessing = 0;
2245 };
2246 F99B8E530FEC10F600701838 /* Sources */ = {
2247 isa = PBXSourcesBuildPhase;
2248 buildActionMask = 2147483647;
2249 files = (
2250 C1960ED02090D9F0007E3E6B /* Diagnostics.cpp in Sources */,
2251 C1960ED42090DA09007E3E6B /* Closure.cpp in Sources */,
2252 C1960ECF2090D9E5007E3E6B /* DyldSharedCache.cpp in Sources */,
2253 C1960ED32090D9FF007E3E6B /* MachOFile.cpp in Sources */,
2254 C1960ED22090D9FA007E3E6B /* MachOAnalyzer.cpp in Sources */,
2255 F99B8EA30FEC1C4200701838 /* dsc_iterator.cpp in Sources */,
2256 C1960ED12090D9F6007E3E6B /* MachOLoaded.cpp in Sources */,
2257 F99B8E630FEC11B400701838 /* dyld_shared_cache_util.cpp in Sources */,
2258 );
2259 runOnlyForDeploymentPostprocessing = 0;
2260 };
2261 F9D1000F14D8D0BA00099D91 /* Sources */ = {
2262 isa = PBXSourcesBuildPhase;
2263 buildActionMask = 2147483647;
2264 files = (
2265 F9D1001814D8D13D00099D91 /* dsc_extractor.cpp in Sources */,
2266 F9D1001D14D8D19500099D91 /* dsc_iterator.cpp in Sources */,
2267 );
2268 runOnlyForDeploymentPostprocessing = 0;
2269 };
2270 F9ED4C950630A76000DF4E74 /* Sources */ = {
2271 isa = PBXSourcesBuildPhase;
2272 buildActionMask = 2147483647;
2273 files = (
2274 F9ED4CDF0630A7F100DF4E74 /* dyldStartup.s in Sources */,
2275 F9ED4CDB0630A7F100DF4E74 /* dyldInitialization.cpp in Sources */,
2276 F9ED4CD70630A7F100DF4E74 /* dyld2.cpp in Sources */,
2277 C1D2683A1FE0BCF3009F115B /* ClosureFileSystemPhysical.cpp in Sources */,
2278 F9ED4CD90630A7F100DF4E74 /* dyldAPIs.cpp in Sources */,
2279 F9ED4CDA0630A7F100DF4E74 /* dyldExceptions.c in Sources */,
2280 F9ED4CD60630A7F100DF4E74 /* dyld_debugger.cpp in Sources */,
2281 37D7DB001E96F0ED00D52CEA /* Tracing.cpp in Sources */,
2282 F9ED4CE00630A7F100DF4E74 /* glue.c in Sources */,
2283 F9280B7B1AB9DCA000B18AEC /* ImageLoaderMegaDylib.cpp in Sources */,
2284 F9ED4CE10630A7F100DF4E74 /* ImageLoader.cpp in Sources */,
2285 F9ED4CE30630A7F100DF4E74 /* ImageLoaderMachO.cpp in Sources */,
2286 F9ED4CE50630A7F100DF4E74 /* stub_binding_helper.s in Sources */,
2287 F9ED4CDE0630A7F100DF4E74 /* dyldNew.cpp in Sources */,
2288 F94DB9040F0A9B1700323715 /* ImageLoaderMachOClassic.cpp in Sources */,
2289 F94DB9050F0A9B1700323715 /* ImageLoaderMachOCompressed.cpp in Sources */,
2290 F9C2755B1DA73EA1007A5D8A /* Loading.cpp in Sources */,
2291 F9D8624F1DCBD318000A199A /* Diagnostics.cpp in Sources */,
2292 F977DDCB1E53BF5500609230 /* SharedCacheRuntime.cpp in Sources */,
2293 F9D862511DCBD330000A199A /* DyldSharedCache.cpp in Sources */,
2294 F936BF9720323F0F00568B23 /* FileUtils.cpp in Sources */,
2295 F93D73411F8404FA007D9413 /* MachOLoaded.cpp in Sources */,
2296 F93D73401F8404A2007D9413 /* MachOFile.cpp in Sources */,
2297 F93D73431F842CBF007D9413 /* MachOAnalyzer.cpp in Sources */,
2298 F93D733D1F82F03F007D9413 /* Closure.cpp in Sources */,
2299 F93D733E1F82F03F007D9413 /* ClosureWriter.cpp in Sources */,
2300 373C58F1219CE478003442D5 /* BootArgs.cpp in Sources */,
2301 F93D733F1F82F03F007D9413 /* ClosureBuilder.cpp in Sources */,
2302 F93D73421F8421CC007D9413 /* PathOverrides.cpp in Sources */,
2303 );
2304 runOnlyForDeploymentPostprocessing = 0;
2305 };
2306 F9ED4C9C0630A76B00DF4E74 /* Sources */ = {
2307 isa = PBXSourcesBuildPhase;
2308 buildActionMask = 2147483647;
2309 files = (
2310 F9D49CCC1458B95200F86ADD /* start_glue.s in Sources */,
2311 37D7DB011E96F3EB00D52CEA /* Tracing.cpp in Sources */,
2312 F9DFEA701F50FDE5003BF8A7 /* Closure.cpp in Sources */,
2313 F9F256360639DBCC00A7427D /* dyldLock.cpp in Sources */,
2314 F9BA514B0ECE4F4200D1D62E /* dyld_stub_binder.s in Sources */,
2315 C1D268391FE0BC94009F115B /* ClosureFileSystemPhysical.cpp in Sources */,
2316 F9A221E70F3A6D7C00D15F73 /* dyldLibSystemGlue.c in Sources */,
2317 F913FADA0630A8AE00B7AE9D /* dyldAPIsInLibSystem.cpp in Sources */,
2318 F9A6D6E4116F9DF20051CC16 /* threadLocalVariables.c in Sources */,
2319 F9A6D70C116FBBD10051CC16 /* threadLocalHelpers.s in Sources */,
2320 F95090E51C5AD1E80031F81D /* dyld_process_info.cpp in Sources */,
2321 F958D4771C7FCE6700A0B199 /* dyld_process_info_notify.cpp in Sources */,
2322 F9D8624E1DCBD06A000A199A /* Diagnostics.cpp in Sources */,
2323 F92015711DE3F3B000816A4A /* DyldSharedCache.cpp in Sources */,
2324 F96D19C01D94BFCE007AF3CE /* AllImages.cpp in Sources */,
2325 F96D19A81D93661A007AF3CE /* APIs.cpp in Sources */,
2326 F9C15A4A1E1F7DAC0006E570 /* APIs_macOS.cpp in Sources */,
2327 F97C61A21D9CAE3500A84CD7 /* Logging.cpp in Sources */,
2328 F9C2755A1DA71CE8007A5D8A /* Loading.cpp in Sources */,
2329 F93D73441F8475C3007D9413 /* MachOFile.cpp in Sources */,
2330 F93D73451F8475C3007D9413 /* MachOLoaded.cpp in Sources */,
2331 F93D73461F8475C3007D9413 /* MachOAnalyzer.cpp in Sources */,
2332 F90108611E2AD96000870568 /* PathOverrides.cpp in Sources */,
2333 F9DFEA781F54FACF003BF8A7 /* ClosureBuilder.cpp in Sources */,
2334 F9DFEA741F54DB25003BF8A7 /* ClosureWriter.cpp in Sources */,
2335 F97C619F1D9829AA00A84CD7 /* libdyldEntryVector.cpp in Sources */,
2336 );
2337 runOnlyForDeploymentPostprocessing = 0;
2338 };
2339 F9F2A5560F7AEE9800B7C9EB /* Sources */ = {
2340 isa = PBXSourcesBuildPhase;
2341 buildActionMask = 2147483647;
2342 files = (
2343 F9F2A5700F7AEEE300B7C9EB /* dsc_iterator.cpp in Sources */,
2344 F9CE307A1208F1B50098B590 /* dsc_extractor.cpp in Sources */,
2345 );
2346 runOnlyForDeploymentPostprocessing = 0;
2347 };
2348 /* End PBXSourcesBuildPhase section */
2349
2350 /* Begin PBXTargetDependency section */
2351 37A0AD0F1C16000F00731E50 /* PBXTargetDependency */ = {
2352 isa = PBXTargetDependency;
2353 target = 37A0AD0A1C15FFF500731E50 /* update_dyld_shared_cache */;
2354 targetProxy = 37A0AD0E1C16000F00731E50 /* PBXContainerItemProxy */;
2355 };
2356 C1033EA822611306004407FB /* PBXTargetDependency */ = {
2357 isa = PBXTargetDependency;
2358 target = F9D1001114D8D0BA00099D91 /* dsc_extractor */;
2359 targetProxy = C1033EA722611306004407FB /* PBXContainerItemProxy */;
2360 };
2361 C187B90C1FE067590042D3B7 /* PBXTargetDependency */ = {
2362 isa = PBXTargetDependency;
2363 target = C187B8FF1FE063A40042D3B7 /* libslc_builder.dylib */;
2364 targetProxy = C187B90B1FE067590042D3B7 /* PBXContainerItemProxy */;
2365 };
2366 D8668AD01ECE335F005E7D31 /* PBXTargetDependency */ = {
2367 isa = PBXTargetDependency;
2368 target = F97C61A61DBAD1A900A84CD7 /* dyld_closure_util */;
2369 targetProxy = D8668ACF1ECE335F005E7D31 /* PBXContainerItemProxy */;
2370 };
2371 F908134811D3ED1A00626CC1 /* PBXTargetDependency */ = {
2372 isa = PBXTargetDependency;
2373 target = F9ED4C9E0630A76B00DF4E74 /* libdyld.dylib */;
2374 targetProxy = F908134711D3ED1A00626CC1 /* PBXContainerItemProxy */;
2375 };
2376 F94182D81E60F0BE00D8EF25 /* PBXTargetDependency */ = {
2377 isa = PBXTargetDependency;
2378 target = F99B8E550FEC10F600701838 /* dyld_shared_cache_util */;
2379 targetProxy = F94182D71E60F0BE00D8EF25 /* PBXContainerItemProxy */;
2380 };
2381 F94182DA1E60F0C000D8EF25 /* PBXTargetDependency */ = {
2382 isa = PBXTargetDependency;
2383 target = F9F2A5580F7AEE9800B7C9EB /* libdsc */;
2384 targetProxy = F94182D91E60F0C000D8EF25 /* PBXContainerItemProxy */;
2385 };
2386 F94182DC1E60F16900D8EF25 /* PBXTargetDependency */ = {
2387 isa = PBXTargetDependency;
2388 target = F9D1001114D8D0BA00099D91 /* dsc_extractor */;
2389 targetProxy = F94182DB1E60F16900D8EF25 /* PBXContainerItemProxy */;
2390 };
2391 F96543A11E343601003C5540 /* PBXTargetDependency */ = {
2392 isa = PBXTargetDependency;
2393 target = F97C61A61DBAD1A900A84CD7 /* dyld_closure_util */;
2394 targetProxy = F96543A01E343601003C5540 /* PBXContainerItemProxy */;
2395 };
2396 F97FF3661C237F97000ACDD2 /* PBXTargetDependency */ = {
2397 isa = PBXTargetDependency;
2398 target = F97FF3551C23638F000ACDD2 /* nocr */;
2399 targetProxy = F97FF3651C237F97000ACDD2 /* PBXContainerItemProxy */;
2400 };
2401 F99B8EB20FEC220C00701838 /* PBXTargetDependency */ = {
2402 isa = PBXTargetDependency;
2403 target = F99B8E550FEC10F600701838 /* dyld_shared_cache_util */;
2404 targetProxy = F99B8EB10FEC220C00701838 /* PBXContainerItemProxy */;
2405 };
2406 F9B4D78012AD9736000605A6 /* PBXTargetDependency */ = {
2407 isa = PBXTargetDependency;
2408 target = F9F2A5580F7AEE9800B7C9EB /* libdsc */;
2409 targetProxy = F9B4D77F12AD9736000605A6 /* PBXContainerItemProxy */;
2410 };
2411 F9ED4CA70630A78A00DF4E74 /* PBXTargetDependency */ = {
2412 isa = PBXTargetDependency;
2413 target = F9ED4C970630A76000DF4E74 /* dyld */;
2414 targetProxy = F9ED4CA60630A78A00DF4E74 /* PBXContainerItemProxy */;
2415 };
2416 F9ED4CA90630A78A00DF4E74 /* PBXTargetDependency */ = {
2417 isa = PBXTargetDependency;
2418 target = F9ED4C9E0630A76B00DF4E74 /* libdyld.dylib */;
2419 targetProxy = F9ED4CA80630A78A00DF4E74 /* PBXContainerItemProxy */;
2420 };
2421 /* End PBXTargetDependency section */
2422
2423 /* Begin XCBuildConfiguration section */
2424 3703A1221B38C1B300ADBA7F /* Debug */ = {
2425 isa = XCBuildConfiguration;
2426 buildSettings = {
2427 ALWAYS_SEARCH_USER_PATHS = NO;
2428 CLANG_CXX_LIBRARY = "libc++";
2429 CLANG_ENABLE_MODULES = NO;
2430 CLANG_ENABLE_OBJC_ARC = YES;
2431 CLANG_WARN_BOOL_CONVERSION = YES;
2432 CLANG_WARN_CONSTANT_CONVERSION = YES;
2433 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
2434 CLANG_WARN_EMPTY_BODY = YES;
2435 CLANG_WARN_ENUM_CONVERSION = YES;
2436 CLANG_WARN_INT_CONVERSION = YES;
2437 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2438 CLANG_WARN_SUSPICIOUS_MOVE = YES;
2439 CLANG_WARN_UNREACHABLE_CODE = YES;
2440 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2441 COPY_PHASE_STRIP = NO;
2442 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
2443 DEAD_CODE_STRIPPING = YES;
2444 ENABLE_STRICT_OBJC_MSGSEND = YES;
2445 FRAMEWORK_SEARCH_PATHS = (
2446 "$(inherited)",
2447 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2448 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2449 "$(SDKROOT)$(APPLE_INTERNAL_LIBRARY_DIR)/Frameworks",
2450 );
2451 GCC_C_LANGUAGE_STANDARD = gnu99;
2452 GCC_DYNAMIC_NO_PIC = NO;
2453 GCC_ENABLE_CPP_EXCEPTIONS = YES;
2454 GCC_OPTIMIZATION_LEVEL = 0;
2455 GCC_PREPROCESSOR_DEFINITIONS = (
2456 "DEBUG=1",
2457 "$(inherited)",
2458 "BUILDING_CACHE_BUILDER=1",
2459 );
2460 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
2461 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
2462 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
2463 GCC_WARN_UNDECLARED_SELECTOR = YES;
2464 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
2465 GCC_WARN_UNUSED_FUNCTION = YES;
2466 GCC_WARN_UNUSED_VARIABLE = YES;
2467 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/bin";
2468 MACOSX_DEPLOYMENT_TARGET = 10.11;
2469 MTL_ENABLE_DEBUG_INFO = YES;
2470 ONLY_ACTIVE_ARCH = YES;
2471 OTHER_CFLAGS = (
2472 "-DBOM_SUPPORT=1",
2473 "-DBUILDING_EMBEDDED_SHARED_CACHE_BUILDER=1",
2474 );
2475 PRODUCT_NAME = "$(TARGET_NAME)";
2476 SDKROOT = macosx.internal;
2477 SUPPORTED_PLATFORMS = macosx;
2478 TOOLCHAINS = default;
2479 USER_HEADER_SEARCH_PATHS = "../launch-cache/";
2480 VALID_ARCHS = "x86_64 x86_64h";
2481 };
2482 name = Debug;
2483 };
2484 3703A1231B38C1B300ADBA7F /* Release */ = {
2485 isa = XCBuildConfiguration;
2486 buildSettings = {
2487 ALWAYS_SEARCH_USER_PATHS = NO;
2488 CLANG_CXX_LIBRARY = "libc++";
2489 CLANG_ENABLE_MODULES = NO;
2490 CLANG_ENABLE_OBJC_ARC = YES;
2491 CLANG_WARN_BOOL_CONVERSION = YES;
2492 CLANG_WARN_CONSTANT_CONVERSION = YES;
2493 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
2494 CLANG_WARN_EMPTY_BODY = YES;
2495 CLANG_WARN_ENUM_CONVERSION = YES;
2496 CLANG_WARN_INT_CONVERSION = YES;
2497 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2498 CLANG_WARN_SUSPICIOUS_MOVE = YES;
2499 CLANG_WARN_UNREACHABLE_CODE = YES;
2500 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2501 COPY_PHASE_STRIP = NO;
2502 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
2503 DEAD_CODE_STRIPPING = YES;
2504 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2505 ENABLE_NS_ASSERTIONS = NO;
2506 ENABLE_STRICT_OBJC_MSGSEND = YES;
2507 FRAMEWORK_SEARCH_PATHS = (
2508 "$(inherited)",
2509 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2510 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2511 "$(SDKROOT)$(APPLE_INTERNAL_LIBRARY_DIR)/Frameworks",
2512 );
2513 GCC_C_LANGUAGE_STANDARD = gnu99;
2514 GCC_ENABLE_CPP_EXCEPTIONS = YES;
2515 GCC_PREPROCESSOR_DEFINITIONS = "BUILDING_CACHE_BUILDER=1";
2516 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
2517 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
2518 GCC_WARN_UNDECLARED_SELECTOR = YES;
2519 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
2520 GCC_WARN_UNUSED_FUNCTION = YES;
2521 GCC_WARN_UNUSED_VARIABLE = YES;
2522 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/bin";
2523 MACOSX_DEPLOYMENT_TARGET = 10.11;
2524 MTL_ENABLE_DEBUG_INFO = NO;
2525 OTHER_CFLAGS = (
2526 "-DBOM_SUPPORT=1",
2527 "-DBUILDING_EMBEDDED_SHARED_CACHE_BUILDER=1",
2528 );
2529 PRODUCT_NAME = "$(TARGET_NAME)";
2530 SDKROOT = macosx.internal;
2531 SUPPORTED_PLATFORMS = macosx;
2532 TOOLCHAINS = default;
2533 USER_HEADER_SEARCH_PATHS = "../launch-cache/";
2534 VALID_ARCHS = "x86_64 x86_64h";
2535 VERSIONING_SYSTEM = "apple-generic";
2536 };
2537 name = Release;
2538 };
2539 377686001AC4B27D00026E6C /* Debug */ = {
2540 isa = XCBuildConfiguration;
2541 buildSettings = {
2542 ALWAYS_SEARCH_USER_PATHS = NO;
2543 CLANG_CXX_LIBRARY = "libc++";
2544 CLANG_ENABLE_MODULES = NO;
2545 CLANG_ENABLE_OBJC_ARC = YES;
2546 CLANG_WARN_BOOL_CONVERSION = YES;
2547 CLANG_WARN_CONSTANT_CONVERSION = YES;
2548 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
2549 CLANG_WARN_EMPTY_BODY = YES;
2550 CLANG_WARN_ENUM_CONVERSION = YES;
2551 CLANG_WARN_INT_CONVERSION = YES;
2552 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2553 CLANG_WARN_UNREACHABLE_CODE = YES;
2554 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2555 COPY_PHASE_STRIP = NO;
2556 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
2557 DEAD_CODE_STRIPPING = YES;
2558 ENABLE_STRICT_OBJC_MSGSEND = YES;
2559 FRAMEWORK_SEARCH_PATHS = (
2560 "$(inherited)",
2561 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2562 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2563 "$(SDKROOT)/AppleInternal/Library/Frameworks",
2564 );
2565 GCC_C_LANGUAGE_STANDARD = gnu99;
2566 GCC_DYNAMIC_NO_PIC = NO;
2567 GCC_ENABLE_CPP_EXCEPTIONS = YES;
2568 GCC_OPTIMIZATION_LEVEL = 0;
2569 GCC_PREPROCESSOR_DEFINITIONS = (
2570 "DEBUG=1",
2571 "$(inherited)",
2572 "BUILDING_CACHE_BUILDER=1",
2573 );
2574 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
2575 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
2576 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
2577 GCC_WARN_UNDECLARED_SELECTOR = YES;
2578 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
2579 GCC_WARN_UNUSED_FUNCTION = YES;
2580 GCC_WARN_UNUSED_VARIABLE = YES;
2581 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/bin";
2582 MACOSX_DEPLOYMENT_TARGET = 10.11;
2583 MTL_ENABLE_DEBUG_INFO = YES;
2584 ONLY_ACTIVE_ARCH = YES;
2585 OTHER_CFLAGS = (
2586 "-DBOM_SUPPORT=1",
2587 "-DBUILDING_EMBEDDED_SHARED_CACHE_BUILDER=1",
2588 );
2589 PRODUCT_NAME = multi_dyld_shared_cache_builder;
2590 SDKROOT = macosx.internal;
2591 STRIP_INSTALLED_PRODUCT = NO;
2592 USER_HEADER_SEARCH_PATHS = "../launch-cache/";
2593 VALID_ARCHS = "x86_64 x86_64h";
2594 };
2595 name = Debug;
2596 };
2597 377686011AC4B27D00026E6C /* Release */ = {
2598 isa = XCBuildConfiguration;
2599 buildSettings = {
2600 ALWAYS_SEARCH_USER_PATHS = NO;
2601 CLANG_CXX_LIBRARY = "libc++";
2602 CLANG_ENABLE_MODULES = NO;
2603 CLANG_ENABLE_OBJC_ARC = YES;
2604 CLANG_WARN_BOOL_CONVERSION = YES;
2605 CLANG_WARN_CONSTANT_CONVERSION = YES;
2606 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
2607 CLANG_WARN_EMPTY_BODY = YES;
2608 CLANG_WARN_ENUM_CONVERSION = YES;
2609 CLANG_WARN_INT_CONVERSION = YES;
2610 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2611 CLANG_WARN_UNREACHABLE_CODE = YES;
2612 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
2613 COPY_PHASE_STRIP = NO;
2614 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
2615 DEAD_CODE_STRIPPING = YES;
2616 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2617 ENABLE_NS_ASSERTIONS = NO;
2618 ENABLE_STRICT_OBJC_MSGSEND = YES;
2619 FRAMEWORK_SEARCH_PATHS = (
2620 "$(inherited)",
2621 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2622 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2623 "$(SDKROOT)/AppleInternal/Library/Frameworks",
2624 );
2625 GCC_C_LANGUAGE_STANDARD = gnu99;
2626 GCC_ENABLE_CPP_EXCEPTIONS = YES;
2627 GCC_PREPROCESSOR_DEFINITIONS = "BUILDING_CACHE_BUILDER=1";
2628 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
2629 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
2630 GCC_WARN_UNDECLARED_SELECTOR = YES;
2631 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
2632 GCC_WARN_UNUSED_FUNCTION = YES;
2633 GCC_WARN_UNUSED_VARIABLE = YES;
2634 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/bin";
2635 MACOSX_DEPLOYMENT_TARGET = 10.11;
2636 MTL_ENABLE_DEBUG_INFO = NO;
2637 OTHER_CFLAGS = (
2638 "-DBOM_SUPPORT=1",
2639 "-DBUILDING_EMBEDDED_SHARED_CACHE_BUILDER=1",
2640 );
2641 PRODUCT_NAME = multi_dyld_shared_cache_builder;
2642 SDKROOT = macosx.internal;
2643 STRIP_INSTALLED_PRODUCT = NO;
2644 USER_HEADER_SEARCH_PATHS = "../launch-cache/";
2645 VALID_ARCHS = "x86_64 x86_64h";
2646 VERSIONING_SYSTEM = "apple-generic";
2647 };
2648 name = Release;
2649 };
2650 37A0AD0C1C15FFF500731E50 /* Debug */ = {
2651 isa = XCBuildConfiguration;
2652 buildSettings = {
2653 PRODUCT_NAME = "$(TARGET_NAME)";
2654 };
2655 name = Debug;
2656 };
2657 37A0AD0D1C15FFF500731E50 /* Release */ = {
2658 isa = XCBuildConfiguration;
2659 buildSettings = {
2660 PRODUCT_NAME = "$(TARGET_NAME)";
2661 };
2662 name = Release;
2663 };
2664 37F597D12061EB4200F9B6F9 /* Debug */ = {
2665 isa = XCBuildConfiguration;
2666 buildSettings = {
2667 ALWAYS_SEARCH_USER_PATHS = NO;
2668 CLANG_ANALYZER_NONNULL = YES;
2669 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
2670 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
2671 CLANG_CXX_LIBRARY = "libc++";
2672 CLANG_ENABLE_MODULES = YES;
2673 CLANG_ENABLE_OBJC_ARC = YES;
2674 CLANG_ENABLE_OBJC_WEAK = YES;
2675 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
2676 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
2677 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
2678 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
2679 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2680 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
2681 CODE_SIGN_IDENTITY = "-";
2682 CODE_SIGN_STYLE = Automatic;
2683 COPY_PHASE_STRIP = NO;
2684 DEBUG_INFORMATION_FORMAT = dwarf;
2685 ENABLE_TESTABILITY = YES;
2686 GCC_C_LANGUAGE_STANDARD = gnu11;
2687 GCC_DYNAMIC_NO_PIC = NO;
2688 GCC_ENABLE_CPP_RTTI = YES;
2689 GCC_OPTIMIZATION_LEVEL = 0;
2690 GCC_PREPROCESSOR_DEFINITIONS = (
2691 "DEBUG=1",
2692 "$(inherited)",
2693 );
2694 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
2695 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
2696 MACOSX_DEPLOYMENT_TARGET = 10.13;
2697 MTL_ENABLE_DEBUG_INFO = YES;
2698 PRODUCT_NAME = "$(TARGET_NAME)";
2699 SDKROOT = macosx.internal;
2700 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
2701 VALID_ARCHS = "arm64 arm64e x86_64 arm64_32 armv7k";
2702 };
2703 name = Debug;
2704 };
2705 37F597D22061EB4200F9B6F9 /* Release */ = {
2706 isa = XCBuildConfiguration;
2707 buildSettings = {
2708 ALWAYS_SEARCH_USER_PATHS = NO;
2709 CLANG_ANALYZER_NONNULL = YES;
2710 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
2711 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
2712 CLANG_CXX_LIBRARY = "libc++";
2713 CLANG_ENABLE_MODULES = YES;
2714 CLANG_ENABLE_OBJC_ARC = YES;
2715 CLANG_ENABLE_OBJC_WEAK = YES;
2716 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
2717 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
2718 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
2719 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
2720 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
2721 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
2722 CODE_SIGN_IDENTITY = "-";
2723 CODE_SIGN_STYLE = Automatic;
2724 COPY_PHASE_STRIP = NO;
2725 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2726 ENABLE_NS_ASSERTIONS = NO;
2727 GCC_C_LANGUAGE_STANDARD = gnu11;
2728 GCC_ENABLE_CPP_RTTI = YES;
2729 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
2730 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
2731 MACOSX_DEPLOYMENT_TARGET = 10.13;
2732 MTL_ENABLE_DEBUG_INFO = NO;
2733 PRODUCT_NAME = "$(TARGET_NAME)";
2734 SDKROOT = macosx.internal;
2735 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
2736 VALID_ARCHS = "arm64 arm64e x86_64 arm64_32 armv7k";
2737 };
2738 name = Release;
2739 };
2740 C187B9081FE063A40042D3B7 /* Debug */ = {
2741 isa = XCBuildConfiguration;
2742 buildSettings = {
2743 ALWAYS_SEARCH_USER_PATHS = NO;
2744 CLANG_CXX_LIBRARY = "libc++";
2745 COMBINE_HIDPI_IMAGES = YES;
2746 COPY_PHASE_STRIP = NO;
2747 DEAD_CODE_STRIPPING = YES;
2748 FRAMEWORK_SEARCH_PATHS = (
2749 "$(inherited)",
2750 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2751 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2752 "$(SDKROOT)$(APPLE_INTERNAL_LIBRARY_DIR)/Frameworks",
2753 );
2754 GCC_DYNAMIC_NO_PIC = NO;
2755 GCC_ENABLE_CPP_EXCEPTIONS = YES;
2756 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
2757 GCC_MODEL_TUNING = G5;
2758 GCC_OPTIMIZATION_LEVEL = 0;
2759 GCC_PREPROCESSOR_DEFINITIONS = (
2760 "DEBUG=1",
2761 "$(inherited)",
2762 "BUILDING_CACHE_BUILDER=1",
2763 );
2764 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
2765 GCC_WARN_SIGN_COMPARE = YES;
2766 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/lib";
2767 MACH_O_TYPE = mh_dylib;
2768 MACOSX_DEPLOYMENT_TARGET = 10.11;
2769 OTHER_CFLAGS = "-DBOM_SUPPORT=1";
2770 PRODUCT_NAME = slc_builder;
2771 SDKROOT = macosx.internal;
2772 STRIP_INSTALLED_PRODUCT = NO;
2773 STRIP_STYLE = "non-global";
2774 USER_HEADER_SEARCH_PATHS = "../launch-cache/";
2775 VALID_ARCHS = "x86_64 x86_64h";
2776 };
2777 name = Debug;
2778 };
2779 C187B9091FE063A40042D3B7 /* Release */ = {
2780 isa = XCBuildConfiguration;
2781 buildSettings = {
2782 ALWAYS_SEARCH_USER_PATHS = NO;
2783 CLANG_CXX_LIBRARY = "libc++";
2784 COMBINE_HIDPI_IMAGES = YES;
2785 COPY_PHASE_STRIP = NO;
2786 DEAD_CODE_STRIPPING = YES;
2787 FRAMEWORK_SEARCH_PATHS = (
2788 "$(inherited)",
2789 "$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2790 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2791 "$(SDKROOT)$(APPLE_INTERNAL_LIBRARY_DIR)/Frameworks",
2792 );
2793 GCC_ENABLE_CPP_EXCEPTIONS = YES;
2794 GCC_ENABLE_CPP_RTTI = YES;
2795 GCC_ENABLE_OBJC_EXCEPTIONS = NO;
2796 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
2797 GCC_MODEL_TUNING = G5;
2798 GCC_PREPROCESSOR_DEFINITIONS = "BUILDING_CACHE_BUILDER=1";
2799 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
2800 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
2801 GCC_WARN_ABOUT_RETURN_TYPE = YES;
2802 GCC_WARN_PEDANTIC = NO;
2803 GCC_WARN_SHADOW = NO;
2804 GCC_WARN_SIGN_COMPARE = YES;
2805 GCC_WARN_UNINITIALIZED_AUTOS = YES;
2806 GCC_WARN_UNUSED_VARIABLE = YES;
2807 INSTALLHDRS_COPY_PHASE = YES;
2808 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/lib";
2809 MACH_O_TYPE = mh_dylib;
2810 MACOSX_DEPLOYMENT_TARGET = 10.11;
2811 OTHER_CFLAGS = "-DBOM_SUPPORT=1";
2812 PRODUCT_NAME = slc_builder;
2813 SDKROOT = macosx.internal;
2814 STRIP_STYLE = "non-global";
2815 USER_HEADER_SEARCH_PATHS = "../launch-cache/";
2816 VALID_ARCHS = "x86_64 x86_64h";
2817 ZERO_LINK = NO;
2818 };
2819 name = Release;
2820 };
2821 F908134311D3ED0C00626CC1 /* Debug */ = {
2822 isa = XCBuildConfiguration;
2823 buildSettings = {
2824 COPY_PHASE_STRIP = NO;
2825 GCC_DYNAMIC_NO_PIC = NO;
2826 GCC_OPTIMIZATION_LEVEL = 0;
2827 INSTALLHDRS_COPY_PHASE = YES;
2828 PRODUCT_NAME = libdyld;
2829 };
2830 name = Debug;
2831 };
2832 F908134411D3ED0C00626CC1 /* Release */ = {
2833 isa = XCBuildConfiguration;
2834 buildSettings = {
2835 COPY_PHASE_STRIP = YES;
2836 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2837 INSTALLHDRS_COPY_PHASE = YES;
2838 PRODUCT_NAME = libdyld;
2839 ZERO_LINK = NO;
2840 };
2841 name = Release;
2842 };
2843 F92C7E1221E59840000D12B5 /* Debug */ = {
2844 isa = XCBuildConfiguration;
2845 baseConfigurationReference = F971DD151A4A0E0700BBDD52 /* libdyld.xcconfig */;
2846 buildSettings = {
2847 CLANG_WARN_EMPTY_BODY = YES;
2848 CODE_SIGN_IDENTITY = "-";
2849 COMBINE_HIDPI_IMAGES = YES;
2850 CURRENT_PROJECT_VERSION = 500;
2851 DEAD_CODE_STRIPPING = YES;
2852 EXECUTABLE_PREFIX = lib;
2853 GCC_C_LANGUAGE_STANDARD = gnu99;
2854 GCC_ENABLE_CPP_EXCEPTIONS = NO;
2855 GCC_ENABLE_CPP_RTTI = NO;
2856 GCC_OPTIMIZATION_LEVEL = 0;
2857 GCC_PREPROCESSOR_DEFINITIONS = (
2858 "BUILDING_LIBDYLD=1",
2859 "DEBUG=1",
2860 "TARGET_OS_DRIVERKIT=1",
2861 );
2862 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
2863 GCC_WARN_ABOUT_RETURN_TYPE = YES;
2864 GCC_WARN_SHADOW = YES;
2865 GCC_WARN_UNINITIALIZED_AUTOS = YES;
2866 GENERATE_TEXT_BASED_STUBS = YES;
2867 INSTALLHDRS_COPY_PHASE = YES;
2868 INSTALLHDRS_SCRIPT_PHASE = YES;
2869 INSTALL_PATH = "$(DRIVERKITROOT)/usr/lib/system";
2870 ONLY_ACTIVE_ARCH = NO;
2871 OTHER_CFLAGS = "";
2872 OTHER_CPLUSPLUSFLAGS = (
2873 "$(OTHER_CFLAGS)",
2874 "-fno-exceptions",
2875 );
2876 OTHER_LDFLAGS = (
2877 "-Wl,-no_inits",
2878 "-nostdlib",
2879 "$(LIBSYSTEM_LIBS)",
2880 "-umbrella",
2881 System,
2882 "-L$(SDKROOT)/$(DRIVERKITROOT)/usr/lib/system",
2883 );
2884 OTHER_TAPI_FLAGS = "-extra-private-header ./dyld3/libdyldEntryVector.h -extra-private-header ${SRCROOT}/include/mach-o/dyld_priv.h -ObjC++ -std=c++11 -umbrella System -extra-private-header ${SRCROOT}/include/mach-o/dyld.h -extra-private-header ${SRCROOT}/include/dlfcn.h";
2885 PRIVATE_HEADERS_FOLDER_PATH = "$(DRIVERKITROOT)/Runtime/usr/local/include/mach-o";
2886 PRODUCT_NAME = dyld;
2887 PUBLIC_HEADERS_FOLDER_PATH = "$(DRIVERKITROOT)/Runtime/usr/include/mach-o";
2888 SDKROOT = driverkit.internal;
2889 SKIP_INSTALL = NO;
2890 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos";
2891 SUPPORTS_TEXT_BASED_API = YES;
2892 SYSTEM_FRAMEWORK_SEARCH_PATHS = "$(SDKROOT)/$(DRIVERKITROOT)/Runtime/System/Library/Frameworks $(SDKROOT)/$(DRIVERKITROOT)/System/Library/PrivateFrameworks";
2893 SYSTEM_HEADER_SEARCH_PATHS = "$(SDKROOT)/$(DRIVERKITROOT)/Runtime/usr/local/include $(SDKROOT)/$(DRIVERKITROOT)/Runtime/usr/include";
2894 TAPI_VERIFY_MODE = ErrorsOnly;
2895 VERSIONING_SYSTEM = "apple-generic";
2896 VERSION_INFO_EXPORT_DECL = "__attribute__((visibility(\"default\")))";
2897 WARNING_CFLAGS = (
2898 "-Wmost",
2899 "-Wno-four-char-constants",
2900 "-Wno-unknown-pragmas",
2901 "-Wimplicit-fallthrough",
2902 );
2903 };
2904 name = Debug;
2905 };
2906 F92C7E1321E59840000D12B5 /* Release */ = {
2907 isa = XCBuildConfiguration;
2908 baseConfigurationReference = F971DD151A4A0E0700BBDD52 /* libdyld.xcconfig */;
2909 buildSettings = {
2910 CLANG_WARN_EMPTY_BODY = YES;
2911 CODE_SIGN_IDENTITY = "-";
2912 COMBINE_HIDPI_IMAGES = YES;
2913 COPY_PHASE_STRIP = YES;
2914 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
2915 DEAD_CODE_STRIPPING = YES;
2916 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
2917 DYLIB_CURRENT_VERSION = "$(RC_ProjectSourceVersion)";
2918 EXECUTABLE_PREFIX = lib;
2919 GCC_C_LANGUAGE_STANDARD = gnu99;
2920 GCC_ENABLE_CPP_EXCEPTIONS = NO;
2921 GCC_ENABLE_CPP_RTTI = NO;
2922 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2923 GCC_PREPROCESSOR_DEFINITIONS = (
2924 "BUILDING_LIBDYLD=1",
2925 "TARGET_OS_DRIVERKIT=1",
2926 );
2927 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
2928 GCC_WARN_ABOUT_RETURN_TYPE = YES;
2929 GCC_WARN_SHADOW = YES;
2930 GCC_WARN_UNINITIALIZED_AUTOS = YES;
2931 GENERATE_TEXT_BASED_STUBS = YES;
2932 INSTALLHDRS_COPY_PHASE = YES;
2933 INSTALLHDRS_SCRIPT_PHASE = YES;
2934 INSTALL_PATH = "$(DRIVERKITROOT)/usr/lib/system";
2935 OTHER_CFLAGS = "";
2936 OTHER_CPLUSPLUSFLAGS = (
2937 "$(OTHER_CFLAGS)",
2938 "-fno-exceptions",
2939 );
2940 OTHER_LDFLAGS = (
2941 "-Wl,-no_inits",
2942 "-nostdlib",
2943 "$(LIBSYSTEM_LIBS)",
2944 "-umbrella",
2945 System,
2946 "-L$(SDKROOT)/$(DRIVERKITROOT)/usr/lib/system",
2947 );
2948 OTHER_TAPI_FLAGS = "-extra-private-header ./dyld3/libdyldEntryVector.h -extra-private-header ${SRCROOT}/include/mach-o/dyld_priv.h -ObjC++ -std=c++11 -umbrella System -extra-private-header ${SRCROOT}/include/mach-o/dyld.h -extra-private-header ${SRCROOT}/include/dlfcn.h";
2949 PRIVATE_HEADERS_FOLDER_PATH = "$(DRIVERKITROOT)/Runtime/usr/local/include/mach-o";
2950 PRODUCT_NAME = dyld;
2951 PUBLIC_HEADERS_FOLDER_PATH = "$(DRIVERKITROOT)/Runtime/usr/include/mach-o";
2952 SDKROOT = driverkit.internal;
2953 SEPARATE_STRIP = YES;
2954 SKIP_INSTALL = NO;
2955 STRIP_INSTALLED_PRODUCT = YES;
2956 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos";
2957 SUPPORTS_TEXT_BASED_API = YES;
2958 SYSTEM_FRAMEWORK_SEARCH_PATHS = "$(SDKROOT)/$(DRIVERKITROOT)/Runtime/System/Library/Frameworks $(SDKROOT)/$(DRIVERKITROOT)/System/Library/PrivateFrameworks";
2959 SYSTEM_HEADER_SEARCH_PATHS = "$(SDKROOT)/$(DRIVERKITROOT)/Runtime/usr/local/include $(SDKROOT)/$(DRIVERKITROOT)/Runtime/usr/include";
2960 TAPI_VERIFY_MODE = ErrorsOnly;
2961 VERSIONING_SYSTEM = "apple-generic";
2962 VERSION_INFO_EXPORT_DECL = "__attribute__((visibility(\"default\")))";
2963 WARNING_CFLAGS = (
2964 "-Wmost",
2965 "-Wno-four-char-constants",
2966 "-Wno-unknown-pragmas",
2967 "-Wimplicit-fallthrough",
2968 );
2969 };
2970 name = Release;
2971 };
2972 F93937350A94FB2900070A07 /* Debug */ = {
2973 isa = XCBuildConfiguration;
2974 baseConfigurationReference = F971DD161A4A0E0700BBDD52 /* update_dyld_shared_cache.xcconfig */;
2975 buildSettings = {
2976 CLANG_CXX_LIBRARY = "libc++";
2977 CLANG_ENABLE_OBJC_ARC = YES;
2978 COPY_PHASE_STRIP = NO;
2979 DEAD_CODE_STRIPPING = YES;
2980 DEBUG_INFORMATION_FORMAT = dwarf;
2981 FRAMEWORK_SEARCH_PATHS = (
2982 "$(inherited)",
2983 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
2984 );
2985 GCC_DYNAMIC_NO_PIC = NO;
2986 GCC_ENABLE_CPP_EXCEPTIONS = YES;
2987 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2988 GCC_OPTIMIZATION_LEVEL = 0;
2989 GCC_PREPROCESSOR_DEFINITIONS = (
2990 "BUILDING_CACHE_BUILDER=1",
2991 "BUILDING_UPDATE_DYLD_CACHE_BUILDER=1",
2992 "DEBUG=1",
2993 );
2994 GCC_THREADSAFE_STATICS = NO;
2995 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
2996 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
2997 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
2998 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = NO;
2999 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
3000 GCC_WARN_MISSING_PARENTHESES = YES;
3001 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
3002 GCC_WARN_SHADOW = YES;
3003 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3004 GCC_WARN_UNUSED_FUNCTION = YES;
3005 GCC_WARN_UNUSED_VARIABLE = YES;
3006 INSTALL_PATH = /usr/bin;
3007 MACOSX_DEPLOYMENT_TARGET = 10.13;
3008 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
3009 OTHER_LDFLAGS = "-stdlib=libc++";
3010 PRODUCT_NAME = update_dyld_shared_cache;
3011 SDKROOT = macosx.internal;
3012 USE_HEADERMAP = NO;
3013 VALID_ARCHS = x86_64;
3014 };
3015 name = Debug;
3016 };
3017 F93937360A94FB2900070A07 /* Release */ = {
3018 isa = XCBuildConfiguration;
3019 baseConfigurationReference = F971DD161A4A0E0700BBDD52 /* update_dyld_shared_cache.xcconfig */;
3020 buildSettings = {
3021 CLANG_CXX_LIBRARY = "libc++";
3022 CLANG_ENABLE_OBJC_ARC = YES;
3023 CODE_SIGN_ENTITLEMENTS = "dyld3/shared-cache/update_dyld_shared_cache_entitlements.plist";
3024 CODE_SIGN_IDENTITY = "-";
3025 COPY_PHASE_STRIP = NO;
3026 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
3027 DEAD_CODE_STRIPPING = YES;
3028 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3029 FRAMEWORK_SEARCH_PATHS = (
3030 "$(inherited)",
3031 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
3032 );
3033 GCC_DYNAMIC_NO_PIC = NO;
3034 GCC_ENABLE_CPP_EXCEPTIONS = YES;
3035 GCC_OPTIMIZATION_LEVEL = s;
3036 GCC_PREPROCESSOR_DEFINITIONS = (
3037 "BUILDING_CACHE_BUILDER=1",
3038 "BUILDING_UPDATE_DYLD_CACHE_BUILDER=1",
3039 );
3040 GCC_THREADSAFE_STATICS = NO;
3041 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
3042 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
3043 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
3044 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
3045 GCC_WARN_SHADOW = YES;
3046 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3047 INSTALL_PATH = /usr/bin;
3048 MACOSX_DEPLOYMENT_TARGET = 10.13;
3049 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
3050 OTHER_LDFLAGS = "-stdlib=libc++";
3051 PRODUCT_NAME = update_dyld_shared_cache;
3052 SDKROOT = macosx.internal;
3053 STRIP_INSTALLED_PRODUCT = YES;
3054 STRIP_STYLE = debugging;
3055 USE_HEADERMAP = NO;
3056 VALID_ARCHS = x86_64;
3057 VERSIONING_SYSTEM = "apple-generic";
3058 };
3059 name = Release;
3060 };
3061 F9556D3D20C1F896004DF62A /* Debug */ = {
3062 isa = XCBuildConfiguration;
3063 buildSettings = {
3064 ALWAYS_SEARCH_USER_PATHS = NO;
3065 CLANG_ANALYZER_NONNULL = YES;
3066 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
3067 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
3068 CLANG_CXX_LIBRARY = "libc++";
3069 CLANG_ENABLE_MODULES = YES;
3070 CLANG_ENABLE_OBJC_ARC = YES;
3071 CLANG_ENABLE_OBJC_WEAK = YES;
3072 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
3073 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
3074 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
3075 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
3076 CODE_SIGN_IDENTITY = "-";
3077 COPY_PHASE_STRIP = NO;
3078 DEBUG_INFORMATION_FORMAT = dwarf;
3079 ENABLE_TESTABILITY = YES;
3080 GCC_C_LANGUAGE_STANDARD = gnu11;
3081 GCC_DYNAMIC_NO_PIC = NO;
3082 GCC_OPTIMIZATION_LEVEL = 0;
3083 GCC_PREPROCESSOR_DEFINITIONS = (
3084 "DEBUG=1",
3085 "$(inherited)",
3086 );
3087 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
3088 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
3089 MACOSX_DEPLOYMENT_TARGET = 10.14;
3090 MTL_ENABLE_DEBUG_INFO = YES;
3091 PRODUCT_NAME = "$(TARGET_NAME)";
3092 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
3093 };
3094 name = Debug;
3095 };
3096 F9556D3E20C1F896004DF62A /* Release */ = {
3097 isa = XCBuildConfiguration;
3098 buildSettings = {
3099 ALWAYS_SEARCH_USER_PATHS = NO;
3100 CLANG_ANALYZER_NONNULL = YES;
3101 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
3102 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
3103 CLANG_CXX_LIBRARY = "libc++";
3104 CLANG_ENABLE_MODULES = YES;
3105 CLANG_ENABLE_OBJC_ARC = YES;
3106 CLANG_ENABLE_OBJC_WEAK = YES;
3107 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
3108 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
3109 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
3110 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
3111 CODE_SIGN_IDENTITY = "-";
3112 COPY_PHASE_STRIP = NO;
3113 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3114 ENABLE_NS_ASSERTIONS = NO;
3115 GCC_C_LANGUAGE_STANDARD = gnu11;
3116 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
3117 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
3118 MACOSX_DEPLOYMENT_TARGET = 10.14;
3119 MTL_ENABLE_DEBUG_INFO = NO;
3120 PRODUCT_NAME = "$(TARGET_NAME)";
3121 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
3122 };
3123 name = Release;
3124 };
3125 F96354431DCD74A400895049 /* Debug */ = {
3126 isa = XCBuildConfiguration;
3127 baseConfigurationReference = F94182DE1E60FFDC00D8EF25 /* update_dyld_sim_shared_cache.xcconfig */;
3128 buildSettings = {
3129 CLANG_CXX_LIBRARY = "libc++";
3130 CLANG_ENABLE_OBJC_ARC = YES;
3131 COPY_PHASE_STRIP = NO;
3132 DEBUG_INFORMATION_FORMAT = dwarf;
3133 FRAMEWORK_SEARCH_PATHS = (
3134 "$(inherited)",
3135 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
3136 );
3137 GCC_DYNAMIC_NO_PIC = NO;
3138 GCC_ENABLE_CPP_EXCEPTIONS = YES;
3139 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
3140 GCC_OPTIMIZATION_LEVEL = 0;
3141 GCC_PREPROCESSOR_DEFINITIONS = "BUILDING_CACHE_BUILDER=1";
3142 GCC_THREADSAFE_STATICS = NO;
3143 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
3144 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
3145 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
3146 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = NO;
3147 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
3148 GCC_WARN_MISSING_PARENTHESES = YES;
3149 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
3150 GCC_WARN_SHADOW = YES;
3151 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3152 GCC_WARN_UNUSED_FUNCTION = YES;
3153 GCC_WARN_UNUSED_VARIABLE = YES;
3154 INSTALL_PATH = "$(DEVICE_PLATFORM_INSTALL_DIR)/Developer/Library/CoreSimulator/Profiles/Runtimes/$(SIMULATOR_DIR_NAME).simruntime/Contents/Resources";
3155 MACOSX_DEPLOYMENT_TARGET = 10.14;
3156 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
3157 OTHER_LDFLAGS = "-stdlib=libc++";
3158 PRODUCT_NAME = "$(TARGET_NAME)";
3159 SDKROOT = macosx.internal;
3160 SIMULATOR_DIR_NAME = "$(PLATFORM_FAMILY_NAME_$(DEVICE_PLATFORM_NAME)) $(IPHONE_SDK_MARKETING_VERSION)";
3161 USE_HEADERMAP = NO;
3162 VALID_ARCHS = "x86_64 x86_64h";
3163 };
3164 name = Debug;
3165 };
3166 F96354441DCD74A400895049 /* Release */ = {
3167 isa = XCBuildConfiguration;
3168 baseConfigurationReference = F94182DE1E60FFDC00D8EF25 /* update_dyld_sim_shared_cache.xcconfig */;
3169 buildSettings = {
3170 CLANG_CXX_LIBRARY = "libc++";
3171 CLANG_ENABLE_OBJC_ARC = YES;
3172 COPY_PHASE_STRIP = NO;
3173 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
3174 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3175 FRAMEWORK_SEARCH_PATHS = (
3176 "$(inherited)",
3177 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
3178 );
3179 GCC_DYNAMIC_NO_PIC = NO;
3180 GCC_ENABLE_CPP_EXCEPTIONS = YES;
3181 GCC_OPTIMIZATION_LEVEL = s;
3182 GCC_PREPROCESSOR_DEFINITIONS = "BUILDING_CACHE_BUILDER=1";
3183 GCC_THREADSAFE_STATICS = NO;
3184 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
3185 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
3186 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
3187 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
3188 GCC_WARN_SHADOW = YES;
3189 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3190 INSTALL_PATH = "$(DEVICE_PLATFORM_INSTALL_DIR)/Developer/Library/CoreSimulator/Profiles/Runtimes/$(SIMULATOR_DIR_NAME).simruntime/Contents/Resources";
3191 MACOSX_DEPLOYMENT_TARGET = 10.14;
3192 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
3193 OTHER_LDFLAGS = "-stdlib=libc++";
3194 PRODUCT_NAME = "$(TARGET_NAME)";
3195 SDKROOT = macosx.internal;
3196 SIMULATOR_DIR_NAME = "$(PLATFORM_FAMILY_NAME_$(DEVICE_PLATFORM_NAME)) $(IPHONE_SDK_MARKETING_VERSION)";
3197 STRIP_INSTALLED_PRODUCT = YES;
3198 STRIP_STYLE = debugging;
3199 USE_HEADERMAP = NO;
3200 VALID_ARCHS = "x86_64 x86_64h";
3201 VERSIONING_SYSTEM = "apple-generic";
3202 };
3203 name = Release;
3204 };
3205 F97C61AC1DBAD1A900A84CD7 /* Debug */ = {
3206 isa = XCBuildConfiguration;
3207 buildSettings = {
3208 ALWAYS_SEARCH_USER_PATHS = NO;
3209 CLANG_ANALYZER_NONNULL = YES;
3210 CLANG_CXX_LIBRARY = "libc++";
3211 CLANG_ENABLE_MODULES = YES;
3212 CLANG_ENABLE_OBJC_ARC = YES;
3213 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
3214 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
3215 CLANG_WARN_INFINITE_RECURSION = YES;
3216 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
3217 CLANG_WARN_SUSPICIOUS_MOVES = YES;
3218 CODE_SIGN_IDENTITY = "-";
3219 COPY_PHASE_STRIP = NO;
3220 DEAD_CODE_STRIPPING = YES;
3221 DEBUG_INFORMATION_FORMAT = dwarf;
3222 DEVELOPMENT_TEAM = 59GAB85EFG;
3223 ENABLE_TESTABILITY = YES;
3224 GCC_C_LANGUAGE_STANDARD = gnu99;
3225 GCC_DYNAMIC_NO_PIC = NO;
3226 GCC_OPTIMIZATION_LEVEL = 0;
3227 GCC_PREPROCESSOR_DEFINITIONS = (
3228 "DEBUG=1",
3229 "$(inherited)",
3230 );
3231 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
3232 GCC_WARN_SHADOW = YES;
3233 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
3234 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/bin";
3235 MACOSX_DEPLOYMENT_TARGET = 10.13;
3236 MTL_ENABLE_DEBUG_INFO = YES;
3237 ONLY_ACTIVE_ARCH = YES;
3238 PRODUCT_NAME = "$(TARGET_NAME)";
3239 SDKROOT = macosx.internal;
3240 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
3241 };
3242 name = Debug;
3243 };
3244 F97C61AD1DBAD1A900A84CD7 /* Release */ = {
3245 isa = XCBuildConfiguration;
3246 buildSettings = {
3247 ALWAYS_SEARCH_USER_PATHS = NO;
3248 CLANG_ANALYZER_NONNULL = YES;
3249 CLANG_CXX_LIBRARY = "libc++";
3250 CLANG_ENABLE_MODULES = YES;
3251 CLANG_ENABLE_OBJC_ARC = YES;
3252 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
3253 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
3254 CLANG_WARN_INFINITE_RECURSION = YES;
3255 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
3256 CLANG_WARN_SUSPICIOUS_MOVES = YES;
3257 CODE_SIGN_IDENTITY = "-";
3258 COPY_PHASE_STRIP = NO;
3259 DEAD_CODE_STRIPPING = YES;
3260 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3261 DEVELOPMENT_TEAM = 59GAB85EFG;
3262 ENABLE_NS_ASSERTIONS = NO;
3263 GCC_C_LANGUAGE_STANDARD = gnu99;
3264 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
3265 GCC_WARN_SHADOW = YES;
3266 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
3267 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/bin";
3268 MACOSX_DEPLOYMENT_TARGET = 10.13;
3269 MTL_ENABLE_DEBUG_INFO = NO;
3270 PRODUCT_NAME = "$(TARGET_NAME)";
3271 SDKROOT = macosx.internal;
3272 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
3273 };
3274 name = Release;
3275 };
3276 F97FF35A1C23638F000ACDD2 /* Debug */ = {
3277 isa = XCBuildConfiguration;
3278 buildSettings = {
3279 ALWAYS_SEARCH_USER_PATHS = NO;
3280 CLANG_CXX_LIBRARY = "libc++";
3281 CLANG_ENABLE_MODULES = NO;
3282 CLANG_ENABLE_OBJC_ARC = YES;
3283 CLANG_WARN_BOOL_CONVERSION = YES;
3284 CLANG_WARN_CONSTANT_CONVERSION = YES;
3285 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
3286 CLANG_WARN_EMPTY_BODY = YES;
3287 CLANG_WARN_ENUM_CONVERSION = YES;
3288 CLANG_WARN_INT_CONVERSION = YES;
3289 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
3290 CLANG_WARN_UNREACHABLE_CODE = YES;
3291 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
3292 CODE_SIGN_IDENTITY = "-";
3293 COPY_PHASE_STRIP = NO;
3294 DEBUG_INFORMATION_FORMAT = dwarf;
3295 ENABLE_STRICT_OBJC_MSGSEND = YES;
3296 ENABLE_TESTABILITY = YES;
3297 GCC_C_LANGUAGE_STANDARD = gnu99;
3298 GCC_DYNAMIC_NO_PIC = NO;
3299 GCC_NO_COMMON_BLOCKS = YES;
3300 GCC_OPTIMIZATION_LEVEL = 0;
3301 GCC_PREPROCESSOR_DEFINITIONS = (
3302 "DEBUG=1",
3303 "$(inherited)",
3304 );
3305 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
3306 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
3307 GCC_WARN_UNDECLARED_SELECTOR = YES;
3308 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
3309 GCC_WARN_UNUSED_FUNCTION = YES;
3310 GCC_WARN_UNUSED_VARIABLE = YES;
3311 HEADER_SEARCH_PATHS = (
3312 "$(DERIVED_SOURCES_DIR)/**",
3313 "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders",
3314 );
3315 MACOSX_DEPLOYMENT_TARGET = 10.11;
3316 MTL_ENABLE_DEBUG_INFO = YES;
3317 PRODUCT_NAME = "$(TARGET_NAME)";
3318 SDKROOT = macosx.internal;
3319 };
3320 name = Debug;
3321 };
3322 F97FF35B1C23638F000ACDD2 /* Release */ = {
3323 isa = XCBuildConfiguration;
3324 buildSettings = {
3325 ALWAYS_SEARCH_USER_PATHS = NO;
3326 CLANG_CXX_LIBRARY = "libc++";
3327 CLANG_ENABLE_MODULES = NO;
3328 CLANG_ENABLE_OBJC_ARC = YES;
3329 CLANG_WARN_BOOL_CONVERSION = YES;
3330 CLANG_WARN_CONSTANT_CONVERSION = YES;
3331 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
3332 CLANG_WARN_EMPTY_BODY = YES;
3333 CLANG_WARN_ENUM_CONVERSION = YES;
3334 CLANG_WARN_INT_CONVERSION = YES;
3335 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
3336 CLANG_WARN_UNREACHABLE_CODE = YES;
3337 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
3338 CODE_SIGN_IDENTITY = "-";
3339 COPY_PHASE_STRIP = NO;
3340 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
3341 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3342 ENABLE_NS_ASSERTIONS = NO;
3343 ENABLE_STRICT_OBJC_MSGSEND = YES;
3344 GCC_C_LANGUAGE_STANDARD = gnu99;
3345 GCC_NO_COMMON_BLOCKS = YES;
3346 GCC_PREPROCESSOR_DEFINITIONS = "";
3347 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
3348 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
3349 GCC_WARN_UNDECLARED_SELECTOR = YES;
3350 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
3351 GCC_WARN_UNUSED_FUNCTION = YES;
3352 GCC_WARN_UNUSED_VARIABLE = YES;
3353 HEADER_SEARCH_PATHS = (
3354 "$(DERIVED_SOURCES_DIR)/**",
3355 "$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders",
3356 );
3357 MACOSX_DEPLOYMENT_TARGET = 10.11;
3358 MTL_ENABLE_DEBUG_INFO = NO;
3359 PRODUCT_NAME = "$(TARGET_NAME)";
3360 SDKROOT = macosx.internal;
3361 VERSIONING_SYSTEM = "apple-generic";
3362 };
3363 name = Release;
3364 };
3365 F98E37932332D048003706B4 /* Debug */ = {
3366 isa = XCBuildConfiguration;
3367 baseConfigurationReference = F971DD161A4A0E0700BBDD52 /* update_dyld_shared_cache.xcconfig */;
3368 buildSettings = {
3369 CLANG_CXX_LIBRARY = "libc++";
3370 CLANG_ENABLE_OBJC_ARC = YES;
3371 COPY_PHASE_STRIP = NO;
3372 DEAD_CODE_STRIPPING = YES;
3373 DEBUG_INFORMATION_FORMAT = dwarf;
3374 FRAMEWORK_SEARCH_PATHS = (
3375 "$(inherited)",
3376 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
3377 );
3378 GCC_DYNAMIC_NO_PIC = NO;
3379 GCC_ENABLE_CPP_EXCEPTIONS = YES;
3380 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
3381 GCC_OPTIMIZATION_LEVEL = 0;
3382 GCC_PREPROCESSOR_DEFINITIONS = (
3383 "BUILDING_CACHE_BUILDER=1",
3384 "BUILDING_UPDATE_DYLD_CACHE_BUILDER=1",
3385 "BUILDING_UPDATE_OTHER_DYLD_CACHE_BUILDER=1",
3386 "DEBUG=1",
3387 );
3388 GCC_THREADSAFE_STATICS = NO;
3389 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
3390 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
3391 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES;
3392 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = NO;
3393 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
3394 GCC_WARN_MISSING_PARENTHESES = YES;
3395 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
3396 GCC_WARN_SHADOW = YES;
3397 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3398 GCC_WARN_UNUSED_FUNCTION = YES;
3399 GCC_WARN_UNUSED_VARIABLE = YES;
3400 INSTALL_PATH = /usr/bin;
3401 MACOSX_DEPLOYMENT_TARGET = 10.13;
3402 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
3403 OTHER_LDFLAGS = "-stdlib=libc++";
3404 PRODUCT_NAME = update_dyld_shared_cache_root_mode;
3405 SDKROOT = macosx.internal;
3406 USE_HEADERMAP = NO;
3407 VALID_ARCHS = x86_64;
3408 };
3409 name = Debug;
3410 };
3411 F98E37942332D048003706B4 /* Release */ = {
3412 isa = XCBuildConfiguration;
3413 baseConfigurationReference = F971DD161A4A0E0700BBDD52 /* update_dyld_shared_cache.xcconfig */;
3414 buildSettings = {
3415 CLANG_CXX_LIBRARY = "libc++";
3416 CLANG_ENABLE_OBJC_ARC = YES;
3417 COPY_PHASE_STRIP = NO;
3418 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
3419 DEAD_CODE_STRIPPING = YES;
3420 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3421 FRAMEWORK_SEARCH_PATHS = (
3422 "$(inherited)",
3423 "$(SDKROOT)$(SYSTEM_LIBRARY_DIR)/PrivateFrameworks",
3424 );
3425 GCC_DYNAMIC_NO_PIC = NO;
3426 GCC_ENABLE_CPP_EXCEPTIONS = YES;
3427 GCC_OPTIMIZATION_LEVEL = s;
3428 GCC_PREPROCESSOR_DEFINITIONS = (
3429 "BUILDING_CACHE_BUILDER=1",
3430 "BUILDING_UPDATE_DYLD_CACHE_BUILDER=1",
3431 "BUILDING_UPDATE_OTHER_DYLD_CACHE_BUILDER=1",
3432 );
3433 GCC_THREADSAFE_STATICS = NO;
3434 GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
3435 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
3436 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
3437 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
3438 GCC_WARN_SHADOW = YES;
3439 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3440 INSTALL_PATH = /usr/bin;
3441 MACOSX_DEPLOYMENT_TARGET = 10.13;
3442 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
3443 OTHER_LDFLAGS = "-stdlib=libc++";
3444 PRODUCT_NAME = update_dyld_shared_cache_root_mode;
3445 SDKROOT = macosx.internal;
3446 STRIP_INSTALLED_PRODUCT = YES;
3447 STRIP_STYLE = debugging;
3448 USE_HEADERMAP = NO;
3449 VALID_ARCHS = x86_64;
3450 VERSIONING_SYSTEM = "apple-generic";
3451 };
3452 name = Release;
3453 };
3454 F99B8E580FEC10F600701838 /* Debug */ = {
3455 isa = XCBuildConfiguration;
3456 buildSettings = {
3457 ALWAYS_SEARCH_USER_PATHS = NO;
3458 COPY_PHASE_STRIP = NO;
3459 GCC_DYNAMIC_NO_PIC = NO;
3460 GCC_MODEL_TUNING = G5;
3461 GCC_OPTIMIZATION_LEVEL = 0;
3462 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3463 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/bin";
3464 PRODUCT_NAME = dyld_shared_cache_util;
3465 SDKROOT = macosx.internal;
3466 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
3467 };
3468 name = Debug;
3469 };
3470 F99B8E590FEC10F600701838 /* Release */ = {
3471 isa = XCBuildConfiguration;
3472 buildSettings = {
3473 ALWAYS_SEARCH_USER_PATHS = NO;
3474 COPY_PHASE_STRIP = YES;
3475 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3476 GCC_DYNAMIC_NO_PIC = NO;
3477 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3478 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/bin";
3479 PRODUCT_NAME = dyld_shared_cache_util;
3480 SDKROOT = macosx.internal;
3481 SKIP_INSTALL = NO;
3482 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
3483 };
3484 name = Release;
3485 };
3486 F9D1001314D8D0BB00099D91 /* Debug */ = {
3487 isa = XCBuildConfiguration;
3488 buildSettings = {
3489 ALWAYS_SEARCH_USER_PATHS = NO;
3490 COMBINE_HIDPI_IMAGES = YES;
3491 COPY_PHASE_STRIP = NO;
3492 DYLIB_COMPATIBILITY_VERSION = "";
3493 DYLIB_CURRENT_VERSION = "";
3494 EXECUTABLE_EXTENSION = bundle;
3495 GCC_DYNAMIC_NO_PIC = NO;
3496 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
3497 GCC_OPTIMIZATION_LEVEL = 0;
3498 INSTALL_PATH = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/lib";
3499 "INSTALL_PATH[sdk=*]" = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/local/lib";
3500 "INSTALL_PATH[sdk=macosx*]" = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/lib";
3501 MACH_O_TYPE = mh_bundle;
3502 OTHER_CPLUSPLUSFLAGS = (
3503 "-stdlib=libc++",
3504 "$(OTHER_CFLAGS)",
3505 );
3506 OTHER_LDFLAGS = (
3507 "-stdlib=libc++",
3508 "-Wl,-exported_symbol,_dyld_shared_cache_extract_dylibs_progress",
3509 );
3510 PRODUCT_NAME = dsc_extractor;
3511 };
3512 name = Debug;
3513 };
3514 F9D1001414D8D0BB00099D91 /* Release */ = {
3515 isa = XCBuildConfiguration;
3516 buildSettings = {
3517 ALWAYS_SEARCH_USER_PATHS = NO;
3518 COMBINE_HIDPI_IMAGES = YES;
3519 COPY_PHASE_STRIP = YES;
3520 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3521 DYLIB_COMPATIBILITY_VERSION = "";
3522 DYLIB_CURRENT_VERSION = "";
3523 EXECUTABLE_EXTENSION = bundle;
3524 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
3525 INSTALL_PATH = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/lib";
3526 "INSTALL_PATH[sdk=*]" = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/local/lib";
3527 "INSTALL_PATH[sdk=macosx*]" = "$(INSTALL_PATH_PREFIX)$(INSTALL_LOCATION)/usr/lib";
3528 MACH_O_TYPE = mh_bundle;
3529 OTHER_CPLUSPLUSFLAGS = (
3530 "-stdlib=libc++",
3531 "$(OTHER_CFLAGS)",
3532 );
3533 OTHER_LDFLAGS = (
3534 "-stdlib=libc++",
3535 "-Wl,-exported_symbol,_dyld_shared_cache_extract_dylibs_progress",
3536 );
3537 PRODUCT_NAME = dsc_extractor;
3538 ZERO_LINK = NO;
3539 };
3540 name = Release;
3541 };
3542 F9D8C7DE087B087300E93EFB /* Debug */ = {
3543 isa = XCBuildConfiguration;
3544 baseConfigurationReference = F971DD141A4A0E0700BBDD52 /* dyld.xcconfig */;
3545 buildSettings = {
3546 ALWAYS_SEARCH_USER_PATHS = NO;
3547 CLANG_CXX_LIBRARY = "libc++";
3548 CLANG_WARN_EMPTY_BODY = YES;
3549 CODE_SIGN_IDENTITY = "-";
3550 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
3551 DEAD_CODE_STRIPPING = YES;
3552 DEBUG_INFORMATION_FORMAT = dwarf;
3553 GCC_C_LANGUAGE_STANDARD = c99;
3554 GCC_DYNAMIC_NO_PIC = NO;
3555 GCC_ENABLE_BUILTIN_FUNCTIONS = NO;
3556 GCC_ENABLE_CPP_EXCEPTIONS = YES;
3557 GCC_OPTIMIZATION_LEVEL = 0;
3558 GCC_PREPROCESSOR_DEFINITIONS = (
3559 "DYLD_VERSION=$(RC_ProjectSourceVersion)",
3560 "_LIBCPP_NO_EXCEPTIONS=1",
3561 "$(inherited)",
3562 );
3563 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
3564 GCC_WARN_ALLOW_INCOMPLETE_PROTOCOL = NO;
3565 GCC_WARN_MISSING_PARENTHESES = YES;
3566 GCC_WARN_SHADOW = YES;
3567 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3568 GCC_WARN_UNINITIALIZED_AUTOS = NO;
3569 LD_GENERATE_MAP_FILE = YES;
3570 OTHER_CFLAGS = "-fno-stack-check";
3571 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
3572 OTHER_LDFLAGS = (
3573 "@$(DERIVED_SOURCES_DIR)/archives.txt",
3574 "-nostdlib",
3575 "-Wl,-dylinker",
3576 "-Wl,-dylinker_install_name,/usr/lib/dyld",
3577 "-stdlib=libc++",
3578 "$(ALIGNMENT)",
3579 "$(ENTRY)",
3580 "-Wl,-fixup_chains",
3581 "-Wl,-data_const",
3582 );
3583 STRIPFLAGS = "-S";
3584 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos watchsimulator iphonesimulator appletvsimulator";
3585 UNSTRIPPED_PRODUCT = NO;
3586 VERSIONING_SYSTEM = "apple-generic";
3587 WARNING_CFLAGS = (
3588 "-Wmost",
3589 "-Wno-four-char-constants",
3590 "-Wimplicit-fallthrough",
3591 );
3592 };
3593 name = Debug;
3594 };
3595 F9D8C7E0087B087300E93EFB /* Release */ = {
3596 isa = XCBuildConfiguration;
3597 baseConfigurationReference = F971DD141A4A0E0700BBDD52 /* dyld.xcconfig */;
3598 buildSettings = {
3599 CLANG_CXX_LIBRARY = "libc++";
3600 CLANG_WARN_EMPTY_BODY = YES;
3601 CODE_SIGN_IDENTITY = "-";
3602 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
3603 DEAD_CODE_STRIPPING = YES;
3604 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3605 GCC_C_LANGUAGE_STANDARD = c99;
3606 GCC_DYNAMIC_NO_PIC = NO;
3607 GCC_ENABLE_CPP_EXCEPTIONS = YES;
3608 GCC_ENABLE_CPP_RTTI = NO;
3609 GCC_OPTIMIZATION_LEVEL = s;
3610 GCC_PREPROCESSOR_DEFINITIONS = (
3611 "DYLD_VERSION=$(RC_ProjectSourceVersion)",
3612 "_LIBCPP_NO_EXCEPTIONS=1",
3613 "$(inherited)",
3614 );
3615 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
3616 GCC_WARN_SHADOW = YES;
3617 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES;
3618 LD_GENERATE_MAP_FILE = YES;
3619 ORDER_FILE = "$(SRCROOT)/src/dyld.order";
3620 OTHER_CFLAGS = "-fno-stack-check";
3621 OTHER_CPLUSPLUSFLAGS = "$(OTHER_CFLAGS)";
3622 OTHER_LDFLAGS = (
3623 "@$(DERIVED_SOURCES_DIR)/archives.txt",
3624 "-nostdlib",
3625 "-Wl,-dylinker",
3626 "-Wl,-dylinker_install_name,/usr/lib/dyld",
3627 "-stdlib=libc++",
3628 "$(ALIGNMENT)",
3629 "$(ENTRY)",
3630 "-Wl,-data_const",
3631 "-Wl,-section_order,__DATA,__all_image_info:__nl_symbol_ptr:__got:__auth_ptr:__const:__crash_info:__data:__bss:__common",
3632 "-Wl,-fixup_chains",
3633 );
3634 STRIPFLAGS = "-S";
3635 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos watchsimulator iphonesimulator appletvsimulator";
3636 UNSTRIPPED_PRODUCT = NO;
3637 VERSIONING_SYSTEM = "apple-generic";
3638 WARNING_CFLAGS = (
3639 "-Wmost",
3640 "-Wno-four-char-constants",
3641 "-Wno-unknown-pragmas",
3642 "-Wimplicit-fallthrough",
3643 );
3644 };
3645 name = Release;
3646 };
3647 F9D8C7E2087B087300E93EFB /* Debug */ = {
3648 isa = XCBuildConfiguration;
3649 baseConfigurationReference = F971DD151A4A0E0700BBDD52 /* libdyld.xcconfig */;
3650 buildSettings = {
3651 CLANG_WARN_EMPTY_BODY = YES;
3652 CODE_SIGN_IDENTITY = "-";
3653 COMBINE_HIDPI_IMAGES = YES;
3654 CURRENT_PROJECT_VERSION = 500;
3655 DEAD_CODE_STRIPPING = YES;
3656 EXECUTABLE_PREFIX = lib;
3657 GCC_C_LANGUAGE_STANDARD = gnu99;
3658 GCC_ENABLE_CPP_EXCEPTIONS = NO;
3659 GCC_ENABLE_CPP_RTTI = NO;
3660 GCC_OPTIMIZATION_LEVEL = 0;
3661 GCC_PREPROCESSOR_DEFINITIONS = (
3662 "BUILDING_LIBDYLD=1",
3663 "DEBUG=1",
3664 );
3665 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
3666 GCC_WARN_ABOUT_RETURN_TYPE = YES;
3667 GCC_WARN_SHADOW = YES;
3668 GCC_WARN_UNINITIALIZED_AUTOS = YES;
3669 GENERATE_TEXT_BASED_STUBS = YES;
3670 INSTALLHDRS_COPY_PHASE = YES;
3671 INSTALLHDRS_SCRIPT_PHASE = YES;
3672 IS_ZIPPERED = YES;
3673 ONLY_ACTIVE_ARCH = NO;
3674 OTHER_CFLAGS = "";
3675 OTHER_CPLUSPLUSFLAGS = (
3676 "$(OTHER_CFLAGS)",
3677 "-fno-exceptions",
3678 );
3679 OTHER_LDFLAGS = (
3680 "-Wl,-no_inits",
3681 "-nostdlib",
3682 "-lCrashReporterClient",
3683 "$(LIBSYSTEM_LIBS)",
3684 "-umbrella",
3685 System,
3686 "-L$(SDKROOT)/usr/lib/system",
3687 );
3688 OTHER_TAPI_FLAGS = "-extra-public-header ./include/dlfcn.h -extra-private-header ./dyld3/libdyldEntryVector.h -extra-private-header ${SRCROOT}/include/mach-o/dyld_priv.h -ObjC++ -std=c++11 -umbrella System";
3689 PRIVATE_HEADERS_FOLDER_PATH = "/usr/local/include/mach-o";
3690 PRODUCT_NAME = dyld;
3691 PUBLIC_HEADERS_FOLDER_PATH = "/usr//include/mach-o";
3692 SKIP_INSTALL = NO;
3693 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos watchsimulator iphonesimulator appletvsimulator";
3694 SUPPORTS_TEXT_BASED_API = YES;
3695 TAPI_VERIFY_MODE = Pedantic;
3696 VERSIONING_SYSTEM = "apple-generic";
3697 VERSION_INFO_EXPORT_DECL = "__attribute__((visibility(\"default\")))";
3698 WARNING_CFLAGS = (
3699 "-Wmost",
3700 "-Wno-four-char-constants",
3701 "-Wno-unknown-pragmas",
3702 "-Wimplicit-fallthrough",
3703 );
3704 };
3705 name = Debug;
3706 };
3707 F9D8C7E4087B087300E93EFB /* Release */ = {
3708 isa = XCBuildConfiguration;
3709 baseConfigurationReference = F971DD151A4A0E0700BBDD52 /* libdyld.xcconfig */;
3710 buildSettings = {
3711 CLANG_WARN_EMPTY_BODY = YES;
3712 CODE_SIGN_IDENTITY = "-";
3713 COMBINE_HIDPI_IMAGES = YES;
3714 COPY_PHASE_STRIP = YES;
3715 CURRENT_PROJECT_VERSION = "$(RC_ProjectSourceVersion)";
3716 DEAD_CODE_STRIPPING = YES;
3717 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
3718 DYLIB_CURRENT_VERSION = "$(RC_ProjectSourceVersion)";
3719 EXECUTABLE_PREFIX = lib;
3720 GCC_C_LANGUAGE_STANDARD = gnu99;
3721 GCC_ENABLE_CPP_EXCEPTIONS = NO;
3722 GCC_ENABLE_CPP_RTTI = NO;
3723 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
3724 GCC_PREPROCESSOR_DEFINITIONS = "BUILDING_LIBDYLD=1";
3725 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
3726 GCC_WARN_ABOUT_RETURN_TYPE = YES;
3727 GCC_WARN_SHADOW = YES;
3728 GCC_WARN_UNINITIALIZED_AUTOS = YES;
3729 GENERATE_TEXT_BASED_STUBS = YES;
3730 INSTALLHDRS_COPY_PHASE = YES;
3731 INSTALLHDRS_SCRIPT_PHASE = YES;
3732 IS_ZIPPERED = YES;
3733 OTHER_CFLAGS = "";
3734 OTHER_CPLUSPLUSFLAGS = (
3735 "$(OTHER_CFLAGS)",
3736 "-fno-exceptions",
3737 );
3738 OTHER_LDFLAGS = (
3739 "-Wl,-no_inits",
3740 "-nostdlib",
3741 "-lCrashReporterClient",
3742 "$(LIBSYSTEM_LIBS)",
3743 "-umbrella",
3744 System,
3745 "-L$(SDKROOT)/usr/lib/system",
3746 );
3747 OTHER_TAPI_FLAGS = "-extra-public-header ./include/dlfcn.h -extra-private-header ./dyld3/libdyldEntryVector.h -extra-private-header ${SRCROOT}/include/mach-o/dyld_priv.h -ObjC++ -std=c++11 -umbrella System";
3748 PRIVATE_HEADERS_FOLDER_PATH = "/usr/local/include/mach-o";
3749 PRODUCT_NAME = dyld;
3750 PUBLIC_HEADERS_FOLDER_PATH = "/usr//include/mach-o";
3751 SEPARATE_STRIP = YES;
3752 SKIP_INSTALL = NO;
3753 STRIP_INSTALLED_PRODUCT = YES;
3754 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos watchsimulator iphonesimulator appletvsimulator";
3755 SUPPORTS_TEXT_BASED_API = YES;
3756 TAPI_VERIFY_MODE = Pedantic;
3757 VERSIONING_SYSTEM = "apple-generic";
3758 VERSION_INFO_EXPORT_DECL = "__attribute__((visibility(\"default\")))";
3759 WARNING_CFLAGS = (
3760 "-Wmost",
3761 "-Wno-four-char-constants",
3762 "-Wno-unknown-pragmas",
3763 "-Wimplicit-fallthrough",
3764 );
3765 };
3766 name = Release;
3767 };
3768 F9D8C7E6087B087300E93EFB /* Debug */ = {
3769 isa = XCBuildConfiguration;
3770 buildSettings = {
3771 PRODUCT_NAME = all;
3772 };
3773 name = Debug;
3774 };
3775 F9D8C7E8087B087300E93EFB /* Release */ = {
3776 isa = XCBuildConfiguration;
3777 buildSettings = {
3778 PRODUCT_NAME = all;
3779 };
3780 name = Release;
3781 };
3782 F9D8C7EA087B087300E93EFB /* Debug */ = {
3783 isa = XCBuildConfiguration;
3784 baseConfigurationReference = F971DD131A4A0E0700BBDD52 /* base.xcconfig */;
3785 buildSettings = {
3786 ALWAYS_SEARCH_USER_PATHS = NO;
3787 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
3788 CLANG_CXX_LANGUAGE_STANDARD = "c++17";
3789 CLANG_CXX_LIBRARY = "compiler-default";
3790 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
3791 CLANG_WARN_BOOL_CONVERSION = YES;
3792 CLANG_WARN_COMMA = YES;
3793 CLANG_WARN_CONSTANT_CONVERSION = YES;
3794 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
3795 CLANG_WARN_EMPTY_BODY = YES;
3796 CLANG_WARN_ENUM_CONVERSION = YES;
3797 CLANG_WARN_INFINITE_RECURSION = YES;
3798 CLANG_WARN_INT_CONVERSION = YES;
3799 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
3800 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
3801 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
3802 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
3803 CLANG_WARN_STRICT_PROTOTYPES = YES;
3804 CLANG_WARN_SUSPICIOUS_MOVE = YES;
3805 CLANG_WARN_UNREACHABLE_CODE = YES;
3806 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
3807 ENABLE_STRICT_OBJC_MSGSEND = YES;
3808 ENABLE_TESTABILITY = NO;
3809 EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = "$(inherited) build DerivedData closure-tests";
3810 GCC_ENABLE_CPP_EXCEPTIONS = NO;
3811 GCC_ENABLE_CPP_RTTI = NO;
3812 GCC_NO_COMMON_BLOCKS = YES;
3813 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
3814 GCC_WARN_ABOUT_RETURN_TYPE = YES;
3815 GCC_WARN_UNDECLARED_SELECTOR = YES;
3816 GCC_WARN_UNINITIALIZED_AUTOS = YES;
3817 GCC_WARN_UNUSED_FUNCTION = YES;
3818 GCC_WARN_UNUSED_VARIABLE = YES;
3819 HEADER_SEARCH_PATHS = ./include;
3820 ONLY_ACTIVE_ARCH = YES;
3821 SDKROOT = macosx.internal;
3822 USER_HEADER_SEARCH_PATHS = "./dyld3 ./dyld3/shared-cache";
3823 WARNING_CFLAGS = "-Wimplicit-fallthrough";
3824 };
3825 name = Debug;
3826 };
3827 F9D8C7EC087B087300E93EFB /* Release */ = {
3828 isa = XCBuildConfiguration;
3829 baseConfigurationReference = F971DD131A4A0E0700BBDD52 /* base.xcconfig */;
3830 buildSettings = {
3831 ALWAYS_SEARCH_USER_PATHS = NO;
3832 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
3833 CLANG_CXX_LANGUAGE_STANDARD = "c++17";
3834 CLANG_CXX_LIBRARY = "compiler-default";
3835 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
3836 CLANG_WARN_BOOL_CONVERSION = YES;
3837 CLANG_WARN_COMMA = YES;
3838 CLANG_WARN_CONSTANT_CONVERSION = YES;
3839 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
3840 CLANG_WARN_EMPTY_BODY = YES;
3841 CLANG_WARN_ENUM_CONVERSION = YES;
3842 CLANG_WARN_INFINITE_RECURSION = YES;
3843 CLANG_WARN_INT_CONVERSION = YES;
3844 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
3845 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
3846 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
3847 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
3848 CLANG_WARN_STRICT_PROTOTYPES = YES;
3849 CLANG_WARN_SUSPICIOUS_MOVE = YES;
3850 CLANG_WARN_UNREACHABLE_CODE = YES;
3851 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
3852 ENABLE_STRICT_OBJC_MSGSEND = YES;
3853 ENABLE_TESTABILITY = NO;
3854 EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = "$(inherited) build DerivedData closure-tests";
3855 GCC_ENABLE_CPP_EXCEPTIONS = NO;
3856 GCC_ENABLE_CPP_RTTI = NO;
3857 GCC_NO_COMMON_BLOCKS = YES;
3858 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
3859 GCC_WARN_ABOUT_RETURN_TYPE = YES;
3860 GCC_WARN_UNDECLARED_SELECTOR = YES;
3861 GCC_WARN_UNINITIALIZED_AUTOS = YES;
3862 GCC_WARN_UNUSED_FUNCTION = YES;
3863 GCC_WARN_UNUSED_VARIABLE = YES;
3864 HEADER_SEARCH_PATHS = ./include;
3865 SDKROOT = macosx.internal;
3866 USER_HEADER_SEARCH_PATHS = "./dyld3 ./dyld3/shared-cache";
3867 WARNING_CFLAGS = "-Wimplicit-fallthrough";
3868 };
3869 name = Release;
3870 };
3871 F9F2A55A0F7AEE9900B7C9EB /* Debug */ = {
3872 isa = XCBuildConfiguration;
3873 buildSettings = {
3874 ALWAYS_SEARCH_USER_PATHS = NO;
3875 COMBINE_HIDPI_IMAGES = YES;
3876 COPY_PHASE_STRIP = NO;
3877 GCC_DYNAMIC_NO_PIC = NO;
3878 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
3879 GCC_MODEL_TUNING = G5;
3880 GCC_OPTIMIZATION_LEVEL = 0;
3881 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
3882 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/lib";
3883 OTHER_CPLUSPLUSFLAGS = (
3884 "-stdlib=libc++",
3885 "$(OTHER_CFLAGS)",
3886 );
3887 PRODUCT_NAME = dsc;
3888 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
3889 };
3890 name = Debug;
3891 };
3892 F9F2A55B0F7AEE9900B7C9EB /* Release */ = {
3893 isa = XCBuildConfiguration;
3894 buildSettings = {
3895 COMBINE_HIDPI_IMAGES = YES;
3896 COPY_PHASE_STRIP = NO;
3897 GCC_ENABLE_CPP_EXCEPTIONS = NO;
3898 GCC_ENABLE_CPP_RTTI = NO;
3899 GCC_ENABLE_OBJC_EXCEPTIONS = NO;
3900 GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
3901 GCC_MODEL_TUNING = G5;
3902 GCC_SYMBOLS_PRIVATE_EXTERN = YES;
3903 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
3904 GCC_WARN_ABOUT_RETURN_TYPE = YES;
3905 GCC_WARN_PEDANTIC = NO;
3906 GCC_WARN_SHADOW = NO;
3907 GCC_WARN_SIGN_COMPARE = YES;
3908 GCC_WARN_UNINITIALIZED_AUTOS = YES;
3909 GCC_WARN_UNUSED_VARIABLE = YES;
3910 INSTALLHDRS_COPY_PHASE = YES;
3911 INSTALL_PATH = "$(INSTALL_LOCATION)/usr/local/lib";
3912 OTHER_CPLUSPLUSFLAGS = (
3913 "-stdlib=libc++",
3914 "$(OTHER_CFLAGS)",
3915 );
3916 PRODUCT_NAME = dsc;
3917 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos";
3918 ZERO_LINK = NO;
3919 };
3920 name = Release;
3921 };
3922 F9F6F4281C1FB0A700BD8FED /* Debug */ = {
3923 isa = XCBuildConfiguration;
3924 buildSettings = {
3925 PRODUCT_NAME = "$(TARGET_NAME)";
3926 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos watchsimulator iphonesimulator appletvsimulator";
3927 };
3928 name = Debug;
3929 };
3930 F9F6F4291C1FB0A700BD8FED /* Release */ = {
3931 isa = XCBuildConfiguration;
3932 buildSettings = {
3933 PRODUCT_NAME = "$(TARGET_NAME)";
3934 SUPPORTED_PLATFORMS = "macosx iphoneos watchos appletvos bridgeos watchsimulator iphonesimulator appletvsimulator";
3935 };
3936 name = Release;
3937 };
3938 /* End XCBuildConfiguration section */
3939
3940 /* Begin XCConfigurationList section */
3941 3703A1211B38C1B300ADBA7F /* Build configuration list for PBXNativeTarget "dyld_shared_cache_builder" */ = {
3942 isa = XCConfigurationList;
3943 buildConfigurations = (
3944 3703A1221B38C1B300ADBA7F /* Debug */,
3945 3703A1231B38C1B300ADBA7F /* Release */,
3946 );
3947 defaultConfigurationIsVisible = 0;
3948 defaultConfigurationName = Release;
3949 };
3950 377685FF1AC4B27D00026E6C /* Build configuration list for PBXNativeTarget "multi_dyld_shared_cache_builder" */ = {
3951 isa = XCConfigurationList;
3952 buildConfigurations = (
3953 377686001AC4B27D00026E6C /* Debug */,
3954 377686011AC4B27D00026E6C /* Release */,
3955 );
3956 defaultConfigurationIsVisible = 0;
3957 defaultConfigurationName = Release;
3958 };
3959 37A0AD0B1C15FFF500731E50 /* Build configuration list for PBXAggregateTarget "update_dyld_shared_cache" */ = {
3960 isa = XCConfigurationList;
3961 buildConfigurations = (
3962 37A0AD0C1C15FFF500731E50 /* Debug */,
3963 37A0AD0D1C15FFF500731E50 /* Release */,
3964 );
3965 defaultConfigurationIsVisible = 0;
3966 defaultConfigurationName = Release;
3967 };
3968 37F597D32061EB4200F9B6F9 /* Build configuration list for PBXNativeTarget "dyld_usage" */ = {
3969 isa = XCConfigurationList;
3970 buildConfigurations = (
3971 37F597D12061EB4200F9B6F9 /* Debug */,
3972 37F597D22061EB4200F9B6F9 /* Release */,
3973 );
3974 defaultConfigurationIsVisible = 0;
3975 defaultConfigurationName = Release;
3976 };
3977 C187B9071FE063A40042D3B7 /* Build configuration list for PBXNativeTarget "libslc_builder.dylib" */ = {
3978 isa = XCConfigurationList;
3979 buildConfigurations = (
3980 C187B9081FE063A40042D3B7 /* Debug */,
3981 C187B9091FE063A40042D3B7 /* Release */,
3982 );
3983 defaultConfigurationIsVisible = 0;
3984 defaultConfigurationName = Release;
3985 };
3986 F908135211D3ED9000626CC1 /* Build configuration list for PBXAggregateTarget "libdyld" */ = {
3987 isa = XCConfigurationList;
3988 buildConfigurations = (
3989 F908134311D3ED0C00626CC1 /* Debug */,
3990 F908134411D3ED0C00626CC1 /* Release */,
3991 );
3992 defaultConfigurationIsVisible = 0;
3993 defaultConfigurationName = Release;
3994 };
3995 F92C7E1121E59840000D12B5 /* Build configuration list for PBXNativeTarget "libdyld_driverkit" */ = {
3996 isa = XCConfigurationList;
3997 buildConfigurations = (
3998 F92C7E1221E59840000D12B5 /* Debug */,
3999 F92C7E1321E59840000D12B5 /* Release */,
4000 );
4001 defaultConfigurationIsVisible = 0;
4002 defaultConfigurationName = Release;
4003 };
4004 F93937340A94FB2900070A07 /* Build configuration list for PBXNativeTarget "update_dyld_shared_cache_tool" */ = {
4005 isa = XCConfigurationList;
4006 buildConfigurations = (
4007 F93937350A94FB2900070A07 /* Debug */,
4008 F93937360A94FB2900070A07 /* Release */,
4009 );
4010 defaultConfigurationIsVisible = 0;
4011 defaultConfigurationName = Release;
4012 };
4013 F9556D3F20C1F896004DF62A /* Build configuration list for PBXNativeTarget "dyldinfo" */ = {
4014 isa = XCConfigurationList;
4015 buildConfigurations = (
4016 F9556D3D20C1F896004DF62A /* Debug */,
4017 F9556D3E20C1F896004DF62A /* Release */,
4018 );
4019 defaultConfigurationIsVisible = 0;
4020 defaultConfigurationName = Release;
4021 };
4022 F96354421DCD74A400895049 /* Build configuration list for PBXNativeTarget "update_dyld_sim_shared_cache" */ = {
4023 isa = XCConfigurationList;
4024 buildConfigurations = (
4025 F96354431DCD74A400895049 /* Debug */,
4026 F96354441DCD74A400895049 /* Release */,
4027 );
4028 defaultConfigurationIsVisible = 0;
4029 defaultConfigurationName = Release;
4030 };
4031 F97C61AB1DBAD1A900A84CD7 /* Build configuration list for PBXNativeTarget "dyld_closure_util" */ = {
4032 isa = XCConfigurationList;
4033 buildConfigurations = (
4034 F97C61AC1DBAD1A900A84CD7 /* Debug */,
4035 F97C61AD1DBAD1A900A84CD7 /* Release */,
4036 );
4037 defaultConfigurationIsVisible = 0;
4038 defaultConfigurationName = Release;
4039 };
4040 F97FF35C1C23638F000ACDD2 /* Build configuration list for PBXNativeTarget "nocr" */ = {
4041 isa = XCConfigurationList;
4042 buildConfigurations = (
4043 F97FF35A1C23638F000ACDD2 /* Debug */,
4044 F97FF35B1C23638F000ACDD2 /* Release */,
4045 );
4046 defaultConfigurationIsVisible = 0;
4047 defaultConfigurationName = Release;
4048 };
4049 F98E37922332D048003706B4 /* Build configuration list for PBXNativeTarget "update_dyld_shared_cache_root_mode_tool" */ = {
4050 isa = XCConfigurationList;
4051 buildConfigurations = (
4052 F98E37932332D048003706B4 /* Debug */,
4053 F98E37942332D048003706B4 /* Release */,
4054 );
4055 defaultConfigurationIsVisible = 0;
4056 defaultConfigurationName = Release;
4057 };
4058 F99B8E5D0FEC10F800701838 /* Build configuration list for PBXNativeTarget "dyld_shared_cache_util" */ = {
4059 isa = XCConfigurationList;
4060 buildConfigurations = (
4061 F99B8E580FEC10F600701838 /* Debug */,
4062 F99B8E590FEC10F600701838 /* Release */,
4063 );
4064 defaultConfigurationIsVisible = 0;
4065 defaultConfigurationName = Release;
4066 };
4067 F9D1001714D8D0F100099D91 /* Build configuration list for PBXNativeTarget "dsc_extractor" */ = {
4068 isa = XCConfigurationList;
4069 buildConfigurations = (
4070 F9D1001314D8D0BB00099D91 /* Debug */,
4071 F9D1001414D8D0BB00099D91 /* Release */,
4072 );
4073 defaultConfigurationIsVisible = 0;
4074 defaultConfigurationName = Release;
4075 };
4076 F9D8C7DD087B087300E93EFB /* Build configuration list for PBXNativeTarget "dyld" */ = {
4077 isa = XCConfigurationList;
4078 buildConfigurations = (
4079 F9D8C7DE087B087300E93EFB /* Debug */,
4080 F9D8C7E0087B087300E93EFB /* Release */,
4081 );
4082 defaultConfigurationIsVisible = 0;
4083 defaultConfigurationName = Release;
4084 };
4085 F9D8C7E1087B087300E93EFB /* Build configuration list for PBXNativeTarget "libdyld.dylib" */ = {
4086 isa = XCConfigurationList;
4087 buildConfigurations = (
4088 F9D8C7E2087B087300E93EFB /* Debug */,
4089 F9D8C7E4087B087300E93EFB /* Release */,
4090 );
4091 defaultConfigurationIsVisible = 0;
4092 defaultConfigurationName = Release;
4093 };
4094 F9D8C7E5087B087300E93EFB /* Build configuration list for PBXAggregateTarget "all" */ = {
4095 isa = XCConfigurationList;
4096 buildConfigurations = (
4097 F9D8C7E6087B087300E93EFB /* Debug */,
4098 F9D8C7E8087B087300E93EFB /* Release */,
4099 );
4100 defaultConfigurationIsVisible = 0;
4101 defaultConfigurationName = Release;
4102 };
4103 F9D8C7E9087B087300E93EFB /* Build configuration list for PBXProject "dyld" */ = {
4104 isa = XCConfigurationList;
4105 buildConfigurations = (
4106 F9D8C7EA087B087300E93EFB /* Debug */,
4107 F9D8C7EC087B087300E93EFB /* Release */,
4108 );
4109 defaultConfigurationIsVisible = 0;
4110 defaultConfigurationName = Release;
4111 };
4112 F9F2A56B0F7AEEB100B7C9EB /* Build configuration list for PBXNativeTarget "libdsc" */ = {
4113 isa = XCConfigurationList;
4114 buildConfigurations = (
4115 F9F2A55A0F7AEE9900B7C9EB /* Debug */,
4116 F9F2A55B0F7AEE9900B7C9EB /* Release */,
4117 );
4118 defaultConfigurationIsVisible = 0;
4119 defaultConfigurationName = Release;
4120 };
4121 F9F6F42A1C1FB0A700BD8FED /* Build configuration list for PBXAggregateTarget "dyld_tests" */ = {
4122 isa = XCConfigurationList;
4123 buildConfigurations = (
4124 F9F6F4281C1FB0A700BD8FED /* Debug */,
4125 F9F6F4291C1FB0A700BD8FED /* Release */,
4126 );
4127 defaultConfigurationIsVisible = 0;
4128 defaultConfigurationName = Release;
4129 };
4130 /* End XCConfigurationList section */
4131 };
4132 rootObject = F9ED4C8B0630A72300DF4E74 /* Project object */;
4133 }