blob: 7e1a1107f5bd8416574a438a67f47544f78d94e3 [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 Lundblade3a760b02018-10-08 13:46:03 +080010 0F58EB9C216A388E002FD6D1 /* qcbor_decode_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F58EB9B216A388E002FD6D1 /* qcbor_decode_malloc.c */; };
Laurence Lundblade9e3651c2018-10-10 11:49:55 +080011 0F58EB9F216B91AA002FD6D1 /* mempool_test.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F58EB9E216B91AA002FD6D1 /* mempool_test.c */; };
12 0FA9BEB7216CE6CA00BA646B /* qcbor_decode_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */; };
Laurence Lundblade2300b562018-09-29 20:00:09 -070013 E73B5756216071900080D658 /* bstrwrap_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B5755216071900080D658 /* bstrwrap_tests.c */; };
Laurence Lundblade781fd822018-10-01 09:37:52 -070014 E73B57592161CA690080D658 /* ieee754.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57582161CA690080D658 /* ieee754.c */; };
15 E73B575E2161CA7C0080D658 /* half_precision_test.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575A2161CA7C0080D658 /* half_precision_test.c */; };
16 E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */; };
17 E73B57652161F8F80080D658 /* run_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57632161F8F70080D658 /* run_tests.c */; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070018 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08C214AE07400E67947 /* qcbor_encode.c */; };
19 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08D214AE07500E67947 /* UsefulBuf.c */; };
20 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08E214AE07500E67947 /* qcbor_decode.c */; };
21 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E096214AE0C700E67947 /* cmd_line_main.c */; };
22 E776E09D214AEEEA00E67947 /* basic_test.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E09C214AEEEA00E67947 /* basic_test.c */; };
23/* End PBXBuildFile section */
24
25/* Begin PBXCopyFilesBuildPhase section */
26 E776E07A214ADF7F00E67947 /* CopyFiles */ = {
27 isa = PBXCopyFilesBuildPhase;
28 buildActionMask = 2147483647;
29 dstPath = /usr/share/man/man1/;
30 dstSubfolderSpec = 0;
31 files = (
32 );
33 runOnlyForDeploymentPostprocessing = 1;
34 };
35/* End PBXCopyFilesBuildPhase section */
36
37/* Begin PBXFileReference section */
Laurence Lundblade3a760b02018-10-08 13:46:03 +080038 0F58EB9B216A388E002FD6D1 /* qcbor_decode_malloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = qcbor_decode_malloc.c; path = src/qcbor_decode_malloc.c; sourceTree = "<group>"; };
Laurence Lundblade9e3651c2018-10-10 11:49:55 +080039 0F58EB9D216B91AA002FD6D1 /* mempool_test.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = mempool_test.h; path = test/mempool_test.h; sourceTree = "<group>"; };
40 0F58EB9E216B91AA002FD6D1 /* mempool_test.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = mempool_test.c; path = test/mempool_test.c; sourceTree = "<group>"; };
41 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = qcbor_decode_tests.c; path = test/qcbor_decode_tests.c; sourceTree = "<group>"; };
42 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 Lundblade2300b562018-09-29 20:00:09 -070043 E73B5754216071900080D658 /* bstrwrap_tests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = bstrwrap_tests.h; path = test/bstrwrap_tests.h; sourceTree = "<group>"; };
44 E73B5755216071900080D658 /* bstrwrap_tests.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = bstrwrap_tests.c; path = test/bstrwrap_tests.c; sourceTree = "<group>"; };
Laurence Lundblade781fd822018-10-01 09:37:52 -070045 E73B57572161CA680080D658 /* ieee754.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ieee754.h; path = src/ieee754.h; sourceTree = "<group>"; };
46 E73B57582161CA690080D658 /* ieee754.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ieee754.c; path = src/ieee754.c; sourceTree = "<group>"; };
47 E73B575A2161CA7C0080D658 /* half_precision_test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = half_precision_test.c; path = test/half_precision_test.c; sourceTree = "<group>"; };
48 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>"; };
49 E73B575C2161CA7C0080D658 /* half_precision_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = half_precision_test.h; path = test/half_precision_test.h; sourceTree = "<group>"; };
50 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>"; };
51 E73B57632161F8F70080D658 /* run_tests.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = run_tests.c; path = test/run_tests.c; sourceTree = "<group>"; };
52 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 -070053 E776E07C214ADF7F00E67947 /* QCBOR */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QCBOR; sourceTree = BUILT_PRODUCTS_DIR; };
Laurence Lundbladea954db92018-09-28 19:27:31 -070054 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 Lundblade929ae132018-09-13 12:27:58 -070055 E776E08D214AE07500E67947 /* UsefulBuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = UsefulBuf.c; path = src/UsefulBuf.c; sourceTree = "<group>"; };
Laurence Lundblade041ffa52018-10-07 11:43:51 +070056 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; };
57 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 -070058 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 -070059 E776E096214AE0C700E67947 /* cmd_line_main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmd_line_main.c; sourceTree = "<group>"; };
60 E776E09B214AEEEA00E67947 /* basic_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = basic_test.h; path = test/basic_test.h; sourceTree = "<group>"; };
Laurence Lundbladea954db92018-09-28 19:27:31 -070061 E776E09C214AEEEA00E67947 /* basic_test.c */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 3; lastKnownFileType = sourcecode.c.c; name = basic_test.c; path = test/basic_test.c; sourceTree = "<group>"; tabWidth = 3; };
Laurence Lundblade624405d2018-09-18 20:10:47 -070062 E776E161214EE19C00E67947 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
Laurence Lundblade929ae132018-09-13 12:27:58 -070063/* End PBXFileReference section */
64
65/* Begin PBXFrameworksBuildPhase section */
66 E776E079214ADF7F00E67947 /* Frameworks */ = {
67 isa = PBXFrameworksBuildPhase;
68 buildActionMask = 2147483647;
69 files = (
70 );
71 runOnlyForDeploymentPostprocessing = 0;
72 };
73/* End PBXFrameworksBuildPhase section */
74
75/* Begin PBXGroup section */
76 E776E073214ADF7F00E67947 = {
77 isa = PBXGroup;
78 children = (
Laurence Lundblade624405d2018-09-18 20:10:47 -070079 E776E161214EE19C00E67947 /* README.md */,
Laurence Lundblade929ae132018-09-13 12:27:58 -070080 E776E096214AE0C700E67947 /* cmd_line_main.c */,
81 E776E095214AE0B600E67947 /* test */,
82 E776E092214AE07C00E67947 /* inc */,
83 E776E08B214AE06600E67947 /* src */,
84 E776E07D214ADF7F00E67947 /* Products */,
85 );
86 sourceTree = "<group>";
87 };
88 E776E07D214ADF7F00E67947 /* Products */ = {
89 isa = PBXGroup;
90 children = (
91 E776E07C214ADF7F00E67947 /* QCBOR */,
92 );
93 name = Products;
94 sourceTree = "<group>";
95 };
96 E776E08B214AE06600E67947 /* src */ = {
97 isa = PBXGroup;
98 children = (
Laurence Lundblade3a760b02018-10-08 13:46:03 +080099 0F58EB9B216A388E002FD6D1 /* qcbor_decode_malloc.c */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700100 E73B57582161CA690080D658 /* ieee754.c */,
101 E73B57572161CA680080D658 /* ieee754.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700102 E776E08E214AE07500E67947 /* qcbor_decode.c */,
103 E776E08C214AE07400E67947 /* qcbor_encode.c */,
104 E776E08D214AE07500E67947 /* UsefulBuf.c */,
105 );
106 name = src;
107 sourceTree = "<group>";
108 };
109 E776E092214AE07C00E67947 /* inc */ = {
110 isa = PBXGroup;
111 children = (
112 E776E093214AE08B00E67947 /* qcbor.h */,
113 E776E094214AE09700E67947 /* UsefulBuf.h */,
114 );
115 name = inc;
116 sourceTree = "<group>";
117 };
118 E776E095214AE0B600E67947 /* test */ = {
119 isa = PBXGroup;
120 children = (
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800121 0FA9BEB5216CE6CA00BA646B /* qcbor_decode_tests.c */,
122 0FA9BEB6216CE6CA00BA646B /* qcbor_decode_tests.h */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700123 E73B57632161F8F70080D658 /* run_tests.c */,
124 E73B57642161F8F80080D658 /* run_tests.h */,
125 E73B575A2161CA7C0080D658 /* half_precision_test.c */,
126 E73B575C2161CA7C0080D658 /* half_precision_test.h */,
127 E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */,
128 E73B575B2161CA7C0080D658 /* half_to_double_from_rfc7049.h */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700129 E776E09C214AEEEA00E67947 /* basic_test.c */,
Laurence Lundblade2300b562018-09-29 20:00:09 -0700130 E73B5754216071900080D658 /* bstrwrap_tests.h */,
131 E73B5755216071900080D658 /* bstrwrap_tests.c */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700132 E776E09B214AEEEA00E67947 /* basic_test.h */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800133 0F58EB9D216B91AA002FD6D1 /* mempool_test.h */,
134 0F58EB9E216B91AA002FD6D1 /* mempool_test.c */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700135 );
136 name = test;
137 sourceTree = "<group>";
138 };
139/* End PBXGroup section */
140
141/* Begin PBXNativeTarget section */
142 E776E07B214ADF7F00E67947 /* QCBOR */ = {
143 isa = PBXNativeTarget;
144 buildConfigurationList = E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */;
145 buildPhases = (
146 E776E078214ADF7F00E67947 /* Sources */,
147 E776E079214ADF7F00E67947 /* Frameworks */,
148 E776E07A214ADF7F00E67947 /* CopyFiles */,
149 );
150 buildRules = (
151 );
152 dependencies = (
153 );
154 name = QCBOR;
155 productName = QCBOR;
156 productReference = E776E07C214ADF7F00E67947 /* QCBOR */;
157 productType = "com.apple.product-type.tool";
158 };
159/* End PBXNativeTarget section */
160
161/* Begin PBXProject section */
162 E776E074214ADF7F00E67947 /* Project object */ = {
163 isa = PBXProject;
164 attributes = {
165 LastUpgradeCheck = 0940;
166 ORGANIZATIONNAME = "Laurence Lundblade";
167 TargetAttributes = {
168 E776E07B214ADF7F00E67947 = {
169 CreatedOnToolsVersion = 9.4.1;
170 };
171 };
172 };
173 buildConfigurationList = E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */;
174 compatibilityVersion = "Xcode 9.3";
175 developmentRegion = en;
176 hasScannedForEncodings = 0;
177 knownRegions = (
178 en,
179 );
180 mainGroup = E776E073214ADF7F00E67947;
181 productRefGroup = E776E07D214ADF7F00E67947 /* Products */;
182 projectDirPath = "";
183 projectRoot = "";
184 targets = (
185 E776E07B214ADF7F00E67947 /* QCBOR */,
186 );
187 };
188/* End PBXProject section */
189
190/* Begin PBXSourcesBuildPhase section */
191 E776E078214ADF7F00E67947 /* Sources */ = {
192 isa = PBXSourcesBuildPhase;
193 buildActionMask = 2147483647;
194 files = (
195 E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */,
Laurence Lundblade3a760b02018-10-08 13:46:03 +0800196 0F58EB9C216A388E002FD6D1 /* qcbor_decode_malloc.c in Sources */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700197 E73B57592161CA690080D658 /* ieee754.c in Sources */,
198 E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */,
199 E73B57652161F8F80080D658 /* run_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700200 E776E091214AE07500E67947 /* qcbor_decode.c in Sources */,
Laurence Lundblade781fd822018-10-01 09:37:52 -0700201 E73B575E2161CA7C0080D658 /* half_precision_test.c in Sources */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800202 0FA9BEB7216CE6CA00BA646B /* qcbor_decode_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700203 E776E090214AE07500E67947 /* UsefulBuf.c in Sources */,
204 E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */,
Laurence Lundblade2300b562018-09-29 20:00:09 -0700205 E73B5756216071900080D658 /* bstrwrap_tests.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700206 E776E09D214AEEEA00E67947 /* basic_test.c in Sources */,
Laurence Lundblade9e3651c2018-10-10 11:49:55 +0800207 0F58EB9F216B91AA002FD6D1 /* mempool_test.c in Sources */,
Laurence Lundblade929ae132018-09-13 12:27:58 -0700208 );
209 runOnlyForDeploymentPostprocessing = 0;
210 };
211/* End PBXSourcesBuildPhase section */
212
213/* Begin XCBuildConfiguration section */
214 E776E081214ADF7F00E67947 /* Debug */ = {
215 isa = XCBuildConfiguration;
216 buildSettings = {
217 ALWAYS_SEARCH_USER_PATHS = NO;
218 CLANG_ANALYZER_NONNULL = YES;
219 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
220 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
221 CLANG_CXX_LIBRARY = "libc++";
222 CLANG_ENABLE_MODULES = YES;
223 CLANG_ENABLE_OBJC_ARC = YES;
224 CLANG_ENABLE_OBJC_WEAK = YES;
225 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
226 CLANG_WARN_BOOL_CONVERSION = YES;
227 CLANG_WARN_COMMA = YES;
228 CLANG_WARN_CONSTANT_CONVERSION = YES;
229 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
230 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
231 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
232 CLANG_WARN_EMPTY_BODY = YES;
233 CLANG_WARN_ENUM_CONVERSION = YES;
234 CLANG_WARN_INFINITE_RECURSION = YES;
235 CLANG_WARN_INT_CONVERSION = YES;
236 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
237 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
238 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
239 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
240 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
241 CLANG_WARN_STRICT_PROTOTYPES = YES;
242 CLANG_WARN_SUSPICIOUS_MOVE = YES;
243 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
244 CLANG_WARN_UNREACHABLE_CODE = YES;
245 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
246 CODE_SIGN_IDENTITY = "-";
247 COPY_PHASE_STRIP = NO;
248 DEBUG_INFORMATION_FORMAT = dwarf;
249 ENABLE_STRICT_OBJC_MSGSEND = YES;
250 ENABLE_TESTABILITY = YES;
251 GCC_C_LANGUAGE_STANDARD = gnu11;
252 GCC_DYNAMIC_NO_PIC = NO;
253 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700254 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700255 GCC_PREPROCESSOR_DEFINITIONS = (
256 "DEBUG=1",
257 "$(inherited)",
258 );
259 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
260 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
261 GCC_WARN_UNDECLARED_SELECTOR = YES;
262 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
263 GCC_WARN_UNUSED_FUNCTION = YES;
264 GCC_WARN_UNUSED_VARIABLE = YES;
265 MACOSX_DEPLOYMENT_TARGET = 10.13;
266 MTL_ENABLE_DEBUG_INFO = YES;
267 ONLY_ACTIVE_ARCH = YES;
268 SDKROOT = macosx;
269 };
270 name = Debug;
271 };
272 E776E082214ADF7F00E67947 /* Release */ = {
273 isa = XCBuildConfiguration;
274 buildSettings = {
275 ALWAYS_SEARCH_USER_PATHS = NO;
276 CLANG_ANALYZER_NONNULL = YES;
277 CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
278 CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
279 CLANG_CXX_LIBRARY = "libc++";
280 CLANG_ENABLE_MODULES = YES;
281 CLANG_ENABLE_OBJC_ARC = YES;
282 CLANG_ENABLE_OBJC_WEAK = YES;
283 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
284 CLANG_WARN_BOOL_CONVERSION = YES;
285 CLANG_WARN_COMMA = YES;
286 CLANG_WARN_CONSTANT_CONVERSION = YES;
287 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
288 CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
289 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
290 CLANG_WARN_EMPTY_BODY = YES;
291 CLANG_WARN_ENUM_CONVERSION = YES;
292 CLANG_WARN_INFINITE_RECURSION = YES;
293 CLANG_WARN_INT_CONVERSION = YES;
294 CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
295 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
296 CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
297 CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
298 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
299 CLANG_WARN_STRICT_PROTOTYPES = YES;
300 CLANG_WARN_SUSPICIOUS_MOVE = YES;
301 CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
302 CLANG_WARN_UNREACHABLE_CODE = YES;
303 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
304 CODE_SIGN_IDENTITY = "-";
305 COPY_PHASE_STRIP = NO;
306 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
307 ENABLE_NS_ASSERTIONS = NO;
308 ENABLE_STRICT_OBJC_MSGSEND = YES;
309 GCC_C_LANGUAGE_STANDARD = gnu11;
310 GCC_NO_COMMON_BLOCKS = YES;
Laurence Lundbladea954db92018-09-28 19:27:31 -0700311 GCC_OPTIMIZATION_LEVEL = 0;
Laurence Lundblade929ae132018-09-13 12:27:58 -0700312 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
313 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
314 GCC_WARN_UNDECLARED_SELECTOR = YES;
315 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
316 GCC_WARN_UNUSED_FUNCTION = YES;
317 GCC_WARN_UNUSED_VARIABLE = YES;
318 MACOSX_DEPLOYMENT_TARGET = 10.13;
319 MTL_ENABLE_DEBUG_INFO = NO;
320 SDKROOT = macosx;
321 };
322 name = Release;
323 };
324 E776E084214ADF7F00E67947 /* Debug */ = {
325 isa = XCBuildConfiguration;
326 buildSettings = {
327 CODE_SIGN_STYLE = Automatic;
328 PRODUCT_NAME = "$(TARGET_NAME)";
329 };
330 name = Debug;
331 };
332 E776E085214ADF7F00E67947 /* Release */ = {
333 isa = XCBuildConfiguration;
334 buildSettings = {
335 CODE_SIGN_STYLE = Automatic;
336 PRODUCT_NAME = "$(TARGET_NAME)";
337 };
338 name = Release;
339 };
340/* End XCBuildConfiguration section */
341
342/* Begin XCConfigurationList section */
343 E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */ = {
344 isa = XCConfigurationList;
345 buildConfigurations = (
346 E776E081214ADF7F00E67947 /* Debug */,
347 E776E082214ADF7F00E67947 /* Release */,
348 );
349 defaultConfigurationIsVisible = 0;
350 defaultConfigurationName = Release;
351 };
352 E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */ = {
353 isa = XCConfigurationList;
354 buildConfigurations = (
355 E776E084214ADF7F00E67947 /* Debug */,
356 E776E085214ADF7F00E67947 /* Release */,
357 );
358 defaultConfigurationIsVisible = 0;
359 defaultConfigurationName = Release;
360 };
361/* End XCConfigurationList section */
362 };
363 rootObject = E776E074214ADF7F00E67947 /* Project object */;
364}