|
8 | 8 |
|
9 | 9 | /* Begin PBXBuildFile section */ |
10 | 10 | 2092DBCB1E9BC13000B735A5 /* CDCodabarEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2092DBCA1E9BC13000B735A5 /* CDCodabarEncoder.swift */; }; |
11 | | - 2092DBD31E9BC1B300B735A5 /* EncoderSpecs.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2092DBD21E9BC1B300B735A5 /* EncoderSpecs.swift */; }; |
| 11 | + 2092DBD31E9BC1B300B735A5 /* CDCodabarViewTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2092DBD21E9BC1B300B735A5 /* CDCodabarViewTests.swift */; }; |
12 | 12 | 252518E51DD3BB9B00F770A3 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 252518DF1DD3BB9B00F770A3 /* AppDelegate.swift */; }; |
13 | 13 | 252518E61DD3BB9B00F770A3 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 252518E01DD3BB9B00F770A3 /* Images.xcassets */; }; |
14 | 14 | 252518E81DD3BB9B00F770A3 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 252518E21DD3BB9B00F770A3 /* LaunchScreen.storyboard */; }; |
|
30 | 30 | /* Begin PBXFileReference section */ |
31 | 31 | 2092DBCA1E9BC13000B735A5 /* CDCodabarEncoder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDCodabarEncoder.swift; sourceTree = "<group>"; }; |
32 | 32 | 2092DBD01E9BC1B300B735A5 /* CDCodabarViewTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = CDCodabarViewTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; |
33 | | - 2092DBD21E9BC1B300B735A5 /* EncoderSpecs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EncoderSpecs.swift; sourceTree = "<group>"; }; |
| 33 | + 2092DBD21E9BC1B300B735A5 /* CDCodabarViewTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CDCodabarViewTests.swift; sourceTree = "<group>"; }; |
34 | 34 | 2092DBD41E9BC1B300B735A5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
35 | 35 | 252518DF1DD3BB9B00F770A3 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
36 | 36 | 252518E01DD3BB9B00F770A3 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
|
39 | 39 | 252518E31DD3BB9B00F770A3 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; path = Main.storyboard; sourceTree = "<group>"; }; |
40 | 40 | 252518E41DD3BB9B00F770A3 /* ViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
41 | 41 | 252518ED1DD3BDDB00F770A3 /* CDCodabarView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CDCodabarView.swift; sourceTree = "<group>"; }; |
42 | | - 607FACD01AFB9204008FA782 /* CDCodabarView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CDCodabarView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 42 | + 607FACD01AFB9204008FA782 /* CDCodabarViewExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = CDCodabarViewExample.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
| 43 | + EDEF7BA721014883002D4DCB /* CDCodabarView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; path = CDCodabarView.podspec; sourceTree = "<group>"; }; |
43 | 44 | /* End PBXFileReference section */ |
44 | 45 |
|
45 | 46 | /* Begin PBXFrameworksBuildPhase section */ |
|
63 | 64 | 2092DBD11E9BC1B300B735A5 /* CDCodabarViewTests */ = { |
64 | 65 | isa = PBXGroup; |
65 | 66 | children = ( |
66 | | - 2092DBD21E9BC1B300B735A5 /* EncoderSpecs.swift */, |
| 67 | + 2092DBD21E9BC1B300B735A5 /* CDCodabarViewTests.swift */, |
67 | 68 | 2092DBD41E9BC1B300B735A5 /* Info.plist */, |
68 | 69 | ); |
69 | 70 | path = CDCodabarViewTests; |
|
85 | 86 | 607FACC71AFB9204008FA782 = { |
86 | 87 | isa = PBXGroup; |
87 | 88 | children = ( |
| 89 | + EDEF7BA721014883002D4DCB /* CDCodabarView.podspec */, |
88 | 90 | 252518ED1DD3BDDB00F770A3 /* CDCodabarView.swift */, |
89 | 91 | 2092DBCA1E9BC13000B735A5 /* CDCodabarEncoder.swift */, |
90 | 92 | 252518DE1DD3BB9B00F770A3 /* CDCodabarViewExample */, |
|
96 | 98 | 607FACD11AFB9204008FA782 /* Products */ = { |
97 | 99 | isa = PBXGroup; |
98 | 100 | children = ( |
99 | | - 607FACD01AFB9204008FA782 /* CDCodabarView_Example.app */, |
| 101 | + 607FACD01AFB9204008FA782 /* CDCodabarViewExample.app */, |
100 | 102 | 2092DBD01E9BC1B300B735A5 /* CDCodabarViewTests.xctest */, |
101 | 103 | ); |
102 | 104 | name = Products; |
|
123 | 125 | productReference = 2092DBD01E9BC1B300B735A5 /* CDCodabarViewTests.xctest */; |
124 | 126 | productType = "com.apple.product-type.bundle.unit-test"; |
125 | 127 | }; |
126 | | - 607FACCF1AFB9204008FA782 /* CDCodabarView_Example */ = { |
| 128 | + 607FACCF1AFB9204008FA782 /* CDCodabarViewExample */ = { |
127 | 129 | isa = PBXNativeTarget; |
128 | | - buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "CDCodabarView_Example" */; |
| 130 | + buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "CDCodabarViewExample" */; |
129 | 131 | buildPhases = ( |
130 | 132 | 607FACCC1AFB9204008FA782 /* Sources */, |
131 | 133 | 607FACCD1AFB9204008FA782 /* Frameworks */, |
|
135 | 137 | ); |
136 | 138 | dependencies = ( |
137 | 139 | ); |
138 | | - name = CDCodabarView_Example; |
| 140 | + name = CDCodabarViewExample; |
139 | 141 | productName = CDCodabarView; |
140 | | - productReference = 607FACD01AFB9204008FA782 /* CDCodabarView_Example.app */; |
| 142 | + productReference = 607FACD01AFB9204008FA782 /* CDCodabarViewExample.app */; |
141 | 143 | productType = "com.apple.product-type.application"; |
142 | 144 | }; |
143 | 145 | /* End PBXNativeTarget section */ |
|
147 | 149 | isa = PBXProject; |
148 | 150 | attributes = { |
149 | 151 | LastSwiftUpdateCheck = 0830; |
150 | | - LastUpgradeCheck = 0810; |
| 152 | + LastUpgradeCheck = 1000; |
151 | 153 | ORGANIZATIONNAME = CocoaPods; |
152 | 154 | TargetAttributes = { |
153 | 155 | 2092DBCF1E9BC1B300B735A5 = { |
154 | 156 | CreatedOnToolsVersion = 8.3; |
155 | | - DevelopmentTeam = B3YTJ78KXJ; |
| 157 | + DevelopmentTeam = W8W9HUZP5Z; |
156 | 158 | LastSwiftMigration = 0940; |
157 | 159 | ProvisioningStyle = Automatic; |
158 | 160 | TestTargetID = 607FACCF1AFB9204008FA782; |
159 | 161 | }; |
160 | 162 | 607FACCF1AFB9204008FA782 = { |
161 | 163 | CreatedOnToolsVersion = 6.3.1; |
162 | | - DevelopmentTeam = JU6JS2KXPW; |
| 164 | + DevelopmentTeam = W8W9HUZP5Z; |
163 | 165 | LastSwiftMigration = 0940; |
164 | 166 | }; |
165 | 167 | }; |
|
177 | 179 | projectDirPath = ""; |
178 | 180 | projectRoot = ""; |
179 | 181 | targets = ( |
180 | | - 607FACCF1AFB9204008FA782 /* CDCodabarView_Example */, |
| 182 | + 607FACCF1AFB9204008FA782 /* CDCodabarViewExample */, |
181 | 183 | 2092DBCF1E9BC1B300B735A5 /* CDCodabarViewTests */, |
182 | 184 | ); |
183 | 185 | }; |
|
208 | 210 | isa = PBXSourcesBuildPhase; |
209 | 211 | buildActionMask = 2147483647; |
210 | 212 | files = ( |
211 | | - 2092DBD31E9BC1B300B735A5 /* EncoderSpecs.swift in Sources */, |
| 213 | + 2092DBD31E9BC1B300B735A5 /* CDCodabarViewTests.swift in Sources */, |
212 | 214 | ); |
213 | 215 | runOnlyForDeploymentPostprocessing = 0; |
214 | 216 | }; |
|
228 | 230 | /* Begin PBXTargetDependency section */ |
229 | 231 | 2092DBD61E9BC1B300B735A5 /* PBXTargetDependency */ = { |
230 | 232 | isa = PBXTargetDependency; |
231 | | - target = 607FACCF1AFB9204008FA782 /* CDCodabarView_Example */; |
| 233 | + target = 607FACCF1AFB9204008FA782 /* CDCodabarViewExample */; |
232 | 234 | targetProxy = 2092DBD51E9BC1B300B735A5 /* PBXContainerItemProxy */; |
233 | 235 | }; |
234 | 236 | /* End PBXTargetDependency section */ |
|
242 | 244 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
243 | 245 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
244 | 246 | DEBUG_INFORMATION_FORMAT = dwarf; |
245 | | - DEVELOPMENT_TEAM = B3YTJ78KXJ; |
| 247 | + DEVELOPMENT_TEAM = W8W9HUZP5Z; |
246 | 248 | INFOPLIST_FILE = CDCodabarViewTests/Info.plist; |
247 | 249 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
248 | 250 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
|
251 | 253 | SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; |
252 | 254 | SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
253 | 255 | SWIFT_VERSION = 4.0; |
254 | | - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CDCodabarView_Example.app/CDCodabarView_Example"; |
| 256 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CDCodabarViewExample.app/CDCodabarViewExample"; |
255 | 257 | }; |
256 | 258 | name = Debug; |
257 | 259 | }; |
|
262 | 264 | CLANG_ANALYZER_NONNULL = YES; |
263 | 265 | CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; |
264 | 266 | CLANG_WARN_DOCUMENTATION_COMMENTS = YES; |
265 | | - DEVELOPMENT_TEAM = B3YTJ78KXJ; |
| 267 | + DEVELOPMENT_TEAM = W8W9HUZP5Z; |
266 | 268 | INFOPLIST_FILE = CDCodabarViewTests/Info.plist; |
267 | 269 | IPHONEOS_DEPLOYMENT_TARGET = 10.3; |
268 | 270 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
269 | 271 | PRODUCT_BUNDLE_IDENTIFIER = com.appunite.CDCodabarViewTests; |
270 | 272 | PRODUCT_NAME = "$(TARGET_NAME)"; |
271 | 273 | SWIFT_SWIFT3_OBJC_INFERENCE = Default; |
272 | 274 | SWIFT_VERSION = 4.0; |
273 | | - TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CDCodabarView_Example.app/CDCodabarView_Example"; |
| 275 | + TEST_HOST = "$(BUILT_PRODUCTS_DIR)/CDCodabarViewExample.app/CDCodabarViewExample"; |
274 | 276 | }; |
275 | 277 | name = Release; |
276 | 278 | }; |
|
282 | 284 | CLANG_CXX_LIBRARY = "libc++"; |
283 | 285 | CLANG_ENABLE_MODULES = YES; |
284 | 286 | CLANG_ENABLE_OBJC_ARC = YES; |
| 287 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
285 | 288 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 289 | + CLANG_WARN_COMMA = YES; |
286 | 290 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 291 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
287 | 292 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
288 | 293 | CLANG_WARN_EMPTY_BODY = YES; |
289 | 294 | CLANG_WARN_ENUM_CONVERSION = YES; |
290 | 295 | CLANG_WARN_INFINITE_RECURSION = YES; |
291 | 296 | CLANG_WARN_INT_CONVERSION = YES; |
| 297 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 298 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 299 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
292 | 300 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 301 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 302 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
293 | 303 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
294 | 304 | CLANG_WARN_UNREACHABLE_CODE = YES; |
295 | 305 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
329 | 339 | CLANG_CXX_LIBRARY = "libc++"; |
330 | 340 | CLANG_ENABLE_MODULES = YES; |
331 | 341 | CLANG_ENABLE_OBJC_ARC = YES; |
| 342 | + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; |
332 | 343 | CLANG_WARN_BOOL_CONVERSION = YES; |
| 344 | + CLANG_WARN_COMMA = YES; |
333 | 345 | CLANG_WARN_CONSTANT_CONVERSION = YES; |
| 346 | + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; |
334 | 347 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
335 | 348 | CLANG_WARN_EMPTY_BODY = YES; |
336 | 349 | CLANG_WARN_ENUM_CONVERSION = YES; |
337 | 350 | CLANG_WARN_INFINITE_RECURSION = YES; |
338 | 351 | CLANG_WARN_INT_CONVERSION = YES; |
| 352 | + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; |
| 353 | + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; |
| 354 | + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; |
339 | 355 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 356 | + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; |
| 357 | + CLANG_WARN_STRICT_PROTOTYPES = YES; |
340 | 358 | CLANG_WARN_SUSPICIOUS_MOVE = YES; |
341 | 359 | CLANG_WARN_UNREACHABLE_CODE = YES; |
342 | 360 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
|
365 | 383 | isa = XCBuildConfiguration; |
366 | 384 | buildSettings = { |
367 | 385 | CLANG_ENABLE_MODULES = YES; |
368 | | - DEVELOPMENT_TEAM = JU6JS2KXPW; |
| 386 | + DEVELOPMENT_TEAM = W8W9HUZP5Z; |
369 | 387 | INFOPLIST_FILE = "$(SRCROOT)/CDCodabarViewExample/Info.plist"; |
370 | 388 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
371 | 389 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
382 | 400 | isa = XCBuildConfiguration; |
383 | 401 | buildSettings = { |
384 | 402 | CLANG_ENABLE_MODULES = YES; |
385 | | - DEVELOPMENT_TEAM = JU6JS2KXPW; |
| 403 | + DEVELOPMENT_TEAM = W8W9HUZP5Z; |
386 | 404 | INFOPLIST_FILE = "$(SRCROOT)/CDCodabarViewExample/Info.plist"; |
387 | 405 | IPHONEOS_DEPLOYMENT_TARGET = 9.0; |
388 | 406 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
|
415 | 433 | defaultConfigurationIsVisible = 0; |
416 | 434 | defaultConfigurationName = Release; |
417 | 435 | }; |
418 | | - 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "CDCodabarView_Example" */ = { |
| 436 | + 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "CDCodabarViewExample" */ = { |
419 | 437 | isa = XCConfigurationList; |
420 | 438 | buildConfigurations = ( |
421 | 439 | 607FACF01AFB9204008FA782 /* Debug */, |
|
0 commit comments