blob: d14ed8669323168dcac02cc7becd19343452b391 [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 Lundblade929ae132018-09-13 12:27:58 -070017 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08C214AE07400E67947 /* qcbor_encode.c */; };
18 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08D214AE07500E67947 /* UsefulBuf.c */; };
19 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08E214AE07500E67947 /* qcbor_decode.c */; };
20 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E096214AE0C700E67947 /* cmd_line_main.c */; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070021/* End PBXBuildFile section */
22
23/* Begin PBXCopyFilesBuildPhase section */
24 E776E07A214ADF7F00E67947 /* CopyFiles */ = {
25 isa = PBXCopyFilesBuildPhase;
26 buildActionMask = 2147483647;
27 dstPath = /usr/share/man/man1/;
28 dstSubfolderSpec = 0;
29 files = (
30 );
31 runOnlyForDeploymentPostprocessing = 1;
32 };
33/* End PBXCopyFilesBuildPhase section */
34
35/* Begin PBXFileReference section */
Laurence Lundbladebb1062e2019-08-12 23:28:54 -070036 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 +080037 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 +080038 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 +080039 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; };
40 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>"; };
41 0FA9BEBB216DE31700BA646B /* UsefulBuf_Tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UsefulBuf_Tests.h; path = test/UsefulBuf_Tests.h; sourceTree = "<group>"; };
42 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 -070043 E73B57572161CA680080D658 /* ieee754.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ieee754.h; path = src/ieee754.h; sourceTree = "<group>"; };
44 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 +080045 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 -070046 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 +080047 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 -070048 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 -080049 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 -070050 E73B57642161F8F80080D658 /* run_tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = run_tests.h; path = test/run_tests.h; sourceTree = "<group>"; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070051 E776E07C214ADF7F00E67947 /* QCBOR */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QCBOR; sourceTree = BUILT_PRODUCTS_DIR; };
Laurence Lundbladea954db92018-09-28 19:27:31 -070052 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 +080053 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 +070054 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; };
55 E776E093214AE08B00E67947 /* qcbor.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.h; name = qcbor.h; path = inc/qcbor.h; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade624405d2018-09-18 20:10:47 -070056 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 -070057 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 -070058 E776E161214EE19C00E67947 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070059/* End PBXFileReference section */
60
61/* Begin PBXFrameworksBuildPhase section */
62 E776E079214ADF7F00E67947 /* Frameworks */ = {
63 isa = PBXFrameworksBuildPhase;
64 buildActionMask = 2147483647;
65 files = (
66 );
67 runOnlyForDeploymentPostprocessing = 0;
68 };
69/* End PBXFrameworksBuildPhase section */
70
71/* Begin PBXGroup section */
72 E776E073214ADF7F00E67947 = {
73 isa = PBXGroup;
74 children = (
Laurence Lundblade624405d2018-09-18 20:10:47 -070075 E776E161214EE19C00E67947 /* README.md */,
Laurence Lundblade929ae132018-09-13 12:27:58 -070076 E776E096214AE0C700E67947 /* cmd_line_main.c */,
Laurence Lundblade929ae132018-09-13 12:27:58 -070077 E776E092214AE07C00E67947 /* inc */,
78 E776E08B214AE06600E67947 /* src */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +080079 E776E095214AE0B600E67947 /* test */,
Laurence Lundblade929ae132018-09-13 12:27:58 -070080 E776E07D214ADF7F00E67947 /* Products */,
81 );
82 sourceTree = "<group>";
83 };
84 E776E07D214ADF7F00E67947 /* Products */ = {
85 isa = PBXGroup;
86 children = (
87 E776E07C214ADF7F00E67947 /* QCBOR */,
88 );
89 name = Products;
90 sourceTree = "<group>";
91 };
92 E776E08B214AE06600E67947 /* src */ = {
93 isa = PBXGroup;
94 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +080095 E776E08C214AE07400E67947 /* qcbor_encode.c */,
96 E776E08E214AE07500E67947 /* qcbor_decode.c */,
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +080097 E776E08D214AE07500E67947 /* UsefulBuf.c */,
Laurence Lundblade781fd822018-10-01 09:37:52 -070098 E73B57582161CA690080D658 /* ieee754.c */,
99 E73B57572161CA680080D658 /* ieee754.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700100 );
101 name = src;
102 sourceTree = "<group>";
103 };
104 E776E092214AE07C00E67947 /* inc */ = {
105 isa = PBXGroup;
106 children = (
107 E776E093214AE08B00E67947 /* qcbor.h */,
108 E776E094214AE09700E67947 /* UsefulBuf.h */,
109 );
110 name = inc;
111 sourceTree = "<group>";
112 };
113 E776E095214AE0B600E67947 /* test */ = {
114 isa = PBXGroup;
115 children = (
Laurence Lundblade4d1ecba2018-10-12 21:22:30 +0800116 E73B57632161F8F70080D658 /* run_tests.c */,
117 E73B57642161F8F80080D658 /* run_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800118 0FA9BEBC216DE31700BA646B /* UsefulBuf_Tests.c */,
119 0FA9BEBB216DE31700BA646B /* UsefulBuf_Tests.h */,
120 0FA9BEB8216DC7AD00BA646B /* qcbor_encode_tests.c */,
121 0FA9BEB9216DC7AD00BA646B /* qcbor_encode_tests.h */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800122 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */,
123 0FA9BEB6216CE6CA00BA646B /* qcbor_decode_tests.h */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800124 E73B575A2161CA7C0080D658 /* float_tests.c */,
125 E73B575C2161CA7C0080D658 /* float_tests.h */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700126 E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */,
127 E73B575B2161CA7C0080D658 /* half_to_double_from_rfc7049.h */,
Laurence Lundbladebb1062e2019-08-12 23:28:54 -0700128 0F8BADA722EF40FC008B6513 /* not_well_formed_cbor.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700129 );
130 name = test;
131 sourceTree = "<group>";
132 };
133/* End PBXGroup section */
134
135/* Begin PBXNativeTarget section */
136 E776E07B214ADF7F00E67947 /* QCBOR */ = {
137 isa = PBXNativeTarget;
138 buildConfigurationList = E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */;
139 buildPhases = (
140 E776E078214ADF7F00E67947 /* Sources */,
141 E776E079214ADF7F00E67947 /* Frameworks */,
142 E776E07A214ADF7F00E67947 /* CopyFiles */,
143 );
144 buildRules = (
145 );
146 dependencies = (
147 );
148 name = QCBOR;
149 productName = QCBOR;
150 productReference = E776E07C214ADF7F00E67947 /* QCBOR */;
151 productType = "com.apple.product-type.tool";
152 };
153/* End PBXNativeTarget section */
154
155/* Begin PBXProject section */
156 E776E074214ADF7F00E67947 /* Project object */ = {
157 isa = PBXProject;
158 attributes = {
159 LastUpgradeCheck = 0940;
160 ORGANIZATIONNAME = "Laurence Lundblade";
161 TargetAttributes = {
162 E776E07B214ADF7F00E67947 = {
163 CreatedOnToolsVersion = 9.4.1;
164 };
165 };
166 };
167 buildConfigurationList = E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */;
168 compatibilityVersion = "Xcode 9.3";
169 developmentRegion = en;
170 hasScannedForEncodings = 0;
171 knownRegions = (
172 en,
173 );
174 mainGroup = E776E073214ADF7F00E67947;
175 productRefGroup = E776E07D214ADF7F00E67947 /* Products */;
176 projectDirPath = "";
177 projectRoot = "";
178 targets = (
179 E776E07B214ADF7F00E67947 /* QCBOR */,
180 );
181 };
182/* End PBXProject section */
183
184/* Begin PBXSourcesBuildPhase section */
185 E776E078214ADF7F00E67947 /* Sources */ = {
186 isa = PBXSourcesBuildPhase;
187 buildActionMask = 2147483647;
188 files = (
189 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700190 E73B57592161CA690080D658 /* ieee754.c in Sources */,
191 E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */,
192 E73B57652161F8F80080D658 /* run_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700193 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800194 E73B575E2161CA7C0080D658 /* float_tests.c in Sources */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800195 0FA9BEB7216CE6CA00BA646B /* qcbor_decode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700196 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800197 0FA9BEBA216DC7AD00BA646B /* qcbor_encode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700198 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */,
Laurence Lundblade2d85ce42018-10-12 14:12:47 +0800199 0FA9BEBD216DE31700BA646B /* UsefulBuf_Tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700200 );
201 runOnlyForDeploymentPostprocessing = 0;
202 };
203/* End PBXSourcesBuildPhase section */
204
205/* Begin XCBuildConfiguration section */
206 E776E081214ADF7F00E67947 /* Debug */ = {
207 isa = XCBuildConfiguration;
208 buildSettings = {
209 ALWAYS_SEARCH_USER_PATHS = NO;
210 CLANG_ANALYZER_NONNULL = YES;
211 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
212 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
213 CLANG_CXX_LIBRARY = "libc++";
214 CLANG_ENABLE_MODULES = YES;
215 CLANG_ENABLE_OBJC_ARC = YES;
216 CLANG_ENABLE_OBJC_WEAK = YES;
217 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
218 CLANG_WARN_BOOL_CONVERSION = YES;
219 CLANG_WARN_COMMA = YES;
220 CLANG_WARN_CONSTANT_CONVERSION = YES;
221 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
222 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
223 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
224 CLANG_WARN_EMPTY_BODY = YES;
225 CLANG_WARN_ENUM_CONVERSION = YES;
226 CLANG_WARN_INFINITE_RECURSION = YES;
227 CLANG_WARN_INT_CONVERSION = YES;
228 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
229 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
230 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
231 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
232 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
233 CLANG_WARN_STRICT_PROTOTYPES = YES;
234 CLANG_WARN_SUSPICIOUS_MOVE = YES;
235 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
236 CLANG_WARN_UNREACHABLE_CODE = YES;
237 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
238 CODE_SIGN_IDENTITY = "-";
239 COPY_PHASE_STRIP = NO;
240 DEBUG_INFORMATION_FORMAT = dwarf;
241 ENABLE_STRICT_OBJC_MSGSEND = YES;
242 ENABLE_TESTABILITY = YES;
243 GCC_C_LANGUAGE_STANDARD = gnu11;
244 GCC_DYNAMIC_NO_PIC = NO;
245 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700246 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700247 GCC_PREPROCESSOR_DEFINITIONS = (
248 "DEBUG=1",
249 "$(inherited)",
250 );
251 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
252 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
253 GCC_WARN_UNDECLARED_SELECTOR = YES;
254 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
255 GCC_WARN_UNUSED_FUNCTION = YES;
256 GCC_WARN_UNUSED_VARIABLE = YES;
257 MACOSX_DEPLOYMENT_TARGET = 10.13;
258 MTL_ENABLE_DEBUG_INFO = YES;
259 ONLY_ACTIVE_ARCH = YES;
260 SDKROOT = macosx;
261 };
262 name = Debug;
263 };
264 E776E082214ADF7F00E67947 /* Release */ = {
265 isa = XCBuildConfiguration;
266 buildSettings = {
267 ALWAYS_SEARCH_USER_PATHS = NO;
268 CLANG_ANALYZER_NONNULL = YES;
269 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
270 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
271 CLANG_CXX_LIBRARY = "libc++";
272 CLANG_ENABLE_MODULES = YES;
273 CLANG_ENABLE_OBJC_ARC = YES;
274 CLANG_ENABLE_OBJC_WEAK = YES;
275 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
276 CLANG_WARN_BOOL_CONVERSION = YES;
277 CLANG_WARN_COMMA = YES;
278 CLANG_WARN_CONSTANT_CONVERSION = YES;
279 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
280 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
281 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
282 CLANG_WARN_EMPTY_BODY = YES;
283 CLANG_WARN_ENUM_CONVERSION = YES;
284 CLANG_WARN_INFINITE_RECURSION = YES;
285 CLANG_WARN_INT_CONVERSION = YES;
286 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
287 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
288 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
289 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
290 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
291 CLANG_WARN_STRICT_PROTOTYPES = YES;
292 CLANG_WARN_SUSPICIOUS_MOVE = YES;
293 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
294 CLANG_WARN_UNREACHABLE_CODE = YES;
295 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
296 CODE_SIGN_IDENTITY = "-";
297 COPY_PHASE_STRIP = NO;
298 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
299 ENABLE_NS_ASSERTIONS = NO;
300 ENABLE_STRICT_OBJC_MSGSEND = YES;
301 GCC_C_LANGUAGE_STANDARD = gnu11;
302 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700303 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700304 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
305 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
306 GCC_WARN_UNDECLARED_SELECTOR = YES;
307 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
308 GCC_WARN_UNUSED_FUNCTION = YES;
309 GCC_WARN_UNUSED_VARIABLE = YES;
310 MACOSX_DEPLOYMENT_TARGET = 10.13;
311 MTL_ENABLE_DEBUG_INFO = NO;
312 SDKROOT = macosx;
313 };
314 name = Release;
315 };
316 E776E084214ADF7F00E67947 /* Debug */ = {
317 isa = XCBuildConfiguration;
318 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900319 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
320 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700321 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800322 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900323 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
324 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700325 PRODUCT_NAME = "$(TARGET_NAME)";
326 };
327 name = Debug;
328 };
329 E776E085214ADF7F00E67947 /* Release */ = {
330 isa = XCBuildConfiguration;
331 buildSettings = {
Laurence Lundbladef6531662018-12-04 10:42:22 +0900332 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_INTEGER = YES;
333 CLANG_UNDEFINED_BEHAVIOR_SANITIZER_NULLABILITY = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700334 CODE_SIGN_STYLE = Automatic;
Laurence Lundblade0fb6c6d2018-10-12 22:02:05 +0800335 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundbladef6531662018-12-04 10:42:22 +0900336 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
337 GCC_WARN_PEDANTIC = YES;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700338 PRODUCT_NAME = "$(TARGET_NAME)";
339 };
340 name = Release;
341 };
342/* End XCBuildConfiguration section */
343
344/* Begin XCConfigurationList section */
345 E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */ = {
346 isa = XCConfigurationList;
347 buildConfigurations = (
348 E776E081214ADF7F00E67947 /* Debug */,
349 E776E082214ADF7F00E67947 /* Release */,
350 );
351 defaultConfigurationIsVisible = 0;
352 defaultConfigurationName = Release;
353 };
354 E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */ = {
355 isa = XCConfigurationList;
356 buildConfigurations = (
357 E776E084214ADF7F00E67947 /* Debug */,
358 E776E085214ADF7F00E67947 /* Release */,
359 );
360 defaultConfigurationIsVisible = 0;
361 defaultConfigurationName = Release;
362 };
363/* End XCConfigurationList section */
364 };
365 rootObject = E776E074214ADF7F00E67947 /* Project object */;
366}