]> git.saurik.com Git - apple/libdispatch.git/blob - libdispatch.xcodeproj/project.pbxproj
libdispatch-228.23.tar.gz
[apple/libdispatch.git] / libdispatch.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXAggregateTarget section */
10 3F3C9326128E637B0042B1F7 /* libdispatch_Sim */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = 3F3C9356128E637B0042B1F7 /* Build configuration list for PBXAggregateTarget "libdispatch_Sim" */;
13 buildPhases = (
14 );
15 dependencies = (
16 E4128E4A13B94BCE00ABB2CB /* PBXTargetDependency */,
17 );
18 name = libdispatch_Sim;
19 productName = libdispatch_Sim;
20 };
21 C927F35A10FD7F0600C5AB8B /* libdispatch_tools */ = {
22 isa = PBXAggregateTarget;
23 buildConfigurationList = C927F35E10FD7F0B00C5AB8B /* Build configuration list for PBXAggregateTarget "libdispatch_tools" */;
24 buildPhases = (
25 );
26 dependencies = (
27 C927F36910FD7F1A00C5AB8B /* PBXTargetDependency */,
28 );
29 name = libdispatch_tools;
30 productName = ddt;
31 };
32 /* End PBXAggregateTarget section */
33
34 /* Begin PBXBuildFile section */
35 5A0095A210F274B0000E2A31 /* io_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A0095A110F274B0000E2A31 /* io_internal.h */; };
36 5A27262610F26F1900751FBC /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A27262510F26F1900751FBC /* io.c */; };
37 5A5D13AC0F6B280500197CC3 /* semaphore_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A5D13AB0F6B280500197CC3 /* semaphore_internal.h */; };
38 5AAB45C010D30B79004407EA /* data.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AAB45BF10D30B79004407EA /* data.c */; };
39 5AAB45C410D30CC7004407EA /* io.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AAB45C310D30CC7004407EA /* io.h */; settings = {ATTRIBUTES = (Public, ); }; };
40 5AAB45C610D30D0C004407EA /* data.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AAB45C510D30D0C004407EA /* data.h */; settings = {ATTRIBUTES = (Public, ); }; };
41 721F5C5D0F15520500FF03A6 /* semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 721F5C5C0F15520500FF03A6 /* semaphore.h */; settings = {ATTRIBUTES = (Public, ); }; };
42 721F5CCF0F15553500FF03A6 /* semaphore.c in Sources */ = {isa = PBXBuildFile; fileRef = 721F5CCE0F15553500FF03A6 /* semaphore.c */; };
43 72CC94300ECCD8750031B751 /* base.h in Headers */ = {isa = PBXBuildFile; fileRef = 72CC942F0ECCD8750031B751 /* base.h */; settings = {ATTRIBUTES = (Public, ); }; };
44 96032E4B0F5CC8C700241C5F /* time.c in Sources */ = {isa = PBXBuildFile; fileRef = 96032E4A0F5CC8C700241C5F /* time.c */; };
45 96032E4D0F5CC8D100241C5F /* time.h in Headers */ = {isa = PBXBuildFile; fileRef = 96032E4C0F5CC8D100241C5F /* time.h */; settings = {ATTRIBUTES = (Public, ); }; };
46 961B99360F3E83980006BC96 /* benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 961B99350F3E83980006BC96 /* benchmark.h */; settings = {ATTRIBUTES = (Private, ); }; };
47 961B99500F3E85C30006BC96 /* object.h in Headers */ = {isa = PBXBuildFile; fileRef = 961B994F0F3E85C30006BC96 /* object.h */; settings = {ATTRIBUTES = (Public, ); }; };
48 965CD6350F3E806200D4E28D /* benchmark.c in Sources */ = {isa = PBXBuildFile; fileRef = 965CD6340F3E806200D4E28D /* benchmark.c */; };
49 965ECC210F3EAB71004DDD89 /* object_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 965ECC200F3EAB71004DDD89 /* object_internal.h */; };
50 9661E56B0F3E7DDF00749F3E /* object.c in Sources */ = {isa = PBXBuildFile; fileRef = 9661E56A0F3E7DDF00749F3E /* object.c */; };
51 9676A0E10F3E755D00713ADB /* apply.c in Sources */ = {isa = PBXBuildFile; fileRef = 9676A0E00F3E755D00713ADB /* apply.c */; };
52 96929D840F3EA1020041FF5D /* atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 96929D820F3EA1020041FF5D /* atomic.h */; };
53 96929D850F3EA1020041FF5D /* shims.h in Headers */ = {isa = PBXBuildFile; fileRef = 96929D830F3EA1020041FF5D /* shims.h */; };
54 96929D960F3EA2170041FF5D /* queue_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 96929D950F3EA2170041FF5D /* queue_internal.h */; };
55 96A8AA870F41E7A400CD570B /* source.c in Sources */ = {isa = PBXBuildFile; fileRef = 96A8AA860F41E7A400CD570B /* source.c */; };
56 96BC39BD0F3EBAB100C59689 /* queue_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BC39BC0F3EBAB100C59689 /* queue_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
57 96C9553B0F3EAEDD000D2CA4 /* once.h in Headers */ = {isa = PBXBuildFile; fileRef = 96C9553A0F3EAEDD000D2CA4 /* once.h */; settings = {ATTRIBUTES = (Public, ); }; };
58 96DF70BE0F38FE3C0074BD99 /* once.c in Sources */ = {isa = PBXBuildFile; fileRef = 96DF70BD0F38FE3C0074BD99 /* once.c */; };
59 C913AC0F143BD34800B78976 /* data_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C913AC0E143BD34800B78976 /* data_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
60 C93D6165143E190E00EB9023 /* transform.c in Sources */ = {isa = PBXBuildFile; fileRef = C9C5F80D143C1771006DC718 /* transform.c */; };
61 C93D6166143E190F00EB9023 /* transform.c in Sources */ = {isa = PBXBuildFile; fileRef = C9C5F80D143C1771006DC718 /* transform.c */; };
62 C93D6167143E190F00EB9023 /* transform.c in Sources */ = {isa = PBXBuildFile; fileRef = C9C5F80D143C1771006DC718 /* transform.c */; };
63 C9C5F80E143C1771006DC718 /* transform.c in Sources */ = {isa = PBXBuildFile; fileRef = C9C5F80D143C1771006DC718 /* transform.c */; };
64 E4128ED613BA9A1700ABB2CB /* hw_config.h in Headers */ = {isa = PBXBuildFile; fileRef = E4128ED513BA9A1700ABB2CB /* hw_config.h */; };
65 E4128ED713BA9A1700ABB2CB /* hw_config.h in Headers */ = {isa = PBXBuildFile; fileRef = E4128ED513BA9A1700ABB2CB /* hw_config.h */; };
66 E417A38412A472C4004D659D /* provider.d in Sources */ = {isa = PBXBuildFile; fileRef = E43570B8126E93380097AB9F /* provider.d */; };
67 E417A38512A472C5004D659D /* provider.d in Sources */ = {isa = PBXBuildFile; fileRef = E43570B8126E93380097AB9F /* provider.d */; };
68 E422A0D512A557B5005E5BDB /* trace.h in Headers */ = {isa = PBXBuildFile; fileRef = E422A0D412A557B5005E5BDB /* trace.h */; };
69 E422A0D612A557B5005E5BDB /* trace.h in Headers */ = {isa = PBXBuildFile; fileRef = E422A0D412A557B5005E5BDB /* trace.h */; };
70 E43570B9126E93380097AB9F /* provider.d in Sources */ = {isa = PBXBuildFile; fileRef = E43570B8126E93380097AB9F /* provider.d */; };
71 E43570BA126E93380097AB9F /* provider.d in Sources */ = {isa = PBXBuildFile; fileRef = E43570B8126E93380097AB9F /* provider.d */; };
72 E4407FAE143CC984003A9E80 /* dispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = E4407FAD143CC984003A9E80 /* dispatch.h */; settings = {ATTRIBUTES = (Private, ); }; };
73 E4407FAF143CC984003A9E80 /* dispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = E4407FAD143CC984003A9E80 /* dispatch.h */; settings = {ATTRIBUTES = (Private, ); }; };
74 E44EBE3E1251659900645D88 /* init.c in Sources */ = {isa = PBXBuildFile; fileRef = E44EBE3B1251659900645D88 /* init.c */; };
75 E44EBE5412517EBE00645D88 /* protocol.defs in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED950E8361E600161930 /* protocol.defs */; settings = {ATTRIBUTES = (Client, Server, ); }; };
76 E44EBE5512517EBE00645D88 /* init.c in Sources */ = {isa = PBXBuildFile; fileRef = E44EBE3B1251659900645D88 /* init.c */; };
77 E44EBE5612517EBE00645D88 /* protocol.defs in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED950E8361E600161930 /* protocol.defs */; settings = {ATTRIBUTES = (Client, Server, ); }; };
78 E44EBE5712517EBE00645D88 /* init.c in Sources */ = {isa = PBXBuildFile; fileRef = E44EBE3B1251659900645D88 /* init.c */; };
79 E454569314746F1B00106147 /* object_private.h in Headers */ = {isa = PBXBuildFile; fileRef = E454569214746F1B00106147 /* object_private.h */; settings = {ATTRIBUTES = (); }; };
80 E454569414746F1B00106147 /* object_private.h in Headers */ = {isa = PBXBuildFile; fileRef = E454569214746F1B00106147 /* object_private.h */; settings = {ATTRIBUTES = (); }; };
81 E49F2423125D3C960057C971 /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = E44EBE371251656400645D88 /* resolver.c */; };
82 E49F2424125D3C970057C971 /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = E44EBE371251656400645D88 /* resolver.c */; };
83 E49F2499125D48D80057C971 /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = E44EBE371251656400645D88 /* resolver.c */; };
84 E49F24AB125D57FA0057C971 /* dispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED960E8361E600161930 /* dispatch.h */; settings = {ATTRIBUTES = (Public, ); }; };
85 E49F24AC125D57FA0057C971 /* base.h in Headers */ = {isa = PBXBuildFile; fileRef = 72CC942F0ECCD8750031B751 /* base.h */; settings = {ATTRIBUTES = (Public, ); }; };
86 E49F24AD125D57FA0057C971 /* object.h in Headers */ = {isa = PBXBuildFile; fileRef = 961B994F0F3E85C30006BC96 /* object.h */; settings = {ATTRIBUTES = (Public, ); }; };
87 E49F24AE125D57FA0057C971 /* queue.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED8B0E8361E600161930 /* queue.h */; settings = {ATTRIBUTES = (Public, ); }; };
88 E49F24AF125D57FA0057C971 /* source.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED8D0E8361E600161930 /* source.h */; settings = {ATTRIBUTES = (Public, ); }; };
89 E49F24B0125D57FA0057C971 /* semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = 721F5C5C0F15520500FF03A6 /* semaphore.h */; settings = {ATTRIBUTES = (Public, ); }; };
90 E49F24B1125D57FA0057C971 /* group.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5C9C1D0EADABE3006E462D /* group.h */; settings = {ATTRIBUTES = (Public, ); }; };
91 E49F24B2125D57FA0057C971 /* once.h in Headers */ = {isa = PBXBuildFile; fileRef = 96C9553A0F3EAEDD000D2CA4 /* once.h */; settings = {ATTRIBUTES = (Public, ); }; };
92 E49F24B3125D57FA0057C971 /* io.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AAB45C310D30CC7004407EA /* io.h */; settings = {ATTRIBUTES = (Public, ); }; };
93 E49F24B4125D57FA0057C971 /* data.h in Headers */ = {isa = PBXBuildFile; fileRef = 5AAB45C510D30D0C004407EA /* data.h */; settings = {ATTRIBUTES = (Public, ); }; };
94 E49F24B5125D57FA0057C971 /* time.h in Headers */ = {isa = PBXBuildFile; fileRef = 96032E4C0F5CC8D100241C5F /* time.h */; settings = {ATTRIBUTES = (Public, ); }; };
95 E49F24B6125D57FA0057C971 /* private.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED930E8361E600161930 /* private.h */; settings = {ATTRIBUTES = (Private, ); }; };
96 E49F24B7125D57FA0057C971 /* queue_private.h in Headers */ = {isa = PBXBuildFile; fileRef = 96BC39BC0F3EBAB100C59689 /* queue_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
97 E49F24B8125D57FA0057C971 /* source_private.h in Headers */ = {isa = PBXBuildFile; fileRef = FCEF047F0F5661960067401F /* source_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
98 E49F24B9125D57FA0057C971 /* benchmark.h in Headers */ = {isa = PBXBuildFile; fileRef = 961B99350F3E83980006BC96 /* benchmark.h */; settings = {ATTRIBUTES = (Private, ); }; };
99 E49F24BA125D57FA0057C971 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED8F0E8361E600161930 /* internal.h */; settings = {ATTRIBUTES = (); }; };
100 E49F24BB125D57FA0057C971 /* queue_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 96929D950F3EA2170041FF5D /* queue_internal.h */; };
101 E49F24BC125D57FA0057C971 /* object_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 965ECC200F3EAB71004DDD89 /* object_internal.h */; };
102 E49F24BD125D57FA0057C971 /* semaphore_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A5D13AB0F6B280500197CC3 /* semaphore_internal.h */; };
103 E49F24BE125D57FA0057C971 /* source_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC0B34780FA2851C0080FFA0 /* source_internal.h */; };
104 E49F24BF125D57FA0057C971 /* io_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 5A0095A110F274B0000E2A31 /* io_internal.h */; };
105 E49F24C1125D57FA0057C971 /* tsd.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1832A4109923C7003403D5 /* tsd.h */; };
106 E49F24C2125D57FA0057C971 /* atomic.h in Headers */ = {isa = PBXBuildFile; fileRef = 96929D820F3EA1020041FF5D /* atomic.h */; };
107 E49F24C3125D57FA0057C971 /* shims.h in Headers */ = {isa = PBXBuildFile; fileRef = 96929D830F3EA1020041FF5D /* shims.h */; };
108 E49F24C4125D57FA0057C971 /* time.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1832A3109923C7003403D5 /* time.h */; };
109 E49F24C5125D57FA0057C971 /* perfmon.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1832A2109923C7003403D5 /* perfmon.h */; };
110 E49F24C6125D57FA0057C971 /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9C70E7105EC9620074F9CA /* config.h */; };
111 E49F24C8125D57FA0057C971 /* protocol.defs in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED950E8361E600161930 /* protocol.defs */; settings = {ATTRIBUTES = (Client, Server, ); }; };
112 E49F24C9125D57FA0057C971 /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = E44EBE371251656400645D88 /* resolver.c */; };
113 E49F24CA125D57FA0057C971 /* init.c in Sources */ = {isa = PBXBuildFile; fileRef = E44EBE3B1251659900645D88 /* init.c */; };
114 E49F24CB125D57FA0057C971 /* queue.c in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED8A0E8361E600161930 /* queue.c */; };
115 E49F24CC125D57FA0057C971 /* semaphore.c in Sources */ = {isa = PBXBuildFile; fileRef = 721F5CCE0F15553500FF03A6 /* semaphore.c */; };
116 E49F24CD125D57FA0057C971 /* once.c in Sources */ = {isa = PBXBuildFile; fileRef = 96DF70BD0F38FE3C0074BD99 /* once.c */; };
117 E49F24CE125D57FA0057C971 /* apply.c in Sources */ = {isa = PBXBuildFile; fileRef = 9676A0E00F3E755D00713ADB /* apply.c */; };
118 E49F24CF125D57FA0057C971 /* object.c in Sources */ = {isa = PBXBuildFile; fileRef = 9661E56A0F3E7DDF00749F3E /* object.c */; };
119 E49F24D0125D57FA0057C971 /* benchmark.c in Sources */ = {isa = PBXBuildFile; fileRef = 965CD6340F3E806200D4E28D /* benchmark.c */; };
120 E49F24D1125D57FA0057C971 /* source.c in Sources */ = {isa = PBXBuildFile; fileRef = 96A8AA860F41E7A400CD570B /* source.c */; };
121 E49F24D2125D57FA0057C971 /* time.c in Sources */ = {isa = PBXBuildFile; fileRef = 96032E4A0F5CC8C700241C5F /* time.c */; };
122 E49F24D3125D57FA0057C971 /* data.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AAB45BF10D30B79004407EA /* data.c */; };
123 E49F24D4125D57FA0057C971 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A27262510F26F1900751FBC /* io.c */; };
124 E4BA743B13A8911B0095BDF1 /* getprogname.h in Headers */ = {isa = PBXBuildFile; fileRef = E4BA743913A8911B0095BDF1 /* getprogname.h */; };
125 E4BA743C13A8911B0095BDF1 /* getprogname.h in Headers */ = {isa = PBXBuildFile; fileRef = E4BA743913A8911B0095BDF1 /* getprogname.h */; };
126 E4BA743F13A8911B0095BDF1 /* malloc_zone.h in Headers */ = {isa = PBXBuildFile; fileRef = E4BA743A13A8911B0095BDF1 /* malloc_zone.h */; };
127 E4BA744013A8911B0095BDF1 /* malloc_zone.h in Headers */ = {isa = PBXBuildFile; fileRef = E4BA743A13A8911B0095BDF1 /* malloc_zone.h */; };
128 E4C1ED6F1263E714000D3C8B /* data_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E4C1ED6E1263E714000D3C8B /* data_internal.h */; };
129 E4C1ED701263E714000D3C8B /* data_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = E4C1ED6E1263E714000D3C8B /* data_internal.h */; };
130 E4EB4A2714C35ECE00AA0FA9 /* object.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EB4A2614C35ECE00AA0FA9 /* object.h */; };
131 E4EB4A2814C35ECE00AA0FA9 /* object.h in Headers */ = {isa = PBXBuildFile; fileRef = E4EB4A2614C35ECE00AA0FA9 /* object.h */; };
132 E4EC11AE12514302000DDBD1 /* queue.c in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED8A0E8361E600161930 /* queue.c */; };
133 E4EC11AF12514302000DDBD1 /* semaphore.c in Sources */ = {isa = PBXBuildFile; fileRef = 721F5CCE0F15553500FF03A6 /* semaphore.c */; };
134 E4EC11B012514302000DDBD1 /* once.c in Sources */ = {isa = PBXBuildFile; fileRef = 96DF70BD0F38FE3C0074BD99 /* once.c */; };
135 E4EC11B112514302000DDBD1 /* apply.c in Sources */ = {isa = PBXBuildFile; fileRef = 9676A0E00F3E755D00713ADB /* apply.c */; };
136 E4EC11B212514302000DDBD1 /* object.c in Sources */ = {isa = PBXBuildFile; fileRef = 9661E56A0F3E7DDF00749F3E /* object.c */; };
137 E4EC11B312514302000DDBD1 /* benchmark.c in Sources */ = {isa = PBXBuildFile; fileRef = 965CD6340F3E806200D4E28D /* benchmark.c */; };
138 E4EC11B412514302000DDBD1 /* source.c in Sources */ = {isa = PBXBuildFile; fileRef = 96A8AA860F41E7A400CD570B /* source.c */; };
139 E4EC11B512514302000DDBD1 /* time.c in Sources */ = {isa = PBXBuildFile; fileRef = 96032E4A0F5CC8C700241C5F /* time.c */; };
140 E4EC11B712514302000DDBD1 /* data.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AAB45BF10D30B79004407EA /* data.c */; };
141 E4EC11B812514302000DDBD1 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A27262510F26F1900751FBC /* io.c */; };
142 E4EC121A12514715000DDBD1 /* queue.c in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED8A0E8361E600161930 /* queue.c */; };
143 E4EC121B12514715000DDBD1 /* semaphore.c in Sources */ = {isa = PBXBuildFile; fileRef = 721F5CCE0F15553500FF03A6 /* semaphore.c */; };
144 E4EC121C12514715000DDBD1 /* once.c in Sources */ = {isa = PBXBuildFile; fileRef = 96DF70BD0F38FE3C0074BD99 /* once.c */; };
145 E4EC121D12514715000DDBD1 /* apply.c in Sources */ = {isa = PBXBuildFile; fileRef = 9676A0E00F3E755D00713ADB /* apply.c */; };
146 E4EC121E12514715000DDBD1 /* object.c in Sources */ = {isa = PBXBuildFile; fileRef = 9661E56A0F3E7DDF00749F3E /* object.c */; };
147 E4EC121F12514715000DDBD1 /* benchmark.c in Sources */ = {isa = PBXBuildFile; fileRef = 965CD6340F3E806200D4E28D /* benchmark.c */; };
148 E4EC122012514715000DDBD1 /* source.c in Sources */ = {isa = PBXBuildFile; fileRef = 96A8AA860F41E7A400CD570B /* source.c */; };
149 E4EC122112514715000DDBD1 /* time.c in Sources */ = {isa = PBXBuildFile; fileRef = 96032E4A0F5CC8C700241C5F /* time.c */; };
150 E4EC122312514715000DDBD1 /* data.c in Sources */ = {isa = PBXBuildFile; fileRef = 5AAB45BF10D30B79004407EA /* data.c */; };
151 E4EC122412514715000DDBD1 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 5A27262510F26F1900751FBC /* io.c */; };
152 E4FC3264145F46C9002FBDDB /* object.m in Sources */ = {isa = PBXBuildFile; fileRef = E4FC3263145F46C9002FBDDB /* object.m */; };
153 E4FC3265145F46C9002FBDDB /* object.m in Sources */ = {isa = PBXBuildFile; fileRef = E4FC3263145F46C9002FBDDB /* object.m */; };
154 E4FC3266145F46C9002FBDDB /* object.m in Sources */ = {isa = PBXBuildFile; fileRef = E4FC3263145F46C9002FBDDB /* object.m */; };
155 E4FC3267145F46C9002FBDDB /* object.m in Sources */ = {isa = PBXBuildFile; fileRef = E4FC3263145F46C9002FBDDB /* object.m */; };
156 FC0B34790FA2851C0080FFA0 /* source_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC0B34780FA2851C0080FFA0 /* source_internal.h */; };
157 FC1832A6109923C7003403D5 /* perfmon.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1832A2109923C7003403D5 /* perfmon.h */; };
158 FC1832A7109923C7003403D5 /* time.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1832A3109923C7003403D5 /* time.h */; };
159 FC1832A8109923C7003403D5 /* tsd.h in Headers */ = {isa = PBXBuildFile; fileRef = FC1832A4109923C7003403D5 /* tsd.h */; };
160 FC5C9C1E0EADABE3006E462D /* group.h in Headers */ = {isa = PBXBuildFile; fileRef = FC5C9C1D0EADABE3006E462D /* group.h */; settings = {ATTRIBUTES = (Public, ); }; };
161 FC7BED990E8361E600161930 /* queue.c in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED8A0E8361E600161930 /* queue.c */; };
162 FC7BED9A0E8361E600161930 /* queue.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED8B0E8361E600161930 /* queue.h */; settings = {ATTRIBUTES = (Public, ); }; };
163 FC7BED9C0E8361E600161930 /* source.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED8D0E8361E600161930 /* source.h */; settings = {ATTRIBUTES = (Public, ); }; };
164 FC7BED9E0E8361E600161930 /* internal.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED8F0E8361E600161930 /* internal.h */; settings = {ATTRIBUTES = (); }; };
165 FC7BEDA20E8361E600161930 /* private.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED930E8361E600161930 /* private.h */; settings = {ATTRIBUTES = (Private, ); }; };
166 FC7BEDA40E8361E600161930 /* protocol.defs in Sources */ = {isa = PBXBuildFile; fileRef = FC7BED950E8361E600161930 /* protocol.defs */; settings = {ATTRIBUTES = (Client, Server, ); }; };
167 FC7BEDA50E8361E600161930 /* dispatch.h in Headers */ = {isa = PBXBuildFile; fileRef = FC7BED960E8361E600161930 /* dispatch.h */; settings = {ATTRIBUTES = (Public, ); }; };
168 FC9C70E8105EC9620074F9CA /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = FC9C70E7105EC9620074F9CA /* config.h */; };
169 FCEF04800F5661960067401F /* source_private.h in Headers */ = {isa = PBXBuildFile; fileRef = FCEF047F0F5661960067401F /* source_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
170 /* End PBXBuildFile section */
171
172 /* Begin PBXContainerItemProxy section */
173 C927F36610FD7F1000C5AB8B /* PBXContainerItemProxy */ = {
174 isa = PBXContainerItemProxy;
175 containerPortal = C927F35F10FD7F1000C5AB8B /* ddt.xcodeproj */;
176 proxyType = 2;
177 remoteGlobalIDString = FCFA5AA010D1AE050074F59A;
178 remoteInfo = ddt;
179 };
180 C927F36810FD7F1A00C5AB8B /* PBXContainerItemProxy */ = {
181 isa = PBXContainerItemProxy;
182 containerPortal = C927F35F10FD7F1000C5AB8B /* ddt.xcodeproj */;
183 proxyType = 1;
184 remoteGlobalIDString = FCFA5A9F10D1AE050074F59A;
185 remoteInfo = ddt;
186 };
187 E4128E4913B94BCE00ABB2CB /* PBXContainerItemProxy */ = {
188 isa = PBXContainerItemProxy;
189 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
190 proxyType = 1;
191 remoteGlobalIDString = D2AAC045055464E500DB518D;
192 remoteInfo = libdispatch;
193 };
194 E47D6ECA125FEB9D0070D91C /* PBXContainerItemProxy */ = {
195 isa = PBXContainerItemProxy;
196 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
197 proxyType = 1;
198 remoteGlobalIDString = E4EC118F12514302000DDBD1;
199 remoteInfo = "libdispatch up resolved";
200 };
201 E47D6ECC125FEBA10070D91C /* PBXContainerItemProxy */ = {
202 isa = PBXContainerItemProxy;
203 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
204 proxyType = 1;
205 remoteGlobalIDString = E4EC121612514715000DDBD1;
206 remoteInfo = "libdispatch mp resolved";
207 };
208 /* End PBXContainerItemProxy section */
209
210 /* Begin PBXFileReference section */
211 5A0095A110F274B0000E2A31 /* io_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = io_internal.h; sourceTree = "<group>"; };
212 5A27262510F26F1900751FBC /* io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = io.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
213 5A5D13AB0F6B280500197CC3 /* semaphore_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = semaphore_internal.h; sourceTree = "<group>"; };
214 5AAB45BF10D30B79004407EA /* data.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = data.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
215 5AAB45C310D30CC7004407EA /* io.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = io.h; sourceTree = "<group>"; tabWidth = 8; };
216 5AAB45C510D30D0C004407EA /* data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = data.h; sourceTree = "<group>"; tabWidth = 8; };
217 721F5C5C0F15520500FF03A6 /* semaphore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = semaphore.h; sourceTree = "<group>"; };
218 721F5CCE0F15553500FF03A6 /* semaphore.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = semaphore.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
219 72B54F690EB169EB00DBECBA /* dispatch_source_create.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = dispatch_source_create.3; sourceTree = "<group>"; };
220 72CC940C0ECCD5720031B751 /* dispatch_object.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = dispatch_object.3; sourceTree = "<group>"; };
221 72CC940D0ECCD5720031B751 /* dispatch.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = dispatch.3; sourceTree = "<group>"; };
222 72CC942F0ECCD8750031B751 /* base.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = base.h; sourceTree = "<group>"; };
223 96032E4A0F5CC8C700241C5F /* time.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = time.c; sourceTree = "<group>"; };
224 96032E4C0F5CC8D100241C5F /* time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time.h; sourceTree = "<group>"; };
225 960F0E7D0F3FB232000D88BF /* dispatch_apply.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dispatch_apply.3; sourceTree = "<group>"; };
226 960F0E7E0F3FB232000D88BF /* dispatch_once.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dispatch_once.3; sourceTree = "<group>"; };
227 961B99350F3E83980006BC96 /* benchmark.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = benchmark.h; sourceTree = "<group>"; };
228 961B994F0F3E85C30006BC96 /* object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = object.h; sourceTree = "<group>"; };
229 963FDDE50F3FB6BD00BF2D00 /* dispatch_semaphore_create.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dispatch_semaphore_create.3; sourceTree = "<group>"; };
230 965CD6340F3E806200D4E28D /* benchmark.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = benchmark.c; sourceTree = "<group>"; };
231 965ECC200F3EAB71004DDD89 /* object_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = object_internal.h; sourceTree = "<group>"; };
232 9661E56A0F3E7DDF00749F3E /* object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = object.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
233 9676A0E00F3E755D00713ADB /* apply.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = apply.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
234 96859A3D0EF71BAD003EB3FB /* dispatch_benchmark.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = dispatch_benchmark.3; sourceTree = "<group>"; };
235 96929D820F3EA1020041FF5D /* atomic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = atomic.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
236 96929D830F3EA1020041FF5D /* shims.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = shims.h; sourceTree = "<group>"; };
237 96929D950F3EA2170041FF5D /* queue_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; path = queue_internal.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
238 96A8AA860F41E7A400CD570B /* source.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = source.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
239 96BC39BC0F3EBAB100C59689 /* queue_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = queue_private.h; sourceTree = "<group>"; };
240 96C9553A0F3EAEDD000D2CA4 /* once.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = once.h; sourceTree = "<group>"; };
241 96DF70BD0F38FE3C0074BD99 /* once.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = once.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
242 C913AC0E143BD34800B78976 /* data_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = data_private.h; sourceTree = "<group>"; };
243 C927F35F10FD7F1000C5AB8B /* ddt.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ddt.xcodeproj; path = tools/ddt/ddt.xcodeproj; sourceTree = "<group>"; };
244 C9C5F80D143C1771006DC718 /* transform.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = transform.c; sourceTree = "<group>"; };
245 D2AAC046055464E500DB518D /* libdispatch.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libdispatch.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
246 E40041A9125D70590022B135 /* libdispatch-resolved.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "libdispatch-resolved.xcconfig"; sourceTree = "<group>"; };
247 E40041AA125D705F0022B135 /* libdispatch-resolver.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = "libdispatch-resolver.xcconfig"; sourceTree = "<group>"; };
248 E4128ED513BA9A1700ABB2CB /* hw_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hw_config.h; sourceTree = "<group>"; };
249 E422A0D412A557B5005E5BDB /* trace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trace.h; sourceTree = "<group>"; };
250 E422DA3614D2A7E7003C6EE4 /* libdispatch.aliases */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libdispatch.aliases; sourceTree = "<group>"; };
251 E422DA3714D2AE11003C6EE4 /* libdispatch.unexport */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libdispatch.unexport; sourceTree = "<group>"; };
252 E43570B8126E93380097AB9F /* provider.d */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.dtrace; path = provider.d; sourceTree = "<group>"; };
253 E43D93F11097917E004F6A62 /* libdispatch.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = libdispatch.xcconfig; sourceTree = "<group>"; };
254 E4407FAD143CC984003A9E80 /* dispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dispatch.h; sourceTree = "<group>"; };
255 E448727914C6215D00BB45C2 /* libdispatch.order */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = libdispatch.order; sourceTree = "<group>"; };
256 E44EBE331251654000645D88 /* resolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resolver.h; sourceTree = "<group>"; };
257 E44EBE371251656400645D88 /* resolver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resolver.c; sourceTree = "<group>"; };
258 E44EBE3B1251659900645D88 /* init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = init.c; sourceTree = "<group>"; };
259 E454569214746F1B00106147 /* object_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = object_private.h; sourceTree = "<group>"; };
260 E47D6BB5125F0F800070D91C /* resolved.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resolved.h; sourceTree = "<group>"; };
261 E482F1CD12DBAB590030614D /* postprocess-headers.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "postprocess-headers.sh"; sourceTree = "<group>"; };
262 E49F24DF125D57FA0057C971 /* libdispatch.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libdispatch.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
263 E49F251D125D630A0057C971 /* install-manpages.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "install-manpages.sh"; sourceTree = "<group>"; };
264 E49F251E125D631D0057C971 /* mig-headers.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "mig-headers.sh"; sourceTree = "<group>"; };
265 E4BA743513A88FE10095BDF1 /* dispatch_data_create.3 */ = {isa = PBXFileReference; lastKnownFileType = text; path = dispatch_data_create.3; sourceTree = "<group>"; };
266 E4BA743613A88FF30095BDF1 /* dispatch_io_create.3 */ = {isa = PBXFileReference; lastKnownFileType = text; path = dispatch_io_create.3; sourceTree = "<group>"; };
267 E4BA743713A88FF30095BDF1 /* dispatch_io_read.3 */ = {isa = PBXFileReference; lastKnownFileType = text; path = dispatch_io_read.3; sourceTree = "<group>"; };
268 E4BA743813A8900B0095BDF1 /* dispatch_read.3 */ = {isa = PBXFileReference; lastKnownFileType = text; path = dispatch_read.3; sourceTree = "<group>"; };
269 E4BA743913A8911B0095BDF1 /* getprogname.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = getprogname.h; sourceTree = "<group>"; };
270 E4BA743A13A8911B0095BDF1 /* malloc_zone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = malloc_zone.h; sourceTree = "<group>"; };
271 E4C1ED6E1263E714000D3C8B /* data_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = data_internal.h; sourceTree = "<group>"; };
272 E4EB4A2614C35ECE00AA0FA9 /* object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = object.h; sourceTree = "<group>"; };
273 E4EB4A2A14C36F4E00AA0FA9 /* install-headers.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "install-headers.sh"; sourceTree = "<group>"; };
274 E4EC11C312514302000DDBD1 /* libdispatch_up.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libdispatch_up.a; sourceTree = BUILT_PRODUCTS_DIR; };
275 E4EC122D12514715000DDBD1 /* libdispatch_mp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libdispatch_mp.a; sourceTree = BUILT_PRODUCTS_DIR; };
276 E4FC3263145F46C9002FBDDB /* object.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = object.m; sourceTree = "<group>"; };
277 FC0B34780FA2851C0080FFA0 /* source_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = source_internal.h; sourceTree = "<group>"; };
278 FC1832A2109923C7003403D5 /* perfmon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = perfmon.h; sourceTree = "<group>"; };
279 FC1832A3109923C7003403D5 /* time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = time.h; sourceTree = "<group>"; };
280 FC1832A4109923C7003403D5 /* tsd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsd.h; sourceTree = "<group>"; };
281 FC36279C0E933ED80054F1A3 /* dispatch_queue_create.3 */ = {isa = PBXFileReference; explicitFileType = text.man; fileEncoding = 4; path = dispatch_queue_create.3; sourceTree = "<group>"; };
282 FC5C9C1D0EADABE3006E462D /* group.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = group.h; sourceTree = "<group>"; };
283 FC678DE80F97E0C300AB5993 /* dispatch_after.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dispatch_after.3; sourceTree = "<group>"; };
284 FC678DE90F97E0C300AB5993 /* dispatch_api.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dispatch_api.3; sourceTree = "<group>"; };
285 FC678DEA0F97E0C300AB5993 /* dispatch_async.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dispatch_async.3; sourceTree = "<group>"; };
286 FC678DEB0F97E0C300AB5993 /* dispatch_group_create.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dispatch_group_create.3; sourceTree = "<group>"; };
287 FC678DEC0F97E0C300AB5993 /* dispatch_time.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dispatch_time.3; sourceTree = "<group>"; };
288 FC7BED8A0E8361E600161930 /* queue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 0; path = queue.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
289 FC7BED8B0E8361E600161930 /* queue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = queue.h; sourceTree = "<group>"; };
290 FC7BED8D0E8361E600161930 /* source.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = source.h; sourceTree = "<group>"; };
291 FC7BED8F0E8361E600161930 /* internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = "<group>"; };
292 FC7BED930E8361E600161930 /* private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = "<group>"; };
293 FC7BED950E8361E600161930 /* protocol.defs */ = {isa = PBXFileReference; explicitFileType = sourcecode.mig; fileEncoding = 4; path = protocol.defs; sourceTree = "<group>"; };
294 FC7BED960E8361E600161930 /* dispatch.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dispatch.h; sourceTree = "<group>"; };
295 FC9C70E7105EC9620074F9CA /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; sourceTree = "<group>"; };
296 FCEF047F0F5661960067401F /* source_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = source_private.h; sourceTree = "<group>"; };
297 /* End PBXFileReference section */
298
299 /* Begin PBXFrameworksBuildPhase section */
300 D289987405E68DCB004EDB86 /* Frameworks */ = {
301 isa = PBXFrameworksBuildPhase;
302 buildActionMask = 2147483647;
303 files = (
304 );
305 runOnlyForDeploymentPostprocessing = 0;
306 };
307 E49F24D5125D57FA0057C971 /* Frameworks */ = {
308 isa = PBXFrameworksBuildPhase;
309 buildActionMask = 2147483647;
310 files = (
311 );
312 runOnlyForDeploymentPostprocessing = 0;
313 };
314 /* End PBXFrameworksBuildPhase section */
315
316 /* Begin PBXGroup section */
317 08FB7794FE84155DC02AAC07 /* libdispatch */ = {
318 isa = PBXGroup;
319 children = (
320 E44DB71E11D2FF080074F2AD /* Build Support */,
321 E4EB4A2914C35F1800AA0FA9 /* OS Object */,
322 FC7BEDAA0E83625200161930 /* Public Headers */,
323 FC7BEDAF0E83626100161930 /* Private Headers */,
324 FC7BEDB60E8363DC00161930 /* Project Headers */,
325 08FB7795FE84155DC02AAC07 /* Source */,
326 C6A0FF2B0290797F04C91782 /* Documentation */,
327 1AB674ADFE9D54B511CA2CBB /* Products */,
328 );
329 indentWidth = 4;
330 name = libdispatch;
331 sourceTree = "<group>";
332 tabWidth = 4;
333 usesTabs = 1;
334 };
335 08FB7795FE84155DC02AAC07 /* Source */ = {
336 isa = PBXGroup;
337 children = (
338 9676A0E00F3E755D00713ADB /* apply.c */,
339 965CD6340F3E806200D4E28D /* benchmark.c */,
340 5AAB45BF10D30B79004407EA /* data.c */,
341 E44EBE3B1251659900645D88 /* init.c */,
342 5A27262510F26F1900751FBC /* io.c */,
343 9661E56A0F3E7DDF00749F3E /* object.c */,
344 E4FC3263145F46C9002FBDDB /* object.m */,
345 96DF70BD0F38FE3C0074BD99 /* once.c */,
346 FC7BED8A0E8361E600161930 /* queue.c */,
347 721F5CCE0F15553500FF03A6 /* semaphore.c */,
348 96A8AA860F41E7A400CD570B /* source.c */,
349 96032E4A0F5CC8C700241C5F /* time.c */,
350 C9C5F80D143C1771006DC718 /* transform.c */,
351 FC7BED950E8361E600161930 /* protocol.defs */,
352 E43570B8126E93380097AB9F /* provider.d */,
353 );
354 name = Source;
355 path = src;
356 sourceTree = "<group>";
357 };
358 1AB674ADFE9D54B511CA2CBB /* Products */ = {
359 isa = PBXGroup;
360 children = (
361 D2AAC046055464E500DB518D /* libdispatch.dylib */,
362 E4EC11C312514302000DDBD1 /* libdispatch_up.a */,
363 E4EC122D12514715000DDBD1 /* libdispatch_mp.a */,
364 E49F24DF125D57FA0057C971 /* libdispatch.dylib */,
365 );
366 name = Products;
367 sourceTree = "<group>";
368 };
369 C6A0FF2B0290797F04C91782 /* Documentation */ = {
370 isa = PBXGroup;
371 children = (
372 72CC940D0ECCD5720031B751 /* dispatch.3 */,
373 FC678DE80F97E0C300AB5993 /* dispatch_after.3 */,
374 FC678DE90F97E0C300AB5993 /* dispatch_api.3 */,
375 960F0E7D0F3FB232000D88BF /* dispatch_apply.3 */,
376 FC678DEA0F97E0C300AB5993 /* dispatch_async.3 */,
377 96859A3D0EF71BAD003EB3FB /* dispatch_benchmark.3 */,
378 E4BA743513A88FE10095BDF1 /* dispatch_data_create.3 */,
379 FC678DEB0F97E0C300AB5993 /* dispatch_group_create.3 */,
380 E4BA743613A88FF30095BDF1 /* dispatch_io_create.3 */,
381 E4BA743713A88FF30095BDF1 /* dispatch_io_read.3 */,
382 72CC940C0ECCD5720031B751 /* dispatch_object.3 */,
383 960F0E7E0F3FB232000D88BF /* dispatch_once.3 */,
384 FC36279C0E933ED80054F1A3 /* dispatch_queue_create.3 */,
385 E4BA743813A8900B0095BDF1 /* dispatch_read.3 */,
386 963FDDE50F3FB6BD00BF2D00 /* dispatch_semaphore_create.3 */,
387 72B54F690EB169EB00DBECBA /* dispatch_source_create.3 */,
388 FC678DEC0F97E0C300AB5993 /* dispatch_time.3 */,
389 );
390 name = Documentation;
391 path = man;
392 sourceTree = "<group>";
393 };
394 C927F36010FD7F1000C5AB8B /* Products */ = {
395 isa = PBXGroup;
396 children = (
397 C927F36710FD7F1000C5AB8B /* ddt */,
398 );
399 name = Products;
400 sourceTree = "<group>";
401 };
402 E40041E4125E71150022B135 /* xcodeconfig */ = {
403 isa = PBXGroup;
404 children = (
405 E43D93F11097917E004F6A62 /* libdispatch.xcconfig */,
406 E40041AA125D705F0022B135 /* libdispatch-resolver.xcconfig */,
407 E40041A9125D70590022B135 /* libdispatch-resolved.xcconfig */,
408 E422DA3614D2A7E7003C6EE4 /* libdispatch.aliases */,
409 E448727914C6215D00BB45C2 /* libdispatch.order */,
410 E422DA3714D2AE11003C6EE4 /* libdispatch.unexport */,
411 );
412 path = xcodeconfig;
413 sourceTree = "<group>";
414 };
415 E44DB71E11D2FF080074F2AD /* Build Support */ = {
416 isa = PBXGroup;
417 children = (
418 E4BA743413A88D390095BDF1 /* config */,
419 E40041E4125E71150022B135 /* xcodeconfig */,
420 E49F259C125D664F0057C971 /* xcodescripts */,
421 E47D6BCA125F10F70070D91C /* resolver */,
422 C927F35F10FD7F1000C5AB8B /* ddt.xcodeproj */,
423 );
424 name = "Build Support";
425 sourceTree = "<group>";
426 };
427 E47D6BCA125F10F70070D91C /* resolver */ = {
428 isa = PBXGroup;
429 children = (
430 E47D6BB5125F0F800070D91C /* resolved.h */,
431 E44EBE371251656400645D88 /* resolver.c */,
432 E44EBE331251654000645D88 /* resolver.h */,
433 );
434 path = resolver;
435 sourceTree = "<group>";
436 };
437 E49F259C125D664F0057C971 /* xcodescripts */ = {
438 isa = PBXGroup;
439 children = (
440 E49F251D125D630A0057C971 /* install-manpages.sh */,
441 E4EB4A2A14C36F4E00AA0FA9 /* install-headers.sh */,
442 E49F251E125D631D0057C971 /* mig-headers.sh */,
443 E482F1CD12DBAB590030614D /* postprocess-headers.sh */,
444 );
445 path = xcodescripts;
446 sourceTree = "<group>";
447 };
448 E4BA743413A88D390095BDF1 /* config */ = {
449 isa = PBXGroup;
450 children = (
451 FC9C70E7105EC9620074F9CA /* config.h */,
452 );
453 path = config;
454 sourceTree = "<group>";
455 };
456 E4EB4A2914C35F1800AA0FA9 /* OS Object */ = {
457 isa = PBXGroup;
458 children = (
459 E4EB4A2614C35ECE00AA0FA9 /* object.h */,
460 E454569214746F1B00106147 /* object_private.h */,
461 );
462 name = "OS Object";
463 path = os;
464 sourceTree = "<group>";
465 };
466 FC1832A0109923B3003403D5 /* shims */ = {
467 isa = PBXGroup;
468 children = (
469 96929D820F3EA1020041FF5D /* atomic.h */,
470 E4BA743913A8911B0095BDF1 /* getprogname.h */,
471 E4128ED513BA9A1700ABB2CB /* hw_config.h */,
472 E4BA743A13A8911B0095BDF1 /* malloc_zone.h */,
473 FC1832A2109923C7003403D5 /* perfmon.h */,
474 FC1832A3109923C7003403D5 /* time.h */,
475 FC1832A4109923C7003403D5 /* tsd.h */,
476 );
477 path = shims;
478 sourceTree = "<group>";
479 };
480 FC7BEDAA0E83625200161930 /* Public Headers */ = {
481 isa = PBXGroup;
482 children = (
483 72CC942F0ECCD8750031B751 /* base.h */,
484 5AAB45C510D30D0C004407EA /* data.h */,
485 FC7BED960E8361E600161930 /* dispatch.h */,
486 FC5C9C1D0EADABE3006E462D /* group.h */,
487 5AAB45C310D30CC7004407EA /* io.h */,
488 961B994F0F3E85C30006BC96 /* object.h */,
489 96C9553A0F3EAEDD000D2CA4 /* once.h */,
490 FC7BED8B0E8361E600161930 /* queue.h */,
491 721F5C5C0F15520500FF03A6 /* semaphore.h */,
492 FC7BED8D0E8361E600161930 /* source.h */,
493 96032E4C0F5CC8D100241C5F /* time.h */,
494 );
495 name = "Public Headers";
496 path = dispatch;
497 sourceTree = "<group>";
498 };
499 FC7BEDAF0E83626100161930 /* Private Headers */ = {
500 isa = PBXGroup;
501 children = (
502 E4407FAD143CC984003A9E80 /* dispatch.h */,
503 FC7BED930E8361E600161930 /* private.h */,
504 96BC39BC0F3EBAB100C59689 /* queue_private.h */,
505 FCEF047F0F5661960067401F /* source_private.h */,
506 961B99350F3E83980006BC96 /* benchmark.h */,
507 C913AC0E143BD34800B78976 /* data_private.h */,
508 );
509 name = "Private Headers";
510 path = private;
511 sourceTree = "<group>";
512 };
513 FC7BEDB60E8363DC00161930 /* Project Headers */ = {
514 isa = PBXGroup;
515 children = (
516 FC7BED8F0E8361E600161930 /* internal.h */,
517 E4C1ED6E1263E714000D3C8B /* data_internal.h */,
518 5A0095A110F274B0000E2A31 /* io_internal.h */,
519 965ECC200F3EAB71004DDD89 /* object_internal.h */,
520 96929D950F3EA2170041FF5D /* queue_internal.h */,
521 5A5D13AB0F6B280500197CC3 /* semaphore_internal.h */,
522 FC0B34780FA2851C0080FFA0 /* source_internal.h */,
523 E422A0D412A557B5005E5BDB /* trace.h */,
524 96929D830F3EA1020041FF5D /* shims.h */,
525 FC1832A0109923B3003403D5 /* shims */,
526 );
527 name = "Project Headers";
528 path = src;
529 sourceTree = "<group>";
530 };
531 /* End PBXGroup section */
532
533 /* Begin PBXHeadersBuildPhase section */
534 D2AAC043055464E500DB518D /* Headers */ = {
535 isa = PBXHeadersBuildPhase;
536 buildActionMask = 2147483647;
537 files = (
538 FC7BEDA50E8361E600161930 /* dispatch.h in Headers */,
539 72CC94300ECCD8750031B751 /* base.h in Headers */,
540 961B99500F3E85C30006BC96 /* object.h in Headers */,
541 FC7BED9A0E8361E600161930 /* queue.h in Headers */,
542 FC7BED9C0E8361E600161930 /* source.h in Headers */,
543 721F5C5D0F15520500FF03A6 /* semaphore.h in Headers */,
544 FC5C9C1E0EADABE3006E462D /* group.h in Headers */,
545 96C9553B0F3EAEDD000D2CA4 /* once.h in Headers */,
546 5AAB45C410D30CC7004407EA /* io.h in Headers */,
547 5AAB45C610D30D0C004407EA /* data.h in Headers */,
548 96032E4D0F5CC8D100241C5F /* time.h in Headers */,
549 FC7BEDA20E8361E600161930 /* private.h in Headers */,
550 C913AC0F143BD34800B78976 /* data_private.h in Headers */,
551 96BC39BD0F3EBAB100C59689 /* queue_private.h in Headers */,
552 FCEF04800F5661960067401F /* source_private.h in Headers */,
553 961B99360F3E83980006BC96 /* benchmark.h in Headers */,
554 FC7BED9E0E8361E600161930 /* internal.h in Headers */,
555 965ECC210F3EAB71004DDD89 /* object_internal.h in Headers */,
556 96929D960F3EA2170041FF5D /* queue_internal.h in Headers */,
557 FC0B34790FA2851C0080FFA0 /* source_internal.h in Headers */,
558 5A5D13AC0F6B280500197CC3 /* semaphore_internal.h in Headers */,
559 E4C1ED6F1263E714000D3C8B /* data_internal.h in Headers */,
560 5A0095A210F274B0000E2A31 /* io_internal.h in Headers */,
561 FC1832A8109923C7003403D5 /* tsd.h in Headers */,
562 96929D840F3EA1020041FF5D /* atomic.h in Headers */,
563 96929D850F3EA1020041FF5D /* shims.h in Headers */,
564 FC1832A7109923C7003403D5 /* time.h in Headers */,
565 FC1832A6109923C7003403D5 /* perfmon.h in Headers */,
566 FC9C70E8105EC9620074F9CA /* config.h in Headers */,
567 E422A0D512A557B5005E5BDB /* trace.h in Headers */,
568 E4BA743B13A8911B0095BDF1 /* getprogname.h in Headers */,
569 E4BA743F13A8911B0095BDF1 /* malloc_zone.h in Headers */,
570 E4128ED613BA9A1700ABB2CB /* hw_config.h in Headers */,
571 E4407FAE143CC984003A9E80 /* dispatch.h in Headers */,
572 E454569314746F1B00106147 /* object_private.h in Headers */,
573 E4EB4A2714C35ECE00AA0FA9 /* object.h in Headers */,
574 );
575 runOnlyForDeploymentPostprocessing = 0;
576 };
577 E49F24AA125D57FA0057C971 /* Headers */ = {
578 isa = PBXHeadersBuildPhase;
579 buildActionMask = 2147483647;
580 files = (
581 E49F24AB125D57FA0057C971 /* dispatch.h in Headers */,
582 E49F24AC125D57FA0057C971 /* base.h in Headers */,
583 E49F24AD125D57FA0057C971 /* object.h in Headers */,
584 E49F24AE125D57FA0057C971 /* queue.h in Headers */,
585 E49F24AF125D57FA0057C971 /* source.h in Headers */,
586 E49F24B0125D57FA0057C971 /* semaphore.h in Headers */,
587 E49F24B1125D57FA0057C971 /* group.h in Headers */,
588 E49F24B2125D57FA0057C971 /* once.h in Headers */,
589 E49F24B3125D57FA0057C971 /* io.h in Headers */,
590 E49F24B4125D57FA0057C971 /* data.h in Headers */,
591 E49F24B5125D57FA0057C971 /* time.h in Headers */,
592 E49F24B6125D57FA0057C971 /* private.h in Headers */,
593 E49F24B7125D57FA0057C971 /* queue_private.h in Headers */,
594 E49F24B8125D57FA0057C971 /* source_private.h in Headers */,
595 E49F24B9125D57FA0057C971 /* benchmark.h in Headers */,
596 E49F24BA125D57FA0057C971 /* internal.h in Headers */,
597 E49F24BC125D57FA0057C971 /* object_internal.h in Headers */,
598 E49F24BB125D57FA0057C971 /* queue_internal.h in Headers */,
599 E49F24BE125D57FA0057C971 /* source_internal.h in Headers */,
600 E49F24BD125D57FA0057C971 /* semaphore_internal.h in Headers */,
601 E4C1ED701263E714000D3C8B /* data_internal.h in Headers */,
602 E49F24BF125D57FA0057C971 /* io_internal.h in Headers */,
603 E49F24C1125D57FA0057C971 /* tsd.h in Headers */,
604 E49F24C2125D57FA0057C971 /* atomic.h in Headers */,
605 E49F24C3125D57FA0057C971 /* shims.h in Headers */,
606 E49F24C4125D57FA0057C971 /* time.h in Headers */,
607 E49F24C5125D57FA0057C971 /* perfmon.h in Headers */,
608 E49F24C6125D57FA0057C971 /* config.h in Headers */,
609 E422A0D612A557B5005E5BDB /* trace.h in Headers */,
610 E4BA743C13A8911B0095BDF1 /* getprogname.h in Headers */,
611 E4BA744013A8911B0095BDF1 /* malloc_zone.h in Headers */,
612 E4128ED713BA9A1700ABB2CB /* hw_config.h in Headers */,
613 E4407FAF143CC984003A9E80 /* dispatch.h in Headers */,
614 E454569414746F1B00106147 /* object_private.h in Headers */,
615 E4EB4A2814C35ECE00AA0FA9 /* object.h in Headers */,
616 );
617 runOnlyForDeploymentPostprocessing = 0;
618 };
619 /* End PBXHeadersBuildPhase section */
620
621 /* Begin PBXNativeTarget section */
622 D2AAC045055464E500DB518D /* libdispatch */ = {
623 isa = PBXNativeTarget;
624 buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libdispatch" */;
625 buildPhases = (
626 D2AAC043055464E500DB518D /* Headers */,
627 D2AAC044055464E500DB518D /* Sources */,
628 D289987405E68DCB004EDB86 /* Frameworks */,
629 E4EB4A2B14C3720B00AA0FA9 /* Install Headers */,
630 E482F1C512DBAA110030614D /* Postprocess Headers */,
631 4CED8B9D0EEDF8B600AF99AB /* Install Manpages */,
632 );
633 buildRules = (
634 );
635 dependencies = (
636 E47D6ECB125FEB9D0070D91C /* PBXTargetDependency */,
637 E47D6ECD125FEBA10070D91C /* PBXTargetDependency */,
638 );
639 name = libdispatch;
640 productName = libdispatch;
641 productReference = D2AAC046055464E500DB518D /* libdispatch.dylib */;
642 productType = "com.apple.product-type.library.dynamic";
643 };
644 E49F24A9125D57FA0057C971 /* libdispatch no resolver */ = {
645 isa = PBXNativeTarget;
646 buildConfigurationList = E49F24D8125D57FA0057C971 /* Build configuration list for PBXNativeTarget "libdispatch no resolver" */;
647 buildPhases = (
648 E49F24AA125D57FA0057C971 /* Headers */,
649 E49F24C7125D57FA0057C971 /* Sources */,
650 E49F24D5125D57FA0057C971 /* Frameworks */,
651 E4EB4A3014C3A14000AA0FA9 /* Install Headers */,
652 E4128EB213B9612700ABB2CB /* Postprocess Headers */,
653 E49F24D7125D57FA0057C971 /* Install Manpages */,
654 );
655 buildRules = (
656 );
657 dependencies = (
658 );
659 name = "libdispatch no resolver";
660 productName = libdispatch;
661 productReference = E49F24DF125D57FA0057C971 /* libdispatch.dylib */;
662 productType = "com.apple.product-type.library.dynamic";
663 };
664 E4EC118F12514302000DDBD1 /* libdispatch up resolved */ = {
665 isa = PBXNativeTarget;
666 buildConfigurationList = E4EC11BC12514302000DDBD1 /* Build configuration list for PBXNativeTarget "libdispatch up resolved" */;
667 buildPhases = (
668 E4EC12141251461A000DDBD1 /* Mig Headers */,
669 E4EC11AC12514302000DDBD1 /* Sources */,
670 E4EC121212514613000DDBD1 /* Symlink normal variant */,
671 );
672 buildRules = (
673 );
674 dependencies = (
675 );
676 name = "libdispatch up resolved";
677 productName = libdispatch;
678 productReference = E4EC11C312514302000DDBD1 /* libdispatch_up.a */;
679 productType = "com.apple.product-type.library.static";
680 };
681 E4EC121612514715000DDBD1 /* libdispatch mp resolved */ = {
682 isa = PBXNativeTarget;
683 buildConfigurationList = E4EC122612514715000DDBD1 /* Build configuration list for PBXNativeTarget "libdispatch mp resolved" */;
684 buildPhases = (
685 E4EC121712514715000DDBD1 /* Mig Headers */,
686 E4EC121812514715000DDBD1 /* Sources */,
687 E4EC122512514715000DDBD1 /* Symlink normal variant */,
688 );
689 buildRules = (
690 );
691 dependencies = (
692 );
693 name = "libdispatch mp resolved";
694 productName = libdispatch;
695 productReference = E4EC122D12514715000DDBD1 /* libdispatch_mp.a */;
696 productType = "com.apple.product-type.library.static";
697 };
698 /* End PBXNativeTarget section */
699
700 /* Begin PBXProject section */
701 08FB7793FE84155DC02AAC07 /* Project object */ = {
702 isa = PBXProject;
703 attributes = {
704 BuildIndependentTargetsInParallel = YES;
705 LastUpgradeCheck = 0420;
706 };
707 buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libdispatch" */;
708 compatibilityVersion = "Xcode 3.2";
709 developmentRegion = English;
710 hasScannedForEncodings = 1;
711 knownRegions = (
712 English,
713 Japanese,
714 French,
715 German,
716 );
717 mainGroup = 08FB7794FE84155DC02AAC07 /* libdispatch */;
718 projectDirPath = "";
719 projectReferences = (
720 {
721 ProductGroup = C927F36010FD7F1000C5AB8B /* Products */;
722 ProjectRef = C927F35F10FD7F1000C5AB8B /* ddt.xcodeproj */;
723 },
724 );
725 projectRoot = "";
726 targets = (
727 D2AAC045055464E500DB518D /* libdispatch */,
728 E49F24A9125D57FA0057C971 /* libdispatch no resolver */,
729 E4EC118F12514302000DDBD1 /* libdispatch up resolved */,
730 E4EC121612514715000DDBD1 /* libdispatch mp resolved */,
731 3F3C9326128E637B0042B1F7 /* libdispatch_Sim */,
732 C927F35A10FD7F0600C5AB8B /* libdispatch_tools */,
733 );
734 };
735 /* End PBXProject section */
736
737 /* Begin PBXReferenceProxy section */
738 C927F36710FD7F1000C5AB8B /* ddt */ = {
739 isa = PBXReferenceProxy;
740 fileType = "compiled.mach-o.executable";
741 path = ddt;
742 remoteRef = C927F36610FD7F1000C5AB8B /* PBXContainerItemProxy */;
743 sourceTree = BUILT_PRODUCTS_DIR;
744 };
745 /* End PBXReferenceProxy section */
746
747 /* Begin PBXShellScriptBuildPhase section */
748 4CED8B9D0EEDF8B600AF99AB /* Install Manpages */ = {
749 isa = PBXShellScriptBuildPhase;
750 buildActionMask = 8;
751 files = (
752 );
753 inputPaths = (
754 "$(SRCROOT)/xcodescripts/install-manpages.sh",
755 );
756 name = "Install Manpages";
757 outputPaths = (
758 );
759 runOnlyForDeploymentPostprocessing = 1;
760 shellPath = "/bin/bash -e";
761 shellScript = ". \"${SCRIPT_INPUT_FILE_0}\"";
762 showEnvVarsInLog = 0;
763 };
764 E4128EB213B9612700ABB2CB /* Postprocess Headers */ = {
765 isa = PBXShellScriptBuildPhase;
766 buildActionMask = 8;
767 files = (
768 );
769 inputPaths = (
770 "$(SRCROOT)/xcodescripts/postprocess-headers.sh",
771 );
772 name = "Postprocess Headers";
773 outputPaths = (
774 );
775 runOnlyForDeploymentPostprocessing = 1;
776 shellPath = "/bin/bash -e";
777 shellScript = ". \"${SCRIPT_INPUT_FILE_0}\"";
778 showEnvVarsInLog = 0;
779 };
780 E482F1C512DBAA110030614D /* Postprocess Headers */ = {
781 isa = PBXShellScriptBuildPhase;
782 buildActionMask = 8;
783 files = (
784 );
785 inputPaths = (
786 "$(SRCROOT)/xcodescripts/postprocess-headers.sh",
787 );
788 name = "Postprocess Headers";
789 outputPaths = (
790 );
791 runOnlyForDeploymentPostprocessing = 1;
792 shellPath = "/bin/bash -e";
793 shellScript = ". \"${SCRIPT_INPUT_FILE_0}\"";
794 showEnvVarsInLog = 0;
795 };
796 E49F24D7125D57FA0057C971 /* Install Manpages */ = {
797 isa = PBXShellScriptBuildPhase;
798 buildActionMask = 8;
799 files = (
800 );
801 inputPaths = (
802 "$(SRCROOT)/xcodescripts/install-manpages.sh",
803 );
804 name = "Install Manpages";
805 outputPaths = (
806 );
807 runOnlyForDeploymentPostprocessing = 1;
808 shellPath = "/bin/bash -e";
809 shellScript = ". \"${SCRIPT_INPUT_FILE_0}\"";
810 showEnvVarsInLog = 0;
811 };
812 E4EB4A2B14C3720B00AA0FA9 /* Install Headers */ = {
813 isa = PBXShellScriptBuildPhase;
814 buildActionMask = 2147483647;
815 files = (
816 );
817 inputPaths = (
818 "$(SRCROOT)/xcodescripts/install-headers.sh",
819 "$(SRCROOT)/os/object.h",
820 "$(SRCROOT)/os/object_private.h",
821 );
822 name = "Install Headers";
823 outputPaths = (
824 "$(CONFIGURATION_BUILD_DIR)/$(OS_PUBLIC_HEADERS_FOLDER_PATH)/object.h",
825 "$(CONFIGURATION_BUILD_DIR)/$(OS_PRIVATE_HEADERS_FOLDER_PATH)/object_private.h",
826 );
827 runOnlyForDeploymentPostprocessing = 0;
828 shellPath = "/bin/bash -e";
829 shellScript = ". \"${SCRIPT_INPUT_FILE_0}\"";
830 showEnvVarsInLog = 0;
831 };
832 E4EB4A3014C3A14000AA0FA9 /* Install Headers */ = {
833 isa = PBXShellScriptBuildPhase;
834 buildActionMask = 2147483647;
835 files = (
836 );
837 inputPaths = (
838 "$(SRCROOT)/xcodescripts/install-headers.sh",
839 "$(SRCROOT)/os/object.h",
840 "$(SRCROOT)/os/object_private.h",
841 );
842 name = "Install Headers";
843 outputPaths = (
844 "$(CONFIGURATION_BUILD_DIR)/$(OS_PUBLIC_HEADERS_FOLDER_PATH)/object.h",
845 "$(CONFIGURATION_BUILD_DIR)/$(OS_PRIVATE_HEADERS_FOLDER_PATH)/object_private.h",
846 );
847 runOnlyForDeploymentPostprocessing = 0;
848 shellPath = "/bin/bash -e";
849 shellScript = ". \"${SCRIPT_INPUT_FILE_0}\"";
850 showEnvVarsInLog = 0;
851 };
852 E4EC121212514613000DDBD1 /* Symlink normal variant */ = {
853 isa = PBXShellScriptBuildPhase;
854 buildActionMask = 2147483647;
855 files = (
856 );
857 inputPaths = (
858 );
859 name = "Symlink normal variant";
860 outputPaths = (
861 "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME)_normal.a",
862 );
863 runOnlyForDeploymentPostprocessing = 0;
864 shellPath = "/bin/bash -e";
865 shellScript = "ln -fs \"${PRODUCT_NAME}.a\" \"${SCRIPT_OUTPUT_FILE_0}\"";
866 showEnvVarsInLog = 0;
867 };
868 E4EC12141251461A000DDBD1 /* Mig Headers */ = {
869 isa = PBXShellScriptBuildPhase;
870 buildActionMask = 2147483647;
871 files = (
872 );
873 inputPaths = (
874 "$(SRCROOT)/src/protocol.defs",
875 "$(SRCROOT)/xcodescripts/mig-headers.sh",
876 );
877 name = "Mig Headers";
878 outputPaths = (
879 "$(DERIVED_FILE_DIR)/protocol.h",
880 "$(DERIVED_FILE_DIR)/protocolServer.h",
881 );
882 runOnlyForDeploymentPostprocessing = 0;
883 shellPath = "/bin/bash -e";
884 shellScript = ". \"${SCRIPT_INPUT_FILE_1}\"";
885 showEnvVarsInLog = 0;
886 };
887 E4EC121712514715000DDBD1 /* Mig Headers */ = {
888 isa = PBXShellScriptBuildPhase;
889 buildActionMask = 2147483647;
890 files = (
891 );
892 inputPaths = (
893 "$(SRCROOT)/src/protocol.defs",
894 "$(SRCROOT)/xcodescripts/mig-headers.sh",
895 );
896 name = "Mig Headers";
897 outputPaths = (
898 "$(DERIVED_FILE_DIR)/protocol.h",
899 "$(DERIVED_FILE_DIR)/protocolServer.h",
900 );
901 runOnlyForDeploymentPostprocessing = 0;
902 shellPath = "/bin/bash -e";
903 shellScript = ". \"${SCRIPT_INPUT_FILE_1}\"";
904 showEnvVarsInLog = 0;
905 };
906 E4EC122512514715000DDBD1 /* Symlink normal variant */ = {
907 isa = PBXShellScriptBuildPhase;
908 buildActionMask = 2147483647;
909 files = (
910 );
911 inputPaths = (
912 );
913 name = "Symlink normal variant";
914 outputPaths = (
915 "$(CONFIGURATION_BUILD_DIR)/$(PRODUCT_NAME)_normal.a",
916 );
917 runOnlyForDeploymentPostprocessing = 0;
918 shellPath = "/bin/bash -e";
919 shellScript = "ln -fs \"${PRODUCT_NAME}.a\" \"${SCRIPT_OUTPUT_FILE_0}\"";
920 showEnvVarsInLog = 0;
921 };
922 /* End PBXShellScriptBuildPhase section */
923
924 /* Begin PBXSourcesBuildPhase section */
925 D2AAC044055464E500DB518D /* Sources */ = {
926 isa = PBXSourcesBuildPhase;
927 buildActionMask = 2147483647;
928 files = (
929 E43570B9126E93380097AB9F /* provider.d in Sources */,
930 FC7BEDA40E8361E600161930 /* protocol.defs in Sources */,
931 E49F2499125D48D80057C971 /* resolver.c in Sources */,
932 E44EBE3E1251659900645D88 /* init.c in Sources */,
933 FC7BED990E8361E600161930 /* queue.c in Sources */,
934 721F5CCF0F15553500FF03A6 /* semaphore.c in Sources */,
935 96DF70BE0F38FE3C0074BD99 /* once.c in Sources */,
936 9676A0E10F3E755D00713ADB /* apply.c in Sources */,
937 9661E56B0F3E7DDF00749F3E /* object.c in Sources */,
938 965CD6350F3E806200D4E28D /* benchmark.c in Sources */,
939 96A8AA870F41E7A400CD570B /* source.c in Sources */,
940 96032E4B0F5CC8C700241C5F /* time.c in Sources */,
941 5AAB45C010D30B79004407EA /* data.c in Sources */,
942 5A27262610F26F1900751FBC /* io.c in Sources */,
943 C9C5F80E143C1771006DC718 /* transform.c in Sources */,
944 E4FC3264145F46C9002FBDDB /* object.m in Sources */,
945 );
946 runOnlyForDeploymentPostprocessing = 0;
947 };
948 E49F24C7125D57FA0057C971 /* Sources */ = {
949 isa = PBXSourcesBuildPhase;
950 buildActionMask = 2147483647;
951 files = (
952 E43570BA126E93380097AB9F /* provider.d in Sources */,
953 E49F24C8125D57FA0057C971 /* protocol.defs in Sources */,
954 E49F24C9125D57FA0057C971 /* resolver.c in Sources */,
955 E49F24CA125D57FA0057C971 /* init.c in Sources */,
956 E49F24CB125D57FA0057C971 /* queue.c in Sources */,
957 E49F24CC125D57FA0057C971 /* semaphore.c in Sources */,
958 E49F24CD125D57FA0057C971 /* once.c in Sources */,
959 E49F24CE125D57FA0057C971 /* apply.c in Sources */,
960 E49F24CF125D57FA0057C971 /* object.c in Sources */,
961 E49F24D0125D57FA0057C971 /* benchmark.c in Sources */,
962 E49F24D1125D57FA0057C971 /* source.c in Sources */,
963 E49F24D2125D57FA0057C971 /* time.c in Sources */,
964 E49F24D3125D57FA0057C971 /* data.c in Sources */,
965 E49F24D4125D57FA0057C971 /* io.c in Sources */,
966 C93D6165143E190E00EB9023 /* transform.c in Sources */,
967 E4FC3265145F46C9002FBDDB /* object.m in Sources */,
968 );
969 runOnlyForDeploymentPostprocessing = 0;
970 };
971 E4EC11AC12514302000DDBD1 /* Sources */ = {
972 isa = PBXSourcesBuildPhase;
973 buildActionMask = 2147483647;
974 files = (
975 E417A38412A472C4004D659D /* provider.d in Sources */,
976 E44EBE5412517EBE00645D88 /* protocol.defs in Sources */,
977 E49F2424125D3C970057C971 /* resolver.c in Sources */,
978 E44EBE5512517EBE00645D88 /* init.c in Sources */,
979 E4EC11AE12514302000DDBD1 /* queue.c in Sources */,
980 E4EC11AF12514302000DDBD1 /* semaphore.c in Sources */,
981 E4EC11B012514302000DDBD1 /* once.c in Sources */,
982 E4EC11B112514302000DDBD1 /* apply.c in Sources */,
983 E4EC11B212514302000DDBD1 /* object.c in Sources */,
984 E4EC11B312514302000DDBD1 /* benchmark.c in Sources */,
985 E4EC11B412514302000DDBD1 /* source.c in Sources */,
986 E4EC11B512514302000DDBD1 /* time.c in Sources */,
987 E4EC11B712514302000DDBD1 /* data.c in Sources */,
988 E4EC11B812514302000DDBD1 /* io.c in Sources */,
989 C93D6166143E190F00EB9023 /* transform.c in Sources */,
990 E4FC3266145F46C9002FBDDB /* object.m in Sources */,
991 );
992 runOnlyForDeploymentPostprocessing = 0;
993 };
994 E4EC121812514715000DDBD1 /* Sources */ = {
995 isa = PBXSourcesBuildPhase;
996 buildActionMask = 2147483647;
997 files = (
998 E417A38512A472C5004D659D /* provider.d in Sources */,
999 E44EBE5612517EBE00645D88 /* protocol.defs in Sources */,
1000 E49F2423125D3C960057C971 /* resolver.c in Sources */,
1001 E44EBE5712517EBE00645D88 /* init.c in Sources */,
1002 E4EC121A12514715000DDBD1 /* queue.c in Sources */,
1003 E4EC121B12514715000DDBD1 /* semaphore.c in Sources */,
1004 E4EC121C12514715000DDBD1 /* once.c in Sources */,
1005 E4EC121D12514715000DDBD1 /* apply.c in Sources */,
1006 E4EC121E12514715000DDBD1 /* object.c in Sources */,
1007 E4EC121F12514715000DDBD1 /* benchmark.c in Sources */,
1008 E4EC122012514715000DDBD1 /* source.c in Sources */,
1009 E4EC122112514715000DDBD1 /* time.c in Sources */,
1010 E4EC122312514715000DDBD1 /* data.c in Sources */,
1011 E4EC122412514715000DDBD1 /* io.c in Sources */,
1012 C93D6167143E190F00EB9023 /* transform.c in Sources */,
1013 E4FC3267145F46C9002FBDDB /* object.m in Sources */,
1014 );
1015 runOnlyForDeploymentPostprocessing = 0;
1016 };
1017 /* End PBXSourcesBuildPhase section */
1018
1019 /* Begin PBXTargetDependency section */
1020 C927F36910FD7F1A00C5AB8B /* PBXTargetDependency */ = {
1021 isa = PBXTargetDependency;
1022 name = ddt;
1023 targetProxy = C927F36810FD7F1A00C5AB8B /* PBXContainerItemProxy */;
1024 };
1025 E4128E4A13B94BCE00ABB2CB /* PBXTargetDependency */ = {
1026 isa = PBXTargetDependency;
1027 target = D2AAC045055464E500DB518D /* libdispatch */;
1028 targetProxy = E4128E4913B94BCE00ABB2CB /* PBXContainerItemProxy */;
1029 };
1030 E47D6ECB125FEB9D0070D91C /* PBXTargetDependency */ = {
1031 isa = PBXTargetDependency;
1032 target = E4EC118F12514302000DDBD1 /* libdispatch up resolved */;
1033 targetProxy = E47D6ECA125FEB9D0070D91C /* PBXContainerItemProxy */;
1034 };
1035 E47D6ECD125FEBA10070D91C /* PBXTargetDependency */ = {
1036 isa = PBXTargetDependency;
1037 target = E4EC121612514715000DDBD1 /* libdispatch mp resolved */;
1038 targetProxy = E47D6ECC125FEBA10070D91C /* PBXContainerItemProxy */;
1039 };
1040 /* End PBXTargetDependency section */
1041
1042 /* Begin XCBuildConfiguration section */
1043 1DEB91ED08733DB70010E9CD /* Release */ = {
1044 isa = XCBuildConfiguration;
1045 baseConfigurationReference = E40041AA125D705F0022B135 /* libdispatch-resolver.xcconfig */;
1046 buildSettings = {
1047 };
1048 name = Release;
1049 };
1050 1DEB91F108733DB70010E9CD /* Release */ = {
1051 isa = XCBuildConfiguration;
1052 baseConfigurationReference = E43D93F11097917E004F6A62 /* libdispatch.xcconfig */;
1053 buildSettings = {
1054 };
1055 name = Release;
1056 };
1057 3F3C9357128E637B0042B1F7 /* Release */ = {
1058 isa = XCBuildConfiguration;
1059 buildSettings = {
1060 };
1061 name = Release;
1062 };
1063 3F3C9358128E637B0042B1F7 /* Debug */ = {
1064 isa = XCBuildConfiguration;
1065 buildSettings = {
1066 };
1067 name = Debug;
1068 };
1069 C927F35B10FD7F0600C5AB8B /* Release */ = {
1070 isa = XCBuildConfiguration;
1071 buildSettings = {
1072 };
1073 name = Release;
1074 };
1075 C927F35C10FD7F0600C5AB8B /* Debug */ = {
1076 isa = XCBuildConfiguration;
1077 buildSettings = {
1078 };
1079 name = Debug;
1080 };
1081 E49F24D9125D57FA0057C971 /* Release */ = {
1082 isa = XCBuildConfiguration;
1083 buildSettings = {
1084 };
1085 name = Release;
1086 };
1087 E49F24DA125D57FA0057C971 /* Debug */ = {
1088 isa = XCBuildConfiguration;
1089 buildSettings = {
1090 };
1091 name = Debug;
1092 };
1093 E4EB382D1089033000C33AD4 /* Debug */ = {
1094 isa = XCBuildConfiguration;
1095 baseConfigurationReference = E43D93F11097917E004F6A62 /* libdispatch.xcconfig */;
1096 buildSettings = {
1097 BUILD_VARIANTS = debug;
1098 ONLY_ACTIVE_ARCH = YES;
1099 };
1100 name = Debug;
1101 };
1102 E4EB382E1089033000C33AD4 /* Debug */ = {
1103 isa = XCBuildConfiguration;
1104 baseConfigurationReference = E40041AA125D705F0022B135 /* libdispatch-resolver.xcconfig */;
1105 buildSettings = {
1106 };
1107 name = Debug;
1108 };
1109 E4EC11BD12514302000DDBD1 /* Release */ = {
1110 isa = XCBuildConfiguration;
1111 baseConfigurationReference = E40041A9125D70590022B135 /* libdispatch-resolved.xcconfig */;
1112 buildSettings = {
1113 DISPATCH_RESOLVED_VARIANT = up;
1114 };
1115 name = Release;
1116 };
1117 E4EC11BE12514302000DDBD1 /* Debug */ = {
1118 isa = XCBuildConfiguration;
1119 baseConfigurationReference = E40041A9125D70590022B135 /* libdispatch-resolved.xcconfig */;
1120 buildSettings = {
1121 DISPATCH_RESOLVED_VARIANT = up;
1122 };
1123 name = Debug;
1124 };
1125 E4EC122712514715000DDBD1 /* Release */ = {
1126 isa = XCBuildConfiguration;
1127 baseConfigurationReference = E40041A9125D70590022B135 /* libdispatch-resolved.xcconfig */;
1128 buildSettings = {
1129 DISPATCH_RESOLVED_VARIANT = mp;
1130 };
1131 name = Release;
1132 };
1133 E4EC122812514715000DDBD1 /* Debug */ = {
1134 isa = XCBuildConfiguration;
1135 baseConfigurationReference = E40041A9125D70590022B135 /* libdispatch-resolved.xcconfig */;
1136 buildSettings = {
1137 DISPATCH_RESOLVED_VARIANT = mp;
1138 };
1139 name = Debug;
1140 };
1141 /* End XCBuildConfiguration section */
1142
1143 /* Begin XCConfigurationList section */
1144 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libdispatch" */ = {
1145 isa = XCConfigurationList;
1146 buildConfigurations = (
1147 1DEB91ED08733DB70010E9CD /* Release */,
1148 E4EB382E1089033000C33AD4 /* Debug */,
1149 );
1150 defaultConfigurationIsVisible = 0;
1151 defaultConfigurationName = Release;
1152 };
1153 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libdispatch" */ = {
1154 isa = XCConfigurationList;
1155 buildConfigurations = (
1156 1DEB91F108733DB70010E9CD /* Release */,
1157 E4EB382D1089033000C33AD4 /* Debug */,
1158 );
1159 defaultConfigurationIsVisible = 0;
1160 defaultConfigurationName = Release;
1161 };
1162 3F3C9356128E637B0042B1F7 /* Build configuration list for PBXAggregateTarget "libdispatch_Sim" */ = {
1163 isa = XCConfigurationList;
1164 buildConfigurations = (
1165 3F3C9357128E637B0042B1F7 /* Release */,
1166 3F3C9358128E637B0042B1F7 /* Debug */,
1167 );
1168 defaultConfigurationIsVisible = 0;
1169 defaultConfigurationName = Release;
1170 };
1171 C927F35E10FD7F0B00C5AB8B /* Build configuration list for PBXAggregateTarget "libdispatch_tools" */ = {
1172 isa = XCConfigurationList;
1173 buildConfigurations = (
1174 C927F35B10FD7F0600C5AB8B /* Release */,
1175 C927F35C10FD7F0600C5AB8B /* Debug */,
1176 );
1177 defaultConfigurationIsVisible = 0;
1178 defaultConfigurationName = Release;
1179 };
1180 E49F24D8125D57FA0057C971 /* Build configuration list for PBXNativeTarget "libdispatch no resolver" */ = {
1181 isa = XCConfigurationList;
1182 buildConfigurations = (
1183 E49F24D9125D57FA0057C971 /* Release */,
1184 E49F24DA125D57FA0057C971 /* Debug */,
1185 );
1186 defaultConfigurationIsVisible = 0;
1187 defaultConfigurationName = Release;
1188 };
1189 E4EC11BC12514302000DDBD1 /* Build configuration list for PBXNativeTarget "libdispatch up resolved" */ = {
1190 isa = XCConfigurationList;
1191 buildConfigurations = (
1192 E4EC11BD12514302000DDBD1 /* Release */,
1193 E4EC11BE12514302000DDBD1 /* Debug */,
1194 );
1195 defaultConfigurationIsVisible = 0;
1196 defaultConfigurationName = Release;
1197 };
1198 E4EC122612514715000DDBD1 /* Build configuration list for PBXNativeTarget "libdispatch mp resolved" */ = {
1199 isa = XCConfigurationList;
1200 buildConfigurations = (
1201 E4EC122712514715000DDBD1 /* Release */,
1202 E4EC122812514715000DDBD1 /* Debug */,
1203 );
1204 defaultConfigurationIsVisible = 0;
1205 defaultConfigurationName = Release;
1206 };
1207 /* End XCConfigurationList section */
1208 };
1209 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
1210 }