Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 1 | // !$*UTF8*$! |
| 2 | { |
| 3 | archiveVersion = 1; |
| 4 | classes = { |
| 5 | }; |
| 6 | objectVersion = 50; |
| 7 | objects = { |
| 8 | |
| 9 | /* Begin PBXBuildFile section */ |
Laurence Lundblade | 041ffa5 | 2018-10-07 11:43:51 +0700 | [diff] [blame^] | 10 | 0F60E27B2164705400483952 /* qcbor_decode_malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 0F60E27A2164705400483952 /* qcbor_decode_malloc.c */; }; |
Laurence Lundblade | 2300b56 | 2018-09-29 20:00:09 -0700 | [diff] [blame] | 11 | E73B5756216071900080D658 /* bstrwrap_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B5755216071900080D658 /* bstrwrap_tests.c */; }; |
Laurence Lundblade | 781fd82 | 2018-10-01 09:37:52 -0700 | [diff] [blame] | 12 | E73B57592161CA690080D658 /* ieee754.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57582161CA690080D658 /* ieee754.c */; }; |
| 13 | E73B575E2161CA7C0080D658 /* half_precision_test.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575A2161CA7C0080D658 /* half_precision_test.c */; }; |
| 14 | E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */; }; |
| 15 | E73B57652161F8F80080D658 /* run_tests.c in Sources */ = {isa = PBXBuildFile; fileRef = E73B57632161F8F70080D658 /* run_tests.c */; }; |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 16 | E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08C214AE07400E67947 /* qcbor_encode.c */; }; |
| 17 | E776E090214AE07500E67947 /* UsefulBuf.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08D214AE07500E67947 /* UsefulBuf.c */; }; |
| 18 | E776E091214AE07500E67947 /* qcbor_decode.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E08E214AE07500E67947 /* qcbor_decode.c */; }; |
| 19 | E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E096214AE0C700E67947 /* cmd_line_main.c */; }; |
| 20 | E776E09D214AEEEA00E67947 /* basic_test.c in Sources */ = {isa = PBXBuildFile; fileRef = E776E09C214AEEEA00E67947 /* basic_test.c */; }; |
| 21 | /* 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 Lundblade | 041ffa5 | 2018-10-07 11:43:51 +0700 | [diff] [blame^] | 36 | 0F60E27A2164705400483952 /* qcbor_decode_malloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qcbor_decode_malloc.c; sourceTree = "<group>"; }; |
Laurence Lundblade | 2300b56 | 2018-09-29 20:00:09 -0700 | [diff] [blame] | 37 | E73B5754216071900080D658 /* bstrwrap_tests.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = bstrwrap_tests.h; path = test/bstrwrap_tests.h; sourceTree = "<group>"; }; |
| 38 | E73B5755216071900080D658 /* bstrwrap_tests.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; name = bstrwrap_tests.c; path = test/bstrwrap_tests.c; sourceTree = "<group>"; }; |
Laurence Lundblade | 781fd82 | 2018-10-01 09:37:52 -0700 | [diff] [blame] | 39 | E73B57572161CA680080D658 /* ieee754.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ieee754.h; path = src/ieee754.h; sourceTree = "<group>"; }; |
| 40 | E73B57582161CA690080D658 /* ieee754.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ieee754.c; path = src/ieee754.c; sourceTree = "<group>"; }; |
| 41 | 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>"; }; |
| 42 | 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>"; }; |
| 43 | 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>"; }; |
| 44 | 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>"; }; |
| 45 | E73B57632161F8F70080D658 /* run_tests.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = run_tests.c; path = test/run_tests.c; sourceTree = "<group>"; }; |
| 46 | E73B57642161F8F80080D658 /* run_tests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = run_tests.h; path = test/run_tests.h; sourceTree = "<group>"; }; |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 47 | E776E07C214ADF7F00E67947 /* QCBOR */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QCBOR; sourceTree = BUILT_PRODUCTS_DIR; }; |
Laurence Lundblade | a954db9 | 2018-09-28 19:27:31 -0700 | [diff] [blame] | 48 | 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 Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 49 | E776E08D214AE07500E67947 /* UsefulBuf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = UsefulBuf.c; path = src/UsefulBuf.c; sourceTree = "<group>"; }; |
Laurence Lundblade | 041ffa5 | 2018-10-07 11:43:51 +0700 | [diff] [blame^] | 50 | 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; }; |
| 51 | 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 Lundblade | 624405d | 2018-09-18 20:10:47 -0700 | [diff] [blame] | 52 | 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 Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 53 | E776E096214AE0C700E67947 /* cmd_line_main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cmd_line_main.c; sourceTree = "<group>"; }; |
| 54 | E776E09B214AEEEA00E67947 /* basic_test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = basic_test.h; path = test/basic_test.h; sourceTree = "<group>"; }; |
Laurence Lundblade | a954db9 | 2018-09-28 19:27:31 -0700 | [diff] [blame] | 55 | 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 Lundblade | 624405d | 2018-09-18 20:10:47 -0700 | [diff] [blame] | 56 | E776E161214EE19C00E67947 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; }; |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 57 | /* End PBXFileReference section */ |
| 58 | |
| 59 | /* Begin PBXFrameworksBuildPhase section */ |
| 60 | E776E079214ADF7F00E67947 /* Frameworks */ = { |
| 61 | isa = PBXFrameworksBuildPhase; |
| 62 | buildActionMask = 2147483647; |
| 63 | files = ( |
| 64 | ); |
| 65 | runOnlyForDeploymentPostprocessing = 0; |
| 66 | }; |
| 67 | /* End PBXFrameworksBuildPhase section */ |
| 68 | |
| 69 | /* Begin PBXGroup section */ |
| 70 | E776E073214ADF7F00E67947 = { |
| 71 | isa = PBXGroup; |
| 72 | children = ( |
Laurence Lundblade | 624405d | 2018-09-18 20:10:47 -0700 | [diff] [blame] | 73 | E776E161214EE19C00E67947 /* README.md */, |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 74 | E776E096214AE0C700E67947 /* cmd_line_main.c */, |
| 75 | E776E095214AE0B600E67947 /* test */, |
| 76 | E776E092214AE07C00E67947 /* inc */, |
| 77 | E776E08B214AE06600E67947 /* src */, |
| 78 | E776E07D214ADF7F00E67947 /* Products */, |
| 79 | ); |
| 80 | sourceTree = "<group>"; |
| 81 | }; |
| 82 | E776E07D214ADF7F00E67947 /* Products */ = { |
| 83 | isa = PBXGroup; |
| 84 | children = ( |
| 85 | E776E07C214ADF7F00E67947 /* QCBOR */, |
| 86 | ); |
| 87 | name = Products; |
| 88 | sourceTree = "<group>"; |
| 89 | }; |
| 90 | E776E08B214AE06600E67947 /* src */ = { |
| 91 | isa = PBXGroup; |
| 92 | children = ( |
Laurence Lundblade | 041ffa5 | 2018-10-07 11:43:51 +0700 | [diff] [blame^] | 93 | 0F60E27A2164705400483952 /* qcbor_decode_malloc.c */, |
Laurence Lundblade | 781fd82 | 2018-10-01 09:37:52 -0700 | [diff] [blame] | 94 | E73B57582161CA690080D658 /* ieee754.c */, |
| 95 | E73B57572161CA680080D658 /* ieee754.h */, |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 96 | E776E08E214AE07500E67947 /* qcbor_decode.c */, |
| 97 | E776E08C214AE07400E67947 /* qcbor_encode.c */, |
| 98 | E776E08D214AE07500E67947 /* UsefulBuf.c */, |
| 99 | ); |
| 100 | name = src; |
| 101 | sourceTree = "<group>"; |
| 102 | }; |
| 103 | E776E092214AE07C00E67947 /* inc */ = { |
| 104 | isa = PBXGroup; |
| 105 | children = ( |
| 106 | E776E093214AE08B00E67947 /* qcbor.h */, |
| 107 | E776E094214AE09700E67947 /* UsefulBuf.h */, |
| 108 | ); |
| 109 | name = inc; |
| 110 | sourceTree = "<group>"; |
| 111 | }; |
| 112 | E776E095214AE0B600E67947 /* test */ = { |
| 113 | isa = PBXGroup; |
| 114 | children = ( |
Laurence Lundblade | 781fd82 | 2018-10-01 09:37:52 -0700 | [diff] [blame] | 115 | E73B57632161F8F70080D658 /* run_tests.c */, |
| 116 | E73B57642161F8F80080D658 /* run_tests.h */, |
| 117 | E73B575A2161CA7C0080D658 /* half_precision_test.c */, |
| 118 | E73B575C2161CA7C0080D658 /* half_precision_test.h */, |
| 119 | E73B575D2161CA7C0080D658 /* half_to_double_from_rfc7049.c */, |
| 120 | E73B575B2161CA7C0080D658 /* half_to_double_from_rfc7049.h */, |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 121 | E776E09C214AEEEA00E67947 /* basic_test.c */, |
Laurence Lundblade | 2300b56 | 2018-09-29 20:00:09 -0700 | [diff] [blame] | 122 | E73B5754216071900080D658 /* bstrwrap_tests.h */, |
| 123 | E73B5755216071900080D658 /* bstrwrap_tests.c */, |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 124 | E776E09B214AEEEA00E67947 /* basic_test.h */, |
| 125 | ); |
| 126 | name = test; |
| 127 | sourceTree = "<group>"; |
| 128 | }; |
| 129 | /* End PBXGroup section */ |
| 130 | |
| 131 | /* Begin PBXNativeTarget section */ |
| 132 | E776E07B214ADF7F00E67947 /* QCBOR */ = { |
| 133 | isa = PBXNativeTarget; |
| 134 | buildConfigurationList = E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */; |
| 135 | buildPhases = ( |
| 136 | E776E078214ADF7F00E67947 /* Sources */, |
| 137 | E776E079214ADF7F00E67947 /* Frameworks */, |
| 138 | E776E07A214ADF7F00E67947 /* CopyFiles */, |
| 139 | ); |
| 140 | buildRules = ( |
| 141 | ); |
| 142 | dependencies = ( |
| 143 | ); |
| 144 | name = QCBOR; |
| 145 | productName = QCBOR; |
| 146 | productReference = E776E07C214ADF7F00E67947 /* QCBOR */; |
| 147 | productType = "com.apple.product-type.tool"; |
| 148 | }; |
| 149 | /* End PBXNativeTarget section */ |
| 150 | |
| 151 | /* Begin PBXProject section */ |
| 152 | E776E074214ADF7F00E67947 /* Project object */ = { |
| 153 | isa = PBXProject; |
| 154 | attributes = { |
| 155 | LastUpgradeCheck = 0940; |
| 156 | ORGANIZATIONNAME = "Laurence Lundblade"; |
| 157 | TargetAttributes = { |
| 158 | E776E07B214ADF7F00E67947 = { |
| 159 | CreatedOnToolsVersion = 9.4.1; |
| 160 | }; |
| 161 | }; |
| 162 | }; |
| 163 | buildConfigurationList = E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */; |
| 164 | compatibilityVersion = "Xcode 9.3"; |
| 165 | developmentRegion = en; |
| 166 | hasScannedForEncodings = 0; |
| 167 | knownRegions = ( |
| 168 | en, |
| 169 | ); |
| 170 | mainGroup = E776E073214ADF7F00E67947; |
| 171 | productRefGroup = E776E07D214ADF7F00E67947 /* Products */; |
| 172 | projectDirPath = ""; |
| 173 | projectRoot = ""; |
| 174 | targets = ( |
| 175 | E776E07B214ADF7F00E67947 /* QCBOR */, |
| 176 | ); |
| 177 | }; |
| 178 | /* End PBXProject section */ |
| 179 | |
| 180 | /* Begin PBXSourcesBuildPhase section */ |
| 181 | E776E078214ADF7F00E67947 /* Sources */ = { |
| 182 | isa = PBXSourcesBuildPhase; |
| 183 | buildActionMask = 2147483647; |
| 184 | files = ( |
| 185 | E776E08F214AE07500E67947 /* qcbor_encode.c in Sources */, |
Laurence Lundblade | 041ffa5 | 2018-10-07 11:43:51 +0700 | [diff] [blame^] | 186 | 0F60E27B2164705400483952 /* qcbor_decode_malloc.c in Sources */, |
Laurence Lundblade | 781fd82 | 2018-10-01 09:37:52 -0700 | [diff] [blame] | 187 | E73B57592161CA690080D658 /* ieee754.c in Sources */, |
| 188 | E73B575F2161CA7C0080D658 /* half_to_double_from_rfc7049.c in Sources */, |
| 189 | E73B57652161F8F80080D658 /* run_tests.c in Sources */, |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 190 | E776E091214AE07500E67947 /* qcbor_decode.c in Sources */, |
Laurence Lundblade | 781fd82 | 2018-10-01 09:37:52 -0700 | [diff] [blame] | 191 | E73B575E2161CA7C0080D658 /* half_precision_test.c in Sources */, |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 192 | E776E090214AE07500E67947 /* UsefulBuf.c in Sources */, |
| 193 | E776E097214AE0C700E67947 /* cmd_line_main.c in Sources */, |
Laurence Lundblade | 2300b56 | 2018-09-29 20:00:09 -0700 | [diff] [blame] | 194 | E73B5756216071900080D658 /* bstrwrap_tests.c in Sources */, |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 195 | E776E09D214AEEEA00E67947 /* basic_test.c in Sources */, |
| 196 | ); |
| 197 | runOnlyForDeploymentPostprocessing = 0; |
| 198 | }; |
| 199 | /* End PBXSourcesBuildPhase section */ |
| 200 | |
| 201 | /* Begin XCBuildConfiguration section */ |
| 202 | E776E081214ADF7F00E67947 /* Debug */ = { |
| 203 | isa = XCBuildConfiguration; |
| 204 | buildSettings = { |
| 205 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 206 | CLANG_ANALYZER_NONNULL = YES; |
| 207 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 208 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 209 | CLANG_CXX_LIBRARY = "libc++"; |
| 210 | CLANG_ENABLE_MODULES = YES; |
| 211 | CLANG_ENABLE_OBJC_ARC = YES; |
| 212 | CLANG_ENABLE_OBJC_WEAK = YES; |
| 213 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 214 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 215 | CLANG_WARN_COMMA = YES; |
| 216 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 217 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
| 218 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 219 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 220 | CLANG_WARN_EMPTY_BODY = YES; |
| 221 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 222 | CLANG_WARN_INFINITE_RECURSION = YES; |
| 223 | CLANG_WARN_INT_CONVERSION = YES; |
| 224 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 225 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 226 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 227 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 228 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 229 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 230 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 231 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 232 | CLANG_WARN_UNREACHABLE_CODE = YES; |
| 233 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 234 | CODE_SIGN_IDENTITY = "-"; |
| 235 | COPY_PHASE_STRIP = NO; |
| 236 | DEBUG_INFORMATION_FORMAT = dwarf; |
| 237 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 238 | ENABLE_TESTABILITY = YES; |
| 239 | GCC_C_LANGUAGE_STANDARD = gnu11; |
| 240 | GCC_DYNAMIC_NO_PIC = NO; |
| 241 | GCC_NO_COMMON_BLOCKS = YES; |
Laurence Lundblade | a954db9 | 2018-09-28 19:27:31 -0700 | [diff] [blame] | 242 | GCC_OPTIMIZATION_LEVEL = 0; |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 243 | GCC_PREPROCESSOR_DEFINITIONS = ( |
| 244 | "DEBUG=1", |
| 245 | "$(inherited)", |
| 246 | ); |
| 247 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 248 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 249 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 250 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 251 | GCC_WARN_UNUSED_FUNCTION = YES; |
| 252 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 253 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
| 254 | MTL_ENABLE_DEBUG_INFO = YES; |
| 255 | ONLY_ACTIVE_ARCH = YES; |
| 256 | SDKROOT = macosx; |
| 257 | }; |
| 258 | name = Debug; |
| 259 | }; |
| 260 | E776E082214ADF7F00E67947 /* Release */ = { |
| 261 | isa = XCBuildConfiguration; |
| 262 | buildSettings = { |
| 263 | ALWAYS_SEARCH_USER_PATHS = NO; |
| 264 | CLANG_ANALYZER_NONNULL = YES; |
| 265 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
| 266 | CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; |
| 267 | CLANG_CXX_LIBRARY = "libc++"; |
| 268 | CLANG_ENABLE_MODULES = YES; |
| 269 | CLANG_ENABLE_OBJC_ARC = YES; |
| 270 | CLANG_ENABLE_OBJC_WEAK = YES; |
| 271 | CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
| 272 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 273 | CLANG_WARN_COMMA = YES; |
| 274 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 275 | CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
| 276 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
| 277 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
| 278 | CLANG_WARN_EMPTY_BODY = YES; |
| 279 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 280 | CLANG_WARN_INFINITE_RECURSION = YES; |
| 281 | CLANG_WARN_INT_CONVERSION = YES; |
| 282 | CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 283 | CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 284 | CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
| 285 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 286 | CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 287 | CLANG_WARN_STRICT_PROTOTYPES = YES; |
| 288 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
| 289 | CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; |
| 290 | CLANG_WARN_UNREACHABLE_CODE = YES; |
| 291 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
| 292 | CODE_SIGN_IDENTITY = "-"; |
| 293 | COPY_PHASE_STRIP = NO; |
| 294 | DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; |
| 295 | ENABLE_NS_ASSERTIONS = NO; |
| 296 | ENABLE_STRICT_OBJC_MSGSEND = YES; |
| 297 | GCC_C_LANGUAGE_STANDARD = gnu11; |
| 298 | GCC_NO_COMMON_BLOCKS = YES; |
Laurence Lundblade | a954db9 | 2018-09-28 19:27:31 -0700 | [diff] [blame] | 299 | GCC_OPTIMIZATION_LEVEL = 0; |
Laurence Lundblade | 929ae13 | 2018-09-13 12:27:58 -0700 | [diff] [blame] | 300 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES; |
| 301 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; |
| 302 | GCC_WARN_UNDECLARED_SELECTOR = YES; |
| 303 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
| 304 | GCC_WARN_UNUSED_FUNCTION = YES; |
| 305 | GCC_WARN_UNUSED_VARIABLE = YES; |
| 306 | MACOSX_DEPLOYMENT_TARGET = 10.13; |
| 307 | MTL_ENABLE_DEBUG_INFO = NO; |
| 308 | SDKROOT = macosx; |
| 309 | }; |
| 310 | name = Release; |
| 311 | }; |
| 312 | E776E084214ADF7F00E67947 /* Debug */ = { |
| 313 | isa = XCBuildConfiguration; |
| 314 | buildSettings = { |
| 315 | CODE_SIGN_STYLE = Automatic; |
| 316 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 317 | }; |
| 318 | name = Debug; |
| 319 | }; |
| 320 | E776E085214ADF7F00E67947 /* Release */ = { |
| 321 | isa = XCBuildConfiguration; |
| 322 | buildSettings = { |
| 323 | CODE_SIGN_STYLE = Automatic; |
| 324 | PRODUCT_NAME = "$(TARGET_NAME)"; |
| 325 | }; |
| 326 | name = Release; |
| 327 | }; |
| 328 | /* End XCBuildConfiguration section */ |
| 329 | |
| 330 | /* Begin XCConfigurationList section */ |
| 331 | E776E077214ADF7F00E67947 /* Build configuration list for PBXProject "QCBOR" */ = { |
| 332 | isa = XCConfigurationList; |
| 333 | buildConfigurations = ( |
| 334 | E776E081214ADF7F00E67947 /* Debug */, |
| 335 | E776E082214ADF7F00E67947 /* Release */, |
| 336 | ); |
| 337 | defaultConfigurationIsVisible = 0; |
| 338 | defaultConfigurationName = Release; |
| 339 | }; |
| 340 | E776E083214ADF7F00E67947 /* Build configuration list for PBXNativeTarget "QCBOR" */ = { |
| 341 | isa = XCConfigurationList; |
| 342 | buildConfigurations = ( |
| 343 | E776E084214ADF7F00E67947 /* Debug */, |
| 344 | E776E085214ADF7F00E67947 /* Release */, |
| 345 | ); |
| 346 | defaultConfigurationIsVisible = 0; |
| 347 | defaultConfigurationName = Release; |
| 348 | }; |
| 349 | /* End XCConfigurationList section */ |
| 350 | }; |
| 351 | rootObject = E776E074214ADF7F00E67947 /* Project object */; |
| 352 | } |