blob: 857c6fc46aafa09945cd0d6e0b765e2312c21374 [file] [log] [blame]
Laurence Lundblade929ae132018-09-13 12:27:58 -07001// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 50;
7 objects = {
8
9/* Begin PBXBuildFile section */
Laurence Lundblade9e3651c2018-10-10 11:49:55 +080010 0FA9BEB7216CE6CA00BA646B /* qcbor_decode_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */; };
Laurence Lundblade2d85ce42018-10-12 14:12:47 +080011 0FA9BEBA216DC7AD00BA646B /* qcbor_encode_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEB8216DC7AD00BA646B /* qcbor_encode_tests.c */; };
12 0FA9BEBD216DE31700BA646B /* UsefulBuf_Tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEBC216DE31700BA646B /* UsefulBuf_Tests.c */; };
Laurence Lundblade781fd822018-10-01 09:37:52 -070013 E73B57592161CA690080D658 /* ieee754.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57582161CA690080D658 /* ieee754.c */; };
Laurence Lundblade2d85ce42018-10-12 14:12:47 +080014 E73B575E2161CA7C0080D658 /* float_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575A2161CA7C0080D658 /* float_tests.c */; };
Laurence Lundblade781fd822018-10-01 09:37:52 -070015 E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */; };
16 E73B57652161F8F80080D658 /* run_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57632161F8F70080D658 /* run_tests.c */; };
Laurence Lundblade59289e52019-12-30 13:44:37 -080017 E772021723B52C02006E966E /* qcbor_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08C214AE07400E67947 /* qcbor_encode.c */; };
18 E772021823B52C02006E966E /* ieee754.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57582161CA690080D658 /* ieee754.c */; };
19 E772021923B52C02006E966E /* half_to_double_from_rfc7049.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */; };
20 E772021A23B52C02006E966E /* run_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57632161F8F70080D658 /* run_tests.c */; };
21 E772021B23B52C02006E966E /* qcbor_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08E214AE07500E67947 /* qcbor_decode.c */; };
22 E772021C23B52C02006E966E /* float_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575A2161CA7C0080D658 /* float_tests.c */; };
23 E772021D23B52C02006E966E /* qcbor_decode_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */; };
24 E772021E23B52C02006E966E /* UsefulBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08D214AE07500E67947 /* UsefulBuf.c */; };
25 E772021F23B52C02006E966E /* qcbor_encode_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEB8216DC7AD00BA646B /* qcbor_encode_tests.c */; };
26 E772022023B52C02006E966E /* cmd_line_main.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E096214AE0C700E67947 /* cmd_line_main.c */; };
27 E772022123B52C02006E966E /* UsefulBuf_Tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEBC216DE31700BA646B /* UsefulBuf_Tests.c */; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070028 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08C214AE07400E67947 /* qcbor_encode.c */; };
29 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08D214AE07500E67947 /* UsefulBuf.c */; };
30 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08E214AE07500E67947 /* qcbor_decode.c */; };
31 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E096214AE0C700E67947 /* cmd_line_main.c */; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070032/* End PBXBuildFile section */
33
34/* Begin PBXCopyFilesBuildPhase section */
Laurence Lundblade59289e52019-12-30 13:44:37 -080035 E772022323B52C02006E966E /* CopyFiles */ = {
36 isa = PBXCopyFilesBuildPhase;
37 buildActionMask = 2147483647;
38 dstPath = /usr/share/man/man1/;
39 dstSubfolderSpec = 0;
40 files = (
41 );
42 runOnlyForDeploymentPostprocessing = 1;
43 };
Laurence Lundblade929ae132018-09-13 12:27:58 -070044 E776E07A214ADF7F00E67947 /* CopyFiles */ = {
45 isa = PBXCopyFilesBuildPhase;
46 buildActionMask = 2147483647;
47 dstPath = /usr/share/man/man1/;
48 dstSubfolderSpec = 0;
49 files = (
50 );
51 runOnlyForDeploymentPostprocessing = 1;
52 };
53/* End PBXCopyFilesBuildPhase section */
54
55/* Begin PBXFileReference section */
Laurence Lundbladebb1062e2019-08-12 23:28:54 -070056 0F8BADA722EF40FC008B6513 /* not_well_formed_cbor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = not_well_formed_cbor.h; path = test/not_well_formed_cbor.h; sourceTree = "<group>"; };
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +080057 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.c; name = qcbor_decode_tests.c; path = test/qcbor_decode_tests.c; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade9e3651c2018-10-10 11:49:55 +080058 0FA9BEB6216CE6CA00BA646B /* qcbor_decode_tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qcbor_decode_tests.h; path = test/qcbor_decode_tests.h; sourceTree = "<group>"; };
Laurence Lundblade2d85ce42018-10-12 14:12:47 +080059 0FA9BEB8216DC7AD00BA646B /* qcbor_encode_tests.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.c; name = qcbor_encode_tests.c; path = test/qcbor_encode_tests.c; sourceTree = "<group>"; tabWidth = 3; };
60 0FA9BEB9216DC7AD00BA646B /* qcbor_encode_tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qcbor_encode_tests.h; path = test/qcbor_encode_tests.h; sourceTree = "<group>"; };
61 0FA9BEBB216DE31700BA646B /* UsefulBuf_Tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UsefulBuf_Tests.h; path = test/UsefulBuf_Tests.h; sourceTree = "<group>"; };
62 0FA9BEBC216DE31700BA646B /* UsefulBuf_Tests.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.c; name = UsefulBuf_Tests.c; path = test/UsefulBuf_Tests.c; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade781fd822018-10-01 09:37:52 -070063 E73B57572161CA680080D658 /* ieee754.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ieee754.h; path = src/ieee754.h; sourceTree = "<group>"; };
64 E73B57582161CA690080D658 /* ieee754.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ieee754.c; path = src/ieee754.c; sourceTree = "<group>"; };
Laurence Lundblade2d85ce42018-10-12 14:12:47 +080065 E73B575A2161CA7C0080D658 /* float_tests.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = float_tests.c; path = test/float_tests.c; sourceTree = "<group>"; };
Laurence Lundblade781fd822018-10-01 09:37:52 -070066 E73B575B2161CA7C0080D658 /* half_to_double_from_rfc7049.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = half_to_double_from_rfc7049.h; path = test/half_to_double_from_rfc7049.h; sourceTree = "<group>"; };
Laurence Lundblade2d85ce42018-10-12 14:12:47 +080067 E73B575C2161CA7C0080D658 /* float_tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = float_tests.h; path = test/float_tests.h; sourceTree = "<group>"; };
Laurence Lundblade781fd822018-10-01 09:37:52 -070068 E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = half_to_double_from_rfc7049.c; path = test/half_to_double_from_rfc7049.c; sourceTree = "<group>"; };
Laurence Lundbladed396f622019-01-12 17:12:29 -080069 E73B57632161F8F70080D658 /* run_tests.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.c; name = run_tests.c; path = test/run_tests.c; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade781fd822018-10-01 09:37:52 -070070 E73B57642161F8F80080D658 /* run_tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = run_tests.h; path = test/run_tests.h; sourceTree = "<group>"; };
Laurence Lundblade59289e52019-12-30 13:44:37 -080071 E772022723B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QCBOR_Disable_Exp_Mantissa; sourceTree = BUILT_PRODUCTS_DIR; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070072 E776E07C214ADF7F00E67947 /* QCBOR */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QCBOR; sourceTree = BUILT_PRODUCTS_DIR; };
Laurence Lundbladea954db92018-09-28 19:27:31 -070073 E776E08C214AE07400E67947 /* qcbor_encode.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.c; name = qcbor_encode.c; path = src/qcbor_encode.c; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade2d85ce42018-10-12 14:12:47 +080074 E776E08D214AE07500E67947 /* UsefulBuf.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.c; name = UsefulBuf.c; path = src/UsefulBuf.c; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade041ffa52018-10-07 11:43:51 +070075 E776E08E214AE07500E67947 /* qcbor_decode.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.c; name = qcbor_decode.c; path = src/qcbor_decode.c; sourceTree = "<group>"; tabWidth = 3; };
76 E776E093214AE08B00E67947 /* qcbor.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.h; name = qcbor.h; path = inc/qcbor.h; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade624405d2018-09-18 20:10:47 -070077 E776E094214AE09700E67947 /* UsefulBuf.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.h; name = UsefulBuf.h; path = inc/UsefulBuf.h; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070078 E776E096214AE0C700E67947 /* cmd_line_main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmd_line_main.c; sourceTree = "<group>"; };
Laurence Lundblade624405d2018-09-18 20:10:47 -070079 E776E161214EE19C00E67947 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070080/* End PBXFileReference section */
81
82/* Begin PBXFrameworksBuildPhase section */
Laurence Lundblade59289e52019-12-30 13:44:37 -080083 E772022223B52C02006E966E /* Frameworks */ = {
84 isa = PBXFrameworksBuildPhase;
85 buildActionMask = 2147483647;
86 files = (
87 );
88 runOnlyForDeploymentPostprocessing = 0;
89 };
Laurence Lundblade929ae132018-09-13 12:27:58 -070090 E776E079214ADF7F00E67947 /* Frameworks */ = {
91 isa = PBXFrameworksBuildPhase;
92 buildActionMask = 2147483647;
93 files = (
94 );
95 runOnlyForDeploymentPostprocessing = 0;
96 };
97/* End PBXFrameworksBuildPhase section */
98
99/* Begin PBXGroup section */
100 E776E073214ADF7F00E67947 = {
101 isa = PBXGroup;
102 children = (
Laurence Lundblade624405d2018-09-18 20:10:47 -0700103 E776E161214EE19C00E67947 /* README.md */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700104 E776E096214AE0C700E67947 /* cmd_line_main.c */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700105 E776E092214AE07C00E67947 /* inc */,
106 E776E08B214AE06600E67947 /* src */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800107 E776E095214AE0B600E67947 /* test */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700108 E776E07D214ADF7F00E67947 /* Products */,
109 );
110 sourceTree = "<group>";
111 };
112 E776E07D214ADF7F00E67947 /* Products */ = {
113 isa = PBXGroup;
114 children = (
115 E776E07C214ADF7F00E67947 /* QCBOR */,
Laurence Lundblade59289e52019-12-30 13:44:37 -0800116 E772022723B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700117 );
118 name = Products;
119 sourceTree = "<group>";
120 };
121 E776E08B214AE06600E67947 /* src */ = {
122 isa = PBXGroup;
123 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800124 E776E08C214AE07400E67947 /* qcbor_encode.c */,
125 E776E08E214AE07500E67947 /* qcbor_decode.c */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800126 E776E08D214AE07500E67947 /* UsefulBuf.c */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700127 E73B57582161CA690080D658 /* ieee754.c */,
128 E73B57572161CA680080D658 /* ieee754.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700129 );
130 name = src;
131 sourceTree = "<group>";
132 };
133 E776E092214AE07C00E67947 /* inc */ = {
134 isa = PBXGroup;
135 children = (
136 E776E093214AE08B00E67947 /* qcbor.h */,
137 E776E094214AE09700E67947 /* UsefulBuf.h */,
138 );
139 name = inc;
140 sourceTree = "<group>";
141 };
142 E776E095214AE0B600E67947 /* test */ = {
143 isa = PBXGroup;
144 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800145 E73B57632161F8F70080D658 /* run_tests.c */,
146 E73B57642161F8F80080D658 /* run_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800147 0FA9BEBC216DE31700BA646B /* UsefulBuf_Tests.c */,
148 0FA9BEBB216DE31700BA646B /* UsefulBuf_Tests.h */,
149 0FA9BEB8216DC7AD00BA646B /* qcbor_encode_tests.c */,
150 0FA9BEB9216DC7AD00BA646B /* qcbor_encode_tests.h */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800151 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */,
152 0FA9BEB6216CE6CA00BA646B /* qcbor_decode_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800153 E73B575A2161CA7C0080D658 /* float_tests.c */,
154 E73B575C2161CA7C0080D658 /* float_tests.h */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700155 E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */,
156 E73B575B2161CA7C0080D658 /* half_to_double_from_rfc7049.h */,
Laurence Lundbladebb1062e2019-08-12 23:28:54 -0700157 0F8BADA722EF40FC008B6513 /* not_well_formed_cbor.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700158 );
159 name = test;
160 sourceTree = "<group>";
161 };
162/* End PBXGroup section */
163
164/* Begin PBXNativeTarget section */
Laurence Lundblade59289e52019-12-30 13:44:37 -0800165 E772021523B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */ = {
166 isa = PBXNativeTarget;
167 buildConfigurationList = E772022423B52C02006E966E /* Build configuration list for PBXNativeTarget "QCBOR_Disable_Exp_Mantissa" */;
168 buildPhases = (
169 E772021623B52C02006E966E /* Sources */,
170 E772022223B52C02006E966E /* Frameworks */,
171 E772022323B52C02006E966E /* CopyFiles */,
172 );
173 buildRules = (
174 );
175 dependencies = (
176 );
177 name = QCBOR_Disable_Exp_Mantissa;
178 productName = QCBOR;
179 productReference = E772022723B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */;
180 productType = "com.apple.product-type.tool";
181 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700182 E776E07B214ADF7F00E67947 /* QCBOR */ = {
183 isa = PBXNativeTarget;
184 buildConfigurationList = E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */;
185 buildPhases = (
186 E776E078214ADF7F00E67947 /* Sources */,
187 E776E079214ADF7F00E67947 /* Frameworks */,
188 E776E07A214ADF7F00E67947 /* CopyFiles */,
189 );
190 buildRules = (
191 );
192 dependencies = (
193 );
194 name = QCBOR;
195 productName = QCBOR;
196 productReference = E776E07C214ADF7F00E67947 /* QCBOR */;
197 productType = "com.apple.product-type.tool";
198 };
199/* End PBXNativeTarget section */
200
201/* Begin PBXProject section */
202 E776E074214ADF7F00E67947 /* Project object */ = {
203 isa = PBXProject;
204 attributes = {
205 LastUpgradeCheck = 0940;
206 ORGANIZATIONNAME = "Laurence Lundblade";
207 TargetAttributes = {
208 E776E07B214ADF7F00E67947 = {
209 CreatedOnToolsVersion = 9.4.1;
210 };
211 };
212 };
213 buildConfigurationList = E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */;
214 compatibilityVersion = "Xcode 9.3";
215 developmentRegion = en;
216 hasScannedForEncodings = 0;
217 knownRegions = (
218 en,
219 );
220 mainGroup = E776E073214ADF7F00E67947;
221 productRefGroup = E776E07D214ADF7F00E67947 /* Products */;
222 projectDirPath = "";
223 projectRoot = "";
224 targets = (
225 E776E07B214ADF7F00E67947 /* QCBOR */,
Laurence Lundblade59289e52019-12-30 13:44:37 -0800226 E772021523B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700227 );
228 };
229/* End PBXProject section */
230
231/* Begin PBXSourcesBuildPhase section */
Laurence Lundblade59289e52019-12-30 13:44:37 -0800232 E772021623B52C02006E966E /* Sources */ = {
233 isa = PBXSourcesBuildPhase;
234 buildActionMask = 2147483647;
235 files = (
236 E772021723B52C02006E966E /* qcbor_encode.c in Sources */,
237 E772021823B52C02006E966E /* ieee754.c in Sources */,
238 E772021923B52C02006E966E /* half_to_double_from_rfc7049.c in Sources */,
239 E772021A23B52C02006E966E /* run_tests.c in Sources */,
240 E772021B23B52C02006E966E /* qcbor_decode.c in Sources */,
241 E772021C23B52C02006E966E /* float_tests.c in Sources */,
242 E772021D23B52C02006E966E /* qcbor_decode_tests.c in Sources */,
243 E772021E23B52C02006E966E /* UsefulBuf.c in Sources */,
244 E772021F23B52C02006E966E /* qcbor_encode_tests.c in Sources */,
245 E772022023B52C02006E966E /* cmd_line_main.c in Sources */,
246 E772022123B52C02006E966E /* UsefulBuf_Tests.c in Sources */,
247 );
248 runOnlyForDeploymentPostprocessing = 0;
249 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700250 E776E078214ADF7F00E67947 /* Sources */ = {
251 isa = PBXSourcesBuildPhase;
252 buildActionMask = 2147483647;
253 files = (
254 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700255 E73B57592161CA690080D658 /* ieee754.c in Sources */,
256 E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */,
257 E73B57652161F8F80080D658 /* run_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700258 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800259 E73B575E2161CA7C0080D658 /* float_tests.c in Sources */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800260 0FA9BEB7216CE6CA00BA646B /* qcbor_decode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700261 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800262 0FA9BEBA216DC7AD00BA646B /* qcbor_encode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700263 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800264 0FA9BEBD216DE31700BA646B /* UsefulBuf_Tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700265 );
266 runOnlyForDeploymentPostprocessing = 0;
267 };
268/* End PBXSourcesBuildPhase section */
269
270/* Begin XCBuildConfiguration section */
Laurence Lundblade59289e52019-12-30 13:44:37 -0800271 E772022523B52C02006E966E /* Debug */ = {
272 isa = XCBuildConfiguration;
273 buildSettings = {
274 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
275 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
276 CODE_SIGN_STYLE = Automatic;
277 GCC_OPTIMIZATION_LEVEL = 0;
278 "GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA;
279 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
280 GCC_WARN_PEDANTIC = YES;
281 PRODUCT_NAME = "$(TARGET_NAME)";
282 };
283 name = Debug;
284 };
285 E772022623B52C02006E966E /* Release */ = {
286 isa = XCBuildConfiguration;
287 buildSettings = {
288 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
289 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
290 CODE_SIGN_STYLE = Automatic;
291 GCC_OPTIMIZATION_LEVEL = 0;
292 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
293 GCC_WARN_PEDANTIC = YES;
294 PRODUCT_NAME = "$(TARGET_NAME)";
295 };
296 name = Release;
297 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700298 E776E081214ADF7F00E67947 /* Debug */ = {
299 isa = XCBuildConfiguration;
300 buildSettings = {
301 ALWAYS_SEARCH_USER_PATHS = NO;
302 CLANG_ANALYZER_NONNULL = YES;
303 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
304 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
305 CLANG_CXX_LIBRARY = "libc++";
306 CLANG_ENABLE_MODULES = YES;
307 CLANG_ENABLE_OBJC_ARC = YES;
308 CLANG_ENABLE_OBJC_WEAK = YES;
309 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
310 CLANG_WARN_BOOL_CONVERSION = YES;
311 CLANG_WARN_COMMA = YES;
312 CLANG_WARN_CONSTANT_CONVERSION = YES;
313 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
314 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
315 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
316 CLANG_WARN_EMPTY_BODY = YES;
317 CLANG_WARN_ENUM_CONVERSION = YES;
318 CLANG_WARN_INFINITE_RECURSION = YES;
319 CLANG_WARN_INT_CONVERSION = YES;
320 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
321 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
322 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
323 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
324 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
325 CLANG_WARN_STRICT_PROTOTYPES = YES;
326 CLANG_WARN_SUSPICIOUS_MOVE = YES;
327 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
328 CLANG_WARN_UNREACHABLE_CODE = YES;
329 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
330 CODE_SIGN_IDENTITY = "-";
331 COPY_PHASE_STRIP = NO;
332 DEBUG_INFORMATION_FORMAT = dwarf;
333 ENABLE_STRICT_OBJC_MSGSEND = YES;
334 ENABLE_TESTABILITY = YES;
335 GCC_C_LANGUAGE_STANDARD = gnu11;
336 GCC_DYNAMIC_NO_PIC = NO;
337 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700338 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700339 GCC_PREPROCESSOR_DEFINITIONS = (
340 "DEBUG=1",
341 "$(inherited)",
342 );
343 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
344 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
345 GCC_WARN_UNDECLARED_SELECTOR = YES;
346 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
347 GCC_WARN_UNUSED_FUNCTION = YES;
348 GCC_WARN_UNUSED_VARIABLE = YES;
349 MACOSX_DEPLOYMENT_TARGET = 10.13;
350 MTL_ENABLE_DEBUG_INFO = YES;
351 ONLY_ACTIVE_ARCH = YES;
352 SDKROOT = macosx;
353 };
354 name = Debug;
355 };
356 E776E082214ADF7F00E67947 /* Release */ = {
357 isa = XCBuildConfiguration;
358 buildSettings = {
359 ALWAYS_SEARCH_USER_PATHS = NO;
360 CLANG_ANALYZER_NONNULL = YES;
361 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
362 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
363 CLANG_CXX_LIBRARY = "libc++";
364 CLANG_ENABLE_MODULES = YES;
365 CLANG_ENABLE_OBJC_ARC = YES;
366 CLANG_ENABLE_OBJC_WEAK = YES;
367 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
368 CLANG_WARN_BOOL_CONVERSION = YES;
369 CLANG_WARN_COMMA = YES;
370 CLANG_WARN_CONSTANT_CONVERSION = YES;
371 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
372 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
373 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
374 CLANG_WARN_EMPTY_BODY = YES;
375 CLANG_WARN_ENUM_CONVERSION = YES;
376 CLANG_WARN_INFINITE_RECURSION = YES;
377 CLANG_WARN_INT_CONVERSION = YES;
378 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
379 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
380 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
381 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
382 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
383 CLANG_WARN_STRICT_PROTOTYPES = YES;
384 CLANG_WARN_SUSPICIOUS_MOVE = YES;
385 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
386 CLANG_WARN_UNREACHABLE_CODE = YES;
387 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
388 CODE_SIGN_IDENTITY = "-";
389 COPY_PHASE_STRIP = NO;
390 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
391 ENABLE_NS_ASSERTIONS = NO;
392 ENABLE_STRICT_OBJC_MSGSEND = YES;
393 GCC_C_LANGUAGE_STANDARD = gnu11;
394 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700395 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700396 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
397 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
398 GCC_WARN_UNDECLARED_SELECTOR = YES;
399 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
400 GCC_WARN_UNUSED_FUNCTION = YES;
401 GCC_WARN_UNUSED_VARIABLE = YES;
402 MACOSX_DEPLOYMENT_TARGET = 10.13;
403 MTL_ENABLE_DEBUG_INFO = NO;
404 SDKROOT = macosx;
405 };
406 name = Release;
407 };
408 E776E084214ADF7F00E67947 /* Debug */ = {
409 isa = XCBuildConfiguration;
410 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900411 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
412 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700413 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800414 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900415 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
416 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700417 PRODUCT_NAME = "$(TARGET_NAME)";
418 };
419 name = Debug;
420 };
421 E776E085214ADF7F00E67947 /* Release */ = {
422 isa = XCBuildConfiguration;
423 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900424 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
425 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700426 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800427 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900428 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
429 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700430 PRODUCT_NAME = "$(TARGET_NAME)";
431 };
432 name = Release;
433 };
434/* End XCBuildConfiguration section */
435
436/* Begin XCConfigurationList section */
Laurence Lundblade59289e52019-12-30 13:44:37 -0800437 E772022423B52C02006E966E /* Build configuration list for PBXNativeTarget "QCBOR_Disable_Exp_Mantissa" */ = {
438 isa = XCConfigurationList;
439 buildConfigurations = (
440 E772022523B52C02006E966E /* Debug */,
441 E772022623B52C02006E966E /* Release */,
442 );
443 defaultConfigurationIsVisible = 0;
444 defaultConfigurationName = Release;
445 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700446 E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */ = {
447 isa = XCConfigurationList;
448 buildConfigurations = (
449 E776E081214ADF7F00E67947 /* Debug */,
450 E776E082214ADF7F00E67947 /* Release */,
451 );
452 defaultConfigurationIsVisible = 0;
453 defaultConfigurationName = Release;
454 };
455 E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */ = {
456 isa = XCConfigurationList;
457 buildConfigurations = (
458 E776E084214ADF7F00E67947 /* Debug */,
459 E776E085214ADF7F00E67947 /* Release */,
460 );
461 defaultConfigurationIsVisible = 0;
462 defaultConfigurationName = Release;
463 };
464/* End XCConfigurationList section */
465 };
466 rootObject = E776E074214ADF7F00E67947 /* Project object */;
467}