]> git.saurik.com Git - apple/xnu.git/blame - libkdd/kdd.xcodeproj/project.pbxproj
xnu-4570.71.2.tar.gz
[apple/xnu.git] / libkdd / kdd.xcodeproj / project.pbxproj
CommitLineData
3e170ce0
A
1// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9/* Begin PBXBuildFile section */
813fb2f6
A
10 045F7F121D2ADE7C00B4808B /* stackshot-with-waitinfo in Resources */ = {isa = PBXBuildFile; fileRef = 04C64AC91D25C43400C6C781 /* stackshot-with-waitinfo */; };
11 045F7F131D2ADE8000B4808B /* stackshot-with-waitinfo.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 04C64ACA1D25C43400C6C781 /* stackshot-with-waitinfo.plist.gz */; };
39037602
A
12 081725D51C3F476500371A54 /* stackshot-sample-duration in Resources */ = {isa = PBXBuildFile; fileRef = 081725D31C3F475200371A54 /* stackshot-sample-duration */; };
13 081725D61C3F476500371A54 /* stackshot-sample-duration.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 081725D41C3F475200371A54 /* stackshot-sample-duration.plist.gz */; };
14 081EDD381C23855700A1C138 /* stackshot-sample-cputime in Resources */ = {isa = PBXBuildFile; fileRef = 081EDD361C23854500A1C138 /* stackshot-sample-cputime */; };
15 081EDD391C23855700A1C138 /* stackshot-sample-cputime.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 081EDD371C23854500A1C138 /* stackshot-sample-cputime.plist.gz */; };
16 08238A3B1BFEB5450053190C /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 08F1501D1BFEA7AC00F2C89C /* libz.dylib */; };
17 0834719E1BF7D05400D67253 /* kcdata.h in Headers */ = {isa = PBXBuildFile; fileRef = 0834719D1BF7D05400D67253 /* kcdata.h */; settings = {ATTRIBUTES = (Private, ); }; };
a39ff7e2 18 084085AC1FA3CE3D005BAD16 /* kdd.h in Headers */ = {isa = PBXBuildFile; fileRef = 084085AA1FA3CE32005BAD16 /* kdd.h */; settings = {ATTRIBUTES = (Public, ); }; };
39037602
A
19 0843EE921BF6AFC600CD4150 /* stackshot-sample in Resources */ = {isa = PBXBuildFile; fileRef = 0843EE911BF6AFB700CD4150 /* stackshot-sample */; };
20 0843EE941BF6BAC100CD4150 /* stackshot-sample.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 0843EE931BF6BAB400CD4150 /* stackshot-sample.plist.gz */; };
21 08603F371BF69EDE007D3784 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 08603F361BF69EDE007D3784 /* Tests.swift */; };
22 08603F391BF69EDE007D3784 /* libkdd.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C91C93C71ACB58B700119B60 /* libkdd.a */; };
23 0860F87A1BFC3857007E1301 /* stackshot-sample-tailspin-2 in Resources */ = {isa = PBXBuildFile; fileRef = 0860F8781BFC3845007E1301 /* stackshot-sample-tailspin-2 */; };
24 0860F87B1BFC3857007E1301 /* stackshot-sample-tailspin-2.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 0860F8791BFC3845007E1301 /* stackshot-sample-tailspin-2.plist.gz */; };
25 086395B51BF5655D005ED913 /* kdd_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 086395B41BF5655D005ED913 /* kdd_main.m */; };
26 086395B91BF565A2005ED913 /* libkdd.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C91C93C71ACB58B700119B60 /* libkdd.a */; };
a39ff7e2
A
27 0864FD081FA3C127001B7B0B /* kcdata.h in Headers */ = {isa = PBXBuildFile; fileRef = 0834719D1BF7D05400D67253 /* kcdata.h */; settings = {ATTRIBUTES = (Public, ); }; };
28 0864FD0A1FA3C2A9001B7B0B /* kcdtypes.c in Sources */ = {isa = PBXBuildFile; fileRef = C9C5C68B1ACDAFDB00BE0E5E /* kcdtypes.c */; };
29 0864FD0B1FA3C2A9001B7B0B /* kcdata_core.m in Sources */ = {isa = PBXBuildFile; fileRef = C9DE39131ACB5A540020F4A3 /* kcdata_core.m */; };
30 0864FD0D1FA3C2A9001B7B0B /* KCDBasicTypeDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = C91C93E11ACB598700119B60 /* KCDBasicTypeDescription.m */; };
31 0864FD0F1FA3C2A9001B7B0B /* KCDStructTypeDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = C91C93E31ACB598700119B60 /* KCDStructTypeDescription.m */; };
32 0864FD111FA3C2A9001B7B0B /* KCDEmbeddedBufferDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 08A4C94B1C4701B800D5F010 /* KCDEmbeddedBufferDescription.m */; };
33 0864FD131FA3C2A9001B7B0B /* kdd.m in Sources */ = {isa = PBXBuildFile; fileRef = C91C93CC1ACB58B700119B60 /* kdd.m */; };
34 0864FD141FA3C2B9001B7B0B /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 08F1501D1BFEA7AC00F2C89C /* libz.dylib */; };
5ba3f43e
A
35 088C36E01EF323C300ABB2E0 /* stackshot-sample-thread-policy in Resources */ = {isa = PBXBuildFile; fileRef = 088C36DF1EF323AE00ABB2E0 /* stackshot-sample-thread-policy */; };
36 088C36E11EF323C300ABB2E0 /* stackshot-sample-thread-policy.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 088C36DE1EF323AE00ABB2E0 /* stackshot-sample-thread-policy.plist.gz */; };
39037602
A
37 08A4C94C1C4701B800D5F010 /* KCDEmbeddedBufferDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = 08A4C94B1C4701B800D5F010 /* KCDEmbeddedBufferDescription.m */; };
38 08A4C94F1C470F1C00D5F010 /* nested-sample in Resources */ = {isa = PBXBuildFile; fileRef = 08A4C94D1C470F0900D5F010 /* nested-sample */; };
39 08A4C9501C470F1C00D5F010 /* nested-sample.plist in Resources */ = {isa = PBXBuildFile; fileRef = 08A4C94E1C470F0900D5F010 /* nested-sample.plist */; };
40 08B480781BF8297500B4AAE0 /* stackshot-sample-new-arrays in Resources */ = {isa = PBXBuildFile; fileRef = 08B480741BF8294E00B4AAE0 /* stackshot-sample-new-arrays */; };
41 08B480791BF8297500B4AAE0 /* stackshot-sample-new-arrays.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08B480751BF8294E00B4AAE0 /* stackshot-sample-new-arrays.plist.gz */; };
42 08B4807A1BF8297500B4AAE0 /* stackshot-sample-old-arrays in Resources */ = {isa = PBXBuildFile; fileRef = 08B480761BF8294E00B4AAE0 /* stackshot-sample-old-arrays */; };
43 08B4807B1BF8297500B4AAE0 /* stackshot-sample-old-arrays.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08B480771BF8294E00B4AAE0 /* stackshot-sample-old-arrays.plist.gz */; };
44 08B480831BF864D300B4AAE0 /* delta-stackshot-sample-new-arrays in Resources */ = {isa = PBXBuildFile; fileRef = 08B4807F1BF864C800B4AAE0 /* delta-stackshot-sample-new-arrays */; };
45 08B480841BF864D300B4AAE0 /* delta-stackshot-sample-new-arrays.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08B480801BF864C800B4AAE0 /* delta-stackshot-sample-new-arrays.plist.gz */; };
46 08B480851BF864D300B4AAE0 /* delta-stackshot-sample-old-arrays in Resources */ = {isa = PBXBuildFile; fileRef = 08B480811BF864C800B4AAE0 /* delta-stackshot-sample-old-arrays */; };
47 08B480861BF864D300B4AAE0 /* delta-stackshot-sample-old-arrays.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08B480821BF864C800B4AAE0 /* delta-stackshot-sample-old-arrays.plist.gz */; };
48 08B480881BF92E0500B4AAE0 /* kcdata.py in Resources */ = {isa = PBXBuildFile; fileRef = 08B480871BF92DFB00B4AAE0 /* kcdata.py */; };
49 08B4808B1BF9474A00B4AAE0 /* corpse-sample in Resources */ = {isa = PBXBuildFile; fileRef = 08B480891BF9473800B4AAE0 /* corpse-sample */; };
50 08B4808C1BF9474A00B4AAE0 /* corpse-sample.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08B4808A1BF9473800B4AAE0 /* corpse-sample.plist.gz */; };
51 08B9297E1C1CCE8D003B1703 /* stackshot-sample-ths-thread-t in Resources */ = {isa = PBXBuildFile; fileRef = 08B9297C1C1CCE7E003B1703 /* stackshot-sample-ths-thread-t */; };
52 08B9297F1C1CCE8D003B1703 /* stackshot-sample-ths-thread-t.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08B9297D1C1CCE7E003B1703 /* stackshot-sample-ths-thread-t.plist.gz */; };
53 08C9D83D1BFFF8E100DF6C05 /* exitreason-sample in Resources */ = {isa = PBXBuildFile; fileRef = 08C9D83B1BFFF8D500DF6C05 /* exitreason-sample */; };
54 08C9D83E1BFFF8E100DF6C05 /* exitreason-sample.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08C9D83C1BFFF8D500DF6C05 /* exitreason-sample.plist.gz */; };
55 08CF18FF1BF9B7B100D05813 /* stackshot-sample-tailspin in Resources */ = {isa = PBXBuildFile; fileRef = 08CF18FD1BF9B79E00D05813 /* stackshot-sample-tailspin */; };
56 08CF19001BF9B7B100D05813 /* stackshot-sample-tailspin.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08CF18FE1BF9B79E00D05813 /* stackshot-sample-tailspin.plist.gz */; };
57 08F1501E1BFEA7AC00F2C89C /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 08F1501D1BFEA7AC00F2C89C /* libz.dylib */; };
a39ff7e2
A
58 08F2AC0A1FA136EB00271A11 /* stackshot-sample-delta-thread-policy in Resources */ = {isa = PBXBuildFile; fileRef = 08F2AC081FA136EB00271A11 /* stackshot-sample-delta-thread-policy */; };
59 08F2AC0B1FA136EB00271A11 /* stackshot-sample-delta-thread-policy.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 08F2AC091FA136EB00271A11 /* stackshot-sample-delta-thread-policy.plist.gz */; };
39037602
A
60 1368F0851C87E06A00940FC6 /* exitreason-codesigning.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 1368F0841C87E06300940FC6 /* exitreason-codesigning.plist.gz */; };
61 1368F0861C87E06C00940FC6 /* exitreason-codesigning in Resources */ = {isa = PBXBuildFile; fileRef = 1368F0831C87E06300940FC6 /* exitreason-codesigning */; };
62 13A79CAA1CF8C5D600FFC181 /* stackshot-with-kcid in Resources */ = {isa = PBXBuildFile; fileRef = 13A79CA81CF8C5D200FFC181 /* stackshot-with-kcid */; };
63 13A79CAB1CF8C5D600FFC181 /* stackshot-with-kcid.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 13A79CA91CF8C5D200FFC181 /* stackshot-with-kcid.plist.gz */; };
64 13CC08441CB97F8D00EA6069 /* stackshot-fault-stats in Resources */ = {isa = PBXBuildFile; fileRef = 13CC08421CB97F8A00EA6069 /* stackshot-fault-stats */; };
65 13CC08451CB97F9000EA6069 /* stackshot-fault-stats.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 13CC08431CB97F8A00EA6069 /* stackshot-fault-stats.plist.gz */; };
66 13D6C5D01C4DDDB6005E617C /* corpse-twr-sample in Resources */ = {isa = PBXBuildFile; fileRef = 13AF287B1C4A0D6A000795E2 /* corpse-twr-sample */; };
67 13D6C5D11C4DDDB8005E617C /* corpse-twr-sample.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 13AF287C1C4A0D6A000795E2 /* corpse-twr-sample.plist.gz */; };
68 13D6C5D21C4DDDBE005E617C /* test-twr-sample in Resources */ = {isa = PBXBuildFile; fileRef = 13AF287E1C4A0D6A000795E2 /* test-twr-sample */; };
69 13D6C5D31C4DDE0D005E617C /* test-twr-sample.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 13EADC171C4DCDA100468D97 /* test-twr-sample.plist.gz */; };
70 13DBA2681CAB1AD600227EB2 /* stackshot-sample-sharedcachev2.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 13DBA2661CAB1ACB00227EB2 /* stackshot-sample-sharedcachev2.plist.gz */; };
71 13DBA26A1CAB1BA000227EB2 /* stackshot-sample-sharedcachev2 in Resources */ = {isa = PBXBuildFile; fileRef = 13DBA2691CAB1B9C00227EB2 /* stackshot-sample-sharedcachev2 */; };
72 13F3DA9C1C7C1BEE00ACFFCC /* corpse-twr-sample-v2 in Resources */ = {isa = PBXBuildFile; fileRef = 13F3DA9B1C7C1BE700ACFFCC /* corpse-twr-sample-v2 */; };
73 13F3DA9E1C7C1C6600ACFFCC /* corpse-twr-sample-v2.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 13F3DA9D1C7C1C6000ACFFCC /* corpse-twr-sample-v2.plist.gz */; };
5ba3f43e
A
74 1862B0341E7A083F0005ADF4 /* stackshot-sample-thread-groups in Resources */ = {isa = PBXBuildFile; fileRef = 1862B0321E7A083F0005ADF4 /* stackshot-sample-thread-groups */; };
75 1862B0351E7A083F0005ADF4 /* stackshot-sample-thread-groups.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 1862B0331E7A083F0005ADF4 /* stackshot-sample-thread-groups.plist.gz */; };
5c9f4661
A
76 18C577C31F96DB5200C67EB3 /* stackshot-sample-thread-groups-flags in Resources */ = {isa = PBXBuildFile; fileRef = 18C577C11F96DB5100C67EB3 /* stackshot-sample-thread-groups-flags */; };
77 18C577C61F96DB7100C67EB3 /* stackshot-sample-thread-groups-flags.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 18C577C51F96DB7100C67EB3 /* stackshot-sample-thread-groups-flags.plist.gz */; };
5ba3f43e
A
78 18E592981E9451A20018612A /* stackshot-sample-coalitions in Resources */ = {isa = PBXBuildFile; fileRef = 18E592961E9451A20018612A /* stackshot-sample-coalitions */; };
79 18E592991E9451A20018612A /* stackshot-sample-coalitions.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = 18E592971E9451A20018612A /* stackshot-sample-coalitions.plist.gz */; };
3e170ce0
A
80 C91C93CB1ACB58B700119B60 /* kdd.h in Headers */ = {isa = PBXBuildFile; fileRef = C91C93CA1ACB58B700119B60 /* kdd.h */; settings = {ATTRIBUTES = (Private, ); }; };
81 C91C93CD1ACB58B700119B60 /* kdd.m in Sources */ = {isa = PBXBuildFile; fileRef = C91C93CC1ACB58B700119B60 /* kdd.m */; };
82 C91C93E41ACB598700119B60 /* KCDBasicTypeDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = C91C93E01ACB598700119B60 /* KCDBasicTypeDescription.h */; };
83 C91C93E51ACB598700119B60 /* KCDBasicTypeDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = C91C93E11ACB598700119B60 /* KCDBasicTypeDescription.m */; };
84 C91C93E61ACB598700119B60 /* KCDStructTypeDescription.h in Headers */ = {isa = PBXBuildFile; fileRef = C91C93E21ACB598700119B60 /* KCDStructTypeDescription.h */; };
85 C91C93E71ACB598700119B60 /* KCDStructTypeDescription.m in Sources */ = {isa = PBXBuildFile; fileRef = C91C93E31ACB598700119B60 /* KCDStructTypeDescription.m */; };
86 C9C5C68C1ACDAFDB00BE0E5E /* kcdtypes.c in Sources */ = {isa = PBXBuildFile; fileRef = C9C5C68B1ACDAFDB00BE0E5E /* kcdtypes.c */; };
39037602
A
87 C9D7B53F1D1B41D700F1019D /* xnupost_testconfig-sample.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = C9D7B53D1D1B41D700F1019D /* xnupost_testconfig-sample.plist.gz */; };
88 C9D7B5401D1B41D700F1019D /* xnupost_testconfig-sample in Resources */ = {isa = PBXBuildFile; fileRef = C9D7B53E1D1B41D700F1019D /* xnupost_testconfig-sample */; };
5ba3f43e
A
89 C9DCEF011F01C3810000BD02 /* stackshot-sample-instrs-cycles in Resources */ = {isa = PBXBuildFile; fileRef = C9DCEF001F01C3790000BD02 /* stackshot-sample-instrs-cycles */; };
90 C9DCEF021F01C3810000BD02 /* stackshot-sample-instrs-cycles.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = C9DCEEFF1F01C3790000BD02 /* stackshot-sample-instrs-cycles.plist.gz */; };
3e170ce0
A
91 C9DE39141ACB5A540020F4A3 /* kcdata_core.m in Sources */ = {isa = PBXBuildFile; fileRef = C9DE39131ACB5A540020F4A3 /* kcdata_core.m */; };
92/* End PBXBuildFile section */
93
39037602
A
94/* Begin PBXContainerItemProxy section */
95 08603F3A1BF69EDE007D3784 /* PBXContainerItemProxy */ = {
96 isa = PBXContainerItemProxy;
97 containerPortal = C91C93BF1ACB58B700119B60 /* Project object */;
98 proxyType = 1;
99 remoteGlobalIDString = C91C93C61ACB58B700119B60;
100 remoteInfo = libkdd;
101 };
102 086395BA1BF565AB005ED913 /* PBXContainerItemProxy */ = {
103 isa = PBXContainerItemProxy;
104 containerPortal = C91C93BF1ACB58B700119B60 /* Project object */;
105 proxyType = 1;
106 remoteGlobalIDString = C91C93C61ACB58B700119B60;
107 remoteInfo = libkdd;
108 };
109/* End PBXContainerItemProxy section */
110
111/* Begin PBXCopyFilesBuildPhase section */
112 086395B01BF5655D005ED913 /* CopyFiles */ = {
113 isa = PBXCopyFilesBuildPhase;
114 buildActionMask = 2147483647;
115 dstPath = /usr/share/man/man1/;
116 dstSubfolderSpec = 0;
117 files = (
118 );
119 runOnlyForDeploymentPostprocessing = 1;
120 };
121/* End PBXCopyFilesBuildPhase section */
122
3e170ce0 123/* Begin PBXFileReference section */
813fb2f6
A
124 04C64AC91D25C43400C6C781 /* stackshot-with-waitinfo */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-with-waitinfo"; path = "tests/stackshot-with-waitinfo"; sourceTree = SOURCE_ROOT; };
125 04C64ACA1D25C43400C6C781 /* stackshot-with-waitinfo.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-with-waitinfo.plist.gz"; path = "tests/stackshot-with-waitinfo.plist.gz"; sourceTree = SOURCE_ROOT; };
39037602
A
126 081725D31C3F475200371A54 /* stackshot-sample-duration */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-sample-duration"; path = "tests/stackshot-sample-duration"; sourceTree = SOURCE_ROOT; };
127 081725D41C3F475200371A54 /* stackshot-sample-duration.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-sample-duration.plist.gz"; path = "tests/stackshot-sample-duration.plist.gz"; sourceTree = SOURCE_ROOT; };
128 081EDD361C23854500A1C138 /* stackshot-sample-cputime */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-sample-cputime"; path = "tests/stackshot-sample-cputime"; sourceTree = SOURCE_ROOT; };
129 081EDD371C23854500A1C138 /* stackshot-sample-cputime.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-sample-cputime.plist.gz"; path = "tests/stackshot-sample-cputime.plist.gz"; sourceTree = SOURCE_ROOT; };
130 0834719D1BF7D05400D67253 /* kcdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kcdata.h; path = ../osfmk/kern/kcdata.h; sourceTree = "<group>"; };
a39ff7e2
A
131 084085AA1FA3CE32005BAD16 /* kdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = kdd.h; sourceTree = BUILT_PRODUCTS_DIR; };
132 084085AE1FA3D156005BAD16 /* module.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; path = module.modulemap; sourceTree = "<group>"; };
39037602
A
133 0843EE911BF6AFB700CD4150 /* stackshot-sample */ = {isa = PBXFileReference; lastKnownFileType = text; name = "stackshot-sample"; path = "tests/stackshot-sample"; sourceTree = SOURCE_ROOT; };
134 0843EE931BF6BAB400CD4150 /* stackshot-sample.plist.gz */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = archive.gzip; name = "stackshot-sample.plist.gz"; path = "tests/stackshot-sample.plist.gz"; sourceTree = SOURCE_ROOT; };
135 08603F341BF69EDE007D3784 /* tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
136 08603F361BF69EDE007D3784 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = "<group>"; };
137 08603F381BF69EDE007D3784 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
138 08603F3F1BF69F44007D3784 /* kdd_bridge.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kdd_bridge.h; path = ../tests/kdd_bridge.h; sourceTree = "<group>"; };
139 0860F8781BFC3845007E1301 /* stackshot-sample-tailspin-2 */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-sample-tailspin-2"; path = "tests/stackshot-sample-tailspin-2"; sourceTree = SOURCE_ROOT; };
140 0860F8791BFC3845007E1301 /* stackshot-sample-tailspin-2.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-sample-tailspin-2.plist.gz"; path = "tests/stackshot-sample-tailspin-2.plist.gz"; sourceTree = SOURCE_ROOT; };
141 086395B21BF5655D005ED913 /* kdd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = kdd; sourceTree = BUILT_PRODUCTS_DIR; };
142 086395B41BF5655D005ED913 /* kdd_main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = kdd_main.m; sourceTree = "<group>"; };
a39ff7e2
A
143 0864FCEF1FA3C0B7001B7B0B /* kdd.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = kdd.framework; sourceTree = BUILT_PRODUCTS_DIR; };
144 0864FCF21FA3C0B7001B7B0B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
145 0864FCFC1FA3C0B7001B7B0B /* kdd_frameworkTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = kdd_frameworkTests.m; sourceTree = "<group>"; };
146 0864FCFE1FA3C0B7001B7B0B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
5ba3f43e
A
147 088C36DE1EF323AE00ABB2E0 /* stackshot-sample-thread-policy.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = "stackshot-sample-thread-policy.plist.gz"; sourceTree = "<group>"; };
148 088C36DF1EF323AE00ABB2E0 /* stackshot-sample-thread-policy */ = {isa = PBXFileReference; lastKnownFileType = file; path = "stackshot-sample-thread-policy"; sourceTree = "<group>"; };
39037602
A
149 08A4C94A1C47019E00D5F010 /* KCDEmbeddedBufferDescription.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = KCDEmbeddedBufferDescription.h; sourceTree = "<group>"; };
150 08A4C94B1C4701B800D5F010 /* KCDEmbeddedBufferDescription.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KCDEmbeddedBufferDescription.m; sourceTree = "<group>"; };
151 08A4C94D1C470F0900D5F010 /* nested-sample */ = {isa = PBXFileReference; lastKnownFileType = file; name = "nested-sample"; path = "tests/nested-sample"; sourceTree = SOURCE_ROOT; };
152 08A4C94E1C470F0900D5F010 /* nested-sample.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "nested-sample.plist"; path = "tests/nested-sample.plist"; sourceTree = SOURCE_ROOT; };
153 08B480741BF8294E00B4AAE0 /* stackshot-sample-new-arrays */ = {isa = PBXFileReference; lastKnownFileType = text; name = "stackshot-sample-new-arrays"; path = "tests/stackshot-sample-new-arrays"; sourceTree = SOURCE_ROOT; };
154 08B480751BF8294E00B4AAE0 /* stackshot-sample-new-arrays.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-sample-new-arrays.plist.gz"; path = "tests/stackshot-sample-new-arrays.plist.gz"; sourceTree = SOURCE_ROOT; };
155 08B480761BF8294E00B4AAE0 /* stackshot-sample-old-arrays */ = {isa = PBXFileReference; lastKnownFileType = text; name = "stackshot-sample-old-arrays"; path = "tests/stackshot-sample-old-arrays"; sourceTree = SOURCE_ROOT; };
156 08B480771BF8294E00B4AAE0 /* stackshot-sample-old-arrays.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-sample-old-arrays.plist.gz"; path = "tests/stackshot-sample-old-arrays.plist.gz"; sourceTree = SOURCE_ROOT; };
157 08B4807F1BF864C800B4AAE0 /* delta-stackshot-sample-new-arrays */ = {isa = PBXFileReference; lastKnownFileType = text; name = "delta-stackshot-sample-new-arrays"; path = "tests/delta-stackshot-sample-new-arrays"; sourceTree = SOURCE_ROOT; };
158 08B480801BF864C800B4AAE0 /* delta-stackshot-sample-new-arrays.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "delta-stackshot-sample-new-arrays.plist.gz"; path = "tests/delta-stackshot-sample-new-arrays.plist.gz"; sourceTree = SOURCE_ROOT; };
159 08B480811BF864C800B4AAE0 /* delta-stackshot-sample-old-arrays */ = {isa = PBXFileReference; lastKnownFileType = text; name = "delta-stackshot-sample-old-arrays"; path = "tests/delta-stackshot-sample-old-arrays"; sourceTree = SOURCE_ROOT; };
160 08B480821BF864C800B4AAE0 /* delta-stackshot-sample-old-arrays.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "delta-stackshot-sample-old-arrays.plist.gz"; path = "tests/delta-stackshot-sample-old-arrays.plist.gz"; sourceTree = SOURCE_ROOT; };
161 08B480871BF92DFB00B4AAE0 /* kcdata.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; name = kcdata.py; path = ../tools/lldbmacros/kcdata.py; sourceTree = "<group>"; };
162 08B480891BF9473800B4AAE0 /* corpse-sample */ = {isa = PBXFileReference; lastKnownFileType = text; name = "corpse-sample"; path = "tests/corpse-sample"; sourceTree = SOURCE_ROOT; };
163 08B4808A1BF9473800B4AAE0 /* corpse-sample.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "corpse-sample.plist.gz"; path = "tests/corpse-sample.plist.gz"; sourceTree = SOURCE_ROOT; };
164 08B9297C1C1CCE7E003B1703 /* stackshot-sample-ths-thread-t */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-sample-ths-thread-t"; path = "tests/stackshot-sample-ths-thread-t"; sourceTree = SOURCE_ROOT; };
165 08B9297D1C1CCE7E003B1703 /* stackshot-sample-ths-thread-t.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-sample-ths-thread-t.plist.gz"; path = "tests/stackshot-sample-ths-thread-t.plist.gz"; sourceTree = SOURCE_ROOT; };
166 08C9D83B1BFFF8D500DF6C05 /* exitreason-sample */ = {isa = PBXFileReference; lastKnownFileType = file; name = "exitreason-sample"; path = "tests/exitreason-sample"; sourceTree = SOURCE_ROOT; };
167 08C9D83C1BFFF8D500DF6C05 /* exitreason-sample.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "exitreason-sample.plist.gz"; path = "tests/exitreason-sample.plist.gz"; sourceTree = SOURCE_ROOT; };
168 08CF18FD1BF9B79E00D05813 /* stackshot-sample-tailspin */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-sample-tailspin"; path = "tests/stackshot-sample-tailspin"; sourceTree = SOURCE_ROOT; };
169 08CF18FE1BF9B79E00D05813 /* stackshot-sample-tailspin.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-sample-tailspin.plist.gz"; path = "tests/stackshot-sample-tailspin.plist.gz"; sourceTree = SOURCE_ROOT; };
170 08F1501D1BFEA7AC00F2C89C /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/lib/libz.dylib; sourceTree = DEVELOPER_DIR; };
a39ff7e2
A
171 08F2AC081FA136EB00271A11 /* stackshot-sample-delta-thread-policy */ = {isa = PBXFileReference; lastKnownFileType = file; path = "stackshot-sample-delta-thread-policy"; sourceTree = "<group>"; };
172 08F2AC091FA136EB00271A11 /* stackshot-sample-delta-thread-policy.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = "stackshot-sample-delta-thread-policy.plist.gz"; sourceTree = "<group>"; };
39037602
A
173 1368F0831C87E06300940FC6 /* exitreason-codesigning */ = {isa = PBXFileReference; lastKnownFileType = file; name = "exitreason-codesigning"; path = "tests/exitreason-codesigning"; sourceTree = SOURCE_ROOT; };
174 1368F0841C87E06300940FC6 /* exitreason-codesigning.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "exitreason-codesigning.plist.gz"; path = "tests/exitreason-codesigning.plist.gz"; sourceTree = SOURCE_ROOT; };
175 13A79CA81CF8C5D200FFC181 /* stackshot-with-kcid */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-with-kcid"; path = "tests/stackshot-with-kcid"; sourceTree = SOURCE_ROOT; };
176 13A79CA91CF8C5D200FFC181 /* stackshot-with-kcid.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-with-kcid.plist.gz"; path = "tests/stackshot-with-kcid.plist.gz"; sourceTree = SOURCE_ROOT; };
177 13AF287B1C4A0D6A000795E2 /* corpse-twr-sample */ = {isa = PBXFileReference; lastKnownFileType = file; name = "corpse-twr-sample"; path = "tests/corpse-twr-sample"; sourceTree = SOURCE_ROOT; };
178 13AF287C1C4A0D6A000795E2 /* corpse-twr-sample.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "corpse-twr-sample.plist.gz"; path = "tests/corpse-twr-sample.plist.gz"; sourceTree = SOURCE_ROOT; };
179 13AF287E1C4A0D6A000795E2 /* test-twr-sample */ = {isa = PBXFileReference; lastKnownFileType = file; name = "test-twr-sample"; path = "tests/test-twr-sample"; sourceTree = SOURCE_ROOT; };
180 13CC08421CB97F8A00EA6069 /* stackshot-fault-stats */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-fault-stats"; path = "tests/stackshot-fault-stats"; sourceTree = SOURCE_ROOT; };
181 13CC08431CB97F8A00EA6069 /* stackshot-fault-stats.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-fault-stats.plist.gz"; path = "tests/stackshot-fault-stats.plist.gz"; sourceTree = SOURCE_ROOT; };
182 13DBA2661CAB1ACB00227EB2 /* stackshot-sample-sharedcachev2.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "stackshot-sample-sharedcachev2.plist.gz"; path = "tests/stackshot-sample-sharedcachev2.plist.gz"; sourceTree = SOURCE_ROOT; };
183 13DBA2691CAB1B9C00227EB2 /* stackshot-sample-sharedcachev2 */ = {isa = PBXFileReference; lastKnownFileType = file; name = "stackshot-sample-sharedcachev2"; path = "tests/stackshot-sample-sharedcachev2"; sourceTree = SOURCE_ROOT; };
184 13EADC171C4DCDA100468D97 /* test-twr-sample.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "test-twr-sample.plist.gz"; path = "tests/test-twr-sample.plist.gz"; sourceTree = SOURCE_ROOT; };
185 13F3DA9B1C7C1BE700ACFFCC /* corpse-twr-sample-v2 */ = {isa = PBXFileReference; lastKnownFileType = file; name = "corpse-twr-sample-v2"; path = "tests/corpse-twr-sample-v2"; sourceTree = SOURCE_ROOT; };
186 13F3DA9D1C7C1C6000ACFFCC /* corpse-twr-sample-v2.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; name = "corpse-twr-sample-v2.plist.gz"; path = "tests/corpse-twr-sample-v2.plist.gz"; sourceTree = SOURCE_ROOT; };
5ba3f43e
A
187 1862B0321E7A083F0005ADF4 /* stackshot-sample-thread-groups */ = {isa = PBXFileReference; lastKnownFileType = file; path = "stackshot-sample-thread-groups"; sourceTree = "<group>"; };
188 1862B0331E7A083F0005ADF4 /* stackshot-sample-thread-groups.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = "stackshot-sample-thread-groups.plist.gz"; sourceTree = "<group>"; };
5c9f4661
A
189 18C577C11F96DB5100C67EB3 /* stackshot-sample-thread-groups-flags */ = {isa = PBXFileReference; lastKnownFileType = file; path = "stackshot-sample-thread-groups-flags"; sourceTree = "<group>"; };
190 18C577C51F96DB7100C67EB3 /* stackshot-sample-thread-groups-flags.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = "stackshot-sample-thread-groups-flags.plist.gz"; sourceTree = "<group>"; };
5ba3f43e
A
191 18E592961E9451A20018612A /* stackshot-sample-coalitions */ = {isa = PBXFileReference; lastKnownFileType = file; path = "stackshot-sample-coalitions"; sourceTree = "<group>"; };
192 18E592971E9451A20018612A /* stackshot-sample-coalitions.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = "stackshot-sample-coalitions.plist.gz"; sourceTree = "<group>"; };
3e170ce0
A
193 C91C93C71ACB58B700119B60 /* libkdd.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libkdd.a; sourceTree = BUILT_PRODUCTS_DIR; };
194 C91C93CA1ACB58B700119B60 /* kdd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = kdd.h; sourceTree = "<group>"; };
195 C91C93CC1ACB58B700119B60 /* kdd.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = kdd.m; sourceTree = "<group>"; };
196 C91C93E01ACB598700119B60 /* KCDBasicTypeDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KCDBasicTypeDescription.h; sourceTree = "<group>"; };
197 C91C93E11ACB598700119B60 /* KCDBasicTypeDescription.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KCDBasicTypeDescription.m; sourceTree = "<group>"; };
198 C91C93E21ACB598700119B60 /* KCDStructTypeDescription.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = KCDStructTypeDescription.h; sourceTree = "<group>"; };
199 C91C93E31ACB598700119B60 /* KCDStructTypeDescription.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = KCDStructTypeDescription.m; sourceTree = "<group>"; };
200 C9C5C68B1ACDAFDB00BE0E5E /* kcdtypes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kcdtypes.c; sourceTree = "<group>"; };
39037602
A
201 C9D7B53D1D1B41D700F1019D /* xnupost_testconfig-sample.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = "xnupost_testconfig-sample.plist.gz"; sourceTree = "<group>"; };
202 C9D7B53E1D1B41D700F1019D /* xnupost_testconfig-sample */ = {isa = PBXFileReference; lastKnownFileType = file; path = "xnupost_testconfig-sample"; sourceTree = "<group>"; };
5ba3f43e
A
203 C9DCEEFF1F01C3790000BD02 /* stackshot-sample-instrs-cycles.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archive.gzip; path = "stackshot-sample-instrs-cycles.plist.gz"; sourceTree = "<group>"; };
204 C9DCEF001F01C3790000BD02 /* stackshot-sample-instrs-cycles */ = {isa = PBXFileReference; lastKnownFileType = file; path = "stackshot-sample-instrs-cycles"; sourceTree = "<group>"; };
3e170ce0
A
205 C9DE39131ACB5A540020F4A3 /* kcdata_core.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = kcdata_core.m; sourceTree = "<group>"; };
206/* End PBXFileReference section */
207
208/* Begin PBXFrameworksBuildPhase section */
39037602
A
209 08603F311BF69EDE007D3784 /* Frameworks */ = {
210 isa = PBXFrameworksBuildPhase;
211 buildActionMask = 2147483647;
212 files = (
213 08238A3B1BFEB5450053190C /* libz.dylib in Frameworks */,
214 08603F391BF69EDE007D3784 /* libkdd.a in Frameworks */,
215 );
216 runOnlyForDeploymentPostprocessing = 0;
217 };
218 086395AF1BF5655D005ED913 /* Frameworks */ = {
219 isa = PBXFrameworksBuildPhase;
220 buildActionMask = 2147483647;
221 files = (
222 08F1501E1BFEA7AC00F2C89C /* libz.dylib in Frameworks */,
223 086395B91BF565A2005ED913 /* libkdd.a in Frameworks */,
224 );
225 runOnlyForDeploymentPostprocessing = 0;
226 };
a39ff7e2
A
227 0864FCEB1FA3C0B7001B7B0B /* Frameworks */ = {
228 isa = PBXFrameworksBuildPhase;
229 buildActionMask = 2147483647;
230 files = (
231 0864FD141FA3C2B9001B7B0B /* libz.dylib in Frameworks */,
232 );
233 runOnlyForDeploymentPostprocessing = 0;
234 };
3e170ce0
A
235 C91C93C41ACB58B700119B60 /* Frameworks */ = {
236 isa = PBXFrameworksBuildPhase;
237 buildActionMask = 2147483647;
238 files = (
239 );
240 runOnlyForDeploymentPostprocessing = 0;
241 };
242/* End PBXFrameworksBuildPhase section */
243
244/* Begin PBXGroup section */
813fb2f6 245 08603F351BF69EDE007D3784 /* tests */ = {
3e170ce0
A
246 isa = PBXGroup;
247 children = (
a39ff7e2
A
248 08F2AC081FA136EB00271A11 /* stackshot-sample-delta-thread-policy */,
249 08F2AC091FA136EB00271A11 /* stackshot-sample-delta-thread-policy.plist.gz */,
5c9f4661
A
250 18C577C51F96DB7100C67EB3 /* stackshot-sample-thread-groups-flags.plist.gz */,
251 18C577C11F96DB5100C67EB3 /* stackshot-sample-thread-groups-flags */,
5ba3f43e
A
252 C9DCEF001F01C3790000BD02 /* stackshot-sample-instrs-cycles */,
253 C9DCEEFF1F01C3790000BD02 /* stackshot-sample-instrs-cycles.plist.gz */,
254 088C36DF1EF323AE00ABB2E0 /* stackshot-sample-thread-policy */,
255 088C36DE1EF323AE00ABB2E0 /* stackshot-sample-thread-policy.plist.gz */,
256 18E592961E9451A20018612A /* stackshot-sample-coalitions */,
257 18E592971E9451A20018612A /* stackshot-sample-coalitions.plist.gz */,
258 1862B0321E7A083F0005ADF4 /* stackshot-sample-thread-groups */,
259 1862B0331E7A083F0005ADF4 /* stackshot-sample-thread-groups.plist.gz */,
39037602
A
260 C9D7B53D1D1B41D700F1019D /* xnupost_testconfig-sample.plist.gz */,
261 C9D7B53E1D1B41D700F1019D /* xnupost_testconfig-sample */,
813fb2f6
A
262 04C64AC91D25C43400C6C781 /* stackshot-with-waitinfo */,
263 04C64ACA1D25C43400C6C781 /* stackshot-with-waitinfo.plist.gz */,
39037602
A
264 13A79CA81CF8C5D200FFC181 /* stackshot-with-kcid */,
265 13A79CA91CF8C5D200FFC181 /* stackshot-with-kcid.plist.gz */,
266 13CC08421CB97F8A00EA6069 /* stackshot-fault-stats */,
267 13CC08431CB97F8A00EA6069 /* stackshot-fault-stats.plist.gz */,
268 13DBA2691CAB1B9C00227EB2 /* stackshot-sample-sharedcachev2 */,
269 13DBA2661CAB1ACB00227EB2 /* stackshot-sample-sharedcachev2.plist.gz */,
270 1368F0831C87E06300940FC6 /* exitreason-codesigning */,
271 1368F0841C87E06300940FC6 /* exitreason-codesigning.plist.gz */,
272 13F3DA9D1C7C1C6000ACFFCC /* corpse-twr-sample-v2.plist.gz */,
273 13F3DA9B1C7C1BE700ACFFCC /* corpse-twr-sample-v2 */,
274 13EADC171C4DCDA100468D97 /* test-twr-sample.plist.gz */,
275 13AF287B1C4A0D6A000795E2 /* corpse-twr-sample */,
276 13AF287C1C4A0D6A000795E2 /* corpse-twr-sample.plist.gz */,
277 13AF287E1C4A0D6A000795E2 /* test-twr-sample */,
278 08603F3F1BF69F44007D3784 /* kdd_bridge.h */,
279 0843EE911BF6AFB700CD4150 /* stackshot-sample */,
280 08603F361BF69EDE007D3784 /* Tests.swift */,
281 0843EE931BF6BAB400CD4150 /* stackshot-sample.plist.gz */,
282 08B480741BF8294E00B4AAE0 /* stackshot-sample-new-arrays */,
283 08B480751BF8294E00B4AAE0 /* stackshot-sample-new-arrays.plist.gz */,
284 08B480761BF8294E00B4AAE0 /* stackshot-sample-old-arrays */,
285 08B480771BF8294E00B4AAE0 /* stackshot-sample-old-arrays.plist.gz */,
286 08B4807F1BF864C800B4AAE0 /* delta-stackshot-sample-new-arrays */,
287 08B480801BF864C800B4AAE0 /* delta-stackshot-sample-new-arrays.plist.gz */,
288 08B480811BF864C800B4AAE0 /* delta-stackshot-sample-old-arrays */,
289 08B480821BF864C800B4AAE0 /* delta-stackshot-sample-old-arrays.plist.gz */,
290 08CF18FD1BF9B79E00D05813 /* stackshot-sample-tailspin */,
291 08CF18FE1BF9B79E00D05813 /* stackshot-sample-tailspin.plist.gz */,
292 0860F8781BFC3845007E1301 /* stackshot-sample-tailspin-2 */,
293 0860F8791BFC3845007E1301 /* stackshot-sample-tailspin-2.plist.gz */,
294 08B9297C1C1CCE7E003B1703 /* stackshot-sample-ths-thread-t */,
295 08B9297D1C1CCE7E003B1703 /* stackshot-sample-ths-thread-t.plist.gz */,
296 081EDD361C23854500A1C138 /* stackshot-sample-cputime */,
297 081EDD371C23854500A1C138 /* stackshot-sample-cputime.plist.gz */,
298 08B480891BF9473800B4AAE0 /* corpse-sample */,
299 08B4808A1BF9473800B4AAE0 /* corpse-sample.plist.gz */,
300 08C9D83B1BFFF8D500DF6C05 /* exitreason-sample */,
301 08C9D83C1BFFF8D500DF6C05 /* exitreason-sample.plist.gz */,
302 081725D31C3F475200371A54 /* stackshot-sample-duration */,
303 081725D41C3F475200371A54 /* stackshot-sample-duration.plist.gz */,
304 08A4C94D1C470F0900D5F010 /* nested-sample */,
305 08A4C94E1C470F0900D5F010 /* nested-sample.plist */,
306 08603F381BF69EDE007D3784 /* Info.plist */,
3e170ce0 307 );
39037602 308 path = tests;
3e170ce0
A
309 sourceTree = "<group>";
310 };
a39ff7e2
A
311 0864FCF01FA3C0B7001B7B0B /* kdd.framework */ = {
312 isa = PBXGroup;
313 children = (
314 084085AE1FA3D156005BAD16 /* module.modulemap */,
315 0864FCF21FA3C0B7001B7B0B /* Info.plist */,
316 );
317 path = kdd.framework;
318 sourceTree = "<group>";
319 };
320 0864FCFB1FA3C0B7001B7B0B /* kdd.frameworkTests */ = {
321 isa = PBXGroup;
322 children = (
323 0864FCFC1FA3C0B7001B7B0B /* kdd_frameworkTests.m */,
324 0864FCFE1FA3C0B7001B7B0B /* Info.plist */,
325 );
326 path = kdd.frameworkTests;
327 sourceTree = "<group>";
328 };
329 0864FD061FA3C0C8001B7B0B /* Frameworks */ = {
330 isa = PBXGroup;
331 children = (
332 );
333 name = Frameworks;
334 sourceTree = "<group>";
335 };
39037602 336 08DE68351BFFB70900BC682F /* libkdd */ = {
3e170ce0
A
337 isa = PBXGroup;
338 children = (
339 C9C5C68B1ACDAFDB00BE0E5E /* kcdtypes.c */,
340 C9DE39131ACB5A540020F4A3 /* kcdata_core.m */,
341 C91C93E01ACB598700119B60 /* KCDBasicTypeDescription.h */,
342 C91C93E11ACB598700119B60 /* KCDBasicTypeDescription.m */,
343 C91C93E21ACB598700119B60 /* KCDStructTypeDescription.h */,
344 C91C93E31ACB598700119B60 /* KCDStructTypeDescription.m */,
39037602
A
345 08A4C94A1C47019E00D5F010 /* KCDEmbeddedBufferDescription.h */,
346 08A4C94B1C4701B800D5F010 /* KCDEmbeddedBufferDescription.m */,
3e170ce0 347 C91C93CA1ACB58B700119B60 /* kdd.h */,
a39ff7e2 348 084085AA1FA3CE32005BAD16 /* kdd.h */,
3e170ce0
A
349 C91C93CC1ACB58B700119B60 /* kdd.m */,
350 );
39037602
A
351 name = libkdd;
352 sourceTree = "<group>";
353 };
354 08DE68361BFFB71D00BC682F /* kdd */ = {
355 isa = PBXGroup;
356 children = (
357 086395B41BF5655D005ED913 /* kdd_main.m */,
358 );
359 name = kdd;
360 sourceTree = "<group>";
361 };
362 C91C93BE1ACB58B700119B60 = {
363 isa = PBXGroup;
364 children = (
365 08DE68361BFFB71D00BC682F /* kdd */,
366 08DE68351BFFB70900BC682F /* libkdd */,
367 08F1501D1BFEA7AC00F2C89C /* libz.dylib */,
368 0834719D1BF7D05400D67253 /* kcdata.h */,
369 08B480871BF92DFB00B4AAE0 /* kcdata.py */,
813fb2f6 370 08603F351BF69EDE007D3784 /* tests */,
a39ff7e2
A
371 0864FCF01FA3C0B7001B7B0B /* kdd.framework */,
372 0864FCFB1FA3C0B7001B7B0B /* kdd.frameworkTests */,
39037602 373 C91C93C81ACB58B700119B60 /* Products */,
a39ff7e2 374 0864FD061FA3C0C8001B7B0B /* Frameworks */,
39037602
A
375 );
376 sourceTree = "<group>";
377 };
378 C91C93C81ACB58B700119B60 /* Products */ = {
379 isa = PBXGroup;
380 children = (
381 C91C93C71ACB58B700119B60 /* libkdd.a */,
382 086395B21BF5655D005ED913 /* kdd */,
383 08603F341BF69EDE007D3784 /* tests.xctest */,
a39ff7e2 384 0864FCEF1FA3C0B7001B7B0B /* kdd.framework */,
39037602
A
385 );
386 name = Products;
3e170ce0
A
387 sourceTree = "<group>";
388 };
389/* End PBXGroup section */
390
391/* Begin PBXHeadersBuildPhase section */
a39ff7e2
A
392 0864FCEC1FA3C0B7001B7B0B /* Headers */ = {
393 isa = PBXHeadersBuildPhase;
394 buildActionMask = 2147483647;
395 files = (
396 084085AC1FA3CE3D005BAD16 /* kdd.h in Headers */,
397 0864FD081FA3C127001B7B0B /* kcdata.h in Headers */,
398 );
399 runOnlyForDeploymentPostprocessing = 0;
400 };
3e170ce0
A
401 C91C93C51ACB58B700119B60 /* Headers */ = {
402 isa = PBXHeadersBuildPhase;
403 buildActionMask = 2147483647;
404 files = (
405 C91C93CB1ACB58B700119B60 /* kdd.h in Headers */,
39037602 406 0834719E1BF7D05400D67253 /* kcdata.h in Headers */,
3e170ce0
A
407 C91C93E41ACB598700119B60 /* KCDBasicTypeDescription.h in Headers */,
408 C91C93E61ACB598700119B60 /* KCDStructTypeDescription.h in Headers */,
409 );
410 runOnlyForDeploymentPostprocessing = 0;
411 };
412/* End PBXHeadersBuildPhase section */
413
414/* Begin PBXNativeTarget section */
39037602 415 08603F331BF69EDE007D3784 /* tests */ = {
3e170ce0 416 isa = PBXNativeTarget;
39037602
A
417 buildConfigurationList = 08603F3E1BF69EDE007D3784 /* Build configuration list for PBXNativeTarget "tests" */;
418 buildPhases = (
419 08603F301BF69EDE007D3784 /* Sources */,
420 08603F311BF69EDE007D3784 /* Frameworks */,
421 08603F321BF69EDE007D3784 /* Resources */,
422 );
423 buildRules = (
424 );
425 dependencies = (
426 08603F3B1BF69EDE007D3784 /* PBXTargetDependency */,
427 );
428 name = tests;
429 productName = Tests;
430 productReference = 08603F341BF69EDE007D3784 /* tests.xctest */;
431 productType = "com.apple.product-type.bundle.unit-test";
432 };
433 086395B11BF5655D005ED913 /* kdd */ = {
434 isa = PBXNativeTarget;
435 buildConfigurationList = 086395B61BF5655D005ED913 /* Build configuration list for PBXNativeTarget "kdd" */;
436 buildPhases = (
437 086395AE1BF5655D005ED913 /* Sources */,
438 086395AF1BF5655D005ED913 /* Frameworks */,
439 086395B01BF5655D005ED913 /* CopyFiles */,
440 );
441 buildRules = (
442 );
443 dependencies = (
444 086395BB1BF565AB005ED913 /* PBXTargetDependency */,
445 );
446 name = kdd;
447 productName = kdd;
448 productReference = 086395B21BF5655D005ED913 /* kdd */;
449 productType = "com.apple.product-type.tool";
450 };
a39ff7e2
A
451 0864FCEE1FA3C0B7001B7B0B /* kdd.framework */ = {
452 isa = PBXNativeTarget;
453 buildConfigurationList = 0864FD041FA3C0B7001B7B0B /* Build configuration list for PBXNativeTarget "kdd.framework" */;
454 buildPhases = (
455 084085AD1FA3CE5A005BAD16 /* ShellScript */,
456 0864FCEA1FA3C0B7001B7B0B /* Sources */,
457 0864FCEB1FA3C0B7001B7B0B /* Frameworks */,
458 0864FCEC1FA3C0B7001B7B0B /* Headers */,
459 0864FCED1FA3C0B7001B7B0B /* Resources */,
460 );
461 buildRules = (
462 );
463 dependencies = (
464 );
465 name = kdd.framework;
466 productName = kdd.framework;
467 productReference = 0864FCEF1FA3C0B7001B7B0B /* kdd.framework */;
468 productType = "com.apple.product-type.framework";
469 };
39037602
A
470 C91C93C61ACB58B700119B60 /* libkdd */ = {
471 isa = PBXNativeTarget;
472 buildConfigurationList = C91C93DA1ACB58B700119B60 /* Build configuration list for PBXNativeTarget "libkdd" */;
3e170ce0
A
473 buildPhases = (
474 C91C93C31ACB58B700119B60 /* Sources */,
475 C91C93C41ACB58B700119B60 /* Frameworks */,
476 C91C93C51ACB58B700119B60 /* Headers */,
477 );
478 buildRules = (
479 );
480 dependencies = (
481 );
39037602 482 name = libkdd;
3e170ce0
A
483 productName = kdd;
484 productReference = C91C93C71ACB58B700119B60 /* libkdd.a */;
485 productType = "com.apple.product-type.library.static";
486 };
487/* End PBXNativeTarget section */
488
489/* Begin PBXProject section */
490 C91C93BF1ACB58B700119B60 /* Project object */ = {
491 isa = PBXProject;
492 attributes = {
39037602 493 LastSwiftUpdateCheck = 0730;
5ba3f43e 494 LastUpgradeCheck = 0830;
3e170ce0
A
495 ORGANIZATIONNAME = "Vishal Patel";
496 TargetAttributes = {
39037602
A
497 08603F331BF69EDE007D3784 = {
498 CreatedOnToolsVersion = 7.3;
5ba3f43e 499 LastSwiftMigration = 0830;
39037602
A
500 };
501 086395B11BF5655D005ED913 = {
502 CreatedOnToolsVersion = 7.3;
503 };
a39ff7e2
A
504 0864FCEE1FA3C0B7001B7B0B = {
505 CreatedOnToolsVersion = 9.1;
506 ProvisioningStyle = Automatic;
507 };
3e170ce0
A
508 C91C93C61ACB58B700119B60 = {
509 CreatedOnToolsVersion = 7.0;
510 };
511 };
512 };
513 buildConfigurationList = C91C93C21ACB58B700119B60 /* Build configuration list for PBXProject "kdd" */;
514 compatibilityVersion = "Xcode 3.2";
515 developmentRegion = English;
516 hasScannedForEncodings = 0;
517 knownRegions = (
518 en,
519 );
520 mainGroup = C91C93BE1ACB58B700119B60;
521 productRefGroup = C91C93C81ACB58B700119B60 /* Products */;
522 projectDirPath = "";
523 projectRoot = "";
524 targets = (
39037602
A
525 C91C93C61ACB58B700119B60 /* libkdd */,
526 086395B11BF5655D005ED913 /* kdd */,
527 08603F331BF69EDE007D3784 /* tests */,
a39ff7e2 528 0864FCEE1FA3C0B7001B7B0B /* kdd.framework */,
3e170ce0
A
529 );
530 };
531/* End PBXProject section */
532
39037602
A
533/* Begin PBXResourcesBuildPhase section */
534 08603F321BF69EDE007D3784 /* Resources */ = {
535 isa = PBXResourcesBuildPhase;
536 buildActionMask = 2147483647;
537 files = (
a39ff7e2 538 08F2AC0A1FA136EB00271A11 /* stackshot-sample-delta-thread-policy in Resources */,
5c9f4661
A
539 18C577C61F96DB7100C67EB3 /* stackshot-sample-thread-groups-flags.plist.gz in Resources */,
540 18C577C31F96DB5200C67EB3 /* stackshot-sample-thread-groups-flags in Resources */,
5ba3f43e
A
541 C9DCEF011F01C3810000BD02 /* stackshot-sample-instrs-cycles in Resources */,
542 C9DCEF021F01C3810000BD02 /* stackshot-sample-instrs-cycles.plist.gz in Resources */,
543 088C36E01EF323C300ABB2E0 /* stackshot-sample-thread-policy in Resources */,
544 088C36E11EF323C300ABB2E0 /* stackshot-sample-thread-policy.plist.gz in Resources */,
813fb2f6
A
545 045F7F131D2ADE8000B4808B /* stackshot-with-waitinfo.plist.gz in Resources */,
546 045F7F121D2ADE7C00B4808B /* stackshot-with-waitinfo in Resources */,
39037602 547 08A4C94F1C470F1C00D5F010 /* nested-sample in Resources */,
5ba3f43e 548 1862B0341E7A083F0005ADF4 /* stackshot-sample-thread-groups in Resources */,
39037602
A
549 08A4C9501C470F1C00D5F010 /* nested-sample.plist in Resources */,
550 13D6C5D21C4DDDBE005E617C /* test-twr-sample in Resources */,
551 13D6C5D01C4DDDB6005E617C /* corpse-twr-sample in Resources */,
552 C9D7B5401D1B41D700F1019D /* xnupost_testconfig-sample in Resources */,
553 081725D51C3F476500371A54 /* stackshot-sample-duration in Resources */,
a39ff7e2 554 08F2AC0B1FA136EB00271A11 /* stackshot-sample-delta-thread-policy.plist.gz in Resources */,
39037602
A
555 081725D61C3F476500371A54 /* stackshot-sample-duration.plist.gz in Resources */,
556 081EDD381C23855700A1C138 /* stackshot-sample-cputime in Resources */,
557 081EDD391C23855700A1C138 /* stackshot-sample-cputime.plist.gz in Resources */,
558 13A79CAA1CF8C5D600FFC181 /* stackshot-with-kcid in Resources */,
559 08B9297E1C1CCE8D003B1703 /* stackshot-sample-ths-thread-t in Resources */,
560 08B9297F1C1CCE8D003B1703 /* stackshot-sample-ths-thread-t.plist.gz in Resources */,
561 0860F87A1BFC3857007E1301 /* stackshot-sample-tailspin-2 in Resources */,
562 13CC08451CB97F9000EA6069 /* stackshot-fault-stats.plist.gz in Resources */,
563 13F3DA9E1C7C1C6600ACFFCC /* corpse-twr-sample-v2.plist.gz in Resources */,
564 0860F87B1BFC3857007E1301 /* stackshot-sample-tailspin-2.plist.gz in Resources */,
565 08CF18FF1BF9B7B100D05813 /* stackshot-sample-tailspin in Resources */,
566 1368F0861C87E06C00940FC6 /* exitreason-codesigning in Resources */,
567 13DBA26A1CAB1BA000227EB2 /* stackshot-sample-sharedcachev2 in Resources */,
568 C9D7B53F1D1B41D700F1019D /* xnupost_testconfig-sample.plist.gz in Resources */,
569 13DBA2681CAB1AD600227EB2 /* stackshot-sample-sharedcachev2.plist.gz in Resources */,
570 08CF19001BF9B7B100D05813 /* stackshot-sample-tailspin.plist.gz in Resources */,
571 13CC08441CB97F8D00EA6069 /* stackshot-fault-stats in Resources */,
572 13F3DA9C1C7C1BEE00ACFFCC /* corpse-twr-sample-v2 in Resources */,
573 13D6C5D31C4DDE0D005E617C /* test-twr-sample.plist.gz in Resources */,
5ba3f43e 574 1862B0351E7A083F0005ADF4 /* stackshot-sample-thread-groups.plist.gz in Resources */,
39037602
A
575 1368F0851C87E06A00940FC6 /* exitreason-codesigning.plist.gz in Resources */,
576 08C9D83D1BFFF8E100DF6C05 /* exitreason-sample in Resources */,
577 08C9D83E1BFFF8E100DF6C05 /* exitreason-sample.plist.gz in Resources */,
5ba3f43e 578 18E592981E9451A20018612A /* stackshot-sample-coalitions in Resources */,
39037602
A
579 08B4808B1BF9474A00B4AAE0 /* corpse-sample in Resources */,
580 13D6C5D11C4DDDB8005E617C /* corpse-twr-sample.plist.gz in Resources */,
581 08B4808C1BF9474A00B4AAE0 /* corpse-sample.plist.gz in Resources */,
582 08B480881BF92E0500B4AAE0 /* kcdata.py in Resources */,
583 08B480831BF864D300B4AAE0 /* delta-stackshot-sample-new-arrays in Resources */,
584 08B480841BF864D300B4AAE0 /* delta-stackshot-sample-new-arrays.plist.gz in Resources */,
585 08B480851BF864D300B4AAE0 /* delta-stackshot-sample-old-arrays in Resources */,
586 13A79CAB1CF8C5D600FFC181 /* stackshot-with-kcid.plist.gz in Resources */,
587 08B480861BF864D300B4AAE0 /* delta-stackshot-sample-old-arrays.plist.gz in Resources */,
588 08B480781BF8297500B4AAE0 /* stackshot-sample-new-arrays in Resources */,
589 08B480791BF8297500B4AAE0 /* stackshot-sample-new-arrays.plist.gz in Resources */,
590 08B4807A1BF8297500B4AAE0 /* stackshot-sample-old-arrays in Resources */,
591 08B4807B1BF8297500B4AAE0 /* stackshot-sample-old-arrays.plist.gz in Resources */,
592 0843EE941BF6BAC100CD4150 /* stackshot-sample.plist.gz in Resources */,
593 0843EE921BF6AFC600CD4150 /* stackshot-sample in Resources */,
5ba3f43e 594 18E592991E9451A20018612A /* stackshot-sample-coalitions.plist.gz in Resources */,
39037602
A
595 );
596 runOnlyForDeploymentPostprocessing = 0;
597 };
a39ff7e2
A
598 0864FCED1FA3C0B7001B7B0B /* Resources */ = {
599 isa = PBXResourcesBuildPhase;
600 buildActionMask = 2147483647;
601 files = (
602 );
603 runOnlyForDeploymentPostprocessing = 0;
604 };
39037602
A
605/* End PBXResourcesBuildPhase section */
606
a39ff7e2
A
607/* Begin PBXShellScriptBuildPhase section */
608 084085AD1FA3CE5A005BAD16 /* ShellScript */ = {
609 isa = PBXShellScriptBuildPhase;
610 buildActionMask = 2147483647;
611 files = (
612 );
613 inputPaths = (
614 "$(SRCROOT)/kdd.h",
615 );
616 outputPaths = (
617 "$(BUILT_PRODUCTS_DIR)/kdd.h",
618 );
619 runOnlyForDeploymentPostprocessing = 0;
620 shellPath = /bin/sh;
621 shellScript = "perl -pe 's:kcdata.h:kdd/kcdata.h:' ${SRCROOT}/kdd.h >${SCRIPT_OUTPUT_FILE_0}";
622 };
623/* End PBXShellScriptBuildPhase section */
624
3e170ce0 625/* Begin PBXSourcesBuildPhase section */
39037602
A
626 08603F301BF69EDE007D3784 /* Sources */ = {
627 isa = PBXSourcesBuildPhase;
628 buildActionMask = 2147483647;
629 files = (
630 08603F371BF69EDE007D3784 /* Tests.swift in Sources */,
631 );
632 runOnlyForDeploymentPostprocessing = 0;
633 };
634 086395AE1BF5655D005ED913 /* Sources */ = {
635 isa = PBXSourcesBuildPhase;
636 buildActionMask = 2147483647;
637 files = (
638 086395B51BF5655D005ED913 /* kdd_main.m in Sources */,
639 );
640 runOnlyForDeploymentPostprocessing = 0;
641 };
a39ff7e2
A
642 0864FCEA1FA3C0B7001B7B0B /* Sources */ = {
643 isa = PBXSourcesBuildPhase;
644 buildActionMask = 2147483647;
645 files = (
646 0864FD0A1FA3C2A9001B7B0B /* kcdtypes.c in Sources */,
647 0864FD0B1FA3C2A9001B7B0B /* kcdata_core.m in Sources */,
648 0864FD0D1FA3C2A9001B7B0B /* KCDBasicTypeDescription.m in Sources */,
649 0864FD0F1FA3C2A9001B7B0B /* KCDStructTypeDescription.m in Sources */,
650 0864FD111FA3C2A9001B7B0B /* KCDEmbeddedBufferDescription.m in Sources */,
651 0864FD131FA3C2A9001B7B0B /* kdd.m in Sources */,
652 );
653 runOnlyForDeploymentPostprocessing = 0;
654 };
3e170ce0
A
655 C91C93C31ACB58B700119B60 /* Sources */ = {
656 isa = PBXSourcesBuildPhase;
657 buildActionMask = 2147483647;
658 files = (
659 C9DE39141ACB5A540020F4A3 /* kcdata_core.m in Sources */,
660 C91C93E71ACB598700119B60 /* KCDStructTypeDescription.m in Sources */,
661 C91C93E51ACB598700119B60 /* KCDBasicTypeDescription.m in Sources */,
662 C91C93CD1ACB58B700119B60 /* kdd.m in Sources */,
663 C9C5C68C1ACDAFDB00BE0E5E /* kcdtypes.c in Sources */,
39037602 664 08A4C94C1C4701B800D5F010 /* KCDEmbeddedBufferDescription.m in Sources */,
3e170ce0
A
665 );
666 runOnlyForDeploymentPostprocessing = 0;
667 };
668/* End PBXSourcesBuildPhase section */
669
39037602
A
670/* Begin PBXTargetDependency section */
671 08603F3B1BF69EDE007D3784 /* PBXTargetDependency */ = {
672 isa = PBXTargetDependency;
673 target = C91C93C61ACB58B700119B60 /* libkdd */;
674 targetProxy = 08603F3A1BF69EDE007D3784 /* PBXContainerItemProxy */;
675 };
676 086395BB1BF565AB005ED913 /* PBXTargetDependency */ = {
677 isa = PBXTargetDependency;
678 target = C91C93C61ACB58B700119B60 /* libkdd */;
679 targetProxy = 086395BA1BF565AB005ED913 /* PBXContainerItemProxy */;
680 };
681/* End PBXTargetDependency section */
682
3e170ce0 683/* Begin XCBuildConfiguration section */
39037602
A
684 08603F3C1BF69EDE007D3784 /* Debug */ = {
685 isa = XCBuildConfiguration;
686 buildSettings = {
687 CLANG_ENABLE_MODULES = YES;
688 CODE_SIGN_IDENTITY = "-";
689 COMBINE_HIDPI_IMAGES = YES;
690 ENABLE_TESTABILITY = YES;
691 INFOPLIST_FILE = tests/Info.plist;
692 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
39037602
A
693 PRODUCT_BUNDLE_IDENTIFIER = apple.com.Tests;
694 PRODUCT_NAME = "$(TARGET_NAME)";
695 SDKROOT = macosx;
696 SWIFT_OBJC_BRIDGING_HEADER = tests/kdd_bridge.h;
697 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
5ba3f43e 698 SWIFT_VERSION = 3.0;
39037602
A
699 };
700 name = Debug;
701 };
702 08603F3D1BF69EDE007D3784 /* Release */ = {
703 isa = XCBuildConfiguration;
704 buildSettings = {
705 CLANG_ENABLE_MODULES = YES;
706 CODE_SIGN_IDENTITY = "-";
707 COMBINE_HIDPI_IMAGES = YES;
708 INFOPLIST_FILE = tests/Info.plist;
709 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
39037602
A
710 PRODUCT_BUNDLE_IDENTIFIER = apple.com.Tests;
711 PRODUCT_NAME = "$(TARGET_NAME)";
712 SDKROOT = macosx;
713 SWIFT_OBJC_BRIDGING_HEADER = tests/kdd_bridge.h;
5ba3f43e 714 SWIFT_VERSION = 3.0;
39037602
A
715 };
716 name = Release;
717 };
718 086395B71BF5655D005ED913 /* Debug */ = {
719 isa = XCBuildConfiguration;
720 buildSettings = {
721 CLANG_ENABLE_MODULES = YES;
722 CODE_SIGN_IDENTITY = "-";
723 ENABLE_TESTABILITY = YES;
724 MACOSX_DEPLOYMENT_TARGET = 10.11;
725 PRODUCT_NAME = "$(TARGET_NAME)";
726 SDKROOT = macosx;
727 };
728 name = Debug;
729 };
730 086395B81BF5655D005ED913 /* Release */ = {
731 isa = XCBuildConfiguration;
732 buildSettings = {
733 CLANG_ENABLE_MODULES = YES;
734 CODE_SIGN_IDENTITY = "-";
735 MACOSX_DEPLOYMENT_TARGET = 10.11;
736 PRODUCT_NAME = "$(TARGET_NAME)";
737 SDKROOT = macosx;
738 };
739 name = Release;
740 };
a39ff7e2
A
741 0864FD001FA3C0B7001B7B0B /* Debug */ = {
742 isa = XCBuildConfiguration;
743 buildSettings = {
744 CLANG_ANALYZER_NONNULL = YES;
745 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
746 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
747 CLANG_ENABLE_MODULES = YES;
748 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
749 CLANG_WARN_COMMA = YES;
750 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
751 CLANG_WARN_INFINITE_RECURSION = YES;
752 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
753 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
754 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
755 CLANG_WARN_STRICT_PROTOTYPES = YES;
756 CLANG_WARN_SUSPICIOUS_MOVE = YES;
757 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
758 CODE_SIGN_IDENTITY = "-";
759 CODE_SIGN_STYLE = Automatic;
760 COMBINE_HIDPI_IMAGES = YES;
761 CURRENT_PROJECT_VERSION = 1;
762 DEFINES_MODULE = YES;
763 DYLIB_COMPATIBILITY_VERSION = 1;
764 DYLIB_CURRENT_VERSION = 1;
765 DYLIB_INSTALL_NAME_BASE = "@rpath";
766 FRAMEWORK_VERSION = A;
767 GCC_C_LANGUAGE_STANDARD = gnu11;
768 INFOPLIST_FILE = kdd.framework/Info.plist;
769 INSTALLHDRS_SCRIPT_PHASE = YES;
770 INSTALL_PATH = /AppleInternal/Ariadne/Frameworks/;
771 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
772 MACOSX_DEPLOYMENT_TARGET = 10.13;
773 MODULEMAP_FILE = "$(SRCROOT)/kdd.framework/module.modulemap";
774 PRODUCT_BUNDLE_IDENTIFIER = "test.kdd-framework";
775 PRODUCT_NAME = kdd;
776 SDKROOT = macosx.internal;
777 SKIP_INSTALL = NO;
778 SUPPORTS_TEXT_BASED_API = YES;
779 VERSIONING_SYSTEM = "apple-generic";
780 VERSION_INFO_PREFIX = "";
781 };
782 name = Debug;
783 };
784 0864FD011FA3C0B7001B7B0B /* Release */ = {
785 isa = XCBuildConfiguration;
786 buildSettings = {
787 CLANG_ANALYZER_NONNULL = YES;
788 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
789 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
790 CLANG_ENABLE_MODULES = YES;
791 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
792 CLANG_WARN_COMMA = YES;
793 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
794 CLANG_WARN_INFINITE_RECURSION = YES;
795 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
796 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
797 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
798 CLANG_WARN_STRICT_PROTOTYPES = YES;
799 CLANG_WARN_SUSPICIOUS_MOVE = YES;
800 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
801 CODE_SIGN_IDENTITY = "-";
802 CODE_SIGN_STYLE = Automatic;
803 COMBINE_HIDPI_IMAGES = YES;
804 CURRENT_PROJECT_VERSION = 1;
805 DEFINES_MODULE = YES;
806 DYLIB_COMPATIBILITY_VERSION = 1;
807 DYLIB_CURRENT_VERSION = 1;
808 DYLIB_INSTALL_NAME_BASE = "@rpath";
809 FRAMEWORK_VERSION = A;
810 GCC_C_LANGUAGE_STANDARD = gnu11;
811 INFOPLIST_FILE = kdd.framework/Info.plist;
812 INSTALLHDRS_SCRIPT_PHASE = YES;
813 INSTALL_PATH = /AppleInternal/Ariadne/Frameworks/;
814 LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
815 MACOSX_DEPLOYMENT_TARGET = 10.13;
816 MODULEMAP_FILE = "$(SRCROOT)/kdd.framework/module.modulemap";
817 PRODUCT_BUNDLE_IDENTIFIER = "test.kdd-framework";
818 PRODUCT_NAME = kdd;
819 SDKROOT = macosx.internal;
820 SKIP_INSTALL = NO;
821 SUPPORTS_TEXT_BASED_API = YES;
822 VERSIONING_SYSTEM = "apple-generic";
823 VERSION_INFO_PREFIX = "";
824 };
825 name = Release;
826 };
3e170ce0
A
827 C91C93D81ACB58B700119B60 /* Debug */ = {
828 isa = XCBuildConfiguration;
829 buildSettings = {
830 ALWAYS_SEARCH_USER_PATHS = NO;
831 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
832 CLANG_CXX_LIBRARY = "libc++";
833 CLANG_ENABLE_OBJC_ARC = YES;
834 CLANG_WARN_BOOL_CONVERSION = YES;
835 CLANG_WARN_CONSTANT_CONVERSION = YES;
836 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
837 CLANG_WARN_EMPTY_BODY = YES;
838 CLANG_WARN_ENUM_CONVERSION = YES;
39037602 839 CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
3e170ce0
A
840 CLANG_WARN_INT_CONVERSION = YES;
841 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
842 CLANG_WARN_UNREACHABLE_CODE = YES;
843 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
844 COPY_PHASE_STRIP = NO;
845 DEBUG_INFORMATION_FORMAT = dwarf;
846 ENABLE_STRICT_OBJC_MSGSEND = YES;
39037602 847 ENABLE_TESTABILITY = YES;
3e170ce0
A
848 GCC_C_LANGUAGE_STANDARD = gnu99;
849 GCC_DYNAMIC_NO_PIC = NO;
850 GCC_NO_COMMON_BLOCKS = YES;
851 GCC_OPTIMIZATION_LEVEL = 0;
852 GCC_PREPROCESSOR_DEFINITIONS = (
853 "DEBUG=1",
854 "$(inherited)",
855 );
856 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
857 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
858 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
859 GCC_WARN_UNDECLARED_SELECTOR = YES;
860 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
861 GCC_WARN_UNUSED_FUNCTION = YES;
862 GCC_WARN_UNUSED_VARIABLE = YES;
39037602 863 HEADER_SEARCH_PATHS = "$(SRCROOT)";
3e170ce0
A
864 MTL_ENABLE_DEBUG_INFO = YES;
865 ONLY_ACTIVE_ARCH = YES;
866 OTHER_CFLAGS = "";
39037602 867 SDKROOT = macosx.internal;
3e170ce0
A
868 };
869 name = Debug;
870 };
871 C91C93D91ACB58B700119B60 /* Release */ = {
872 isa = XCBuildConfiguration;
873 buildSettings = {
874 ALWAYS_SEARCH_USER_PATHS = NO;
875 CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
876 CLANG_CXX_LIBRARY = "libc++";
877 CLANG_ENABLE_OBJC_ARC = YES;
878 CLANG_WARN_BOOL_CONVERSION = YES;
879 CLANG_WARN_CONSTANT_CONVERSION = YES;
880 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
881 CLANG_WARN_EMPTY_BODY = YES;
882 CLANG_WARN_ENUM_CONVERSION = YES;
39037602 883 CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
3e170ce0
A
884 CLANG_WARN_INT_CONVERSION = YES;
885 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
886 CLANG_WARN_UNREACHABLE_CODE = YES;
887 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
888 COPY_PHASE_STRIP = NO;
889 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
890 ENABLE_NS_ASSERTIONS = NO;
891 ENABLE_STRICT_OBJC_MSGSEND = YES;
892 GCC_C_LANGUAGE_STANDARD = gnu99;
893 GCC_NO_COMMON_BLOCKS = YES;
894 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
895 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
896 GCC_WARN_UNDECLARED_SELECTOR = YES;
897 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
898 GCC_WARN_UNUSED_FUNCTION = YES;
899 GCC_WARN_UNUSED_VARIABLE = YES;
39037602 900 HEADER_SEARCH_PATHS = "$(SRCROOT)";
3e170ce0
A
901 MTL_ENABLE_DEBUG_INFO = NO;
902 OTHER_CFLAGS = "";
39037602 903 SDKROOT = macosx.internal;
3e170ce0
A
904 };
905 name = Release;
906 };
907 C91C93DB1ACB58B700119B60 /* Debug */ = {
908 isa = XCBuildConfiguration;
909 buildSettings = {
39037602 910 COMBINE_HIDPI_IMAGES = YES;
3e170ce0
A
911 EXECUTABLE_PREFIX = lib;
912 OTHER_CFLAGS = "-I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders";
913 PRODUCT_NAME = kdd;
914 };
915 name = Debug;
916 };
917 C91C93DC1ACB58B700119B60 /* Release */ = {
918 isa = XCBuildConfiguration;
919 buildSettings = {
39037602 920 COMBINE_HIDPI_IMAGES = YES;
3e170ce0
A
921 EXECUTABLE_PREFIX = lib;
922 OTHER_CFLAGS = "-I$(SDKROOT)/System/Library/Frameworks/System.framework/PrivateHeaders";
923 PRODUCT_NAME = kdd;
924 };
925 name = Release;
926 };
927/* End XCBuildConfiguration section */
928
929/* Begin XCConfigurationList section */
39037602
A
930 08603F3E1BF69EDE007D3784 /* Build configuration list for PBXNativeTarget "tests" */ = {
931 isa = XCConfigurationList;
932 buildConfigurations = (
933 08603F3C1BF69EDE007D3784 /* Debug */,
934 08603F3D1BF69EDE007D3784 /* Release */,
935 );
936 defaultConfigurationIsVisible = 0;
937 defaultConfigurationName = Release;
938 };
939 086395B61BF5655D005ED913 /* Build configuration list for PBXNativeTarget "kdd" */ = {
940 isa = XCConfigurationList;
941 buildConfigurations = (
942 086395B71BF5655D005ED913 /* Debug */,
943 086395B81BF5655D005ED913 /* Release */,
944 );
945 defaultConfigurationIsVisible = 0;
946 defaultConfigurationName = Release;
947 };
a39ff7e2
A
948 0864FD041FA3C0B7001B7B0B /* Build configuration list for PBXNativeTarget "kdd.framework" */ = {
949 isa = XCConfigurationList;
950 buildConfigurations = (
951 0864FD001FA3C0B7001B7B0B /* Debug */,
952 0864FD011FA3C0B7001B7B0B /* Release */,
953 );
954 defaultConfigurationIsVisible = 0;
955 defaultConfigurationName = Release;
956 };
3e170ce0
A
957 C91C93C21ACB58B700119B60 /* Build configuration list for PBXProject "kdd" */ = {
958 isa = XCConfigurationList;
959 buildConfigurations = (
960 C91C93D81ACB58B700119B60 /* Debug */,
961 C91C93D91ACB58B700119B60 /* Release */,
962 );
963 defaultConfigurationIsVisible = 0;
964 defaultConfigurationName = Release;
965 };
39037602 966 C91C93DA1ACB58B700119B60 /* Build configuration list for PBXNativeTarget "libkdd" */ = {
3e170ce0
A
967 isa = XCConfigurationList;
968 buildConfigurations = (
969 C91C93DB1ACB58B700119B60 /* Debug */,
970 C91C93DC1ACB58B700119B60 /* Release */,
971 );
972 defaultConfigurationIsVisible = 0;
973 defaultConfigurationName = Release;
974 };
975/* End XCConfigurationList section */
976 };
977 rootObject = C91C93BF1ACB58B700119B60 /* Project object */;
978}