blob: df31dee1bb5f6fe99f55a4f31741b14efdc22813 [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 Lundbladee3553422020-05-02 11:11:17 -070089 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 -070090 E74FA9FE247D2F2C003F8ECE /* Tagging.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Tagging.md; sourceTree = "<group>"; };
Laurence Lundblade59289e52019-12-30 13:44:37 -080091 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 -070092 E776E07C214ADF7F00E67947 /* QCBOR */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QCBOR; sourceTree = BUILT_PRODUCTS_DIR; };
Laurence Lundbladea954db92018-09-28 19:27:31 -070093 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 +080094 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 +070095 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 -070096 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 -070097 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 -070098 E776E161214EE19C00E67947 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
Laurence Lundbladebb87be22020-04-09 19:15:32 -070099 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 -0700100 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 -0800101 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 -0700102 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 -0800103 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 -0700104/* End PBXFileReference section */
105
106/* Begin PBXFrameworksBuildPhase section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700107 E743D0E324AC51C00017899F /* Frameworks */ = {
108 isa = PBXFrameworksBuildPhase;
109 buildActionMask = 2147483647;
110 files = (
111 );
112 runOnlyForDeploymentPostprocessing = 0;
113 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800114 E772022223B52C02006E966E /* Frameworks */ = {
115 isa = PBXFrameworksBuildPhase;
116 buildActionMask = 2147483647;
117 files = (
118 );
119 runOnlyForDeploymentPostprocessing = 0;
120 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700121 E776E079214ADF7F00E67947 /* Frameworks */ = {
122 isa = PBXFrameworksBuildPhase;
123 buildActionMask = 2147483647;
124 files = (
125 );
126 runOnlyForDeploymentPostprocessing = 0;
127 };
128/* End PBXFrameworksBuildPhase section */
129
130/* Begin PBXGroup section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700131 E743D0E024AC51470017899F /* example */ = {
132 isa = PBXGroup;
133 children = (
134 E743D0E124AC516D0017899F /* example.c */,
135 E743D0F224AC54600017899F /* example.h */,
136 );
137 name = example;
138 sourceTree = "<group>";
139 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700140 E776E073214ADF7F00E67947 = {
141 isa = PBXGroup;
142 children = (
Laurence Lundblade624405d2018-09-18 20:10:47 -0700143 E776E161214EE19C00E67947 /* README.md */,
Laurence Lundbladeda095972020-06-06 18:35:33 -0700144 E74FA9FE247D2F2C003F8ECE /* Tagging.md */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700145 E776E096214AE0C700E67947 /* cmd_line_main.c */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700146 E776E092214AE07C00E67947 /* inc */,
147 E776E08B214AE06600E67947 /* src */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800148 E776E095214AE0B600E67947 /* test */,
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700149 E743D0E024AC51470017899F /* example */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700150 E776E07D214ADF7F00E67947 /* Products */,
151 );
152 sourceTree = "<group>";
153 };
154 E776E07D214ADF7F00E67947 /* Products */ = {
155 isa = PBXGroup;
156 children = (
157 E776E07C214ADF7F00E67947 /* QCBOR */,
Laurence Lundblade59289e52019-12-30 13:44:37 -0800158 E772022723B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */,
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700159 E743D0E624AC51C00017899F /* Example */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700160 );
161 name = Products;
162 sourceTree = "<group>";
163 };
164 E776E08B214AE06600E67947 /* src */ = {
165 isa = PBXGroup;
166 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800167 E776E08C214AE07400E67947 /* qcbor_encode.c */,
168 E776E08E214AE07500E67947 /* qcbor_decode.c */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800169 E776E08D214AE07500E67947 /* UsefulBuf.c */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700170 E73B57582161CA690080D658 /* ieee754.c */,
171 E73B57572161CA680080D658 /* ieee754.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700172 );
173 name = src;
174 sourceTree = "<group>";
175 };
176 E776E092214AE07C00E67947 /* inc */ = {
177 isa = PBXGroup;
178 children = (
Laurence Lundbladee3553422020-05-02 11:11:17 -0700179 E74BF411245D6713002CE8E8 /* UsefulBuf.h */,
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800180 E78C91DF240C90C100F4CECE /* qcbor_common.h */,
181 E78C91DE240C90C100F4CECE /* qcbor_decode.h */,
182 E78C91E1240C90C100F4CECE /* qcbor_encode.h */,
183 E78C91E0240C90C100F4CECE /* qcbor_private.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700184 E776E094214AE09700E67947 /* UsefulBuf.h */,
Laurence Lundbladebb87be22020-04-09 19:15:32 -0700185 E788315B243BFDF0001893CD /* qcbor_decode_map.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700186 );
187 name = inc;
188 sourceTree = "<group>";
189 };
190 E776E095214AE0B600E67947 /* test */ = {
191 isa = PBXGroup;
192 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800193 E73B57632161F8F70080D658 /* run_tests.c */,
194 E73B57642161F8F80080D658 /* run_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800195 0FA9BEBC216DE31700BA646B /* UsefulBuf_Tests.c */,
196 0FA9BEBB216DE31700BA646B /* UsefulBuf_Tests.h */,
197 0FA9BEB8216DC7AD00BA646B /* qcbor_encode_tests.c */,
198 0FA9BEB9216DC7AD00BA646B /* qcbor_encode_tests.h */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800199 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */,
200 0FA9BEB6216CE6CA00BA646B /* qcbor_decode_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800201 E73B575A2161CA7C0080D658 /* float_tests.c */,
202 E73B575C2161CA7C0080D658 /* float_tests.h */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700203 E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */,
204 E73B575B2161CA7C0080D658 /* half_to_double_from_rfc7049.h */,
Laurence Lundbladebb1062e2019-08-12 23:28:54 -0700205 0F8BADA722EF40FC008B6513 /* not_well_formed_cbor.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700206 );
207 name = test;
208 sourceTree = "<group>";
209 };
210/* End PBXGroup section */
211
212/* Begin PBXNativeTarget section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700213 E743D0E524AC51C00017899F /* Example */ = {
214 isa = PBXNativeTarget;
215 buildConfigurationList = E743D0EA24AC51C00017899F /* Build configuration list for PBXNativeTarget "Example" */;
216 buildPhases = (
217 E743D0E224AC51C00017899F /* Sources */,
218 E743D0E324AC51C00017899F /* Frameworks */,
219 E743D0E424AC51C00017899F /* CopyFiles */,
220 );
221 buildRules = (
222 );
223 dependencies = (
224 );
225 name = Example;
226 productName = Example;
227 productReference = E743D0E624AC51C00017899F /* Example */;
228 productType = "com.apple.product-type.tool";
229 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800230 E772021523B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */ = {
231 isa = PBXNativeTarget;
232 buildConfigurationList = E772022423B52C02006E966E /* Build configuration list for PBXNativeTarget "QCBOR_Disable_Exp_Mantissa" */;
233 buildPhases = (
234 E772021623B52C02006E966E /* Sources */,
235 E772022223B52C02006E966E /* Frameworks */,
236 E772022323B52C02006E966E /* CopyFiles */,
237 );
238 buildRules = (
239 );
240 dependencies = (
241 );
242 name = QCBOR_Disable_Exp_Mantissa;
243 productName = QCBOR;
244 productReference = E772022723B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */;
245 productType = "com.apple.product-type.tool";
246 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700247 E776E07B214ADF7F00E67947 /* QCBOR */ = {
248 isa = PBXNativeTarget;
249 buildConfigurationList = E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */;
250 buildPhases = (
251 E776E078214ADF7F00E67947 /* Sources */,
252 E776E079214ADF7F00E67947 /* Frameworks */,
253 E776E07A214ADF7F00E67947 /* CopyFiles */,
254 );
255 buildRules = (
256 );
257 dependencies = (
258 );
259 name = QCBOR;
260 productName = QCBOR;
261 productReference = E776E07C214ADF7F00E67947 /* QCBOR */;
262 productType = "com.apple.product-type.tool";
263 };
264/* End PBXNativeTarget section */
265
266/* Begin PBXProject section */
267 E776E074214ADF7F00E67947 /* Project object */ = {
268 isa = PBXProject;
269 attributes = {
Laurence Lundbladee3553422020-05-02 11:11:17 -0700270 LastUpgradeCheck = 1140;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700271 ORGANIZATIONNAME = "Laurence Lundblade";
272 TargetAttributes = {
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700273 E743D0E524AC51C00017899F = {
274 CreatedOnToolsVersion = 11.5;
275 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700276 E776E07B214ADF7F00E67947 = {
277 CreatedOnToolsVersion = 9.4.1;
278 };
279 };
280 };
281 buildConfigurationList = E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */;
282 compatibilityVersion = "Xcode 9.3";
283 developmentRegion = en;
284 hasScannedForEncodings = 0;
285 knownRegions = (
286 en,
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800287 Base,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700288 );
289 mainGroup = E776E073214ADF7F00E67947;
290 productRefGroup = E776E07D214ADF7F00E67947 /* Products */;
291 projectDirPath = "";
292 projectRoot = "";
293 targets = (
294 E776E07B214ADF7F00E67947 /* QCBOR */,
Laurence Lundblade59289e52019-12-30 13:44:37 -0800295 E772021523B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */,
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700296 E743D0E524AC51C00017899F /* Example */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700297 );
298 };
299/* End PBXProject section */
300
301/* Begin PBXSourcesBuildPhase section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700302 E743D0E224AC51C00017899F /* Sources */ = {
303 isa = PBXSourcesBuildPhase;
304 buildActionMask = 2147483647;
305 files = (
306 E743D0ED24AC54090017899F /* qcbor_encode.c in Sources */,
307 E743D0EE24AC54110017899F /* qcbor_decode.c in Sources */,
308 E743D0F024AC541A0017899F /* ieee754.c in Sources */,
309 E743D0EF24AC54170017899F /* UsefulBuf.c in Sources */,
310 E743D0F124AC54230017899F /* example.c in Sources */,
311 );
312 runOnlyForDeploymentPostprocessing = 0;
313 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800314 E772021623B52C02006E966E /* Sources */ = {
315 isa = PBXSourcesBuildPhase;
316 buildActionMask = 2147483647;
317 files = (
318 E772021723B52C02006E966E /* qcbor_encode.c in Sources */,
319 E772021823B52C02006E966E /* ieee754.c in Sources */,
320 E772021923B52C02006E966E /* half_to_double_from_rfc7049.c in Sources */,
321 E772021A23B52C02006E966E /* run_tests.c in Sources */,
322 E772021B23B52C02006E966E /* qcbor_decode.c in Sources */,
323 E772021C23B52C02006E966E /* float_tests.c in Sources */,
324 E772021D23B52C02006E966E /* qcbor_decode_tests.c in Sources */,
325 E772021E23B52C02006E966E /* UsefulBuf.c in Sources */,
326 E772021F23B52C02006E966E /* qcbor_encode_tests.c in Sources */,
327 E772022023B52C02006E966E /* cmd_line_main.c in Sources */,
328 E772022123B52C02006E966E /* UsefulBuf_Tests.c in Sources */,
329 );
330 runOnlyForDeploymentPostprocessing = 0;
331 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700332 E776E078214ADF7F00E67947 /* Sources */ = {
333 isa = PBXSourcesBuildPhase;
334 buildActionMask = 2147483647;
335 files = (
336 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700337 E73B57592161CA690080D658 /* ieee754.c in Sources */,
338 E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */,
339 E73B57652161F8F80080D658 /* run_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700340 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800341 E73B575E2161CA7C0080D658 /* float_tests.c in Sources */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800342 0FA9BEB7216CE6CA00BA646B /* qcbor_decode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700343 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800344 0FA9BEBA216DC7AD00BA646B /* qcbor_encode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700345 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */,
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700346 E743D0F324AD08020017899F /* example.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800347 0FA9BEBD216DE31700BA646B /* UsefulBuf_Tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700348 );
349 runOnlyForDeploymentPostprocessing = 0;
350 };
351/* End PBXSourcesBuildPhase section */
352
353/* Begin XCBuildConfiguration section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700354 E743D0EB24AC51C00017899F /* Debug */ = {
355 isa = XCBuildConfiguration;
356 buildSettings = {
357 CODE_SIGN_STYLE = Automatic;
358 MACOSX_DEPLOYMENT_TARGET = 10.15;
359 MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
360 MTL_FAST_MATH = YES;
361 PRODUCT_NAME = "$(TARGET_NAME)";
362 };
363 name = Debug;
364 };
365 E743D0EC24AC51C00017899F /* Release */ = {
366 isa = XCBuildConfiguration;
367 buildSettings = {
368 CODE_SIGN_STYLE = Automatic;
369 MACOSX_DEPLOYMENT_TARGET = 10.15;
370 MTL_FAST_MATH = YES;
371 PRODUCT_NAME = "$(TARGET_NAME)";
372 };
373 name = Release;
374 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800375 E772022523B52C02006E966E /* Debug */ = {
376 isa = XCBuildConfiguration;
377 buildSettings = {
378 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
379 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
380 CODE_SIGN_STYLE = Automatic;
381 GCC_OPTIMIZATION_LEVEL = 0;
382 "GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA;
383 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
384 GCC_WARN_PEDANTIC = YES;
385 PRODUCT_NAME = "$(TARGET_NAME)";
386 };
387 name = Debug;
388 };
389 E772022623B52C02006E966E /* Release */ = {
390 isa = XCBuildConfiguration;
391 buildSettings = {
392 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
393 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
394 CODE_SIGN_STYLE = Automatic;
395 GCC_OPTIMIZATION_LEVEL = 0;
396 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
397 GCC_WARN_PEDANTIC = YES;
398 PRODUCT_NAME = "$(TARGET_NAME)";
399 };
400 name = Release;
401 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700402 E776E081214ADF7F00E67947 /* Debug */ = {
403 isa = XCBuildConfiguration;
404 buildSettings = {
405 ALWAYS_SEARCH_USER_PATHS = NO;
406 CLANG_ANALYZER_NONNULL = YES;
407 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
408 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
409 CLANG_CXX_LIBRARY = "libc++";
410 CLANG_ENABLE_MODULES = YES;
411 CLANG_ENABLE_OBJC_ARC = YES;
412 CLANG_ENABLE_OBJC_WEAK = YES;
413 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
414 CLANG_WARN_BOOL_CONVERSION = YES;
415 CLANG_WARN_COMMA = YES;
416 CLANG_WARN_CONSTANT_CONVERSION = YES;
417 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
418 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
419 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
420 CLANG_WARN_EMPTY_BODY = YES;
421 CLANG_WARN_ENUM_CONVERSION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800422 CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700423 CLANG_WARN_INFINITE_RECURSION = YES;
424 CLANG_WARN_INT_CONVERSION = YES;
425 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
426 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
427 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
428 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
429 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
430 CLANG_WARN_STRICT_PROTOTYPES = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800431 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700432 CLANG_WARN_SUSPICIOUS_MOVE = YES;
433 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
434 CLANG_WARN_UNREACHABLE_CODE = YES;
435 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
436 CODE_SIGN_IDENTITY = "-";
437 COPY_PHASE_STRIP = NO;
438 DEBUG_INFORMATION_FORMAT = dwarf;
439 ENABLE_STRICT_OBJC_MSGSEND = YES;
440 ENABLE_TESTABILITY = YES;
441 GCC_C_LANGUAGE_STANDARD = gnu11;
442 GCC_DYNAMIC_NO_PIC = NO;
443 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700444 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700445 GCC_PREPROCESSOR_DEFINITIONS = (
446 "DEBUG=1",
447 "$(inherited)",
448 );
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800449 GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700450 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
451 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800452 GCC_WARN_SHADOW = YES;
453 GCC_WARN_SIGN_COMPARE = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700454 GCC_WARN_UNDECLARED_SELECTOR = YES;
455 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
456 GCC_WARN_UNUSED_FUNCTION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800457 GCC_WARN_UNUSED_LABEL = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700458 GCC_WARN_UNUSED_VARIABLE = YES;
Laurence Lundbladee3553422020-05-02 11:11:17 -0700459 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700460 MACOSX_DEPLOYMENT_TARGET = 10.13;
461 MTL_ENABLE_DEBUG_INFO = YES;
462 ONLY_ACTIVE_ARCH = YES;
463 SDKROOT = macosx;
464 };
465 name = Debug;
466 };
467 E776E082214ADF7F00E67947 /* Release */ = {
468 isa = XCBuildConfiguration;
469 buildSettings = {
470 ALWAYS_SEARCH_USER_PATHS = NO;
471 CLANG_ANALYZER_NONNULL = YES;
472 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
473 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
474 CLANG_CXX_LIBRARY = "libc++";
475 CLANG_ENABLE_MODULES = YES;
476 CLANG_ENABLE_OBJC_ARC = YES;
477 CLANG_ENABLE_OBJC_WEAK = YES;
478 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
479 CLANG_WARN_BOOL_CONVERSION = YES;
480 CLANG_WARN_COMMA = YES;
481 CLANG_WARN_CONSTANT_CONVERSION = YES;
482 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
483 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
484 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
485 CLANG_WARN_EMPTY_BODY = YES;
486 CLANG_WARN_ENUM_CONVERSION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800487 CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700488 CLANG_WARN_INFINITE_RECURSION = YES;
489 CLANG_WARN_INT_CONVERSION = YES;
490 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
491 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
492 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
493 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
494 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
495 CLANG_WARN_STRICT_PROTOTYPES = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800496 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700497 CLANG_WARN_SUSPICIOUS_MOVE = YES;
498 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
499 CLANG_WARN_UNREACHABLE_CODE = YES;
500 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
501 CODE_SIGN_IDENTITY = "-";
502 COPY_PHASE_STRIP = NO;
503 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
504 ENABLE_NS_ASSERTIONS = NO;
505 ENABLE_STRICT_OBJC_MSGSEND = YES;
506 GCC_C_LANGUAGE_STANDARD = gnu11;
507 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700508 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800509 GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700510 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
511 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800512 GCC_WARN_SHADOW = YES;
513 GCC_WARN_SIGN_COMPARE = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700514 GCC_WARN_UNDECLARED_SELECTOR = YES;
515 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
516 GCC_WARN_UNUSED_FUNCTION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800517 GCC_WARN_UNUSED_LABEL = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700518 GCC_WARN_UNUSED_VARIABLE = YES;
Laurence Lundbladee3553422020-05-02 11:11:17 -0700519 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700520 MACOSX_DEPLOYMENT_TARGET = 10.13;
521 MTL_ENABLE_DEBUG_INFO = NO;
522 SDKROOT = macosx;
523 };
524 name = Release;
525 };
526 E776E084214ADF7F00E67947 /* Debug */ = {
527 isa = XCBuildConfiguration;
528 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900529 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
530 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700531 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800532 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900533 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
534 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800535 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700536 PRODUCT_NAME = "$(TARGET_NAME)";
537 };
538 name = Debug;
539 };
540 E776E085214ADF7F00E67947 /* Release */ = {
541 isa = XCBuildConfiguration;
542 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900543 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
544 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700545 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800546 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900547 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
548 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800549 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700550 PRODUCT_NAME = "$(TARGET_NAME)";
551 };
552 name = Release;
553 };
554/* End XCBuildConfiguration section */
555
556/* Begin XCConfigurationList section */
Laurence Lundbladed4cd7232020-07-03 19:30:48 -0700557 E743D0EA24AC51C00017899F /* Build configuration list for PBXNativeTarget "Example" */ = {
558 isa = XCConfigurationList;
559 buildConfigurations = (
560 E743D0EB24AC51C00017899F /* Debug */,
561 E743D0EC24AC51C00017899F /* Release */,
562 );
563 defaultConfigurationIsVisible = 0;
564 defaultConfigurationName = Release;
565 };
Laurence Lundblade59289e52019-12-30 13:44:37 -0800566 E772022423B52C02006E966E /* Build configuration list for PBXNativeTarget "QCBOR_Disable_Exp_Mantissa" */ = {
567 isa = XCConfigurationList;
568 buildConfigurations = (
569 E772022523B52C02006E966E /* Debug */,
570 E772022623B52C02006E966E /* Release */,
571 );
572 defaultConfigurationIsVisible = 0;
573 defaultConfigurationName = Release;
574 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700575 E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */ = {
576 isa = XCConfigurationList;
577 buildConfigurations = (
578 E776E081214ADF7F00E67947 /* Debug */,
579 E776E082214ADF7F00E67947 /* Release */,
580 );
581 defaultConfigurationIsVisible = 0;
582 defaultConfigurationName = Release;
583 };
584 E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */ = {
585 isa = XCConfigurationList;
586 buildConfigurations = (
587 E776E084214ADF7F00E67947 /* Debug */,
588 E776E085214ADF7F00E67947 /* Release */,
589 );
590 defaultConfigurationIsVisible = 0;
591 defaultConfigurationName = Release;
592 };
593/* End XCConfigurationList section */
594 };
595 rootObject = E776E074214ADF7F00E67947 /* Project object */;
596}