blob: 53be6ed7e73b0f32239c83489502d789b49de6a8 [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 Lundbladed4cd7232020-07-03 19:30:48 -070017 E743D0ED24AC54090017899F /* qcbor_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08C214AE07400E67947 /* qcbor_encode.c */; };
18 E743D0EE24AC54110017899F /* qcbor_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08E214AE07500E67947 /* qcbor_decode.c */; };
19 E743D0EF24AC54170017899F /* UsefulBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08D214AE07500E67947 /* UsefulBuf.c */; };
20 E743D0F024AC541A0017899F /* ieee754.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57582161CA690080D658 /* ieee754.c */; };
21 E743D0F124AC54230017899F /* example.c in Sources */ = {isa = PBXBuildFile; fileRef = E743D0E124AC516D0017899F /* example.c */; };
22 E743D0F324AD08020017899F /* example.c in Sources */ = {isa = PBXBuildFile; fileRef = E743D0E124AC516D0017899F /* example.c */; };
Laurence Lundblade59289e52019-12-30 13:44:37 -080023 E772021723B52C02006E966E /* qcbor_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08C214AE07400E67947 /* qcbor_encode.c */; };
24 E772021823B52C02006E966E /* ieee754.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57582161CA690080D658 /* ieee754.c */; };
25 E772021923B52C02006E966E /* half_to_double_from_rfc7049.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */; };
26 E772021A23B52C02006E966E /* run_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57632161F8F70080D658 /* run_tests.c */; };
27 E772021B23B52C02006E966E /* qcbor_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08E214AE07500E67947 /* qcbor_decode.c */; };
28 E772021C23B52C02006E966E /* float_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575A2161CA7C0080D658 /* float_tests.c */; };
29 E772021D23B52C02006E966E /* qcbor_decode_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */; };
30 E772021E23B52C02006E966E /* UsefulBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08D214AE07500E67947 /* UsefulBuf.c */; };
31 E772021F23B52C02006E966E /* qcbor_encode_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEB8216DC7AD00BA646B /* qcbor_encode_tests.c */; };
32 E772022023B52C02006E966E /* cmd_line_main.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E096214AE0C700E67947 /* cmd_line_main.c */; };
33 E772022123B52C02006E966E /* UsefulBuf_Tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEBC216DE31700BA646B /* UsefulBuf_Tests.c */; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070034 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08C214AE07400E67947 /* qcbor_encode.c */; };
35 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08D214AE07500E67947 /* UsefulBuf.c */; };
36 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08E214AE07500E67947 /* qcbor_decode.c */; };
37 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E096214AE0C700E67947 /* cmd_line_main.c */; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070038/* End PBXBuildFile section */
39
40/* Begin PBXCopyFilesBuildPhase section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -070041 E743D0E424AC51C00017899F /* CopyFiles */ = {
42 isa = PBXCopyFilesBuildPhase;
43 buildActionMask = 2147483647;
44 dstPath = /usr/share/man/man1/;
45 dstSubfolderSpec = 0;
46 files = (
47 );
48 runOnlyForDeploymentPostprocessing = 1;
49 };
Laurence Lundblade59289e52019-12-30 13:44:37 -080050 E772022323B52C02006E966E /* CopyFiles */ = {
51 isa = PBXCopyFilesBuildPhase;
52 buildActionMask = 2147483647;
53 dstPath = /usr/share/man/man1/;
54 dstSubfolderSpec = 0;
55 files = (
56 );
57 runOnlyForDeploymentPostprocessing = 1;
58 };
Laurence Lundblade929ae132018-09-13 12:27:58 -070059 E776E07A214ADF7F00E67947 /* CopyFiles */ = {
60 isa = PBXCopyFilesBuildPhase;
61 buildActionMask = 2147483647;
62 dstPath = /usr/share/man/man1/;
63 dstSubfolderSpec = 0;
64 files = (
65 );
66 runOnlyForDeploymentPostprocessing = 1;
67 };
68/* End PBXCopyFilesBuildPhase section */
69
70/* Begin PBXFileReference section */
Laurence Lundbladebb1062e2019-08-12 23:28:54 -070071 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 +080072 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 +080073 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 +080074 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; };
75 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>"; };
76 0FA9BEBB216DE31700BA646B /* UsefulBuf_Tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UsefulBuf_Tests.h; path = test/UsefulBuf_Tests.h; sourceTree = "<group>"; };
77 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 -070078 E73B57572161CA680080D658 /* ieee754.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ieee754.h; path = src/ieee754.h; sourceTree = "<group>"; };
79 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 +080080 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 -070081 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 +080082 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 -070083 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 -080084 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 -070085 E73B57642161F8F80080D658 /* run_tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = run_tests.h; path = test/run_tests.h; sourceTree = "<group>"; };
Laurence Lundbladed4cd7232020-07-03 19:30:48 -070086 E743D0E124AC516D0017899F /* example.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = example.c; sourceTree = "<group>"; };
87 E743D0E624AC51C00017899F /* Example */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Example; sourceTree = BUILT_PRODUCTS_DIR; };
88 E743D0F224AC54600017899F /* example.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = example.h; sourceTree = "<group>"; };
Laurence Lundblade2f5e16d2020-08-04 20:35:23 -070089 E743D10824CEDE2D0017899F /* qcbor_spiffy_decode.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.h; name = qcbor_spiffy_decode.h; path = inc/qcbor/qcbor_spiffy_decode.h; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundbladee3553422020-05-02 11:11:17 -070090 E74BF411245D6713002CE8E8 /* UsefulBuf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UsefulBuf.h; path = inc/qcbor/UsefulBuf.h; sourceTree = "<group>"; };
Laurence Lundbladeda095972020-06-06 18:35:33 -070091 E74FA9FE247D2F2C003F8ECE /* Tagging.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Tagging.md; sourceTree = "<group>"; };
Laurence Lundblade59289e52019-12-30 13:44:37 -080092 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 -070093 E776E07C214ADF7F00E67947 /* QCBOR */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QCBOR; sourceTree = BUILT_PRODUCTS_DIR; };
Laurence Lundbladea954db92018-09-28 19:27:31 -070094 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 +080095 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 +070096 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; };
Laurence Lundblade624405d2018-09-18 20:10:47 -070097 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 -070098 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 -070099 E776E161214EE19C00E67947 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
Laurence Lundbladebb87be22020-04-09 19:15:32 -0700100 E788315B243BFDF0001893CD /* qcbor_decode_map.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = qcbor_decode_map.h; path = inc/qcbor/qcbor_decode_map.h; sourceTree = "<group>"; };
Laurence Lundblade34691b92020-05-18 22:25:25 -0700101 E78C91DE240C90C100F4CECE /* qcbor_decode.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.h; name = qcbor_decode.h; path = inc/qcbor/qcbor_decode.h; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800102 E78C91DF240C90C100F4CECE /* qcbor_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qcbor_common.h; path = inc/qcbor/qcbor_common.h; sourceTree = "<group>"; };
Laurence Lundbladebb87be22020-04-09 19:15:32 -0700103 E78C91E0240C90C100F4CECE /* qcbor_private.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.h; name = qcbor_private.h; path = inc/qcbor/qcbor_private.h; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800104 E78C91E1240C90C100F4CECE /* qcbor_encode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qcbor_encode.h; path = inc/qcbor/qcbor_encode.h; sourceTree = "<group>"; };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700105/* End PBXFileReference section */
106
107/* Begin PBXFrameworksBuildPhase section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700108 E743D0E324AC51C00017899F /* Frameworks */ = {
109 isa = PBXFrameworksBuildPhase;
110 buildActionMask = 2147483647;
111 files = (
112 );
113 runOnlyForDeploymentPostprocessing = 0;
114 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800115 E772022223B52C02006E966E /* Frameworks */ = {
116 isa = PBXFrameworksBuildPhase;
117 buildActionMask = 2147483647;
118 files = (
119 );
120 runOnlyForDeploymentPostprocessing = 0;
121 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700122 E776E079214ADF7F00E67947 /* Frameworks */ = {
123 isa = PBXFrameworksBuildPhase;
124 buildActionMask = 2147483647;
125 files = (
126 );
127 runOnlyForDeploymentPostprocessing = 0;
128 };
129/* End PBXFrameworksBuildPhase section */
130
131/* Begin PBXGroup section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700132 E743D0E024AC51470017899F /* example */ = {
133 isa = PBXGroup;
134 children = (
135 E743D0E124AC516D0017899F /* example.c */,
136 E743D0F224AC54600017899F /* example.h */,
137 );
138 name = example;
139 sourceTree = "<group>";
140 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700141 E776E073214ADF7F00E67947 = {
142 isa = PBXGroup;
143 children = (
Laurence Lundblade624405d2018-09-18 20:10:47 -0700144 E776E161214EE19C00E67947 /* README.md */,
Laurence Lundbladeda095972020-06-06 18:35:33 -0700145 E74FA9FE247D2F2C003F8ECE /* Tagging.md */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700146 E776E096214AE0C700E67947 /* cmd_line_main.c */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700147 E776E092214AE07C00E67947 /* inc */,
148 E776E08B214AE06600E67947 /* src */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800149 E776E095214AE0B600E67947 /* test */,
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700150 E743D0E024AC51470017899F /* example */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700151 E776E07D214ADF7F00E67947 /* Products */,
152 );
153 sourceTree = "<group>";
154 };
155 E776E07D214ADF7F00E67947 /* Products */ = {
156 isa = PBXGroup;
157 children = (
158 E776E07C214ADF7F00E67947 /* QCBOR */,
Laurence Lundblade59289e52019-12-30 13:44:37 -0800159 E772022723B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */,
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700160 E743D0E624AC51C00017899F /* Example */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700161 );
162 name = Products;
163 sourceTree = "<group>";
164 };
165 E776E08B214AE06600E67947 /* src */ = {
166 isa = PBXGroup;
167 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800168 E776E08C214AE07400E67947 /* qcbor_encode.c */,
169 E776E08E214AE07500E67947 /* qcbor_decode.c */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800170 E776E08D214AE07500E67947 /* UsefulBuf.c */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700171 E73B57582161CA690080D658 /* ieee754.c */,
172 E73B57572161CA680080D658 /* ieee754.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700173 );
174 name = src;
175 sourceTree = "<group>";
176 };
177 E776E092214AE07C00E67947 /* inc */ = {
178 isa = PBXGroup;
179 children = (
Laurence Lundblade67257dc2020-07-27 03:33:37 -0700180 E743D10824CEDE2D0017899F /* qcbor_spiffy_decode.h */,
Laurence Lundbladee3553422020-05-02 11:11:17 -0700181 E74BF411245D6713002CE8E8 /* UsefulBuf.h */,
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800182 E78C91DF240C90C100F4CECE /* qcbor_common.h */,
183 E78C91DE240C90C100F4CECE /* qcbor_decode.h */,
184 E78C91E1240C90C100F4CECE /* qcbor_encode.h */,
185 E78C91E0240C90C100F4CECE /* qcbor_private.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700186 E776E094214AE09700E67947 /* UsefulBuf.h */,
Laurence Lundbladebb87be22020-04-09 19:15:32 -0700187 E788315B243BFDF0001893CD /* qcbor_decode_map.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700188 );
189 name = inc;
190 sourceTree = "<group>";
191 };
192 E776E095214AE0B600E67947 /* test */ = {
193 isa = PBXGroup;
194 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800195 E73B57632161F8F70080D658 /* run_tests.c */,
196 E73B57642161F8F80080D658 /* run_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800197 0FA9BEBC216DE31700BA646B /* UsefulBuf_Tests.c */,
198 0FA9BEBB216DE31700BA646B /* UsefulBuf_Tests.h */,
199 0FA9BEB8216DC7AD00BA646B /* qcbor_encode_tests.c */,
200 0FA9BEB9216DC7AD00BA646B /* qcbor_encode_tests.h */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800201 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */,
202 0FA9BEB6216CE6CA00BA646B /* qcbor_decode_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800203 E73B575A2161CA7C0080D658 /* float_tests.c */,
204 E73B575C2161CA7C0080D658 /* float_tests.h */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700205 E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */,
206 E73B575B2161CA7C0080D658 /* half_to_double_from_rfc7049.h */,
Laurence Lundbladebb1062e2019-08-12 23:28:54 -0700207 0F8BADA722EF40FC008B6513 /* not_well_formed_cbor.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700208 );
209 name = test;
210 sourceTree = "<group>";
211 };
212/* End PBXGroup section */
213
214/* Begin PBXNativeTarget section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700215 E743D0E524AC51C00017899F /* Example */ = {
216 isa = PBXNativeTarget;
217 buildConfigurationList = E743D0EA24AC51C00017899F /* Build configuration list for PBXNativeTarget "Example" */;
218 buildPhases = (
219 E743D0E224AC51C00017899F /* Sources */,
220 E743D0E324AC51C00017899F /* Frameworks */,
221 E743D0E424AC51C00017899F /* CopyFiles */,
222 );
223 buildRules = (
224 );
225 dependencies = (
226 );
227 name = Example;
228 productName = Example;
229 productReference = E743D0E624AC51C00017899F /* Example */;
230 productType = "com.apple.product-type.tool";
231 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800232 E772021523B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */ = {
233 isa = PBXNativeTarget;
234 buildConfigurationList = E772022423B52C02006E966E /* Build configuration list for PBXNativeTarget "QCBOR_Disable_Exp_Mantissa" */;
235 buildPhases = (
236 E772021623B52C02006E966E /* Sources */,
237 E772022223B52C02006E966E /* Frameworks */,
238 E772022323B52C02006E966E /* CopyFiles */,
239 );
240 buildRules = (
241 );
242 dependencies = (
243 );
244 name = QCBOR_Disable_Exp_Mantissa;
245 productName = QCBOR;
246 productReference = E772022723B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */;
247 productType = "com.apple.product-type.tool";
248 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700249 E776E07B214ADF7F00E67947 /* QCBOR */ = {
250 isa = PBXNativeTarget;
251 buildConfigurationList = E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */;
252 buildPhases = (
253 E776E078214ADF7F00E67947 /* Sources */,
254 E776E079214ADF7F00E67947 /* Frameworks */,
255 E776E07A214ADF7F00E67947 /* CopyFiles */,
256 );
257 buildRules = (
258 );
259 dependencies = (
260 );
261 name = QCBOR;
262 productName = QCBOR;
263 productReference = E776E07C214ADF7F00E67947 /* QCBOR */;
264 productType = "com.apple.product-type.tool";
265 };
266/* End PBXNativeTarget section */
267
268/* Begin PBXProject section */
269 E776E074214ADF7F00E67947 /* Project object */ = {
270 isa = PBXProject;
271 attributes = {
Laurence Lundbladee3553422020-05-02 11:11:17 -0700272 LastUpgradeCheck = 1140;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700273 ORGANIZATIONNAME = "Laurence Lundblade";
274 TargetAttributes = {
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700275 E743D0E524AC51C00017899F = {
276 CreatedOnToolsVersion = 11.5;
277 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700278 E776E07B214ADF7F00E67947 = {
279 CreatedOnToolsVersion = 9.4.1;
280 };
281 };
282 };
283 buildConfigurationList = E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */;
284 compatibilityVersion = "Xcode 9.3";
285 developmentRegion = en;
286 hasScannedForEncodings = 0;
287 knownRegions = (
288 en,
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800289 Base,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700290 );
291 mainGroup = E776E073214ADF7F00E67947;
292 productRefGroup = E776E07D214ADF7F00E67947 /* Products */;
293 projectDirPath = "";
294 projectRoot = "";
295 targets = (
296 E776E07B214ADF7F00E67947 /* QCBOR */,
Laurence Lundblade59289e52019-12-30 13:44:37 -0800297 E772021523B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */,
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700298 E743D0E524AC51C00017899F /* Example */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700299 );
300 };
301/* End PBXProject section */
302
303/* Begin PBXSourcesBuildPhase section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700304 E743D0E224AC51C00017899F /* Sources */ = {
305 isa = PBXSourcesBuildPhase;
306 buildActionMask = 2147483647;
307 files = (
308 E743D0ED24AC54090017899F /* qcbor_encode.c in Sources */,
309 E743D0EE24AC54110017899F /* qcbor_decode.c in Sources */,
310 E743D0F024AC541A0017899F /* ieee754.c in Sources */,
311 E743D0EF24AC54170017899F /* UsefulBuf.c in Sources */,
312 E743D0F124AC54230017899F /* example.c in Sources */,
313 );
314 runOnlyForDeploymentPostprocessing = 0;
315 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800316 E772021623B52C02006E966E /* Sources */ = {
317 isa = PBXSourcesBuildPhase;
318 buildActionMask = 2147483647;
319 files = (
320 E772021723B52C02006E966E /* qcbor_encode.c in Sources */,
321 E772021823B52C02006E966E /* ieee754.c in Sources */,
322 E772021923B52C02006E966E /* half_to_double_from_rfc7049.c in Sources */,
323 E772021A23B52C02006E966E /* run_tests.c in Sources */,
324 E772021B23B52C02006E966E /* qcbor_decode.c in Sources */,
325 E772021C23B52C02006E966E /* float_tests.c in Sources */,
326 E772021D23B52C02006E966E /* qcbor_decode_tests.c in Sources */,
327 E772021E23B52C02006E966E /* UsefulBuf.c in Sources */,
328 E772021F23B52C02006E966E /* qcbor_encode_tests.c in Sources */,
329 E772022023B52C02006E966E /* cmd_line_main.c in Sources */,
330 E772022123B52C02006E966E /* UsefulBuf_Tests.c in Sources */,
331 );
332 runOnlyForDeploymentPostprocessing = 0;
333 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700334 E776E078214ADF7F00E67947 /* Sources */ = {
335 isa = PBXSourcesBuildPhase;
336 buildActionMask = 2147483647;
337 files = (
338 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700339 E73B57592161CA690080D658 /* ieee754.c in Sources */,
340 E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */,
341 E73B57652161F8F80080D658 /* run_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700342 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800343 E73B575E2161CA7C0080D658 /* float_tests.c in Sources */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800344 0FA9BEB7216CE6CA00BA646B /* qcbor_decode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700345 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800346 0FA9BEBA216DC7AD00BA646B /* qcbor_encode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700347 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */,
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700348 E743D0F324AD08020017899F /* example.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800349 0FA9BEBD216DE31700BA646B /* UsefulBuf_Tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700350 );
351 runOnlyForDeploymentPostprocessing = 0;
352 };
353/* End PBXSourcesBuildPhase section */
354
355/* Begin XCBuildConfiguration section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700356 E743D0EB24AC51C00017899F /* Debug */ = {
357 isa = XCBuildConfiguration;
358 buildSettings = {
359 CODE_SIGN_STYLE = Automatic;
360 MACOSX_DEPLOYMENT_TARGET = 10.15;
361 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
362 MTL_FAST_MATH = YES;
363 PRODUCT_NAME = "$(TARGET_NAME)";
364 };
365 name = Debug;
366 };
367 E743D0EC24AC51C00017899F /* Release */ = {
368 isa = XCBuildConfiguration;
369 buildSettings = {
370 CODE_SIGN_STYLE = Automatic;
371 MACOSX_DEPLOYMENT_TARGET = 10.15;
372 MTL_FAST_MATH = YES;
373 PRODUCT_NAME = "$(TARGET_NAME)";
374 };
375 name = Release;
376 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800377 E772022523B52C02006E966E /* Debug */ = {
378 isa = XCBuildConfiguration;
379 buildSettings = {
380 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
381 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
382 CODE_SIGN_STYLE = Automatic;
383 GCC_OPTIMIZATION_LEVEL = 0;
384 "GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA;
385 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
386 GCC_WARN_PEDANTIC = YES;
387 PRODUCT_NAME = "$(TARGET_NAME)";
388 };
389 name = Debug;
390 };
391 E772022623B52C02006E966E /* Release */ = {
392 isa = XCBuildConfiguration;
393 buildSettings = {
394 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
395 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
396 CODE_SIGN_STYLE = Automatic;
397 GCC_OPTIMIZATION_LEVEL = 0;
398 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
399 GCC_WARN_PEDANTIC = YES;
400 PRODUCT_NAME = "$(TARGET_NAME)";
401 };
402 name = Release;
403 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700404 E776E081214ADF7F00E67947 /* Debug */ = {
405 isa = XCBuildConfiguration;
406 buildSettings = {
407 ALWAYS_SEARCH_USER_PATHS = NO;
408 CLANG_ANALYZER_NONNULL = YES;
409 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
410 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
411 CLANG_CXX_LIBRARY = "libc++";
412 CLANG_ENABLE_MODULES = YES;
413 CLANG_ENABLE_OBJC_ARC = YES;
414 CLANG_ENABLE_OBJC_WEAK = YES;
415 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
416 CLANG_WARN_BOOL_CONVERSION = YES;
417 CLANG_WARN_COMMA = YES;
418 CLANG_WARN_CONSTANT_CONVERSION = YES;
419 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
420 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
421 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
422 CLANG_WARN_EMPTY_BODY = YES;
423 CLANG_WARN_ENUM_CONVERSION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800424 CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700425 CLANG_WARN_INFINITE_RECURSION = YES;
426 CLANG_WARN_INT_CONVERSION = YES;
427 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
428 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
429 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
430 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
431 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
432 CLANG_WARN_STRICT_PROTOTYPES = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800433 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700434 CLANG_WARN_SUSPICIOUS_MOVE = YES;
435 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
436 CLANG_WARN_UNREACHABLE_CODE = YES;
437 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
438 CODE_SIGN_IDENTITY = "-";
439 COPY_PHASE_STRIP = NO;
440 DEBUG_INFORMATION_FORMAT = dwarf;
441 ENABLE_STRICT_OBJC_MSGSEND = YES;
442 ENABLE_TESTABILITY = YES;
443 GCC_C_LANGUAGE_STANDARD = gnu11;
444 GCC_DYNAMIC_NO_PIC = NO;
445 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700446 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700447 GCC_PREPROCESSOR_DEFINITIONS = (
448 "DEBUG=1",
449 "$(inherited)",
450 );
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800451 GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700452 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
453 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800454 GCC_WARN_SHADOW = YES;
455 GCC_WARN_SIGN_COMPARE = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700456 GCC_WARN_UNDECLARED_SELECTOR = YES;
457 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
458 GCC_WARN_UNUSED_FUNCTION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800459 GCC_WARN_UNUSED_LABEL = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700460 GCC_WARN_UNUSED_VARIABLE = YES;
Laurence Lundbladee3553422020-05-02 11:11:17 -0700461 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700462 MACOSX_DEPLOYMENT_TARGET = 10.13;
463 MTL_ENABLE_DEBUG_INFO = YES;
464 ONLY_ACTIVE_ARCH = YES;
465 SDKROOT = macosx;
466 };
467 name = Debug;
468 };
469 E776E082214ADF7F00E67947 /* Release */ = {
470 isa = XCBuildConfiguration;
471 buildSettings = {
472 ALWAYS_SEARCH_USER_PATHS = NO;
473 CLANG_ANALYZER_NONNULL = YES;
474 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
475 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
476 CLANG_CXX_LIBRARY = "libc++";
477 CLANG_ENABLE_MODULES = YES;
478 CLANG_ENABLE_OBJC_ARC = YES;
479 CLANG_ENABLE_OBJC_WEAK = YES;
480 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
481 CLANG_WARN_BOOL_CONVERSION = YES;
482 CLANG_WARN_COMMA = YES;
483 CLANG_WARN_CONSTANT_CONVERSION = YES;
484 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
485 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
486 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
487 CLANG_WARN_EMPTY_BODY = YES;
488 CLANG_WARN_ENUM_CONVERSION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800489 CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700490 CLANG_WARN_INFINITE_RECURSION = YES;
491 CLANG_WARN_INT_CONVERSION = YES;
492 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
493 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
494 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
495 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
496 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
497 CLANG_WARN_STRICT_PROTOTYPES = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800498 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700499 CLANG_WARN_SUSPICIOUS_MOVE = YES;
500 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
501 CLANG_WARN_UNREACHABLE_CODE = YES;
502 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
503 CODE_SIGN_IDENTITY = "-";
504 COPY_PHASE_STRIP = NO;
505 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
506 ENABLE_NS_ASSERTIONS = NO;
507 ENABLE_STRICT_OBJC_MSGSEND = YES;
508 GCC_C_LANGUAGE_STANDARD = gnu11;
509 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700510 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800511 GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700512 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
513 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800514 GCC_WARN_SHADOW = YES;
515 GCC_WARN_SIGN_COMPARE = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700516 GCC_WARN_UNDECLARED_SELECTOR = YES;
517 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
518 GCC_WARN_UNUSED_FUNCTION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800519 GCC_WARN_UNUSED_LABEL = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700520 GCC_WARN_UNUSED_VARIABLE = YES;
Laurence Lundbladee3553422020-05-02 11:11:17 -0700521 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700522 MACOSX_DEPLOYMENT_TARGET = 10.13;
523 MTL_ENABLE_DEBUG_INFO = NO;
524 SDKROOT = macosx;
525 };
526 name = Release;
527 };
528 E776E084214ADF7F00E67947 /* Debug */ = {
529 isa = XCBuildConfiguration;
530 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900531 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
532 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700533 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800534 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900535 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
536 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800537 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700538 PRODUCT_NAME = "$(TARGET_NAME)";
539 };
540 name = Debug;
541 };
542 E776E085214ADF7F00E67947 /* Release */ = {
543 isa = XCBuildConfiguration;
544 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900545 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
546 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700547 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800548 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900549 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
550 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800551 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700552 PRODUCT_NAME = "$(TARGET_NAME)";
553 };
554 name = Release;
555 };
556/* End XCBuildConfiguration section */
557
558/* Begin XCConfigurationList section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700559 E743D0EA24AC51C00017899F /* Build configuration list for PBXNativeTarget "Example" */ = {
560 isa = XCConfigurationList;
561 buildConfigurations = (
562 E743D0EB24AC51C00017899F /* Debug */,
563 E743D0EC24AC51C00017899F /* Release */,
564 );
565 defaultConfigurationIsVisible = 0;
566 defaultConfigurationName = Release;
567 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800568 E772022423B52C02006E966E /* Build configuration list for PBXNativeTarget "QCBOR_Disable_Exp_Mantissa" */ = {
569 isa = XCConfigurationList;
570 buildConfigurations = (
571 E772022523B52C02006E966E /* Debug */,
572 E772022623B52C02006E966E /* Release */,
573 );
574 defaultConfigurationIsVisible = 0;
575 defaultConfigurationName = Release;
576 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700577 E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */ = {
578 isa = XCConfigurationList;
579 buildConfigurations = (
580 E776E081214ADF7F00E67947 /* Debug */,
581 E776E082214ADF7F00E67947 /* Release */,
582 );
583 defaultConfigurationIsVisible = 0;
584 defaultConfigurationName = Release;
585 };
586 E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */ = {
587 isa = XCConfigurationList;
588 buildConfigurations = (
589 E776E084214ADF7F00E67947 /* Debug */,
590 E776E085214ADF7F00E67947 /* Release */,
591 );
592 defaultConfigurationIsVisible = 0;
593 defaultConfigurationName = Release;
594 };
595/* End XCConfigurationList section */
596 };
597 rootObject = E776E074214ADF7F00E67947 /* Project object */;
598}