blob: ad20febf68fc4878073c791ad93e6c30b6c165ba [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 Lundbladee3553422020-05-02 11:11:17 -070071 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 -070072 E74FA9FE247D2F2C003F8ECE /* Tagging.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = Tagging.md; sourceTree = "<group>"; };
Laurence Lundblade59289e52019-12-30 13:44:37 -080073 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 -070074 E776E07C214ADF7F00E67947 /* QCBOR */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QCBOR; sourceTree = BUILT_PRODUCTS_DIR; };
Laurence Lundbladea954db92018-09-28 19:27:31 -070075 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 +080076 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 +070077 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 -070078 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 -070079 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 -070080 E776E161214EE19C00E67947 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
Laurence Lundbladebb87be22020-04-09 19:15:32 -070081 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 -070082 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 -080083 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 -070084 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 -080085 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 -070086/* End PBXFileReference section */
87
88/* Begin PBXFrameworksBuildPhase section */
Laurence Lundblade59289e52019-12-30 13:44:37 -080089 E772022223B52C02006E966E /* Frameworks */ = {
90 isa = PBXFrameworksBuildPhase;
91 buildActionMask = 2147483647;
92 files = (
93 );
94 runOnlyForDeploymentPostprocessing = 0;
95 };
Laurence Lundblade929ae132018-09-13 12:27:58 -070096 E776E079214ADF7F00E67947 /* Frameworks */ = {
97 isa = PBXFrameworksBuildPhase;
98 buildActionMask = 2147483647;
99 files = (
100 );
101 runOnlyForDeploymentPostprocessing = 0;
102 };
103/* End PBXFrameworksBuildPhase section */
104
105/* Begin PBXGroup section */
106 E776E073214ADF7F00E67947 = {
107 isa = PBXGroup;
108 children = (
Laurence Lundblade624405d2018-09-18 20:10:47 -0700109 E776E161214EE19C00E67947 /* README.md */,
Laurence Lundbladeda095972020-06-06 18:35:33 -0700110 E74FA9FE247D2F2C003F8ECE /* Tagging.md */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700111 E776E096214AE0C700E67947 /* cmd_line_main.c */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700112 E776E092214AE07C00E67947 /* inc */,
113 E776E08B214AE06600E67947 /* src */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800114 E776E095214AE0B600E67947 /* test */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700115 E776E07D214ADF7F00E67947 /* Products */,
116 );
117 sourceTree = "<group>";
118 };
119 E776E07D214ADF7F00E67947 /* Products */ = {
120 isa = PBXGroup;
121 children = (
122 E776E07C214ADF7F00E67947 /* QCBOR */,
Laurence Lundblade59289e52019-12-30 13:44:37 -0800123 E772022723B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700124 );
125 name = Products;
126 sourceTree = "<group>";
127 };
128 E776E08B214AE06600E67947 /* src */ = {
129 isa = PBXGroup;
130 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800131 E776E08C214AE07400E67947 /* qcbor_encode.c */,
132 E776E08E214AE07500E67947 /* qcbor_decode.c */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800133 E776E08D214AE07500E67947 /* UsefulBuf.c */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700134 E73B57582161CA690080D658 /* ieee754.c */,
135 E73B57572161CA680080D658 /* ieee754.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700136 );
137 name = src;
138 sourceTree = "<group>";
139 };
140 E776E092214AE07C00E67947 /* inc */ = {
141 isa = PBXGroup;
142 children = (
Laurence Lundbladee3553422020-05-02 11:11:17 -0700143 E74BF411245D6713002CE8E8 /* UsefulBuf.h */,
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800144 E78C91DF240C90C100F4CECE /* qcbor_common.h */,
145 E78C91DE240C90C100F4CECE /* qcbor_decode.h */,
146 E78C91E1240C90C100F4CECE /* qcbor_encode.h */,
147 E78C91E0240C90C100F4CECE /* qcbor_private.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700148 E776E094214AE09700E67947 /* UsefulBuf.h */,
Laurence Lundbladebb87be22020-04-09 19:15:32 -0700149 E788315B243BFDF0001893CD /* qcbor_decode_map.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700150 );
151 name = inc;
152 sourceTree = "<group>";
153 };
154 E776E095214AE0B600E67947 /* test */ = {
155 isa = PBXGroup;
156 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800157 E73B57632161F8F70080D658 /* run_tests.c */,
158 E73B57642161F8F80080D658 /* run_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800159 0FA9BEBC216DE31700BA646B /* UsefulBuf_Tests.c */,
160 0FA9BEBB216DE31700BA646B /* UsefulBuf_Tests.h */,
161 0FA9BEB8216DC7AD00BA646B /* qcbor_encode_tests.c */,
162 0FA9BEB9216DC7AD00BA646B /* qcbor_encode_tests.h */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800163 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */,
164 0FA9BEB6216CE6CA00BA646B /* qcbor_decode_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800165 E73B575A2161CA7C0080D658 /* float_tests.c */,
166 E73B575C2161CA7C0080D658 /* float_tests.h */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700167 E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */,
168 E73B575B2161CA7C0080D658 /* half_to_double_from_rfc7049.h */,
Laurence Lundbladebb1062e2019-08-12 23:28:54 -0700169 0F8BADA722EF40FC008B6513 /* not_well_formed_cbor.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700170 );
171 name = test;
172 sourceTree = "<group>";
173 };
174/* End PBXGroup section */
175
176/* Begin PBXNativeTarget section */
Laurence Lundblade59289e52019-12-30 13:44:37 -0800177 E772021523B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */ = {
178 isa = PBXNativeTarget;
179 buildConfigurationList = E772022423B52C02006E966E /* Build configuration list for PBXNativeTarget "QCBOR_Disable_Exp_Mantissa" */;
180 buildPhases = (
181 E772021623B52C02006E966E /* Sources */,
182 E772022223B52C02006E966E /* Frameworks */,
183 E772022323B52C02006E966E /* CopyFiles */,
184 );
185 buildRules = (
186 );
187 dependencies = (
188 );
189 name = QCBOR_Disable_Exp_Mantissa;
190 productName = QCBOR;
191 productReference = E772022723B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */;
192 productType = "com.apple.product-type.tool";
193 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700194 E776E07B214ADF7F00E67947 /* QCBOR */ = {
195 isa = PBXNativeTarget;
196 buildConfigurationList = E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */;
197 buildPhases = (
198 E776E078214ADF7F00E67947 /* Sources */,
199 E776E079214ADF7F00E67947 /* Frameworks */,
200 E776E07A214ADF7F00E67947 /* CopyFiles */,
201 );
202 buildRules = (
203 );
204 dependencies = (
205 );
206 name = QCBOR;
207 productName = QCBOR;
208 productReference = E776E07C214ADF7F00E67947 /* QCBOR */;
209 productType = "com.apple.product-type.tool";
210 };
211/* End PBXNativeTarget section */
212
213/* Begin PBXProject section */
214 E776E074214ADF7F00E67947 /* Project object */ = {
215 isa = PBXProject;
216 attributes = {
Laurence Lundbladee3553422020-05-02 11:11:17 -0700217 LastUpgradeCheck = 1140;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700218 ORGANIZATIONNAME = "Laurence Lundblade";
219 TargetAttributes = {
220 E776E07B214ADF7F00E67947 = {
221 CreatedOnToolsVersion = 9.4.1;
222 };
223 };
224 };
225 buildConfigurationList = E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */;
226 compatibilityVersion = "Xcode 9.3";
227 developmentRegion = en;
228 hasScannedForEncodings = 0;
229 knownRegions = (
230 en,
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800231 Base,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700232 );
233 mainGroup = E776E073214ADF7F00E67947;
234 productRefGroup = E776E07D214ADF7F00E67947 /* Products */;
235 projectDirPath = "";
236 projectRoot = "";
237 targets = (
238 E776E07B214ADF7F00E67947 /* QCBOR */,
Laurence Lundblade59289e52019-12-30 13:44:37 -0800239 E772021523B52C02006E966E /* QCBOR_Disable_Exp_Mantissa */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700240 );
241 };
242/* End PBXProject section */
243
244/* Begin PBXSourcesBuildPhase section */
Laurence Lundblade59289e52019-12-30 13:44:37 -0800245 E772021623B52C02006E966E /* Sources */ = {
246 isa = PBXSourcesBuildPhase;
247 buildActionMask = 2147483647;
248 files = (
249 E772021723B52C02006E966E /* qcbor_encode.c in Sources */,
250 E772021823B52C02006E966E /* ieee754.c in Sources */,
251 E772021923B52C02006E966E /* half_to_double_from_rfc7049.c in Sources */,
252 E772021A23B52C02006E966E /* run_tests.c in Sources */,
253 E772021B23B52C02006E966E /* qcbor_decode.c in Sources */,
254 E772021C23B52C02006E966E /* float_tests.c in Sources */,
255 E772021D23B52C02006E966E /* qcbor_decode_tests.c in Sources */,
256 E772021E23B52C02006E966E /* UsefulBuf.c in Sources */,
257 E772021F23B52C02006E966E /* qcbor_encode_tests.c in Sources */,
258 E772022023B52C02006E966E /* cmd_line_main.c in Sources */,
259 E772022123B52C02006E966E /* UsefulBuf_Tests.c in Sources */,
260 );
261 runOnlyForDeploymentPostprocessing = 0;
262 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700263 E776E078214ADF7F00E67947 /* Sources */ = {
264 isa = PBXSourcesBuildPhase;
265 buildActionMask = 2147483647;
266 files = (
267 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700268 E73B57592161CA690080D658 /* ieee754.c in Sources */,
269 E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */,
270 E73B57652161F8F80080D658 /* run_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700271 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800272 E73B575E2161CA7C0080D658 /* float_tests.c in Sources */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800273 0FA9BEB7216CE6CA00BA646B /* qcbor_decode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700274 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800275 0FA9BEBA216DC7AD00BA646B /* qcbor_encode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700276 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800277 0FA9BEBD216DE31700BA646B /* UsefulBuf_Tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700278 );
279 runOnlyForDeploymentPostprocessing = 0;
280 };
281/* End PBXSourcesBuildPhase section */
282
283/* Begin XCBuildConfiguration section */
Laurence Lundblade59289e52019-12-30 13:44:37 -0800284 E772022523B52C02006E966E /* Debug */ = {
285 isa = XCBuildConfiguration;
286 buildSettings = {
287 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
288 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
289 CODE_SIGN_STYLE = Automatic;
290 GCC_OPTIMIZATION_LEVEL = 0;
291 "GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = QCBOR_CONFIG_DISABLE_EXP_AND_MANTISSA;
292 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
293 GCC_WARN_PEDANTIC = YES;
294 PRODUCT_NAME = "$(TARGET_NAME)";
295 };
296 name = Debug;
297 };
298 E772022623B52C02006E966E /* Release */ = {
299 isa = XCBuildConfiguration;
300 buildSettings = {
301 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
302 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
303 CODE_SIGN_STYLE = Automatic;
304 GCC_OPTIMIZATION_LEVEL = 0;
305 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
306 GCC_WARN_PEDANTIC = YES;
307 PRODUCT_NAME = "$(TARGET_NAME)";
308 };
309 name = Release;
310 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700311 E776E081214ADF7F00E67947 /* Debug */ = {
312 isa = XCBuildConfiguration;
313 buildSettings = {
314 ALWAYS_SEARCH_USER_PATHS = NO;
315 CLANG_ANALYZER_NONNULL = YES;
316 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
317 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
318 CLANG_CXX_LIBRARY = "libc++";
319 CLANG_ENABLE_MODULES = YES;
320 CLANG_ENABLE_OBJC_ARC = YES;
321 CLANG_ENABLE_OBJC_WEAK = YES;
322 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
323 CLANG_WARN_BOOL_CONVERSION = YES;
324 CLANG_WARN_COMMA = YES;
325 CLANG_WARN_CONSTANT_CONVERSION = YES;
326 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
327 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
328 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
329 CLANG_WARN_EMPTY_BODY = YES;
330 CLANG_WARN_ENUM_CONVERSION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800331 CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700332 CLANG_WARN_INFINITE_RECURSION = YES;
333 CLANG_WARN_INT_CONVERSION = YES;
334 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
335 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
336 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
337 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
338 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
339 CLANG_WARN_STRICT_PROTOTYPES = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800340 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700341 CLANG_WARN_SUSPICIOUS_MOVE = YES;
342 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
343 CLANG_WARN_UNREACHABLE_CODE = YES;
344 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
345 CODE_SIGN_IDENTITY = "-";
346 COPY_PHASE_STRIP = NO;
347 DEBUG_INFORMATION_FORMAT = dwarf;
348 ENABLE_STRICT_OBJC_MSGSEND = YES;
349 ENABLE_TESTABILITY = YES;
350 GCC_C_LANGUAGE_STANDARD = gnu11;
351 GCC_DYNAMIC_NO_PIC = NO;
352 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700353 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700354 GCC_PREPROCESSOR_DEFINITIONS = (
355 "DEBUG=1",
356 "$(inherited)",
357 );
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800358 GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700359 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
360 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800361 GCC_WARN_SHADOW = YES;
362 GCC_WARN_SIGN_COMPARE = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700363 GCC_WARN_UNDECLARED_SELECTOR = YES;
364 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
365 GCC_WARN_UNUSED_FUNCTION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800366 GCC_WARN_UNUSED_LABEL = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700367 GCC_WARN_UNUSED_VARIABLE = YES;
Laurence Lundbladee3553422020-05-02 11:11:17 -0700368 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700369 MACOSX_DEPLOYMENT_TARGET = 10.13;
370 MTL_ENABLE_DEBUG_INFO = YES;
371 ONLY_ACTIVE_ARCH = YES;
372 SDKROOT = macosx;
373 };
374 name = Debug;
375 };
376 E776E082214ADF7F00E67947 /* Release */ = {
377 isa = XCBuildConfiguration;
378 buildSettings = {
379 ALWAYS_SEARCH_USER_PATHS = NO;
380 CLANG_ANALYZER_NONNULL = YES;
381 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
382 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
383 CLANG_CXX_LIBRARY = "libc++";
384 CLANG_ENABLE_MODULES = YES;
385 CLANG_ENABLE_OBJC_ARC = YES;
386 CLANG_ENABLE_OBJC_WEAK = YES;
387 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
388 CLANG_WARN_BOOL_CONVERSION = YES;
389 CLANG_WARN_COMMA = YES;
390 CLANG_WARN_CONSTANT_CONVERSION = YES;
391 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
392 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
393 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
394 CLANG_WARN_EMPTY_BODY = YES;
395 CLANG_WARN_ENUM_CONVERSION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800396 CLANG_WARN_IMPLICIT_SIGN_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700397 CLANG_WARN_INFINITE_RECURSION = YES;
398 CLANG_WARN_INT_CONVERSION = YES;
399 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
400 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
401 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
402 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
403 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
404 CLANG_WARN_STRICT_PROTOTYPES = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800405 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700406 CLANG_WARN_SUSPICIOUS_MOVE = YES;
407 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
408 CLANG_WARN_UNREACHABLE_CODE = YES;
409 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
410 CODE_SIGN_IDENTITY = "-";
411 COPY_PHASE_STRIP = NO;
412 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
413 ENABLE_NS_ASSERTIONS = NO;
414 ENABLE_STRICT_OBJC_MSGSEND = YES;
415 GCC_C_LANGUAGE_STANDARD = gnu11;
416 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700417 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800418 GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700419 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
420 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800421 GCC_WARN_SHADOW = YES;
422 GCC_WARN_SIGN_COMPARE = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700423 GCC_WARN_UNDECLARED_SELECTOR = YES;
424 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
425 GCC_WARN_UNUSED_FUNCTION = YES;
Laurence Lundblade06350ea2020-01-27 19:32:40 -0800426 GCC_WARN_UNUSED_LABEL = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700427 GCC_WARN_UNUSED_VARIABLE = YES;
Laurence Lundbladee3553422020-05-02 11:11:17 -0700428 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700429 MACOSX_DEPLOYMENT_TARGET = 10.13;
430 MTL_ENABLE_DEBUG_INFO = NO;
431 SDKROOT = macosx;
432 };
433 name = Release;
434 };
435 E776E084214ADF7F00E67947 /* Debug */ = {
436 isa = XCBuildConfiguration;
437 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900438 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
439 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700440 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800441 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900442 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
443 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800444 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700445 PRODUCT_NAME = "$(TARGET_NAME)";
446 };
447 name = Debug;
448 };
449 E776E085214ADF7F00E67947 /* Release */ = {
450 isa = XCBuildConfiguration;
451 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900452 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
453 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700454 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800455 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900456 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
457 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade844bb5c2020-03-01 17:27:25 -0800458 "HEADER_SEARCH_PATHS[arch=*]" = inc;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700459 PRODUCT_NAME = "$(TARGET_NAME)";
460 };
461 name = Release;
462 };
463/* End XCBuildConfiguration section */
464
465/* Begin XCConfigurationList section */
Laurence Lundblade59289e52019-12-30 13:44:37 -0800466 E772022423B52C02006E966E /* Build configuration list for PBXNativeTarget "QCBOR_Disable_Exp_Mantissa" */ = {
467 isa = XCConfigurationList;
468 buildConfigurations = (
469 E772022523B52C02006E966E /* Debug */,
470 E772022623B52C02006E966E /* Release */,
471 );
472 defaultConfigurationIsVisible = 0;
473 defaultConfigurationName = Release;
474 };
Laurence Lundblade929ae132018-09-13 12:27:58 -0700475 E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */ = {
476 isa = XCConfigurationList;
477 buildConfigurations = (
478 E776E081214ADF7F00E67947 /* Debug */,
479 E776E082214ADF7F00E67947 /* Release */,
480 );
481 defaultConfigurationIsVisible = 0;
482 defaultConfigurationName = Release;
483 };
484 E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */ = {
485 isa = XCConfigurationList;
486 buildConfigurations = (
487 E776E084214ADF7F00E67947 /* Debug */,
488 E776E085214ADF7F00E67947 /* Release */,
489 );
490 defaultConfigurationIsVisible = 0;
491 defaultConfigurationName = Release;
492 };
493/* End XCConfigurationList section */
494 };
495 rootObject = E776E074214ADF7F00E67947 /* Project object */;
496}