|
10 | 10 | 2CA88CD58398C2B419E9B36C /* Pods_KWVerificationCodeView_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C68BD3F967305D340EA20FFD /* Pods_KWVerificationCodeView_Tests.framework */; }; |
11 | 11 | 2DB200677C25A654990BA580 /* Pods_KWVerificationCodeView_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 29FC60609011D27ACC17DB2A /* Pods_KWVerificationCodeView_Example.framework */; }; |
12 | 12 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD51AFB9204008FA782 /* AppDelegate.swift */; }; |
13 | | - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* ViewController.swift */; }; |
| 13 | + 607FACD81AFB9204008FA782 /* VerificationCodeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACD71AFB9204008FA782 /* VerificationCodeViewController.swift */; }; |
14 | 14 | 607FACDB1AFB9204008FA782 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 607FACD91AFB9204008FA782 /* Main.storyboard */; }; |
15 | 15 | 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; |
16 | 16 | 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; |
|
33 | 33 | 607FACD01AFB9204008FA782 /* KWVerificationCodeView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = KWVerificationCodeView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; |
34 | 34 | 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
35 | 35 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; }; |
36 | | - 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = "<group>"; }; |
| 36 | + 607FACD71AFB9204008FA782 /* VerificationCodeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VerificationCodeViewController.swift; sourceTree = "<group>"; }; |
37 | 37 | 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; }; |
38 | 38 | 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; }; |
39 | 39 | 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; }; |
|
84 | 84 | isa = PBXGroup; |
85 | 85 | children = ( |
86 | 86 | 607FACF51AFB993E008FA782 /* Podspec Metadata */, |
87 | | - 607FACD21AFB9204008FA782 /* Example for KWVerificationCodeView */, |
| 87 | + 607FACD21AFB9204008FA782 /* Example */, |
88 | 88 | 607FACE81AFB9204008FA782 /* Tests */, |
89 | 89 | 607FACD11AFB9204008FA782 /* Products */, |
90 | 90 | 5BDB25E32F432AA3094DB5BE /* Pods */, |
|
101 | 101 | name = Products; |
102 | 102 | sourceTree = "<group>"; |
103 | 103 | }; |
104 | | - 607FACD21AFB9204008FA782 /* Example for KWVerificationCodeView */ = { |
| 104 | + 607FACD21AFB9204008FA782 /* Example */ = { |
105 | 105 | isa = PBXGroup; |
106 | 106 | children = ( |
107 | 107 | 607FACD51AFB9204008FA782 /* AppDelegate.swift */, |
108 | | - 607FACD71AFB9204008FA782 /* ViewController.swift */, |
| 108 | + 607FACD71AFB9204008FA782 /* VerificationCodeViewController.swift */, |
109 | 109 | 607FACD91AFB9204008FA782 /* Main.storyboard */, |
110 | 110 | 607FACDC1AFB9204008FA782 /* Images.xcassets */, |
111 | 111 | 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */, |
112 | 112 | 607FACD31AFB9204008FA782 /* Supporting Files */, |
113 | 113 | ); |
114 | | - name = "Example for KWVerificationCodeView"; |
| 114 | + name = Example; |
115 | 115 | path = KWVerificationCodeView; |
116 | 116 | sourceTree = "<group>"; |
117 | 117 | }; |
|
210 | 210 | isa = PBXProject; |
211 | 211 | attributes = { |
212 | 212 | LastSwiftUpdateCheck = 0720; |
213 | | - LastUpgradeCheck = 0720; |
| 213 | + LastUpgradeCheck = 0820; |
214 | 214 | ORGANIZATIONNAME = CocoaPods; |
215 | 215 | TargetAttributes = { |
216 | 216 | 607FACCF1AFB9204008FA782 = { |
|
361 | 361 | isa = PBXSourcesBuildPhase; |
362 | 362 | buildActionMask = 2147483647; |
363 | 363 | files = ( |
364 | | - 607FACD81AFB9204008FA782 /* ViewController.swift in Sources */, |
| 364 | + 607FACD81AFB9204008FA782 /* VerificationCodeViewController.swift in Sources */, |
365 | 365 | 607FACD61AFB9204008FA782 /* AppDelegate.swift in Sources */, |
366 | 366 | ); |
367 | 367 | runOnlyForDeploymentPostprocessing = 0; |
|
417 | 417 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
418 | 418 | CLANG_WARN_EMPTY_BODY = YES; |
419 | 419 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 420 | + CLANG_WARN_INFINITE_RECURSION = YES; |
420 | 421 | CLANG_WARN_INT_CONVERSION = YES; |
421 | 422 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 423 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
422 | 424 | CLANG_WARN_UNREACHABLE_CODE = YES; |
423 | 425 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
424 | 426 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
441 | 443 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
442 | 444 | GCC_WARN_UNUSED_FUNCTION = YES; |
443 | 445 | GCC_WARN_UNUSED_VARIABLE = YES; |
444 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.3; |
| 446 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
445 | 447 | MTL_ENABLE_DEBUG_INFO = YES; |
446 | 448 | ONLY_ACTIVE_ARCH = YES; |
447 | 449 | SDKROOT = iphoneos; |
|
462 | 464 | CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; |
463 | 465 | CLANG_WARN_EMPTY_BODY = YES; |
464 | 466 | CLANG_WARN_ENUM_CONVERSION = YES; |
| 467 | + CLANG_WARN_INFINITE_RECURSION = YES; |
465 | 468 | CLANG_WARN_INT_CONVERSION = YES; |
466 | 469 | CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; |
| 470 | + CLANG_WARN_SUSPICIOUS_MOVE = YES; |
467 | 471 | CLANG_WARN_UNREACHABLE_CODE = YES; |
468 | 472 | CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; |
469 | 473 | "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; |
|
479 | 483 | GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; |
480 | 484 | GCC_WARN_UNUSED_FUNCTION = YES; |
481 | 485 | GCC_WARN_UNUSED_VARIABLE = YES; |
482 | | - IPHONEOS_DEPLOYMENT_TARGET = 8.3; |
| 486 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
483 | 487 | MTL_ENABLE_DEBUG_INFO = NO; |
484 | 488 | SDKROOT = iphoneos; |
| 489 | + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; |
485 | 490 | VALIDATE_PRODUCT = YES; |
486 | 491 | }; |
487 | 492 | name = Release; |
|
490 | 495 | isa = XCBuildConfiguration; |
491 | 496 | baseConfigurationReference = D51BF4885572F8FECD1E4AF7 /* Pods-KWVerificationCodeView_Example.debug.xcconfig */; |
492 | 497 | buildSettings = { |
| 498 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
493 | 499 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 500 | + DEVELOPMENT_TEAM = ""; |
494 | 501 | INFOPLIST_FILE = KWVerificationCodeView/Info.plist; |
| 502 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
495 | 503 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
496 | 504 | MODULE_NAME = ExampleApp; |
497 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
| 505 | + PRODUCT_BUNDLE_IDENTIFIER = "com.keepworks.KWVerificationCodeView-Example"; |
498 | 506 | PRODUCT_NAME = "$(TARGET_NAME)"; |
499 | 507 | SWIFT_VERSION = 3.0; |
| 508 | + TARGETED_DEVICE_FAMILY = "1,2"; |
500 | 509 | }; |
501 | 510 | name = Debug; |
502 | 511 | }; |
503 | 512 | 607FACF11AFB9204008FA782 /* Release */ = { |
504 | 513 | isa = XCBuildConfiguration; |
505 | 514 | baseConfigurationReference = 7DA49E735ED3B0C245F0B8C7 /* Pods-KWVerificationCodeView_Example.release.xcconfig */; |
506 | 515 | buildSettings = { |
| 516 | + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; |
507 | 517 | ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; |
| 518 | + DEVELOPMENT_TEAM = ""; |
508 | 519 | INFOPLIST_FILE = KWVerificationCodeView/Info.plist; |
| 520 | + IPHONEOS_DEPLOYMENT_TARGET = 8.0; |
509 | 521 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; |
510 | 522 | MODULE_NAME = ExampleApp; |
511 | | - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; |
| 523 | + PRODUCT_BUNDLE_IDENTIFIER = "com.keepworks.KWVerificationCodeView-Example"; |
512 | 524 | PRODUCT_NAME = "$(TARGET_NAME)"; |
513 | 525 | SWIFT_VERSION = 3.0; |
| 526 | + TARGETED_DEVICE_FAMILY = "1,2"; |
514 | 527 | }; |
515 | 528 | name = Release; |
516 | 529 | }; |
517 | 530 | 607FACF31AFB9204008FA782 /* Debug */ = { |
518 | 531 | isa = XCBuildConfiguration; |
519 | 532 | baseConfigurationReference = 423112B5C6F551741EC3F015 /* Pods-KWVerificationCodeView_Tests.debug.xcconfig */; |
520 | 533 | buildSettings = { |
521 | | - FRAMEWORK_SEARCH_PATHS = ( |
522 | | - "$(SDKROOT)/Developer/Library/Frameworks", |
523 | | - "$(inherited)", |
524 | | - ); |
| 534 | + DEVELOPMENT_TEAM = ""; |
| 535 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
525 | 536 | GCC_PREPROCESSOR_DEFINITIONS = ( |
526 | 537 | "DEBUG=1", |
527 | 538 | "$(inherited)", |
|
538 | 549 | isa = XCBuildConfiguration; |
539 | 550 | baseConfigurationReference = 8F723ADDC751FC9CC3C9BE34 /* Pods-KWVerificationCodeView_Tests.release.xcconfig */; |
540 | 551 | buildSettings = { |
541 | | - FRAMEWORK_SEARCH_PATHS = ( |
542 | | - "$(SDKROOT)/Developer/Library/Frameworks", |
543 | | - "$(inherited)", |
544 | | - ); |
| 552 | + DEVELOPMENT_TEAM = ""; |
| 553 | + FRAMEWORK_SEARCH_PATHS = "$(inherited)"; |
545 | 554 | INFOPLIST_FILE = Tests/Info.plist; |
546 | 555 | LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; |
547 | 556 | PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; |
|
0 commit comments