diff --git a/.swift-version b/.swift-version index bf77d549..7ed6ff82 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.2 +5 diff --git a/.travis.yml b/.travis.yml index 6f9dd8e1..adacef74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,17 @@ language: objective-c -osx_image: xcode10.1 +osx_image: xcode10.2 env: global: - WORKSPACE=Example/PopupDialog.xcworkspace - IOS_FRAMEWORK_SCHEME="PopupDialog-Example" - - IOS_SDK=iphonesimulator12.1 + - IOS_SDK=iphonesimulator12.2 matrix: - - DESTINATION="OS=12.1,name=iPhone XR" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPhone-XR, 12.1" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" POD_LINT="YES" + - DESTINATION="OS=12.2,name=iPhone Xʀ" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPhone-Xʀ, 12.2" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" POD_LINT="YES" - DESTINATION="OS=10.2,name=iPhone 6" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPhone-6, 10.2" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" POD_LINT="NO" - DESTINATION="OS=11.1,name=iPad Air 2" SIMNAME="com.apple.CoreSimulator.SimDeviceType.iPad-Air-2, 11.1" SCHEME="$IOS_FRAMEWORK_SCHEME" SDK="$IOS_SDK" POD_LINT="NO" before_install: - npm install ios-sim -g - - gem install cocoapods --no-rdoc --no-ri --no-document --quiet + - gem install cocoapods --no-document --quiet - pod install --project-directory=./Example --repo-update script: - set -o pipefail @@ -20,7 +20,7 @@ script: - xcrun simctl list # "Prewarm" simulators as of https://github.com/travis-ci/travis-ci/issues/6675 - - ios-sim start --devicetypeid "$SIMNAME" + # - ios-sim start --devicetypeid "$SIMNAME" # Build Framework in Debug and run tests - xcodebuild -workspace "$WORKSPACE" -scheme "$SCHEME" -sdk "$SDK" -destination "$DESTINATION" -configuration Debug ONLY_ACTIVE_ARCH=NO ENABLE_TESTABILITY=YES test | xcpretty -c; diff --git a/CHANGELOG.md b/CHANGELOG.md index 75a5673c..ab984c19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Changelog -* **0.1.0** Pinned Swift version to 4.2
Dropped iOS 9 support as of moving to ios-snapshot-test-case +* **1.1.0** Swift 5 support +* **1.0.0** Pinned Swift version to 4.2
Dropped iOS 9 support as of moving to ios-snapshot-test-case * **0.9.2** Fixes crash when presenting dialog while app is inactive * **0.9.1** Fixes Carthage support * **0.9.0** Swift 4.2 support diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 5bcb3a70..dae79920 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -6,7 +6,7 @@ PODS: - iOSSnapshotTestCase/SwiftSupport (6.0.2): - iOSSnapshotTestCase/Core - Nimble (7.3.4) - - PopupDialog (1.0.0): + - PopupDialog (1.1.0): - DynamicBlurView (~> 3.0.1) - SwiftLint (0.31.0) @@ -31,9 +31,9 @@ SPEC CHECKSUMS: DynamicBlurView: b1df5415f9bd31897549e5d7077e5ec120a4d636 iOSSnapshotTestCase: 20083a7be9b8ef742610e16c79f15ad829441f29 Nimble: 051e3d8912d40138fa5591c78594f95fb172af37 - PopupDialog: 5f8057d0d01c19d6cd4984ccc533b30c797fa40f + PopupDialog: 42fb7a0bc4fafdf89fef8b5b2b127a6023f3e1cc SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3 PODFILE CHECKSUM: 745b14824f525113e600d7bfeeb81d4a978d6f28 -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.1 diff --git a/Example/Pods/Local Podspecs/PopupDialog.podspec.json b/Example/Pods/Local Podspecs/PopupDialog.podspec.json index a0c24961..64e9f8e2 100644 --- a/Example/Pods/Local Podspecs/PopupDialog.podspec.json +++ b/Example/Pods/Local Podspecs/PopupDialog.podspec.json @@ -1,6 +1,6 @@ { "name": "PopupDialog", - "version": "1.0.0", + "version": "1.1.0", "summary": "A simple custom popup dialog view controller", "homepage": "https://github.com/orderella/PopupDialog", "license": { @@ -12,14 +12,14 @@ }, "source": { "git": "https://github.com/orderella/PopupDialog.git", - "tag": "1.0.0" + "tag": "1.1.0" }, "social_media_url": "https://twitter.com/theMWFire", "platforms": { - "ios": "9.0" + "ios": "10.0" }, "source_files": "PopupDialog/Classes/**/*", - "swift_version": "4.2", + "swift_version": "5", "dependencies": { "DynamicBlurView": [ "~> 3.0.1" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 5bcb3a70..dae79920 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -6,7 +6,7 @@ PODS: - iOSSnapshotTestCase/SwiftSupport (6.0.2): - iOSSnapshotTestCase/Core - Nimble (7.3.4) - - PopupDialog (1.0.0): + - PopupDialog (1.1.0): - DynamicBlurView (~> 3.0.1) - SwiftLint (0.31.0) @@ -31,9 +31,9 @@ SPEC CHECKSUMS: DynamicBlurView: b1df5415f9bd31897549e5d7077e5ec120a4d636 iOSSnapshotTestCase: 20083a7be9b8ef742610e16c79f15ad829441f29 Nimble: 051e3d8912d40138fa5591c78594f95fb172af37 - PopupDialog: 5f8057d0d01c19d6cd4984ccc533b30c797fa40f + PopupDialog: 42fb7a0bc4fafdf89fef8b5b2b127a6023f3e1cc SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3 PODFILE CHECKSUM: 745b14824f525113e600d7bfeeb81d4a978d6f28 -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.1 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 7a284315..eb591280 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -6,831 +6,854 @@ objectVersion = 46; objects = { +/* Begin PBXAggregateTarget section */ + 462030076D657DEC3A2BAA37E0C875A2 /* SwiftLint */ = { + isa = PBXAggregateTarget; + buildConfigurationList = E7020DB2F7FE1DC1165D29E9F84E3E2A /* Build configuration list for PBXAggregateTarget "SwiftLint" */; + buildPhases = ( + ); + dependencies = ( + ); + name = SwiftLint; + productName = SwiftLint; + }; +/* End PBXAggregateTarget section */ + /* Begin PBXBuildFile section */ - 0234ECE5DF5FA813F8D17E51D1C16910 /* Pods-PopupDialog_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0A2B3307AB29F0961733FF7ABC2BA8DF /* Pods-PopupDialog_Example-dummy.m */; }; - 03D9FA1D368DE04CBC17735D036CB0AC /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = 1CFD28DD8E806C7FC8F60D1DD94D18E4 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 06F38DD26D80484050C9ED86478406F2 /* BeLessThanOrEqual.swift in Sources */ = {isa = PBXBuildFile; fileRef = 76D78DC544416AA7B261840C0F5CEAC0 /* BeLessThanOrEqual.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 0BFEB83762334C6357E3EE90097D4388 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = C0D23AE74FBEE71F38022A8F632E6028 /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0C345DBBF5EF9ED046CB579FDD401A57 /* NimbleEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5946E7F860CC934B9D1549DF9167AA3 /* NimbleEnvironment.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 0D74DB80E4766C505062F32B6C5A70AD /* BeAnInstanceOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049F3A21301630301978DB31C449A6E7 /* BeAnInstanceOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 17E51AFDFDBA721468B3B487578152C4 /* iOSSnapshotTestCase-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 35742D241DC3515A06E15B4728632533 /* iOSSnapshotTestCase-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 18416664CEBDA68367553D69BEB50CAE /* DynamicBlurView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E0223BBA36AA0ECFB6FF01267BA116A8 /* DynamicBlurView.framework */; }; - 19291565899B5113A5355002CF9C8F2F /* Equal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 372486B88E8C80961C07276AF13A7D48 /* Equal.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 1AC5D2CE6FA79327468F53B53D0A9418 /* AllPass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 035A08E3F60A5D098958E6026CE599F7 /* AllPass.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 1E2AE2B6202B65E712FE05FB2699BD2C /* ExpectationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7E31A988C27EA85EF9F4A78A277F491B /* ExpectationMessage.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 223CA7D4EDF23874D61C762F6CF51C56 /* NMBExpectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = E913E97F916EB5133D8A3279B15CBCBB /* NMBExpectation.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 22948773F0660B81265C2C17A0761F0D /* PostNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41D463C43927F82675440E7AB25A48F /* PostNotification.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 24015E2E286E2EFB43226D57C0CFF625 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DD85ED9F95134B7CF742AEDEC131B04 /* Foundation.framework */; }; - 24AC6513961FF6DC60E0FB284E8914B6 /* FailureMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = F75E407F76D3164AFE41437DC8D14352 /* FailureMessage.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 255991CE0E9BE369DDB074CFB07DC2F4 /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = 5530BE925E0F9667C79FAE6FEDF5A1A5 /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 2574D09B363D42ACA6BA589B675FFA26 /* CwlCatchException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7427753F1DEC1A450240126449063ED2 /* CwlCatchException.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 26B0271CA278A716915DD65F28D46912 /* PopupDialog+Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = A05F60E199D934612BE33F3F40574875 /* PopupDialog+Keyboard.swift */; }; - 28A7BD7EB950A9B9E90C0733EDA5DB21 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = DB876877AA8574FFBA2DFA248F78D988 /* FBSnapshotTestCase.m */; }; - 2C98CE56B1655FCBBF1394FCB295EB4F /* PopupDialogDefaultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A71DA7B9DCEA6411BE21BE1759DFA032 /* PopupDialogDefaultView.swift */; }; - 2EF89DB591335BFB29606E0706E66D9F /* NMBExceptionCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C4996EDC7C28B2D3E651571F99A2E35 /* NMBExceptionCapture.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 311A88103484507E3D1A711F58984A7F /* PopupDialogDefaultViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 699FD8262C5DC0BC1C1BB5DBEECFFBFF /* PopupDialogDefaultViewController.swift */; }; - 32438A19A5AB04AFAE267B8E7ACBFC95 /* DynamicBlurView.h in Headers */ = {isa = PBXBuildFile; fileRef = 436C91A711DCDF529BAB1C0869033A27 /* DynamicBlurView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 32C70F4E43D4EAF4DEB2839944E67C0E /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = 91CB54C4E2118BF8920216CA49E917F5 /* UIImage+Compare.m */; }; - 3312F77A6C289F2CEFBF0C1D98431671 /* Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = DD42AA141768EB5892696E7C87DC4AE2 /* Async.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 350C051E271508531C90540A2496684C /* CwlCatchBadInstruction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2BED181A2AA9D26686DD6EC00A166C8E /* CwlCatchBadInstruction.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 366B8CEF24B182A443FA637C03DE5E61 /* PopupDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 798563A7E3950FA81D9E5E6318C21A7E /* PopupDialog.swift */; }; - 37C3C6235A5DDB8E37629314CF0E8489 /* ThrowAssertion.swift in Sources */ = {isa = PBXBuildFile; fileRef = CA1A1227F90302D8C0B5FBFAC265B6D5 /* ThrowAssertion.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 38423C6F928999BB910C104B4E5BDDFD /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE0F82738FBF695DD139D0EBED16F6FD /* QuartzCore.framework */; }; - 3C0D99EED837A3AD705A664503EF48DE /* NMBStringify.m in Sources */ = {isa = PBXBuildFile; fileRef = 0392CCCA4B589C0E3D5CF9FA420975E9 /* NMBStringify.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 3F05A840AD943C7C5E7D87D918A0D312 /* TransitionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D306518EE7130B60E59177D30ED3EA8 /* TransitionAnimator.swift */; }; - 42A9F49A3D23555A2EC71F3E84E435FB /* DSL+Wait.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E5F4BDA43FA0B5E71F20E538C8A2EF /* DSL+Wait.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 42C12046999900AE237432B32DE02708 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 41C0FB2ABE47D982FE05822A9C71C303 /* FBSnapshotTestController.m */; }; - 44F6B7EB2EAF73218A16F56D45C877A4 /* MatcherFunc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 18B181620DEC87170BC6D2F4239DAD15 /* MatcherFunc.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 473890E28EFD83405BE110848930F6A6 /* DynamicBlurView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2BCF451557AAFF475D44027B7CBE3026 /* DynamicBlurView-dummy.m */; }; - 4B8C9F91C438BFFCFA146A2AA5E0B372 /* PresentationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = C05D1AF25B11CCD91E7FA18699C250B2 /* PresentationController.swift */; }; - 4BC738EA304E6FA57294B9AAFEC56F70 /* Functional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2FB983E8BD393C07910C4AB7D4940326 /* Functional.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 4C093ABFA796CEC3AC89C1B9DC36841D /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = ED6F622BB35C46C3CF7F49E114F0A293 /* Errors.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 4C39C8C05FBDD3D30BF5ACF2D74DB5CD /* DynamicBlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = EC98D3F8FB77A606E1832C935A47E48C /* DynamicBlurView.swift */; }; - 531B110C6B0B9E83FFC106D88183BA08 /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 428D0FA6B477ECA2EE617A6855C4C9D7 /* FBSnapshotTestCasePlatform.m */; }; - 53A0EC85871552FF6043D58BD0E870C2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DD85ED9F95134B7CF742AEDEC131B04 /* Foundation.framework */; }; - 562B8E7BBB3176E837BEBD6D24DA7EF4 /* NMBObjCMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = A20947584CEB45E0FA13EB3B245254A7 /* NMBObjCMatcher.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 5747F17B237F1ACB862F3F2911E5CBB1 /* BeVoid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D1A51B8872C51C4AC3CCF9D9BA4B4C9 /* BeVoid.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 574F89786271FD7BAD216D075EA1E898 /* Nimble.h in Headers */ = {isa = PBXBuildFile; fileRef = B0349A6968537E4F75CEE6E02CD128D4 /* Nimble.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5895EA4D5666103B2CD4243690487D07 /* RaisesException.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5494F5B2695C90475F6ADFCAE8D9618 /* RaisesException.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 58B249717B134855DA1DF182DF0AEDB9 /* BeGreaterThanOrEqualTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93A6249C79251F5780EB134D0EEA36A0 /* BeGreaterThanOrEqualTo.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 5A0CD87A3ED90370FBE9C2D34D28B831 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 7CE783C6C8E668E9FB85232682BD9356 /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B8437965913274A42B48AC0423028DA /* CGImage+Accelerate.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2156C83E10FB886EAA0BAE045209E1 /* CGImage+Accelerate.swift */; }; - 5BA1006DAFD72ACF9F31DC95096FD054 /* mach_excServer.h in Headers */ = {isa = PBXBuildFile; fileRef = D3AEC75F3DC7CFF9CCBEF9B11FF0BBB8 /* mach_excServer.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5BC051B7DC475C5625FD59CB458F0E34 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DD85ED9F95134B7CF742AEDEC131B04 /* Foundation.framework */; }; - 618C13D4020EBA363997EFB60A56AC20 /* DSL.h in Headers */ = {isa = PBXBuildFile; fileRef = C0468E6DBAD885B41BF555F34CF8A730 /* DSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 62A3D36B892ED9C9A3210134C97FE3F9 /* NimbleXCTestHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8BDBD922144E8531D7DC0800AFDA3E7F /* NimbleXCTestHandler.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 65543D57B73C18A8AAE5441694E6E758 /* UIViewController+Visibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5BF31127C7A6951E95CAB974C0D5E2E9 /* UIViewController+Visibility.swift */; }; - 66D3DA2225488356273B3D0AB83DA268 /* CwlMachBadInstructionHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = A792DFBC3A091F87F55821428D475A72 /* CwlMachBadInstructionHandler.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 68712CACB9AEC6E3FAA9DD19D1A51809 /* PresentationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11C6A2D6A0B7E66B361637BDE803D757 /* PresentationManager.swift */; }; - 6985430721C89135D5B4CBE13357EC31 /* DSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B5EE74208A1286206214B0C9B6560FC /* DSL.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 6B124A4D8EB28A918E0C87F2E75D94F8 /* MatcherProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F9ECAAA5C707B1346AF6CC93DFE014 /* MatcherProtocols.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 6B2DF45B9BFABD4BF3DDC503F073FB71 /* BeAKindOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42985FB734824186D67FDB75B2B98D32 /* BeAKindOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 6D55BC3FA411C007E752EFC1E657E886 /* UIImage+Blur.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CF9C982C839113AE8E8B16E188E0C4C /* UIImage+Blur.swift */; }; - 6FE504E9ED5B37C05CFC2A530019AE5D /* BeGreaterThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 742143746CF8F8F16EE9543436AB0532 /* BeGreaterThan.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 74605907C211553B00F09768BEF12834 /* EndWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = D97BCB409D2B655824CFB18B04D96B2B /* EndWith.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 746D0DBAF8EB27CA816CFD021DE2A7A1 /* SatisfyAnyOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = F956FA9BA438DCE7D4678FD0351B3B22 /* SatisfyAnyOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 7485AAEB633B78268D656D019B77E023 /* SatisfyAllOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = FAFC61AD05E7D8BBA5AD80F48F2AE692 /* SatisfyAllOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 79FA255F43C9E42470C9720C0604444F /* Nimble-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 8A5867BD1929448B439BC16BD6FAE711 /* Nimble-dummy.m */; }; - 7AA9A7388AF44BB4EB2111CEDB29A666 /* MatchError.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEA4B697F1EC1594EFFE7F27ECC56F0F /* MatchError.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 7E075AD09D73E21B69F31798ECF487C6 /* PopupDialogContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = A322CBE83E1057084E113AB3B0110503 /* PopupDialogContainerView.swift */; }; - 7E9758A7ADD849692E569A2C5BBDCE94 /* CaptureQuality.swift in Sources */ = {isa = PBXBuildFile; fileRef = 49977B15712652025308D26C9AA2B7C6 /* CaptureQuality.swift */; }; - 8050C10B78F2D1DD98A2F3E250A24AD0 /* CwlDarwinDefinitions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9699B62C9398BF671FFB93B5F8159466 /* CwlDarwinDefinitions.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 81E8993F25C04D618C0ED4816517F99C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 59F3A893FB3E6B91DFE7496ECE0C8E07 /* UIKit.framework */; }; - 844EDCE06A5F272C8BE0C994DAA5F2EB /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 160393F9B788742C8E069FB0B151DAE1 /* SwiftSupport.swift */; }; - 85107C3BD627EA89CC1EAB25859EF85D /* AssertionRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = DBE0A30351E461EE6E8492AC3839A4FA /* AssertionRecorder.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 8BB7F5B7E3E77CF25E64E1EAD1A26E68 /* ContainElementSatisfying.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF004DE10A237AD1FD63C67BE54A3E53 /* ContainElementSatisfying.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 8DD949008257CE640EE411DC5207A26D /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 05870699F77028072D8F7981A232E665 /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 8E83E547D107FFC8B596829313AAF38F /* BeNil.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE861F8DCCB0E7AD155E46C464AA1E6C /* BeNil.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 9096D686AB39D3475A4227F0765C3DC4 /* Nimble-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C6436C86B285A829F576F70B32E62E3A /* Nimble-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 91357CD33BB87215580DE96389D5BD58 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DD85ED9F95134B7CF742AEDEC131B04 /* Foundation.framework */; }; - 935558F919649CDE3784CBD344D3C008 /* Predicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F9FF17B9939004392EF5D89AED9C472F /* Predicate.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 944E741F111A744842D5B4F43A045752 /* UIImageView+Calculations.swift in Sources */ = {isa = PBXBuildFile; fileRef = F90C77B17A34A3106308B818BE2B368A /* UIImageView+Calculations.swift */; }; - 97A60F28FA1FF94422D2560002CEE407 /* NMBStringify.h in Headers */ = {isa = PBXBuildFile; fileRef = B45B93C5A2AAEDEE8094950AE670917D /* NMBStringify.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 97EE56F66DCD3C983D0585D8F45FDB6A /* BeIdenticalTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AF31D82F178513EAB140493FD3970C6 /* BeIdenticalTo.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 988CE191249034461B77C6B0DB40C77C /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = B5DE73CF2F7151B0EA3FD3A9AE199375 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9A0EB2F0A468E4576E776AE1E9221E7A /* CwlBadInstructionException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62D64AFC26FD6FC8950B8083E4440235 /* CwlBadInstructionException.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - 9A2510E8F586D4B2F5447F1E0295DFE0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DD85ED9F95134B7CF742AEDEC131B04 /* Foundation.framework */; }; - 9AD5CAF161D8C972BFC5B456E23F68BB /* Pods-PopupDialog_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 9EE967C22F5B34233371476B825830F8 /* Pods-PopupDialog_Tests-dummy.m */; }; - 9C22921616DC80691662977DDEA6B2C4 /* BeEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5104A02FB2C024251FC89889EFA46CF5 /* BeEmpty.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - A09F5C10BB8AA7153BC6D943EAF532D4 /* UIView+Animations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4C7AB2EF74D4E47062DF548FCE3A5772 /* UIView+Animations.swift */; }; - A10C69D1C5B459EA34C465A44D8BAB86 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 93C1CD1D8099443DB18D9A4328F6ECFF /* Accelerate.framework */; }; - A286AD495C5D4520ADF2ECE7786EF950 /* Expectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78521B22081F542BB96D81D7A0367828 /* Expectation.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - A490FAE0B78B47AF739B0DAFC1DC5AD6 /* DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4F6D7AA672F04A67B5C56FF92997DAB /* DSL.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - AC6A33C93C6A45A72E41CDF4ABE899B1 /* iOSSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 028CF5FADBF3CCA0F623D0D67FA10226 /* iOSSnapshotTestCase-dummy.m */; }; - AD5D759A5CE47EF38847CE06E23BA694 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 64256367D2072E68B302E8469C4FCAFC /* UIImage+Snapshot.m */; }; - B0DDF6CF37C3AA33C92E974F8EF41863 /* PopupDialog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E1DBA74928D1712C2FAC1149A3988D32 /* PopupDialog-dummy.m */; }; - B2F5395D43472600D7BA7E26E3772069 /* BeLessThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6D9E48C1BF4E26D387E1C54C4F7191F2 /* BeLessThan.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - B30FCDD03BFE82B7E9776FD9CE3A1C51 /* Contain.swift in Sources */ = {isa = PBXBuildFile; fileRef = B9F86143A8B3382B873A80134A5EA6BE /* Contain.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - B3895E766FFE0B7DF58F4D0BE246221B /* XCTestObservationCenter+Register.m in Sources */ = {isa = PBXBuildFile; fileRef = CDBF1EE8C6BAE5194C9C973A597C7550 /* XCTestObservationCenter+Register.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - B3C3D7DAB6567A273DA50FD2068AFF77 /* NMBExceptionCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 76A52570855E113BD4B28EFAB9EA2C3E /* NMBExceptionCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B42501076134C166C300D8349DB9D468 /* PopupDialog-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 9124ABD1E7E2CD5342291828D8C6D7AC /* PopupDialog-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B6F0D7C04121F97B1D4933C0168278EF /* AssertionDispatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4BC20C7B70338C283A371F95B17865D8 /* AssertionDispatcher.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - B7ED1B41F56087971B656A2E38322310 /* Stringers.swift in Sources */ = {isa = PBXBuildFile; fileRef = E47AA505CB7B1476D51A54456CB7EF60 /* Stringers.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - BB39142B1802E77449F25C3D83ABC75D /* PopupDialogOverlayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D86E024881AB62A72D24B2DCED851A68 /* PopupDialogOverlayView.swift */; }; - BEB8082717D949400F2DE3458E75CBE3 /* CwlMachBadInstructionHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = 0D37A8D166837E623E57E0859F702167 /* CwlMachBadInstructionHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C5305DE0B553BCA7361C3997ACD70FFB /* mach_excServer.c in Sources */ = {isa = PBXBuildFile; fileRef = 65BB3320189E349B3C28931EE51B87E5 /* mach_excServer.c */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - C54145BF50C86788D20B8FFBFD01A8CB /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 049EAAA6F879AB21214F57ADF7E76562 /* XCTest.framework */; }; - C7983DA15FD0FB2F81BB33BBC490210B /* TransitionAnimations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20CB5B21A70C1625FE0B545AAAB8C517 /* TransitionAnimations.swift */; }; - C7F20677D9BFCDD09D1C8425F01872BE /* BlurLayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 064672EA6DBD7005E4BA8182C7F54155 /* BlurLayer.swift */; }; - CA77FF0FFAEE74AF517DBC2F2440546C /* CGContext+CGImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 56DEE00D929C3FAA307A4C190B8FA60D /* CGContext+CGImage.swift */; }; - CD723D363A38F2EE45AC05FFE6DD06C2 /* Pods-PopupDialog_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 61B8B92894F5CC0AB7AAFA24D1F957B4 /* Pods-PopupDialog_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - CE1287DA39DB4208F5511CE47FE8298D /* AdapterProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0FE848D266AF3ABE3C0F25D2FB283DDC /* AdapterProtocols.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - D2D969B5A85573AF0ACDFE202EFC5B8F /* DynamicBlurView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 12D025F066E9AAA72557EAD0EA002705 /* DynamicBlurView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - DA257CBBCAB6C22BA5476F983AC78BB5 /* BeCloseTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 948DDEEC6165667C2B7E58275D2A7171 /* BeCloseTo.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DA4FBA76599ECAB9A1993F119A41359D /* SourceLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = F3B6B88B674302268D261E216BCEF0C4 /* SourceLocation.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DAF21E37BBBFD5D408F514E867A5936C /* ToSucceed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 387F85B339AB8939C07353552A3A2540 /* ToSucceed.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DD2EB3198539280E2F07F0E360AFF324 /* BeLogical.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1DB43FE644F43839547EACE7EA9ADB3D /* BeLogical.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DDB89D0F2F9422FEFF8D3ABB4B1FC7F9 /* Match.swift in Sources */ = {isa = PBXBuildFile; fileRef = 88AC772E12E220F25C1D6B9A903311BC /* Match.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DEEDD0D7C0369178EC867A59373F6380 /* Await.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C471C00FF271E25443062FE2D69A2CE /* Await.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - DF7CF1941236840A89D99B233E4DC086 /* BeginWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 09C413F00E580A7D0992D27D7B9A12F2 /* BeginWith.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - E454528E8D39931207848DACBB617A4C /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68F90F031A106B9C0F34D058254C379F /* Expression.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - E5EDF56F24BC532E64B2B6C805119970 /* TrackingMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2E5614CABD86F05B53427EABF75F0BF0 /* TrackingMode.swift */; }; - E85EAC40F42C10F327BE0BCF39C2DF3B /* ThrowError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1484049B4A60A3A96D7F176B294FF2FF /* ThrowError.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - E984CB87ABF0DD970BD4B856DEA35E1A /* CwlPreconditionTesting.h in Headers */ = {isa = PBXBuildFile; fileRef = 88131E1A0F1684F16D16EE0797704063 /* CwlPreconditionTesting.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F088EE1AE386EEF27AC934DE13F455BB /* CwlCatchException.h in Headers */ = {isa = PBXBuildFile; fileRef = 7C626EB5BE9FA412846FE2AC62F01D48 /* CwlCatchException.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F0F0FBC40CDF5A7287D769CB2F53AEB8 /* PopupDialogButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5516058C968E6F082347BC5220F0453B /* PopupDialogButton.swift */; }; - F196E1375573C3D4EE3A9BAADC23775E /* PopupDialogDefaultButtons.swift in Sources */ = {isa = PBXBuildFile; fileRef = FBCEF40D7038A23C3DEE9AFF141C3B4B /* PopupDialogDefaultButtons.swift */; }; - F32B9D0318D13B740E6D88E16709FEA3 /* HaveCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 28140C6E5B7B3493391E4703990E1790 /* HaveCount.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - F4EE282D8435D54A662C6DDD30A3D2CD /* CwlCatchException.m in Sources */ = {isa = PBXBuildFile; fileRef = 6C481D087FB18452F72BE5D97638B389 /* CwlCatchException.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; - F5BE59D1DEDDA96F9589B343D1392530 /* InteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4844BC4C859261A1B3EB767258BC37CA /* InteractiveTransition.swift */; }; - F7B2DB84BE0344D0899FA5165A5670B0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 59F3A893FB3E6B91DFE7496ECE0C8E07 /* UIKit.framework */; }; - FD5345BA620698C24F2AF1275EB7B3BE /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = 3DD44184FA7E41341959B3EC69D89C7F /* UIImage+Diff.m */; }; - FD8D37A4886C5E0550814233942BCE4B /* Pods-PopupDialog_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 152FB453A99C72EC14934DD10B0A2BF2 /* Pods-PopupDialog_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE7E604D7DC993062746EE8AFF8E6E31 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0DD85ED9F95134B7CF742AEDEC131B04 /* Foundation.framework */; }; + 028DF0FD8A2D44D80EB0313263408364 /* CwlCatchException.h in Headers */ = {isa = PBXBuildFile; fileRef = 74823AAD4B57CA924A7ADCE10A08B72C /* CwlCatchException.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 05B0FB93D36C759F7614D065FBC0B164 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = 8585C63BBC446F4E8A88731650241983 /* FBSnapshotTestController.m */; }; + 091E200786E28C6766A07D636E0B33AB /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = BE9753BAD372FFB193C0F38512BDB87E /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 0B4955FACB8418E80447FBB5B99CD5C1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA075E3BCAFC670A0D5A3C1796CE7327 /* Foundation.framework */; }; + 144BDE93E26654901B4FB21484EC77BB /* Pods-PopupDialog_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 29744CD016B1185AC562D0482E20989D /* Pods-PopupDialog_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 148034F66372FB0115EB12D52EA2545A /* MatcherFunc.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AABD3AA8D14DF1487084914771264AE /* MatcherFunc.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 15A3B154223AF927E93AC5C83732F8C1 /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = 8D41491FB9AB86E87AD99971C8A6B13F /* UIImage+Diff.m */; }; + 1ABBEF76CF516143AC4C3CD3743BACB6 /* TransitionAnimations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 38D83146DF4CB712F570F9D8D91A29C5 /* TransitionAnimations.swift */; }; + 1B57A0387C2CBCCF616043C57BB60215 /* XCTestObservationCenter+Register.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C10507EBB8AA3756829FDC5FAC25C81 /* XCTestObservationCenter+Register.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 1E60789D3801FE2CCFCDFE262CDB2C39 /* DynamicBlurView.swift in Sources */ = {isa = PBXBuildFile; fileRef = ADDE6276688C7E8C98EFB817A5289DBB /* DynamicBlurView.swift */; }; + 1F6FBBBBE38178FA36B2CB60271A0D1E /* DynamicBlurView.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 38328F060AF39895E284A3811EC4A9BD /* DynamicBlurView.framework */; }; + 25061DCFE254B9A51567D57282FD09B6 /* BeLogical.swift in Sources */ = {isa = PBXBuildFile; fileRef = 80EE28C5B16EAD867F263D863CA8FC4E /* BeLogical.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 258AD4ECFBD18E67F0B18FE3CF9B1AA7 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = 87F785A29003BAC86FB78E9905A624B6 /* UIImage+Compare.m */; }; + 28AFE7BE0D55B9EB0436F652CDC0BF0A /* PresentationManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1B91546848953EFE3B8A19F21DA855A0 /* PresentationManager.swift */; }; + 2A244420894E5360D3E2E7FEC79AF783 /* NMBStringify.m in Sources */ = {isa = PBXBuildFile; fileRef = 0D76BEEE5B32330195FB03044C3E4F44 /* NMBStringify.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 2AF068B3ADCE1AB7D890EC0684C83B63 /* Await.swift in Sources */ = {isa = PBXBuildFile; fileRef = B566E4F7B3B6C3FBFC3D25B4DC4F4CA1 /* Await.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 2B29853C2CD8A22239F8BA8AEAD7D870 /* UIImage+Blur.swift in Sources */ = {isa = PBXBuildFile; fileRef = BC12B991F5D923B49A7E6F2B282A2058 /* UIImage+Blur.swift */; }; + 2B53456A071A2F00B3D1DF5F58E248E4 /* NMBExceptionCapture.h in Headers */ = {isa = PBXBuildFile; fileRef = 4CFD05A4ADF118B4F237803DA904434C /* NMBExceptionCapture.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 2B79FFCE612175372C451F1653D32D84 /* iOSSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 1243339E448CD16D18717B50F920BB09 /* iOSSnapshotTestCase-dummy.m */; }; + 2C1BD5BAE866697E817108A191FB28B6 /* FailureMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4677A1DC722B43705A27698CD6BFED09 /* FailureMessage.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 2CCCE84C7A1952595015411C9A436D3F /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2C5299414864EBA7403DB7EB7300E148 /* SwiftSupport.swift */; }; + 2F1DFFA18F8227FF0B226B3E0971AD20 /* BeIdenticalTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8D3E08FF2BC522160B297D24F3DA657D /* BeIdenticalTo.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 30FD6CA8052FBCAD2D41DF768AEF5D49 /* CaptureQuality.swift in Sources */ = {isa = PBXBuildFile; fileRef = 64091636CB0FA64C3BDF5E1799181546 /* CaptureQuality.swift */; }; + 325558B7841069C5A237F82E8C6C473D /* DSL+Wait.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35165D0C2642FE0116B49AA4F537ACB8 /* DSL+Wait.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 37C28AD0CD393A0063A6E3B3400643EC /* AdapterProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5D0DC3E3B34D8BC8DEB09101BF7DC18 /* AdapterProtocols.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 37EC39C7D93118336AF1E98E9C7BAAA2 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA075E3BCAFC670A0D5A3C1796CE7327 /* Foundation.framework */; }; + 38E861DE6E72CED4680AE094D99B77C2 /* ExpectationMessage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0C577112BA5BA61FA2DA28270C5DC2ED /* ExpectationMessage.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 3E0EC3B170A3018A620D85099A090B49 /* DSL.m in Sources */ = {isa = PBXBuildFile; fileRef = 3242E237431529C3360DC01E63A37357 /* DSL.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 41C177B80002765D079AC76D27E681FF /* TransitionAnimator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFD5FE2A53D91BCAB12D921FBF4CD0D0 /* TransitionAnimator.swift */; }; + 4301C742FE4B509A8DC1504F367EEB99 /* Nimble-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3EDE5D2AFC33018AA44EDF7079E6C8EF /* Nimble-dummy.m */; }; + 43F296FD5616B0ED2AFB31D98B37B1EE /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = CF7931B37ABE8616C2C5EE19B47E0DDC /* FBSnapshotTestCasePlatform.m */; }; + 45B25D082BF52A41858126CE82885AD3 /* DSL.h in Headers */ = {isa = PBXBuildFile; fileRef = E048057C6B26BCEED88BCC32460490C6 /* DSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 4808EAAB76DB5DA6290FF72A19AD872E /* PopupDialogOverlayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C0421D68D0732E11A840C60681F90E79 /* PopupDialogOverlayView.swift */; }; + 4A0338D4EF95D82B125C304D02D5DA2F /* NMBExpectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6ED3B51EEE439AD9A185845300BF06AD /* NMBExpectation.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 4AEAB6E35C5D3C704C9A55CFC315C982 /* Match.swift in Sources */ = {isa = PBXBuildFile; fileRef = F955CA621E1387D18B6737FF34FECD4B /* Match.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 4DE6EADE9A71BF90004C24201D5B8E0D /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = 30B622D6D13E7E41B1E38658218CBA00 /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 51D822E3615B158048411AD97501AEB4 /* AllPass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 200A77E157E470437D3C032888ABC3C4 /* AllPass.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 542DF141858D476C903B497D200C9E2F /* PopupDialogContainerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7F3B2BBF0FD8172393A0D3C72D33A9 /* PopupDialogContainerView.swift */; }; + 54B34FD4ABB0FE120E25F5189DA213F1 /* PopupDialog-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C02E3E9B4CD484F229C00E686266FB17 /* PopupDialog-dummy.m */; }; + 554593DE4755E5BF39C765037C0111FE /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F2D87DA8397960596B1F5731D378B50 /* UIKit.framework */; }; + 55F0D512EE0320AB90253B2A0F149614 /* BeGreaterThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0648E1602C901BD99D761CFE85054D0D /* BeGreaterThan.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 56775B822D73E8E27D53C4A8F93593AB /* BeAKindOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 52A81F33A5D84847EB12A37057C44A7B /* BeAKindOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 5C41F0CE907C842E5D662C74836EFBDC /* PostNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE582858E444F78FF47160866AA54BC7 /* PostNotification.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 608181B47864A58E1C3B7B0AD0FE1FD1 /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = B87A13D66557F8250802FF7BC30E391C /* Errors.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 6193AAE31B8DDFE2B4FD667055CAE810 /* mach_excServer.h in Headers */ = {isa = PBXBuildFile; fileRef = 0BD82EB3728DE03DCC8F5AD53A6C1753 /* mach_excServer.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 66BF5BCB2E0E11257E427A19F0CA69BB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA075E3BCAFC670A0D5A3C1796CE7327 /* Foundation.framework */; }; + 6892F564CC7FFE1680FDC431F5E66416 /* ToSucceed.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1F48B91B4064EA92FA60D4455FBF0257 /* ToSucceed.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 699AA6D35A7C549B72DF9DF2DA356283 /* BlurLayer.swift in Sources */ = {isa = PBXBuildFile; fileRef = 817F8878287639D4DD0224A69EA75047 /* BlurLayer.swift */; }; + 6AF32EB2E58E09B85C53A735BC162BC2 /* NimbleEnvironment.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8F05F0FE2AD0D7B08BB3F5A14E13573C /* NimbleEnvironment.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 6B4180B400F5F4BC3E85D36C3F9F5821 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1C7B47AEA8507F032FA94B515EA3FAE9 /* QuartzCore.framework */; }; + 6BE8158D44809BA48B8B85EB4F92A45B /* EndWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36DDC1C4D729976F1145A8935F22BCDD /* EndWith.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 6D43C958217DDF52EA577425F130C245 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 27BA8A345B5729D15B3AACDDC93424DF /* FBSnapshotTestCase.m */; }; + 764666F465F544BCE897E3BF4BAFD38F /* CwlCatchBadInstruction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5C61567B81BB2E922D32901B1A352946 /* CwlCatchBadInstruction.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 76F766F6D0B6D09D5158F42A55AD0F29 /* BeEmpty.swift in Sources */ = {isa = PBXBuildFile; fileRef = 049FF961807D2CCFB4BFB006B3F6903A /* BeEmpty.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 7714F044B1FCABBB1C097A62A2A36760 /* Predicate.swift in Sources */ = {isa = PBXBuildFile; fileRef = E99CE5007733C4DAEA48881B1B8ADE74 /* Predicate.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 77A0C071248147C59F2AD9EDE5D9025E /* NMBStringify.h in Headers */ = {isa = PBXBuildFile; fileRef = 8D07B970FABF9B765FD43E03FBDD544D /* NMBStringify.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 785338FE484ABFB22EED6B979AC47AC4 /* NMBObjCMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 17658872231DBE64CAE55AA7B703F18A /* NMBObjCMatcher.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 7BB6491AF900FAC4353B3DB6649DC259 /* SatisfyAllOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = D287538FE9D0F5D3103907FBA0F711F1 /* SatisfyAllOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 7C7A79A8BEE1BEDB839CFA6F74E99C7E /* BeNil.swift in Sources */ = {isa = PBXBuildFile; fileRef = A67141F192016214363002CD81041EB2 /* BeNil.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 8189AB429E5264D1443941BFCEF26AFB /* PopupDialog.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95BA7DF0C033737DEE656977B7246131 /* PopupDialog.swift */; }; + 82DE69D2E7FDCA857DA010C5440D9222 /* BeginWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9229EA4AF176F697394404461DF72DBA /* BeginWith.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 83604F2F98561C2DE46A70CF3AE03D56 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7E200B17B93288E7C000F89157FC6CE9 /* XCTest.framework */; }; + 839A40B87D37A40C7AA29B800E333724 /* DynamicBlurView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 19BE1001CECE5FDB557512C1C892E151 /* DynamicBlurView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85A4019248D92500E641D01E1AD85724 /* CwlMachBadInstructionHandler.h in Headers */ = {isa = PBXBuildFile; fileRef = D82BCFDBBAE6BD68E1CB4043767DD315 /* CwlMachBadInstructionHandler.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 90D48E81FAE63982EAA8DE7E68010353 /* CwlMachBadInstructionHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 64860498EAA97994F29592BDBD85AB38 /* CwlMachBadInstructionHandler.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 91D72D53DEE7E861FC51B58432A07C24 /* Contain.swift in Sources */ = {isa = PBXBuildFile; fileRef = DF8B64BA61B3141DD5976B92851DBC25 /* Contain.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 931F6BA94CDA2C88C3E446AB7359437B /* CGContext+CGImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE1358942C6DCF9745029C7914D4F182 /* CGContext+CGImage.swift */; }; + 937D90C2670CFFB0A35B291A75F9009C /* CwlDarwinDefinitions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79BB1E107157AB7C46336D7728F4AC69 /* CwlDarwinDefinitions.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 94BCC7B3DF53D9802499B98ABDC3FB05 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7F2D87DA8397960596B1F5731D378B50 /* UIKit.framework */; }; + 97BCA6C4414C737B5A3F616ECB87D63A /* PresentationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AC7179BE06255B0BF3AA15CFD7235156 /* PresentationController.swift */; }; + 97BFF30F9CB958E74517131650D5BC7C /* mach_excServer.c in Sources */ = {isa = PBXBuildFile; fileRef = A1279F9C7CB28560E947BAB8241A24F9 /* mach_excServer.c */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + 9A0EADA9585165E1063D26C596C546F2 /* DynamicBlurView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C00E7D44ECF69FE5460B080571C2FB66 /* DynamicBlurView-dummy.m */; }; + 9C25BC723ED8C3D2AD876B9CAC53B173 /* Nimble.h in Headers */ = {isa = PBXBuildFile; fileRef = B9BE98E4FDCC94E0DAA530D3355D3FC2 /* Nimble.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 9FA84BEFB9A6EBCD81771B3BACD1B6D7 /* BeLessThanOrEqual.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CD84BE03AE82DE3BA117239FC964D53 /* BeLessThanOrEqual.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + A5174F63D2FE4B0D01BBE018F09BC2A1 /* RaisesException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AEBB59DAF48A0CEFB4F5297AEB3779D /* RaisesException.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + A7B7DDC792B0646E6BBC93DEBCBF1A86 /* CwlCatchException.m in Sources */ = {isa = PBXBuildFile; fileRef = 7186A4E63E259BF85CB22C8237BEEF4E /* CwlCatchException.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + A822E02EFA49284044CEDFED620F796E /* NimbleXCTestHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F50BBB5271703EBEB2D8DC62A1B87F32 /* NimbleXCTestHandler.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + AA4E032922B89B6D052F14D0C0AB250B /* SourceLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 150E79AC1ECCCC04306BC175588D3351 /* SourceLocation.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + AD4E0E8A55D8BEA2EBC4D011D0A7B212 /* BeGreaterThanOrEqualTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7B9A767D2961EF0F8B7FD646793BEDF0 /* BeGreaterThanOrEqualTo.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + AFBF35BD00F64E9B7B23C718F1340666 /* PopupDialogDefaultButtons.swift in Sources */ = {isa = PBXBuildFile; fileRef = 667AE1285750252FDFEA407317858F9F /* PopupDialogDefaultButtons.swift */; }; + AFF5E68DF0232B4E331A2A6D07A23EF6 /* TrackingMode.swift in Sources */ = {isa = PBXBuildFile; fileRef = E905F165F47AD6C59D19D988CCB1A1E1 /* TrackingMode.swift */; }; + B01AA54C73F2D6B3C7240E81AE5B7EE5 /* BeAnInstanceOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87838F7843F344E484A1E26218D90F8B /* BeAnInstanceOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + B0EBBC56A849150DCF4CACB5DA6AC44A /* CGImage+Accelerate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 455DC35380748FE9C8AC10A6791D8553 /* CGImage+Accelerate.swift */; }; + B10D7CDB5826C2AFD79C2E255BCD5F05 /* UIViewController+Visibility.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9B7C91CE0BEF5AD7EBE599E18BA6F6A8 /* UIViewController+Visibility.swift */; }; + B19CC4DDE469AA715425DF205252DF09 /* BeLessThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 104768EF226E926A18F524E8C79C0CE7 /* BeLessThan.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + B23CF8A9066EF6B3739E7E8868A2D6C7 /* PopupDialogDefaultViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74D9842BCB672CACFC947E250922F87E /* PopupDialogDefaultViewController.swift */; }; + B5DCD95D29D1251E9F7007D0D752BF3D /* UIView+Animations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9D832BDD2D3D8BC23F7550A2680D3AD1 /* UIView+Animations.swift */; }; + B7E2AB7A6C70C55094F252AFA84AD9C3 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1E941EF8F373F12B868892D01A1BA655 /* Expression.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + B8FB2D067E0C5605457C188F19392785 /* PopupDialog+Keyboard.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C8894F8D3D2B3BA57C2A7BC7D100798 /* PopupDialog+Keyboard.swift */; }; + BB37A7C8F86DF110FBE474CCE487F88B /* PopupDialogDefaultView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3AA35D35E0EC672D7AC55914FA29B4EB /* PopupDialogDefaultView.swift */; }; + BB4EF29493E23FCD573A571EA2FC2691 /* BeVoid.swift in Sources */ = {isa = PBXBuildFile; fileRef = F5CAF1B1DD973C6246CC3DB8C8E3DEDB /* BeVoid.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + BC87DC0E426ED91DB6BDBF2DF5BF2E3C /* Equal.swift in Sources */ = {isa = PBXBuildFile; fileRef = 83DAF84EA18303E3BB7DE997060F15DD /* Equal.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + BE9631B3CFF5881B6C29BBA43FD8B81E /* Nimble-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8FA2D4A0B3E941EAC2405224507125B9 /* Nimble-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + BF886FB46C3CDABBD1583AF65B051021 /* AssertionRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = AD102EC8424E9B47199994939DEEFCB6 /* AssertionRecorder.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + C21C81182C2082520FFF8A70B6C01A7B /* Pods-PopupDialog_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3F8CFEBEEF998FFE137C33CFF02EF8D6 /* Pods-PopupDialog_Example-dummy.m */; }; + C2D51D0E38F630A8A468843702A90348 /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = F22CD88D4A163E52EFC06779F30AAF0D /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C3E37DE60D2E23308D089991D99BB571 /* NMBExceptionCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 9FA77AA498A074ACC80A4D92592F369C /* NMBExceptionCapture.m */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + C4F69BE250F3575D749A5E10CB782F9A /* CwlCatchException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 310A46556D07A0296C66D5864B4B1822 /* CwlCatchException.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + C608CD5014667D549210559A33CA1892 /* DynamicBlurView.h in Headers */ = {isa = PBXBuildFile; fileRef = 16F11C32475366566F3A1AE69D966D67 /* DynamicBlurView.h */; settings = {ATTRIBUTES = (Public, ); }; }; + CF780D83CD27F18935122124907C4848 /* InteractiveTransition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 325E316C92DF01A9D94DF6430091DC23 /* InteractiveTransition.swift */; }; + D0664493DF417CB8D86DFAE07F9671E4 /* ThrowAssertion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3103870D569FB5F369820BD98DC247AF /* ThrowAssertion.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + D0DE9DDC173315C08C72D6DE1B3C859E /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = 4823F2C2EEADA5B354927EB340E3E020 /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; + D1108B0B95C44070293DEC99A96E8B9E /* BeCloseTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = EE88B1AA041F9C52FFFF5D1B373D17CD /* BeCloseTo.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + D119ECF5F4F2CB90DFBA17153A844161 /* PopupDialog-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6AC75CF853BC4363E81362410CBB15C0 /* PopupDialog-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + D67390654B973701CF79FBEBBA6A6DA1 /* UIImageView+Calculations.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4DE10CE7D7C57069894709C6EBE62D5C /* UIImageView+Calculations.swift */; }; + D7CCF84F0F0D1FC2D050CA0F3EAD4E32 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5C335FD9E99D06E1D6FF9521C5F9FEB2 /* Accelerate.framework */; }; + D91179CD68BA1F5A48C16A42B6D14608 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 59632C31CC7E9B0E97E82219B426C6BA /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE170038470E8DDDBC393195336A19B8 /* CwlPreconditionTesting.h in Headers */ = {isa = PBXBuildFile; fileRef = 249EC0574A7A3B3075817EC5A0CD4C74 /* CwlPreconditionTesting.h */; settings = {ATTRIBUTES = (Public, ); }; }; + DE8627DC4C00D882077FC1D3E87BBEE5 /* HaveCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2BACD44F94D3A1EBD2170A673CE67AD /* HaveCount.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + DED2339032E336A6C72A1812E3300AF7 /* CwlBadInstructionException.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607AF5DC12915B330572F1FD9A6253C0 /* CwlBadInstructionException.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + DF8E6E6872AF7D65EB8BC55923DB0B2E /* ContainElementSatisfying.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5537BA52CB0430AAD64E042140B410DF /* ContainElementSatisfying.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + E02F32E3075511E2B030DA022EB14D2E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA075E3BCAFC670A0D5A3C1796CE7327 /* Foundation.framework */; }; + E078C238870C170DD524C8149975B22E /* iOSSnapshotTestCase-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 02293FB2EA49ECAC14876A877C5665B9 /* iOSSnapshotTestCase-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + E2E9404DF91A582434E341BAA79EFA9F /* Expectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3EFD0811319BB07458B57D9711B0061 /* Expectation.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + E34B752A6940722D74EF7323F9CF96AB /* ThrowError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 511D5F3EF0C438FA53E15FAC3DB97D37 /* ThrowError.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + E36AB6320950BF25D873CEA9F9094A48 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA075E3BCAFC670A0D5A3C1796CE7327 /* Foundation.framework */; }; + E4B82392168C3D0D09AEF735DFAE18A1 /* SatisfyAnyOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE64350AE3AF7C9DE3DA3737E70644C5 /* SatisfyAnyOf.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + E523A7C9BB3E1DD9565AD0062BA13177 /* MatcherProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = DDD154686103441586C20809DF72C72A /* MatcherProtocols.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + E6B9EDF7E7EC48A6731FB949F2D97CA3 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FA075E3BCAFC670A0D5A3C1796CE7327 /* Foundation.framework */; }; + E7B32ED09537D571B1A28C42CE9E7DC9 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 287C70787CC4C2F3ABA8597DC104A392 /* UIImage+Snapshot.m */; }; + E978590228F0A06065B7EAD5DBF21CB1 /* Stringers.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9CF89A6943F689434ED9CB6279165EDC /* Stringers.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + E9894788BB6C368CE76AD7754F8558D3 /* MatchError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3ECE482291E4AB1C3CA3877C9D4FBBD1 /* MatchError.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + EF23FBAFDF08894B5DED08BF52377DDE /* PopupDialogButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7952F701BC2C67E165903F32888AC3CF /* PopupDialogButton.swift */; }; + F1926E4E362CBAED87FE5D17E219913A /* Functional.swift in Sources */ = {isa = PBXBuildFile; fileRef = 87B092C30EDF9B1934FDCE9AFF42924F /* Functional.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + F35CD6B3F10783E58481D6E00ACF3A39 /* DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = E9B297BF2DF246257A265F8F19AF1478 /* DSL.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + F4FC149115FDBD8243CA10FA4552B4C8 /* Pods-PopupDialog_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 69B71AD153BEE005185EDF50D848A1BC /* Pods-PopupDialog_Tests-dummy.m */; }; + F7CCFB351CD1D60A555D1F5037EEC775 /* Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5FCD81F4FCC8CBBB090E891E96AB22B2 /* Async.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + FA71E485EBC200D061E8C861607C02D9 /* Pods-PopupDialog_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 46863F33A0753DFBCB245F19F5E87E46 /* Pods-PopupDialog_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + FDBD0FFF2F3875EA683279E7A02310E2 /* AssertionDispatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = 431C0DCBF7EA442CC2886C333A20C0DF /* AssertionDispatcher.swift */; settings = {COMPILER_FLAGS = "-DPRODUCT_NAME=Nimble/Nimble"; }; }; + FF107C8DAD13A21F44CE5072AAC76B51 /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = 6A4FD942AB99D4D6B1BAF5F19A80C325 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 09E74FA8CEA05F6881089AB3CF5F8C39 /* PBXContainerItemProxy */ = { + 0BB024B8D969D444E23F642A0CC53711 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 04F07DCE9BDBC7623792C12E1991198B; + remoteGlobalIDString = CA74CEED40A402865660392784D34978; + remoteInfo = "Pods-PopupDialog_Example"; + }; + 416CAAA122ADB75F6B80477E6535EA1C /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 259FA497B621B18FB2921DA18AA46AC2; remoteInfo = DynamicBlurView; }; - 1F1345BC45608FB74B38DD1917845719 /* PBXContainerItemProxy */ = { + 671940896928CBAE7AD220920ED0ED03 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 04F07DCE9BDBC7623792C12E1991198B; + remoteGlobalIDString = 259FA497B621B18FB2921DA18AA46AC2; remoteInfo = DynamicBlurView; }; - 4CFF31AFACCD613BD00365DD53153F08 /* PBXContainerItemProxy */ = { + A256C510D822779A85DA6B51AA741CEF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 7A6AA18D64EE7FE4843CB6C8C76EB2F3; - remoteInfo = PopupDialog; + remoteGlobalIDString = 462030076D657DEC3A2BAA37E0C875A2; + remoteInfo = SwiftLint; }; - 61DB768210C05D6A7916F8CFD5E6C274 /* PBXContainerItemProxy */ = { + B649A5E3282D45F422BAD75E2AACA8AB /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 5E269AA9A7FBCB9BFD8EA487B43AE7F9; - remoteInfo = Nimble; + remoteGlobalIDString = FFBD6E8AFCC899B135424D8D701837CE; + remoteInfo = PopupDialog; }; - 810E14583B37F7B3C9C0363AD7323369 /* PBXContainerItemProxy */ = { + C594029C1966F916E3FE5115D038CA68 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 0C41F5D44198F88D4217FF48605659B5; - remoteInfo = "Pods-PopupDialog_Example"; + remoteGlobalIDString = D4352C8CA6EDC802E8D85D2E61BC6173; + remoteInfo = Nimble; }; - F06044C1212A07C62970FE6B4B70603D /* PBXContainerItemProxy */ = { + DDDB10C5FD26BB4F367DEBD30E06630C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = CCB670195D5BD218E1661BC4890D70E2; + remoteGlobalIDString = E0D5773C6DEB06357ABB396EF13BB2CD; remoteInfo = iOSSnapshotTestCase; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 01D98838A4138F9CF9579D1533177AF8 /* Pods_PopupDialog_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PopupDialog_Example.framework; path = "Pods-PopupDialog_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 028CF5FADBF3CCA0F623D0D67FA10226 /* iOSSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "iOSSnapshotTestCase-dummy.m"; sourceTree = ""; }; - 035A08E3F60A5D098958E6026CE599F7 /* AllPass.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllPass.swift; path = Sources/Nimble/Matchers/AllPass.swift; sourceTree = ""; }; - 0392CCCA4B589C0E3D5CF9FA420975E9 /* NMBStringify.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NMBStringify.m; path = Sources/NimbleObjectiveC/NMBStringify.m; sourceTree = ""; }; - 0497E5269EDBCF02CB8EA0BBB15DD5B0 /* PopupDialog.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PopupDialog.modulemap; sourceTree = ""; }; - 049EAAA6F879AB21214F57ADF7E76562 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - 049F3A21301630301978DB31C449A6E7 /* BeAnInstanceOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAnInstanceOf.swift; path = Sources/Nimble/Matchers/BeAnInstanceOf.swift; sourceTree = ""; }; - 04E5F4BDA43FA0B5E71F20E538C8A2EF /* DSL+Wait.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DSL+Wait.swift"; path = "Sources/Nimble/DSL+Wait.swift"; sourceTree = ""; }; - 05870699F77028072D8F7981A232E665 /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; - 064672EA6DBD7005E4BA8182C7F54155 /* BlurLayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BlurLayer.swift; path = DynamicBlurView/BlurLayer.swift; sourceTree = ""; }; - 07006DDF36ACF45D41D757A87D8BD096 /* Pods-PopupDialog_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PopupDialog_Example.release.xcconfig"; sourceTree = ""; }; - 09C413F00E580A7D0992D27D7B9A12F2 /* BeginWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeginWith.swift; path = Sources/Nimble/Matchers/BeginWith.swift; sourceTree = ""; }; - 0A2B3307AB29F0961733FF7ABC2BA8DF /* Pods-PopupDialog_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PopupDialog_Example-dummy.m"; sourceTree = ""; }; - 0A9BD1DB5DC1471CEAD847083A9DA9D3 /* Pods-PopupDialog_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PopupDialog_Tests-acknowledgements.markdown"; sourceTree = ""; }; - 0AD00B5013ECE56BAC3DE7E929FDB371 /* Pods-PopupDialog_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PopupDialog_Example.debug.xcconfig"; sourceTree = ""; }; - 0AF31D82F178513EAB140493FD3970C6 /* BeIdenticalTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeIdenticalTo.swift; path = Sources/Nimble/Matchers/BeIdenticalTo.swift; sourceTree = ""; }; - 0CCE1F309CA5B6BBBEF423D74BC08689 /* PopupDialog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PopupDialog-prefix.pch"; sourceTree = ""; }; - 0D37A8D166837E623E57E0859F702167 /* CwlMachBadInstructionHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CwlMachBadInstructionHandler.h; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include/CwlMachBadInstructionHandler.h; sourceTree = ""; }; - 0DD85ED9F95134B7CF742AEDEC131B04 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 0FE848D266AF3ABE3C0F25D2FB283DDC /* AdapterProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdapterProtocols.swift; path = Sources/Nimble/Adapters/AdapterProtocols.swift; sourceTree = ""; }; - 11C6A2D6A0B7E66B361637BDE803D757 /* PresentationManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PresentationManager.swift; path = PopupDialog/Classes/PresentationManager.swift; sourceTree = ""; }; - 12D025F066E9AAA72557EAD0EA002705 /* DynamicBlurView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DynamicBlurView-umbrella.h"; sourceTree = ""; }; - 1484049B4A60A3A96D7F176B294FF2FF /* ThrowError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThrowError.swift; path = Sources/Nimble/Matchers/ThrowError.swift; sourceTree = ""; }; - 14B177D1E24EA7FF5862752FB2863984 /* Pods-PopupDialog_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PopupDialog_Example-acknowledgements.plist"; sourceTree = ""; }; - 1526A3B7C39995D2513554F5B40A1F42 /* PopupDialog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PopupDialog.xcconfig; sourceTree = ""; }; - 152FB453A99C72EC14934DD10B0A2BF2 /* Pods-PopupDialog_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PopupDialog_Example-umbrella.h"; sourceTree = ""; }; - 160393F9B788742C8E069FB0B151DAE1 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; - 18B181620DEC87170BC6D2F4239DAD15 /* MatcherFunc.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatcherFunc.swift; path = Sources/Nimble/Matchers/MatcherFunc.swift; sourceTree = ""; }; - 1A4B471687353588207E20712E22B303 /* Pods-PopupDialog_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PopupDialog_Tests.modulemap"; sourceTree = ""; }; - 1C471C00FF271E25443062FE2D69A2CE /* Await.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Await.swift; path = Sources/Nimble/Utils/Await.swift; sourceTree = ""; }; - 1CFD28DD8E806C7FC8F60D1DD94D18E4 /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; - 1DB43FE644F43839547EACE7EA9ADB3D /* BeLogical.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLogical.swift; path = Sources/Nimble/Matchers/BeLogical.swift; sourceTree = ""; }; - 20CB5B21A70C1625FE0B545AAAB8C517 /* TransitionAnimations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransitionAnimations.swift; path = PopupDialog/Classes/TransitionAnimations.swift; sourceTree = ""; }; - 28140C6E5B7B3493391E4703990E1790 /* HaveCount.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HaveCount.swift; path = Sources/Nimble/Matchers/HaveCount.swift; sourceTree = ""; }; - 294EC5769829D3B7AF5AE6B8ABCC3184 /* Pods-PopupDialog_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PopupDialog_Tests-resources.sh"; sourceTree = ""; }; - 2B5EE74208A1286206214B0C9B6560FC /* DSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DSL.m; path = Sources/NimbleObjectiveC/DSL.m; sourceTree = ""; }; - 2BCF451557AAFF475D44027B7CBE3026 /* DynamicBlurView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DynamicBlurView-dummy.m"; sourceTree = ""; }; - 2BED181A2AA9D26686DD6EC00A166C8E /* CwlCatchBadInstruction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlCatchBadInstruction.swift; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift; sourceTree = ""; }; - 2C4996EDC7C28B2D3E651571F99A2E35 /* NMBExceptionCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NMBExceptionCapture.m; path = Sources/NimbleObjectiveC/NMBExceptionCapture.m; sourceTree = ""; }; - 2E5614CABD86F05B53427EABF75F0BF0 /* TrackingMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TrackingMode.swift; path = DynamicBlurView/TrackingMode.swift; sourceTree = ""; }; - 2FB983E8BD393C07910C4AB7D4940326 /* Functional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Functional.swift; path = Sources/Nimble/Utils/Functional.swift; sourceTree = ""; }; - 35742D241DC3515A06E15B4728632533 /* iOSSnapshotTestCase-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iOSSnapshotTestCase-umbrella.h"; sourceTree = ""; }; - 372486B88E8C80961C07276AF13A7D48 /* Equal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Equal.swift; path = Sources/Nimble/Matchers/Equal.swift; sourceTree = ""; }; - 377907D72B5C004D71CFC987D55F5265 /* Pods-PopupDialog_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PopupDialog_Tests.release.xcconfig"; sourceTree = ""; }; - 387F85B339AB8939C07353552A3A2540 /* ToSucceed.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToSucceed.swift; path = Sources/Nimble/Matchers/ToSucceed.swift; sourceTree = ""; }; - 3D306518EE7130B60E59177D30ED3EA8 /* TransitionAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransitionAnimator.swift; path = PopupDialog/Classes/TransitionAnimator.swift; sourceTree = ""; }; - 3DD44184FA7E41341959B3EC69D89C7F /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; - 3DF9EC621AB69D8BB4639E3183AAFC66 /* Pods-PopupDialog_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PopupDialog_Tests-acknowledgements.plist"; sourceTree = ""; }; - 3FB3F303D7D779DFADEACF5A18A4A46F /* Nimble-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-prefix.pch"; sourceTree = ""; }; - 41C0FB2ABE47D982FE05822A9C71C303 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; - 4241BD94FB4E28416F35B77A6D6C21F5 /* Pods_PopupDialog_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_PopupDialog_Tests.framework; path = "Pods-PopupDialog_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 428D0FA6B477ECA2EE617A6855C4C9D7 /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; - 42985FB734824186D67FDB75B2B98D32 /* BeAKindOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAKindOf.swift; path = Sources/Nimble/Matchers/BeAKindOf.swift; sourceTree = ""; }; - 436C91A711DCDF529BAB1C0869033A27 /* DynamicBlurView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicBlurView.h; path = DynamicBlurView/DynamicBlurView.h; sourceTree = ""; }; - 4844BC4C859261A1B3EB767258BC37CA /* InteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InteractiveTransition.swift; path = PopupDialog/Classes/InteractiveTransition.swift; sourceTree = ""; }; - 49977B15712652025308D26C9AA2B7C6 /* CaptureQuality.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureQuality.swift; path = DynamicBlurView/CaptureQuality.swift; sourceTree = ""; }; - 4BB38E255D57435AB4B8079347731B02 /* Pods-PopupDialog_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PopupDialog_Example-resources.sh"; sourceTree = ""; }; - 4BC20C7B70338C283A371F95B17865D8 /* AssertionDispatcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionDispatcher.swift; path = Sources/Nimble/Adapters/AssertionDispatcher.swift; sourceTree = ""; }; - 4C7AB2EF74D4E47062DF548FCE3A5772 /* UIView+Animations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Animations.swift"; path = "PopupDialog/Classes/UIView+Animations.swift"; sourceTree = ""; }; - 4E50727AFBBEF30F060E000EABF2A7B0 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Nimble.framework; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 50D5AEA879E917CAAF06E766B3324DDE /* Nimble.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Nimble.xcconfig; sourceTree = ""; }; - 5104A02FB2C024251FC89889EFA46CF5 /* BeEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeEmpty.swift; path = Sources/Nimble/Matchers/BeEmpty.swift; sourceTree = ""; }; - 538E5238854D6716D9F80DEBAF1A79FD /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 5516058C968E6F082347BC5220F0453B /* PopupDialogButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogButton.swift; path = PopupDialog/Classes/PopupDialogButton.swift; sourceTree = ""; }; - 5530BE925E0F9667C79FAE6FEDF5A1A5 /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; - 56DEE00D929C3FAA307A4C190B8FA60D /* CGContext+CGImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGContext+CGImage.swift"; path = "DynamicBlurView/CGContext+CGImage.swift"; sourceTree = ""; }; - 59F3A893FB3E6B91DFE7496ECE0C8E07 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 5BF31127C7A6951E95CAB974C0D5E2E9 /* UIViewController+Visibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+Visibility.swift"; path = "PopupDialog/Classes/UIViewController+Visibility.swift"; sourceTree = ""; }; - 600AC03287BB3260119ECA118A8C316E /* DynamicBlurView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DynamicBlurView.xcconfig; sourceTree = ""; }; - 61B8B92894F5CC0AB7AAFA24D1F957B4 /* Pods-PopupDialog_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PopupDialog_Tests-umbrella.h"; sourceTree = ""; }; - 62789B7320FAF58770998228293D6C5E /* iOSSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = iOSSnapshotTestCase.xcconfig; sourceTree = ""; }; - 62D64AFC26FD6FC8950B8083E4440235 /* CwlBadInstructionException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlBadInstructionException.swift; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift; sourceTree = ""; }; - 64256367D2072E68B302E8469C4FCAFC /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; - 65BB3320189E349B3C28931EE51B87E5 /* mach_excServer.c */ = {isa = PBXFileReference; includeInIndex = 1; name = mach_excServer.c; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.c; sourceTree = ""; }; - 68F90F031A106B9C0F34D058254C379F /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/Nimble/Expression.swift; sourceTree = ""; }; - 699FD8262C5DC0BC1C1BB5DBEECFFBFF /* PopupDialogDefaultViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogDefaultViewController.swift; path = PopupDialog/Classes/PopupDialogDefaultViewController.swift; sourceTree = ""; }; - 6C481D087FB18452F72BE5D97638B389 /* CwlCatchException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CwlCatchException.m; path = Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m; sourceTree = ""; }; - 6D9E48C1BF4E26D387E1C54C4F7191F2 /* BeLessThan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLessThan.swift; path = Sources/Nimble/Matchers/BeLessThan.swift; sourceTree = ""; }; - 742143746CF8F8F16EE9543436AB0532 /* BeGreaterThan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThan.swift; path = Sources/Nimble/Matchers/BeGreaterThan.swift; sourceTree = ""; }; - 7427753F1DEC1A450240126449063ED2 /* CwlCatchException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlCatchException.swift; path = Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift; sourceTree = ""; }; - 7674AF8AE727FF1AA0F0EB965368D59B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 76A52570855E113BD4B28EFAB9EA2C3E /* NMBExceptionCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NMBExceptionCapture.h; path = Sources/NimbleObjectiveC/NMBExceptionCapture.h; sourceTree = ""; }; - 76D78DC544416AA7B261840C0F5CEAC0 /* BeLessThanOrEqual.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLessThanOrEqual.swift; path = Sources/Nimble/Matchers/BeLessThanOrEqual.swift; sourceTree = ""; }; - 78521B22081F542BB96D81D7A0367828 /* Expectation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expectation.swift; path = Sources/Nimble/Expectation.swift; sourceTree = ""; }; - 798563A7E3950FA81D9E5E6318C21A7E /* PopupDialog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialog.swift; path = PopupDialog/Classes/PopupDialog.swift; sourceTree = ""; }; - 7C626EB5BE9FA412846FE2AC62F01D48 /* CwlCatchException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CwlCatchException.h; path = Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h; sourceTree = ""; }; - 7CE783C6C8E668E9FB85232682BD9356 /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; - 7DD527EB13647D871A95C22621B68736 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 7E31A988C27EA85EF9F4A78A277F491B /* ExpectationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpectationMessage.swift; path = Sources/Nimble/ExpectationMessage.swift; sourceTree = ""; }; - 88131E1A0F1684F16D16EE0797704063 /* CwlPreconditionTesting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CwlPreconditionTesting.h; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Mach/CwlPreconditionTesting.h; sourceTree = ""; }; - 88AC772E12E220F25C1D6B9A903311BC /* Match.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Match.swift; path = Sources/Nimble/Matchers/Match.swift; sourceTree = ""; }; - 8A5867BD1929448B439BC16BD6FAE711 /* Nimble-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Nimble-dummy.m"; sourceTree = ""; }; - 8BDBD922144E8531D7DC0800AFDA3E7F /* NimbleXCTestHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleXCTestHandler.swift; path = Sources/Nimble/Adapters/NimbleXCTestHandler.swift; sourceTree = ""; }; - 8CF9C982C839113AE8E8B16E188E0C4C /* UIImage+Blur.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Blur.swift"; path = "DynamicBlurView/UIImage+Blur.swift"; sourceTree = ""; }; - 9124ABD1E7E2CD5342291828D8C6D7AC /* PopupDialog-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PopupDialog-umbrella.h"; sourceTree = ""; }; - 91CB54C4E2118BF8920216CA49E917F5 /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; - 92512D027EEA36D3596F27A9180B2CD1 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 93A6249C79251F5780EB134D0EEA36A0 /* BeGreaterThanOrEqualTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThanOrEqualTo.swift; path = Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift; sourceTree = ""; }; - 93C1CD1D8099443DB18D9A4328F6ECFF /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; - 943AF5679B6CC70942922D898094B780 /* Pods-PopupDialog_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PopupDialog_Example-acknowledgements.markdown"; sourceTree = ""; }; - 948DDEEC6165667C2B7E58275D2A7171 /* BeCloseTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeCloseTo.swift; path = Sources/Nimble/Matchers/BeCloseTo.swift; sourceTree = ""; }; - 9699B62C9398BF671FFB93B5F8159466 /* CwlDarwinDefinitions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlDarwinDefinitions.swift; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift; sourceTree = ""; }; - 985EC012054636557EAD2B96360AF8C8 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = FBSnapshotTestCase.framework; path = iOSSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9D1A51B8872C51C4AC3CCF9D9BA4B4C9 /* BeVoid.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeVoid.swift; path = Sources/Nimble/Matchers/BeVoid.swift; sourceTree = ""; }; - 9EE967C22F5B34233371476B825830F8 /* Pods-PopupDialog_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PopupDialog_Tests-dummy.m"; sourceTree = ""; }; - A05F60E199D934612BE33F3F40574875 /* PopupDialog+Keyboard.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PopupDialog+Keyboard.swift"; path = "PopupDialog/Classes/PopupDialog+Keyboard.swift"; sourceTree = ""; }; - A20947584CEB45E0FA13EB3B245254A7 /* NMBObjCMatcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NMBObjCMatcher.swift; path = Sources/Nimble/Adapters/NMBObjCMatcher.swift; sourceTree = ""; }; - A29D1FFFE335851A9A7747EF3946B9F9 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - A322CBE83E1057084E113AB3B0110503 /* PopupDialogContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogContainerView.swift; path = PopupDialog/Classes/PopupDialogContainerView.swift; sourceTree = ""; }; - A42D08B8360879D44A7F3A3834E864CF /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; - A6F9ECAAA5C707B1346AF6CC93DFE014 /* MatcherProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatcherProtocols.swift; path = Sources/Nimble/Matchers/MatcherProtocols.swift; sourceTree = ""; }; - A71DA7B9DCEA6411BE21BE1759DFA032 /* PopupDialogDefaultView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogDefaultView.swift; path = PopupDialog/Classes/PopupDialogDefaultView.swift; sourceTree = ""; }; - A792DFBC3A091F87F55821428D475A72 /* CwlMachBadInstructionHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CwlMachBadInstructionHandler.m; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m; sourceTree = ""; }; - B0349A6968537E4F75CEE6E02CD128D4 /* Nimble.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Nimble.h; path = Sources/Nimble/Nimble.h; sourceTree = ""; }; - B45B93C5A2AAEDEE8094950AE670917D /* NMBStringify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NMBStringify.h; path = Sources/NimbleObjectiveC/NMBStringify.h; sourceTree = ""; }; - B5DE73CF2F7151B0EA3FD3A9AE199375 /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; - B9F86143A8B3382B873A80134A5EA6BE /* Contain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Contain.swift; path = Sources/Nimble/Matchers/Contain.swift; sourceTree = ""; }; - BAEA857C0DBEF09ABEE1F23D8A24BDAD /* iOSSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iOSSnapshotTestCase-prefix.pch"; sourceTree = ""; }; - BD2156C83E10FB886EAA0BAE045209E1 /* CGImage+Accelerate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGImage+Accelerate.swift"; path = "DynamicBlurView/CGImage+Accelerate.swift"; sourceTree = ""; }; - BD777B4DE8E955733A55DD734813C8D9 /* PopupDialog.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; path = PopupDialog.podspec; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - C0468E6DBAD885B41BF555F34CF8A730 /* DSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DSL.h; path = Sources/NimbleObjectiveC/DSL.h; sourceTree = ""; }; - C05D1AF25B11CCD91E7FA18699C250B2 /* PresentationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PresentationController.swift; path = PopupDialog/Classes/PresentationController.swift; sourceTree = ""; }; - C0D23AE74FBEE71F38022A8F632E6028 /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; - C3EA164D2FC76881F591F71EC7881E60 /* Pods-PopupDialog_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PopupDialog_Tests.debug.xcconfig"; sourceTree = ""; }; - C41D463C43927F82675440E7AB25A48F /* PostNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PostNotification.swift; path = Sources/Nimble/Matchers/PostNotification.swift; sourceTree = ""; }; - C50544DF01124C04799CFE0959D8D73C /* DynamicBlurView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DynamicBlurView.framework; path = DynamicBlurView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C5E1D67A031447EA86DD893CEFE45105 /* Pods-PopupDialog_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PopupDialog_Tests-frameworks.sh"; sourceTree = ""; }; - C6436C86B285A829F576F70B32E62E3A /* Nimble-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-umbrella.h"; sourceTree = ""; }; - C983BC57EC81640D8003A625434F3E51 /* Pods-PopupDialog_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PopupDialog_Example.modulemap"; sourceTree = ""; }; - CA1A1227F90302D8C0B5FBFAC265B6D5 /* ThrowAssertion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThrowAssertion.swift; path = Sources/Nimble/Matchers/ThrowAssertion.swift; sourceTree = ""; }; - CDBF1EE8C6BAE5194C9C973A597C7550 /* XCTestObservationCenter+Register.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestObservationCenter+Register.m"; path = "Sources/NimbleObjectiveC/XCTestObservationCenter+Register.m"; sourceTree = ""; }; - D3AEC75F3DC7CFF9CCBEF9B11FF0BBB8 /* mach_excServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mach_excServer.h; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.h; sourceTree = ""; }; - D4F6D7AA672F04A67B5C56FF92997DAB /* DSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DSL.swift; path = Sources/Nimble/DSL.swift; sourceTree = ""; }; - D86E024881AB62A72D24B2DCED851A68 /* PopupDialogOverlayView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogOverlayView.swift; path = PopupDialog/Classes/PopupDialogOverlayView.swift; sourceTree = ""; }; - D8AA1F6AECDD684511F9E27BC6157672 /* Nimble.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Nimble.modulemap; sourceTree = ""; }; - D9616F03262A76FC3264E43CFACC0573 /* iOSSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = iOSSnapshotTestCase.modulemap; sourceTree = ""; }; - D97BCB409D2B655824CFB18B04D96B2B /* EndWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndWith.swift; path = Sources/Nimble/Matchers/EndWith.swift; sourceTree = ""; }; - DB876877AA8574FFBA2DFA248F78D988 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; - DBE0A30351E461EE6E8492AC3839A4FA /* AssertionRecorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionRecorder.swift; path = Sources/Nimble/Adapters/AssertionRecorder.swift; sourceTree = ""; }; - DD42AA141768EB5892696E7C87DC4AE2 /* Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Async.swift; path = Sources/Nimble/Matchers/Async.swift; sourceTree = ""; }; - DEB09BD553AB08FD74F995E43FBED5BF /* Pods-PopupDialog_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PopupDialog_Example-frameworks.sh"; sourceTree = ""; }; - DF004DE10A237AD1FD63C67BE54A3E53 /* ContainElementSatisfying.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContainElementSatisfying.swift; path = Sources/Nimble/Matchers/ContainElementSatisfying.swift; sourceTree = ""; }; - E0223BBA36AA0ECFB6FF01267BA116A8 /* DynamicBlurView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DynamicBlurView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - E1DBA74928D1712C2FAC1149A3988D32 /* PopupDialog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PopupDialog-dummy.m"; sourceTree = ""; }; - E47AA505CB7B1476D51A54456CB7EF60 /* Stringers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Stringers.swift; path = Sources/Nimble/Utils/Stringers.swift; sourceTree = ""; }; - E5494F5B2695C90475F6ADFCAE8D9618 /* RaisesException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RaisesException.swift; path = Sources/Nimble/Matchers/RaisesException.swift; sourceTree = ""; }; - E913E97F916EB5133D8A3279B15CBCBB /* NMBExpectation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NMBExpectation.swift; path = Sources/Nimble/Adapters/NMBExpectation.swift; sourceTree = ""; }; - EB6A975E24CF14F4628907221A368A85 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - EC98D3F8FB77A606E1832C935A47E48C /* DynamicBlurView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DynamicBlurView.swift; path = DynamicBlurView/DynamicBlurView.swift; sourceTree = ""; }; - ED6F622BB35C46C3CF7F49E114F0A293 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/Nimble/Utils/Errors.swift; sourceTree = ""; }; - EE0F82738FBF695DD139D0EBED16F6FD /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - F29E786C12C7E970B37C4CB216365611 /* DynamicBlurView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DynamicBlurView.modulemap; sourceTree = ""; }; - F3B6B88B674302268D261E216BCEF0C4 /* SourceLocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SourceLocation.swift; path = Sources/Nimble/Utils/SourceLocation.swift; sourceTree = ""; }; - F5946E7F860CC934B9D1549DF9167AA3 /* NimbleEnvironment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleEnvironment.swift; path = Sources/Nimble/Adapters/NimbleEnvironment.swift; sourceTree = ""; }; - F63C7B6A0B04F342CBCAB9E478133D9D /* DynamicBlurView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DynamicBlurView-prefix.pch"; sourceTree = ""; }; - F75E407F76D3164AFE41437DC8D14352 /* FailureMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FailureMessage.swift; path = Sources/Nimble/FailureMessage.swift; sourceTree = ""; }; - F90C77B17A34A3106308B818BE2B368A /* UIImageView+Calculations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImageView+Calculations.swift"; path = "PopupDialog/Classes/UIImageView+Calculations.swift"; sourceTree = ""; }; - F956FA9BA438DCE7D4678FD0351B3B22 /* SatisfyAnyOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SatisfyAnyOf.swift; path = Sources/Nimble/Matchers/SatisfyAnyOf.swift; sourceTree = ""; }; - F9FF17B9939004392EF5D89AED9C472F /* Predicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Predicate.swift; path = Sources/Nimble/Matchers/Predicate.swift; sourceTree = ""; }; - FAFC61AD05E7D8BBA5AD80F48F2AE692 /* SatisfyAllOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SatisfyAllOf.swift; path = Sources/Nimble/Matchers/SatisfyAllOf.swift; sourceTree = ""; }; - FB6B5CD721197AC2EE79B32869E71F9E /* PopupDialog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = PopupDialog.framework; path = PopupDialog.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - FBCEF40D7038A23C3DEE9AFF141C3B4B /* PopupDialogDefaultButtons.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogDefaultButtons.swift; path = PopupDialog/Classes/PopupDialogDefaultButtons.swift; sourceTree = ""; }; - FC98DD18360802CA6B2562122AAF2E81 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - FE861F8DCCB0E7AD155E46C464AA1E6C /* BeNil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeNil.swift; path = Sources/Nimble/Matchers/BeNil.swift; sourceTree = ""; }; - FEA4B697F1EC1594EFFE7F27ECC56F0F /* MatchError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatchError.swift; path = Sources/Nimble/Matchers/MatchError.swift; sourceTree = ""; }; + 02293FB2EA49ECAC14876A877C5665B9 /* iOSSnapshotTestCase-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iOSSnapshotTestCase-umbrella.h"; sourceTree = ""; }; + 049FF961807D2CCFB4BFB006B3F6903A /* BeEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeEmpty.swift; path = Sources/Nimble/Matchers/BeEmpty.swift; sourceTree = ""; }; + 062B40CBDA4909A56A64AC28DFA2961C /* Pods_PopupDialog_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PopupDialog_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 0648E1602C901BD99D761CFE85054D0D /* BeGreaterThan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThan.swift; path = Sources/Nimble/Matchers/BeGreaterThan.swift; sourceTree = ""; }; + 0AABD3AA8D14DF1487084914771264AE /* MatcherFunc.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatcherFunc.swift; path = Sources/Nimble/Matchers/MatcherFunc.swift; sourceTree = ""; }; + 0AEF0170963EF4B08801F885B935F660 /* Pods-PopupDialog_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PopupDialog_Example.release.xcconfig"; sourceTree = ""; }; + 0BD82EB3728DE03DCC8F5AD53A6C1753 /* mach_excServer.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = mach_excServer.h; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.h; sourceTree = ""; }; + 0C10507EBB8AA3756829FDC5FAC25C81 /* XCTestObservationCenter+Register.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestObservationCenter+Register.m"; path = "Sources/NimbleObjectiveC/XCTestObservationCenter+Register.m"; sourceTree = ""; }; + 0C577112BA5BA61FA2DA28270C5DC2ED /* ExpectationMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExpectationMessage.swift; path = Sources/Nimble/ExpectationMessage.swift; sourceTree = ""; }; + 0D76BEEE5B32330195FB03044C3E4F44 /* NMBStringify.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NMBStringify.m; path = Sources/NimbleObjectiveC/NMBStringify.m; sourceTree = ""; }; + 104768EF226E926A18F524E8C79C0CE7 /* BeLessThan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLessThan.swift; path = Sources/Nimble/Matchers/BeLessThan.swift; sourceTree = ""; }; + 1243339E448CD16D18717B50F920BB09 /* iOSSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "iOSSnapshotTestCase-dummy.m"; sourceTree = ""; }; + 150E79AC1ECCCC04306BC175588D3351 /* SourceLocation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SourceLocation.swift; path = Sources/Nimble/Utils/SourceLocation.swift; sourceTree = ""; }; + 15F87AFA7A13F5CC2191237E6950D9F6 /* iOSSnapshotTestCase-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "iOSSnapshotTestCase-Info.plist"; sourceTree = ""; }; + 16188B23CF197FC44AD8B26B9A757403 /* Pods-PopupDialog_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PopupDialog_Tests-acknowledgements.markdown"; sourceTree = ""; }; + 16F11C32475366566F3A1AE69D966D67 /* DynamicBlurView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DynamicBlurView.h; path = DynamicBlurView/DynamicBlurView.h; sourceTree = ""; }; + 17658872231DBE64CAE55AA7B703F18A /* NMBObjCMatcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NMBObjCMatcher.swift; path = Sources/Nimble/Adapters/NMBObjCMatcher.swift; sourceTree = ""; }; + 19BE1001CECE5FDB557512C1C892E151 /* DynamicBlurView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DynamicBlurView-umbrella.h"; sourceTree = ""; }; + 1B66FE64BF30208C9B90EDFDF4CB4184 /* PopupDialog.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = PopupDialog.modulemap; sourceTree = ""; }; + 1B91546848953EFE3B8A19F21DA855A0 /* PresentationManager.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PresentationManager.swift; path = PopupDialog/Classes/PresentationManager.swift; sourceTree = ""; }; + 1C4A913B2ABE97CB0F21D60821655525 /* Nimble.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Nimble.xcconfig; sourceTree = ""; }; + 1C7B47AEA8507F032FA94B515EA3FAE9 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; + 1CECC7B09DE0C6F52BABCCDC6AE24C22 /* iOSSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "iOSSnapshotTestCase-prefix.pch"; sourceTree = ""; }; + 1E941EF8F373F12B868892D01A1BA655 /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/Nimble/Expression.swift; sourceTree = ""; }; + 1F48B91B4064EA92FA60D4455FBF0257 /* ToSucceed.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ToSucceed.swift; path = Sources/Nimble/Matchers/ToSucceed.swift; sourceTree = ""; }; + 200A77E157E470437D3C032888ABC3C4 /* AllPass.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllPass.swift; path = Sources/Nimble/Matchers/AllPass.swift; sourceTree = ""; }; + 249EC0574A7A3B3075817EC5A0CD4C74 /* CwlPreconditionTesting.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CwlPreconditionTesting.h; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/Mach/CwlPreconditionTesting.h; sourceTree = ""; }; + 27BA8A345B5729D15B3AACDDC93424DF /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; + 287C70787CC4C2F3ABA8597DC104A392 /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; + 29744CD016B1185AC562D0482E20989D /* Pods-PopupDialog_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PopupDialog_Example-umbrella.h"; sourceTree = ""; }; + 2BA118F30416203AD3F72914EF48A12A /* DynamicBlurView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DynamicBlurView-Info.plist"; sourceTree = ""; }; + 2C5299414864EBA7403DB7EB7300E148 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; + 30B622D6D13E7E41B1E38658218CBA00 /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; + 3103870D569FB5F369820BD98DC247AF /* ThrowAssertion.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThrowAssertion.swift; path = Sources/Nimble/Matchers/ThrowAssertion.swift; sourceTree = ""; }; + 310A46556D07A0296C66D5864B4B1822 /* CwlCatchException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlCatchException.swift; path = Carthage/Checkouts/CwlCatchException/Sources/CwlCatchException/CwlCatchException.swift; sourceTree = ""; }; + 3242E237431529C3360DC01E63A37357 /* DSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DSL.m; path = Sources/NimbleObjectiveC/DSL.m; sourceTree = ""; }; + 325E316C92DF01A9D94DF6430091DC23 /* InteractiveTransition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = InteractiveTransition.swift; path = PopupDialog/Classes/InteractiveTransition.swift; sourceTree = ""; }; + 35165D0C2642FE0116B49AA4F537ACB8 /* DSL+Wait.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DSL+Wait.swift"; path = "Sources/Nimble/DSL+Wait.swift"; sourceTree = ""; }; + 36DDC1C4D729976F1145A8935F22BCDD /* EndWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndWith.swift; path = Sources/Nimble/Matchers/EndWith.swift; sourceTree = ""; }; + 38328F060AF39895E284A3811EC4A9BD /* DynamicBlurView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DynamicBlurView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 38D83146DF4CB712F570F9D8D91A29C5 /* TransitionAnimations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransitionAnimations.swift; path = PopupDialog/Classes/TransitionAnimations.swift; sourceTree = ""; }; + 3AA35D35E0EC672D7AC55914FA29B4EB /* PopupDialogDefaultView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogDefaultView.swift; path = PopupDialog/Classes/PopupDialogDefaultView.swift; sourceTree = ""; }; + 3AEBB59DAF48A0CEFB4F5297AEB3779D /* RaisesException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RaisesException.swift; path = Sources/Nimble/Matchers/RaisesException.swift; sourceTree = ""; }; + 3B248EF6FA846138728808541EF4BCC5 /* Pods-PopupDialog_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PopupDialog_Example.debug.xcconfig"; sourceTree = ""; }; + 3C8894F8D3D2B3BA57C2A7BC7D100798 /* PopupDialog+Keyboard.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "PopupDialog+Keyboard.swift"; path = "PopupDialog/Classes/PopupDialog+Keyboard.swift"; sourceTree = ""; }; + 3DD2DA301B282EF57E9C93CF779114A3 /* Nimble.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = Nimble.modulemap; sourceTree = ""; }; + 3E03482672DEA8CD8256EF0392339636 /* iOSSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = iOSSnapshotTestCase.xcconfig; sourceTree = ""; }; + 3ECE482291E4AB1C3CA3877C9D4FBBD1 /* MatchError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatchError.swift; path = Sources/Nimble/Matchers/MatchError.swift; sourceTree = ""; }; + 3EDE5D2AFC33018AA44EDF7079E6C8EF /* Nimble-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Nimble-dummy.m"; sourceTree = ""; }; + 3F8CFEBEEF998FFE137C33CFF02EF8D6 /* Pods-PopupDialog_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PopupDialog_Example-dummy.m"; sourceTree = ""; }; + 401ECAF6FFC2200EEFED7B1B53B2F6BC /* Pods-PopupDialog_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PopupDialog_Tests.debug.xcconfig"; sourceTree = ""; }; + 431C0DCBF7EA442CC2886C333A20C0DF /* AssertionDispatcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionDispatcher.swift; path = Sources/Nimble/Adapters/AssertionDispatcher.swift; sourceTree = ""; }; + 455DC35380748FE9C8AC10A6791D8553 /* CGImage+Accelerate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGImage+Accelerate.swift"; path = "DynamicBlurView/CGImage+Accelerate.swift"; sourceTree = ""; }; + 4677A1DC722B43705A27698CD6BFED09 /* FailureMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FailureMessage.swift; path = Sources/Nimble/FailureMessage.swift; sourceTree = ""; }; + 46863F33A0753DFBCB245F19F5E87E46 /* Pods-PopupDialog_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PopupDialog_Tests-umbrella.h"; sourceTree = ""; }; + 4823F2C2EEADA5B354927EB340E3E020 /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; + 4B921A25089E53BFEDCD66354FE5169B /* DynamicBlurView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DynamicBlurView-prefix.pch"; sourceTree = ""; }; + 4CFD05A4ADF118B4F237803DA904434C /* NMBExceptionCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NMBExceptionCapture.h; path = Sources/NimbleObjectiveC/NMBExceptionCapture.h; sourceTree = ""; }; + 4DE10CE7D7C57069894709C6EBE62D5C /* UIImageView+Calculations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImageView+Calculations.swift"; path = "PopupDialog/Classes/UIImageView+Calculations.swift"; sourceTree = ""; }; + 511D5F3EF0C438FA53E15FAC3DB97D37 /* ThrowError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThrowError.swift; path = Sources/Nimble/Matchers/ThrowError.swift; sourceTree = ""; }; + 52A81F33A5D84847EB12A37057C44A7B /* BeAKindOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAKindOf.swift; path = Sources/Nimble/Matchers/BeAKindOf.swift; sourceTree = ""; }; + 52E79702AB3898330C827CB689786AEB /* DynamicBlurView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = DynamicBlurView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5537BA52CB0430AAD64E042140B410DF /* ContainElementSatisfying.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ContainElementSatisfying.swift; path = Sources/Nimble/Matchers/ContainElementSatisfying.swift; sourceTree = ""; }; + 59632C31CC7E9B0E97E82219B426C6BA /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; + 5C335FD9E99D06E1D6FF9521C5F9FEB2 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Accelerate.framework; sourceTree = DEVELOPER_DIR; }; + 5C61567B81BB2E922D32901B1A352946 /* CwlCatchBadInstruction.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlCatchBadInstruction.swift; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlCatchBadInstruction.swift; sourceTree = ""; }; + 5F3C735F0FF2503CC2041F1CF007347D /* Nimble-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Nimble-Info.plist"; sourceTree = ""; }; + 5FCD81F4FCC8CBBB090E891E96AB22B2 /* Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Async.swift; path = Sources/Nimble/Matchers/Async.swift; sourceTree = ""; }; + 607AF5DC12915B330572F1FD9A6253C0 /* CwlBadInstructionException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlBadInstructionException.swift; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlBadInstructionException.swift; sourceTree = ""; }; + 61760C778E71AF733C0C3FE68A2325B8 /* Pods-PopupDialog_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PopupDialog_Tests.modulemap"; sourceTree = ""; }; + 64091636CB0FA64C3BDF5E1799181546 /* CaptureQuality.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaptureQuality.swift; path = DynamicBlurView/CaptureQuality.swift; sourceTree = ""; }; + 64860498EAA97994F29592BDBD85AB38 /* CwlMachBadInstructionHandler.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CwlMachBadInstructionHandler.m; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/CwlMachBadInstructionHandler.m; sourceTree = ""; }; + 667AE1285750252FDFEA407317858F9F /* PopupDialogDefaultButtons.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogDefaultButtons.swift; path = PopupDialog/Classes/PopupDialogDefaultButtons.swift; sourceTree = ""; }; + 69B71AD153BEE005185EDF50D848A1BC /* Pods-PopupDialog_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PopupDialog_Tests-dummy.m"; sourceTree = ""; }; + 6A4FD942AB99D4D6B1BAF5F19A80C325 /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; + 6AC75CF853BC4363E81362410CBB15C0 /* PopupDialog-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PopupDialog-umbrella.h"; sourceTree = ""; }; + 6CD84BE03AE82DE3BA117239FC964D53 /* BeLessThanOrEqual.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLessThanOrEqual.swift; path = Sources/Nimble/Matchers/BeLessThanOrEqual.swift; sourceTree = ""; }; + 6ED3B51EEE439AD9A185845300BF06AD /* NMBExpectation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NMBExpectation.swift; path = Sources/Nimble/Adapters/NMBExpectation.swift; sourceTree = ""; }; + 7186A4E63E259BF85CB22C8237BEEF4E /* CwlCatchException.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = CwlCatchException.m; path = Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/CwlCatchException.m; sourceTree = ""; }; + 722C7A27FD7D7E22369E39AAFFC586C2 /* Pods-PopupDialog_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PopupDialog_Example-acknowledgements.plist"; sourceTree = ""; }; + 74823AAD4B57CA924A7ADCE10A08B72C /* CwlCatchException.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CwlCatchException.h; path = Carthage/Checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include/CwlCatchException.h; sourceTree = ""; }; + 74D9842BCB672CACFC947E250922F87E /* PopupDialogDefaultViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogDefaultViewController.swift; path = PopupDialog/Classes/PopupDialogDefaultViewController.swift; sourceTree = ""; }; + 77CC9B70E7718AF175B15CE716EC1493 /* Pods-PopupDialog_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PopupDialog_Example-Info.plist"; sourceTree = ""; }; + 7952F701BC2C67E165903F32888AC3CF /* PopupDialogButton.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogButton.swift; path = PopupDialog/Classes/PopupDialogButton.swift; sourceTree = ""; }; + 79BB1E107157AB7C46336D7728F4AC69 /* CwlDarwinDefinitions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CwlDarwinDefinitions.swift; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlPreconditionTesting/CwlDarwinDefinitions.swift; sourceTree = ""; }; + 7B55FC5833F829BBE6DBA3E1D3624839 /* PopupDialog.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PopupDialog.xcconfig; sourceTree = ""; }; + 7B9A767D2961EF0F8B7FD646793BEDF0 /* BeGreaterThanOrEqualTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThanOrEqualTo.swift; path = Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift; sourceTree = ""; }; + 7E200B17B93288E7C000F89157FC6CE9 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; + 7F2D87DA8397960596B1F5731D378B50 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + 80EE28C5B16EAD867F263D863CA8FC4E /* BeLogical.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLogical.swift; path = Sources/Nimble/Matchers/BeLogical.swift; sourceTree = ""; }; + 817F8878287639D4DD0224A69EA75047 /* BlurLayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BlurLayer.swift; path = DynamicBlurView/BlurLayer.swift; sourceTree = ""; }; + 83DAF84EA18303E3BB7DE997060F15DD /* Equal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Equal.swift; path = Sources/Nimble/Matchers/Equal.swift; sourceTree = ""; }; + 8585C63BBC446F4E8A88731650241983 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; + 865F19D3D1EF135E1965B13962BE1B4B /* Pods-PopupDialog_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PopupDialog_Tests-frameworks.sh"; sourceTree = ""; }; + 87838F7843F344E484A1E26218D90F8B /* BeAnInstanceOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAnInstanceOf.swift; path = Sources/Nimble/Matchers/BeAnInstanceOf.swift; sourceTree = ""; }; + 87B092C30EDF9B1934FDCE9AFF42924F /* Functional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Functional.swift; path = Sources/Nimble/Utils/Functional.swift; sourceTree = ""; }; + 87F785A29003BAC86FB78E9905A624B6 /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; + 8D07B970FABF9B765FD43E03FBDD544D /* NMBStringify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NMBStringify.h; path = Sources/NimbleObjectiveC/NMBStringify.h; sourceTree = ""; }; + 8D3E08FF2BC522160B297D24F3DA657D /* BeIdenticalTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeIdenticalTo.swift; path = Sources/Nimble/Matchers/BeIdenticalTo.swift; sourceTree = ""; }; + 8D41491FB9AB86E87AD99971C8A6B13F /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; + 8F05F0FE2AD0D7B08BB3F5A14E13573C /* NimbleEnvironment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleEnvironment.swift; path = Sources/Nimble/Adapters/NimbleEnvironment.swift; sourceTree = ""; }; + 8FA2D4A0B3E941EAC2405224507125B9 /* Nimble-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-umbrella.h"; sourceTree = ""; }; + 90DE7B18813B41B0237404EA7187BCD5 /* Pods-PopupDialog_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PopupDialog_Tests-Info.plist"; sourceTree = ""; }; + 9149414E122143FE570977D66C83E70C /* Pods_PopupDialog_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PopupDialog_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 9229EA4AF176F697394404461DF72DBA /* BeginWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeginWith.swift; path = Sources/Nimble/Matchers/BeginWith.swift; sourceTree = ""; }; + 92EE080E4A4E64AE18D07C5479F1ABFA /* DynamicBlurView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DynamicBlurView.modulemap; sourceTree = ""; }; + 95BA7DF0C033737DEE656977B7246131 /* PopupDialog.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialog.swift; path = PopupDialog/Classes/PopupDialog.swift; sourceTree = ""; }; + 97174344DBF09A205DFA3DC57B25C7D1 /* PopupDialog-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "PopupDialog-Info.plist"; sourceTree = ""; }; + 9B7C91CE0BEF5AD7EBE599E18BA6F6A8 /* UIViewController+Visibility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIViewController+Visibility.swift"; path = "PopupDialog/Classes/UIViewController+Visibility.swift"; sourceTree = ""; }; + 9B7F3B2BBF0FD8172393A0D3C72D33A9 /* PopupDialogContainerView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogContainerView.swift; path = PopupDialog/Classes/PopupDialogContainerView.swift; sourceTree = ""; }; + 9CF89A6943F689434ED9CB6279165EDC /* Stringers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Stringers.swift; path = Sources/Nimble/Utils/Stringers.swift; sourceTree = ""; }; + 9D832BDD2D3D8BC23F7550A2680D3AD1 /* UIView+Animations.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIView+Animations.swift"; path = "PopupDialog/Classes/UIView+Animations.swift"; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9F60D7B3660F496938B4E5377B009CCF /* PopupDialog-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PopupDialog-prefix.pch"; sourceTree = ""; }; + 9FA77AA498A074ACC80A4D92592F369C /* NMBExceptionCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NMBExceptionCapture.m; path = Sources/NimbleObjectiveC/NMBExceptionCapture.m; sourceTree = ""; }; + A1279F9C7CB28560E947BAB8241A24F9 /* mach_excServer.c */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.c; name = mach_excServer.c; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/mach_excServer.c; sourceTree = ""; }; + A3EFD0811319BB07458B57D9711B0061 /* Expectation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expectation.swift; path = Sources/Nimble/Expectation.swift; sourceTree = ""; }; + A67141F192016214363002CD81041EB2 /* BeNil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeNil.swift; path = Sources/Nimble/Matchers/BeNil.swift; sourceTree = ""; }; + AC7179BE06255B0BF3AA15CFD7235156 /* PresentationController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PresentationController.swift; path = PopupDialog/Classes/PresentationController.swift; sourceTree = ""; }; + ACE9B6F7F453332909939918B2BDD955 /* DynamicBlurView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DynamicBlurView.xcconfig; sourceTree = ""; }; + AD102EC8424E9B47199994939DEEFCB6 /* AssertionRecorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionRecorder.swift; path = Sources/Nimble/Adapters/AssertionRecorder.swift; sourceTree = ""; }; + ADDE6276688C7E8C98EFB817A5289DBB /* DynamicBlurView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DynamicBlurView.swift; path = DynamicBlurView/DynamicBlurView.swift; sourceTree = ""; }; + B47D5EC16FEF0045652155C89E1409E1 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B566E4F7B3B6C3FBFC3D25B4DC4F4CA1 /* Await.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Await.swift; path = Sources/Nimble/Utils/Await.swift; sourceTree = ""; }; + B7636B26B91AE19F8C6C8F2CAF6F1327 /* PopupDialog.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PopupDialog.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + B87A13D66557F8250802FF7BC30E391C /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/Nimble/Utils/Errors.swift; sourceTree = ""; }; + B9BE98E4FDCC94E0DAA530D3355D3FC2 /* Nimble.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Nimble.h; path = Sources/Nimble/Nimble.h; sourceTree = ""; }; + BC12B991F5D923B49A7E6F2B282A2058 /* UIImage+Blur.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "UIImage+Blur.swift"; path = "DynamicBlurView/UIImage+Blur.swift"; sourceTree = ""; }; + BD502993A3978DB664BF441919E99662 /* iOSSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = iOSSnapshotTestCase.modulemap; sourceTree = ""; }; + BE9753BAD372FFB193C0F38512BDB87E /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; + BEF9780F2991FD5333A5A395605731B3 /* Pods-PopupDialog_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-PopupDialog_Example.modulemap"; sourceTree = ""; }; + BFD5FE2A53D91BCAB12D921FBF4CD0D0 /* TransitionAnimator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TransitionAnimator.swift; path = PopupDialog/Classes/TransitionAnimator.swift; sourceTree = ""; }; + C00E7D44ECF69FE5460B080571C2FB66 /* DynamicBlurView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DynamicBlurView-dummy.m"; sourceTree = ""; }; + C02E3E9B4CD484F229C00E686266FB17 /* PopupDialog-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PopupDialog-dummy.m"; sourceTree = ""; }; + C0421D68D0732E11A840C60681F90E79 /* PopupDialogOverlayView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PopupDialogOverlayView.swift; path = PopupDialog/Classes/PopupDialogOverlayView.swift; sourceTree = ""; }; + C2BACD44F94D3A1EBD2170A673CE67AD /* HaveCount.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HaveCount.swift; path = Sources/Nimble/Matchers/HaveCount.swift; sourceTree = ""; }; + C35AE0EC6B190BA1A70B80CBCBCE687F /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + C35CF80D63DC8F5F6863D1812D6CF747 /* SwiftLint.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SwiftLint.xcconfig; sourceTree = ""; }; + C397EFCA77221A911AACAC10C50B5DB1 /* Pods-PopupDialog_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PopupDialog_Example-frameworks.sh"; sourceTree = ""; }; + CE1358942C6DCF9745029C7914D4F182 /* CGContext+CGImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGContext+CGImage.swift"; path = "DynamicBlurView/CGContext+CGImage.swift"; sourceTree = ""; }; + CF7931B37ABE8616C2C5EE19B47E0DDC /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; + D287538FE9D0F5D3103907FBA0F711F1 /* SatisfyAllOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SatisfyAllOf.swift; path = Sources/Nimble/Matchers/SatisfyAllOf.swift; sourceTree = ""; }; + D323DD67FFBE939EC3EA336EC9C7A621 /* PopupDialog.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = PopupDialog.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + D82BCFDBBAE6BD68E1CB4043767DD315 /* CwlMachBadInstructionHandler.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CwlMachBadInstructionHandler.h; path = Carthage/Checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include/CwlMachBadInstructionHandler.h; sourceTree = ""; }; + DDD154686103441586C20809DF72C72A /* MatcherProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatcherProtocols.swift; path = Sources/Nimble/Matchers/MatcherProtocols.swift; sourceTree = ""; }; + DF8B64BA61B3141DD5976B92851DBC25 /* Contain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Contain.swift; path = Sources/Nimble/Matchers/Contain.swift; sourceTree = ""; }; + DFF4F3DCD321434492639106B48E1F05 /* Pods-PopupDialog_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PopupDialog_Example-acknowledgements.markdown"; sourceTree = ""; }; + E048057C6B26BCEED88BCC32460490C6 /* DSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DSL.h; path = Sources/NimbleObjectiveC/DSL.h; sourceTree = ""; }; + E7EE4FCD21354C85451D558888090033 /* Nimble-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-prefix.pch"; sourceTree = ""; }; + E8031E699664E8D061985874A6BBB0FF /* Pods-PopupDialog_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PopupDialog_Tests.release.xcconfig"; sourceTree = ""; }; + E905F165F47AD6C59D19D988CCB1A1E1 /* TrackingMode.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = TrackingMode.swift; path = DynamicBlurView/TrackingMode.swift; sourceTree = ""; }; + E99CE5007733C4DAEA48881B1B8ADE74 /* Predicate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Predicate.swift; path = Sources/Nimble/Matchers/Predicate.swift; sourceTree = ""; }; + E9B297BF2DF246257A265F8F19AF1478 /* DSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DSL.swift; path = Sources/Nimble/DSL.swift; sourceTree = ""; }; + EE88B1AA041F9C52FFFF5D1B373D17CD /* BeCloseTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeCloseTo.swift; path = Sources/Nimble/Matchers/BeCloseTo.swift; sourceTree = ""; }; + F22CD88D4A163E52EFC06779F30AAF0D /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; + F50BBB5271703EBEB2D8DC62A1B87F32 /* NimbleXCTestHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleXCTestHandler.swift; path = Sources/Nimble/Adapters/NimbleXCTestHandler.swift; sourceTree = ""; }; + F5CAF1B1DD973C6246CC3DB8C8E3DEDB /* BeVoid.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeVoid.swift; path = Sources/Nimble/Matchers/BeVoid.swift; sourceTree = ""; }; + F5D0DC3E3B34D8BC8DEB09101BF7DC18 /* AdapterProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AdapterProtocols.swift; path = Sources/Nimble/Adapters/AdapterProtocols.swift; sourceTree = ""; }; + F955CA621E1387D18B6737FF34FECD4B /* Match.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Match.swift; path = Sources/Nimble/Matchers/Match.swift; sourceTree = ""; }; + FA075E3BCAFC670A0D5A3C1796CE7327 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + FAB2E9EF1E87FFD08EAED9983DF8CDAD /* Pods-PopupDialog_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PopupDialog_Tests-acknowledgements.plist"; sourceTree = ""; }; + FE0FBDEEC78693A30D4A798D7D0B5795 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + FE1461AF6ABDCCB635C4C9F3E257A998 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + FE582858E444F78FF47160866AA54BC7 /* PostNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PostNotification.swift; path = Sources/Nimble/Matchers/PostNotification.swift; sourceTree = ""; }; + FE64350AE3AF7C9DE3DA3737E70644C5 /* SatisfyAnyOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SatisfyAnyOf.swift; path = Sources/Nimble/Matchers/SatisfyAnyOf.swift; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 0E565470943714FE004014DB9A235CB1 /* Frameworks */ = { + 355864A5162A9D152615B2D9CB1F511B /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 9A2510E8F586D4B2F5447F1E0295DFE0 /* Foundation.framework in Frameworks */, + 1F6FBBBBE38178FA36B2CB60271A0D1E /* DynamicBlurView.framework in Frameworks */, + E6B9EDF7E7EC48A6731FB949F2D97CA3 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 75CCC1E0CDF4F02BF11462695F1569BB /* Frameworks */ = { + 6F954DBE88DF5B843F07784A61AB0AAE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - FE7E604D7DC993062746EE8AFF8E6E31 /* Foundation.framework in Frameworks */, - 38423C6F928999BB910C104B4E5BDDFD /* QuartzCore.framework in Frameworks */, - F7B2DB84BE0344D0899FA5165A5670B0 /* UIKit.framework in Frameworks */, - C54145BF50C86788D20B8FFBFD01A8CB /* XCTest.framework in Frameworks */, + D7CCF84F0F0D1FC2D050CA0F3EAD4E32 /* Accelerate.framework in Frameworks */, + 37EC39C7D93118336AF1E98E9C7BAAA2 /* Foundation.framework in Frameworks */, + 554593DE4755E5BF39C765037C0111FE /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7F682A9E296D139B5A1E649989FB51D0 /* Frameworks */ = { + 73308E1586E14416AC19C29CACA6BDDA /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 24015E2E286E2EFB43226D57C0CFF625 /* Foundation.framework in Frameworks */, + E02F32E3075511E2B030DA022EB14D2E /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 936706B655621A34B473D25E79E7FF41 /* Frameworks */ = { + A26F80CA3273279AAED0BA638B9D1E6A /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 18416664CEBDA68367553D69BEB50CAE /* DynamicBlurView.framework in Frameworks */, - 5BC051B7DC475C5625FD59CB458F0E34 /* Foundation.framework in Frameworks */, + 0B4955FACB8418E80447FBB5B99CD5C1 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9FB0E49A829611B6C87D5770B40A32FF /* Frameworks */ = { + A625497FAB9235BC3AB53206C7BE41B6 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 53A0EC85871552FF6043D58BD0E870C2 /* Foundation.framework in Frameworks */, + E36AB6320950BF25D873CEA9F9094A48 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - C3D5235CAA31A647248AD26D7E047ABE /* Frameworks */ = { + F3287CA501DBA186DAEEE8D485738900 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - A10C69D1C5B459EA34C465A44D8BAB86 /* Accelerate.framework in Frameworks */, - 91357CD33BB87215580DE96389D5BD58 /* Foundation.framework in Frameworks */, - 81E8993F25C04D618C0ED4816517F99C /* UIKit.framework in Frameworks */, + 66BF5BCB2E0E11257E427A19F0CA69BB /* Foundation.framework in Frameworks */, + 6B4180B400F5F4BC3E85D36C3F9F5821 /* QuartzCore.framework in Frameworks */, + 94BCC7B3DF53D9802499B98ABDC3FB05 /* UIKit.framework in Frameworks */, + 83604F2F98561C2DE46A70CF3AE03D56 /* XCTest.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 079B56BB0F0268243997E5EAD98EAAA7 /* Core */ = { + 0D55A80B1C8F8BFF77FBCC7E65FD8FEB /* Support Files */ = { isa = PBXGroup; children = ( - 7CE783C6C8E668E9FB85232682BD9356 /* FBSnapshotTestCase.h */, - DB876877AA8574FFBA2DFA248F78D988 /* FBSnapshotTestCase.m */, - C0D23AE74FBEE71F38022A8F632E6028 /* FBSnapshotTestCasePlatform.h */, - 428D0FA6B477ECA2EE617A6855C4C9D7 /* FBSnapshotTestCasePlatform.m */, - B5DE73CF2F7151B0EA3FD3A9AE199375 /* FBSnapshotTestController.h */, - 41C0FB2ABE47D982FE05822A9C71C303 /* FBSnapshotTestController.m */, - 5530BE925E0F9667C79FAE6FEDF5A1A5 /* UIImage+Compare.h */, - 91CB54C4E2118BF8920216CA49E917F5 /* UIImage+Compare.m */, - 1CFD28DD8E806C7FC8F60D1DD94D18E4 /* UIImage+Diff.h */, - 3DD44184FA7E41341959B3EC69D89C7F /* UIImage+Diff.m */, - 05870699F77028072D8F7981A232E665 /* UIImage+Snapshot.h */, - 64256367D2072E68B302E8469C4FCAFC /* UIImage+Snapshot.m */, + 1B66FE64BF30208C9B90EDFDF4CB4184 /* PopupDialog.modulemap */, + 7B55FC5833F829BBE6DBA3E1D3624839 /* PopupDialog.xcconfig */, + C02E3E9B4CD484F229C00E686266FB17 /* PopupDialog-dummy.m */, + 97174344DBF09A205DFA3DC57B25C7D1 /* PopupDialog-Info.plist */, + 9F60D7B3660F496938B4E5377B009CCF /* PopupDialog-prefix.pch */, + 6AC75CF853BC4363E81362410CBB15C0 /* PopupDialog-umbrella.h */, ); - name = Core; + name = "Support Files"; + path = "Example/Pods/Target Support Files/PopupDialog"; sourceTree = ""; }; - 13E28F9E1B93B8C13AD0E1D93BD7FE6D /* Support Files */ = { + 20F7009C21BBD105C384FC95787F86FD /* Support Files */ = { isa = PBXGroup; children = ( - 92512D027EEA36D3596F27A9180B2CD1 /* Info.plist */, - 0497E5269EDBCF02CB8EA0BBB15DD5B0 /* PopupDialog.modulemap */, - 1526A3B7C39995D2513554F5B40A1F42 /* PopupDialog.xcconfig */, - E1DBA74928D1712C2FAC1149A3988D32 /* PopupDialog-dummy.m */, - 0CCE1F309CA5B6BBBEF423D74BC08689 /* PopupDialog-prefix.pch */, - 9124ABD1E7E2CD5342291828D8C6D7AC /* PopupDialog-umbrella.h */, + BD502993A3978DB664BF441919E99662 /* iOSSnapshotTestCase.modulemap */, + 3E03482672DEA8CD8256EF0392339636 /* iOSSnapshotTestCase.xcconfig */, + 1243339E448CD16D18717B50F920BB09 /* iOSSnapshotTestCase-dummy.m */, + 15F87AFA7A13F5CC2191237E6950D9F6 /* iOSSnapshotTestCase-Info.plist */, + 1CECC7B09DE0C6F52BABCCDC6AE24C22 /* iOSSnapshotTestCase-prefix.pch */, + 02293FB2EA49ECAC14876A877C5665B9 /* iOSSnapshotTestCase-umbrella.h */, ); name = "Support Files"; - path = "Example/Pods/Target Support Files/PopupDialog"; + path = "../Target Support Files/iOSSnapshotTestCase"; sourceTree = ""; }; - 35F433A859EE5DE5D78DD0F5E52B623D /* Products */ = { + 2387B8EE36C007228061054F970DE66D /* SwiftSupport */ = { isa = PBXGroup; children = ( - C50544DF01124C04799CFE0959D8D73C /* DynamicBlurView.framework */, - 985EC012054636557EAD2B96360AF8C8 /* FBSnapshotTestCase.framework */, - 4E50727AFBBEF30F060E000EABF2A7B0 /* Nimble.framework */, - 01D98838A4138F9CF9579D1533177AF8 /* Pods_PopupDialog_Example.framework */, - 4241BD94FB4E28416F35B77A6D6C21F5 /* Pods_PopupDialog_Tests.framework */, - FB6B5CD721197AC2EE79B32869E71F9E /* PopupDialog.framework */, + 2C5299414864EBA7403DB7EB7300E148 /* SwiftSupport.swift */, ); - name = Products; + name = SwiftSupport; sourceTree = ""; }; - 38600C4D225DF058241D21994CF3A652 /* Support Files */ = { + 4D96BFF3643E3E9D0453DF5BC4AC5024 /* iOS */ = { isa = PBXGroup; children = ( - F29E786C12C7E970B37C4CB216365611 /* DynamicBlurView.modulemap */, - 600AC03287BB3260119ECA118A8C316E /* DynamicBlurView.xcconfig */, - 2BCF451557AAFF475D44027B7CBE3026 /* DynamicBlurView-dummy.m */, - F63C7B6A0B04F342CBCAB9E478133D9D /* DynamicBlurView-prefix.pch */, - 12D025F066E9AAA72557EAD0EA002705 /* DynamicBlurView-umbrella.h */, - 538E5238854D6716D9F80DEBAF1A79FD /* Info.plist */, + 5C335FD9E99D06E1D6FF9521C5F9FEB2 /* Accelerate.framework */, + FA075E3BCAFC670A0D5A3C1796CE7327 /* Foundation.framework */, + 1C7B47AEA8507F032FA94B515EA3FAE9 /* QuartzCore.framework */, + 7F2D87DA8397960596B1F5731D378B50 /* UIKit.framework */, + 7E200B17B93288E7C000F89157FC6CE9 /* XCTest.framework */, ); - name = "Support Files"; - path = "../Target Support Files/DynamicBlurView"; + name = iOS; sourceTree = ""; }; - 3B53CBE7EBEB265B498E2B569692190F /* Nimble */ = { + 5EA8687ED3EE1464A017436A1DBC228E /* Development Pods */ = { isa = PBXGroup; children = ( - 0FE848D266AF3ABE3C0F25D2FB283DDC /* AdapterProtocols.swift */, - 035A08E3F60A5D098958E6026CE599F7 /* AllPass.swift */, - 4BC20C7B70338C283A371F95B17865D8 /* AssertionDispatcher.swift */, - DBE0A30351E461EE6E8492AC3839A4FA /* AssertionRecorder.swift */, - DD42AA141768EB5892696E7C87DC4AE2 /* Async.swift */, - 1C471C00FF271E25443062FE2D69A2CE /* Await.swift */, - 42985FB734824186D67FDB75B2B98D32 /* BeAKindOf.swift */, - 049F3A21301630301978DB31C449A6E7 /* BeAnInstanceOf.swift */, - 948DDEEC6165667C2B7E58275D2A7171 /* BeCloseTo.swift */, - 5104A02FB2C024251FC89889EFA46CF5 /* BeEmpty.swift */, - 09C413F00E580A7D0992D27D7B9A12F2 /* BeginWith.swift */, - 742143746CF8F8F16EE9543436AB0532 /* BeGreaterThan.swift */, - 93A6249C79251F5780EB134D0EEA36A0 /* BeGreaterThanOrEqualTo.swift */, - 0AF31D82F178513EAB140493FD3970C6 /* BeIdenticalTo.swift */, - 6D9E48C1BF4E26D387E1C54C4F7191F2 /* BeLessThan.swift */, - 76D78DC544416AA7B261840C0F5CEAC0 /* BeLessThanOrEqual.swift */, - 1DB43FE644F43839547EACE7EA9ADB3D /* BeLogical.swift */, - FE861F8DCCB0E7AD155E46C464AA1E6C /* BeNil.swift */, - 9D1A51B8872C51C4AC3CCF9D9BA4B4C9 /* BeVoid.swift */, - B9F86143A8B3382B873A80134A5EA6BE /* Contain.swift */, - DF004DE10A237AD1FD63C67BE54A3E53 /* ContainElementSatisfying.swift */, - 62D64AFC26FD6FC8950B8083E4440235 /* CwlBadInstructionException.swift */, - 2BED181A2AA9D26686DD6EC00A166C8E /* CwlCatchBadInstruction.swift */, - 7C626EB5BE9FA412846FE2AC62F01D48 /* CwlCatchException.h */, - 6C481D087FB18452F72BE5D97638B389 /* CwlCatchException.m */, - 7427753F1DEC1A450240126449063ED2 /* CwlCatchException.swift */, - 9699B62C9398BF671FFB93B5F8159466 /* CwlDarwinDefinitions.swift */, - 0D37A8D166837E623E57E0859F702167 /* CwlMachBadInstructionHandler.h */, - A792DFBC3A091F87F55821428D475A72 /* CwlMachBadInstructionHandler.m */, - 88131E1A0F1684F16D16EE0797704063 /* CwlPreconditionTesting.h */, - C0468E6DBAD885B41BF555F34CF8A730 /* DSL.h */, - 2B5EE74208A1286206214B0C9B6560FC /* DSL.m */, - D4F6D7AA672F04A67B5C56FF92997DAB /* DSL.swift */, - 04E5F4BDA43FA0B5E71F20E538C8A2EF /* DSL+Wait.swift */, - D97BCB409D2B655824CFB18B04D96B2B /* EndWith.swift */, - 372486B88E8C80961C07276AF13A7D48 /* Equal.swift */, - ED6F622BB35C46C3CF7F49E114F0A293 /* Errors.swift */, - 78521B22081F542BB96D81D7A0367828 /* Expectation.swift */, - 7E31A988C27EA85EF9F4A78A277F491B /* ExpectationMessage.swift */, - 68F90F031A106B9C0F34D058254C379F /* Expression.swift */, - F75E407F76D3164AFE41437DC8D14352 /* FailureMessage.swift */, - 2FB983E8BD393C07910C4AB7D4940326 /* Functional.swift */, - 28140C6E5B7B3493391E4703990E1790 /* HaveCount.swift */, - 65BB3320189E349B3C28931EE51B87E5 /* mach_excServer.c */, - D3AEC75F3DC7CFF9CCBEF9B11FF0BBB8 /* mach_excServer.h */, - 88AC772E12E220F25C1D6B9A903311BC /* Match.swift */, - 18B181620DEC87170BC6D2F4239DAD15 /* MatcherFunc.swift */, - A6F9ECAAA5C707B1346AF6CC93DFE014 /* MatcherProtocols.swift */, - FEA4B697F1EC1594EFFE7F27ECC56F0F /* MatchError.swift */, - B0349A6968537E4F75CEE6E02CD128D4 /* Nimble.h */, - F5946E7F860CC934B9D1549DF9167AA3 /* NimbleEnvironment.swift */, - 8BDBD922144E8531D7DC0800AFDA3E7F /* NimbleXCTestHandler.swift */, - 76A52570855E113BD4B28EFAB9EA2C3E /* NMBExceptionCapture.h */, - 2C4996EDC7C28B2D3E651571F99A2E35 /* NMBExceptionCapture.m */, - E913E97F916EB5133D8A3279B15CBCBB /* NMBExpectation.swift */, - A20947584CEB45E0FA13EB3B245254A7 /* NMBObjCMatcher.swift */, - B45B93C5A2AAEDEE8094950AE670917D /* NMBStringify.h */, - 0392CCCA4B589C0E3D5CF9FA420975E9 /* NMBStringify.m */, - C41D463C43927F82675440E7AB25A48F /* PostNotification.swift */, - F9FF17B9939004392EF5D89AED9C472F /* Predicate.swift */, - E5494F5B2695C90475F6ADFCAE8D9618 /* RaisesException.swift */, - FAFC61AD05E7D8BBA5AD80F48F2AE692 /* SatisfyAllOf.swift */, - F956FA9BA438DCE7D4678FD0351B3B22 /* SatisfyAnyOf.swift */, - F3B6B88B674302268D261E216BCEF0C4 /* SourceLocation.swift */, - E47AA505CB7B1476D51A54456CB7EF60 /* Stringers.swift */, - CA1A1227F90302D8C0B5FBFAC265B6D5 /* ThrowAssertion.swift */, - 1484049B4A60A3A96D7F176B294FF2FF /* ThrowError.swift */, - 387F85B339AB8939C07353552A3A2540 /* ToSucceed.swift */, - CDBF1EE8C6BAE5194C9C973A597C7550 /* XCTestObservationCenter+Register.m */, - BAB7A798A90DD42FE05CE8B448D1BF92 /* Support Files */, + 85EBCEFE872DFB9FD326A44280742505 /* PopupDialog */, ); - name = Nimble; - path = Nimble; + name = "Development Pods"; sourceTree = ""; }; - 4813F1F9041CF128C89397EB10ADFB0E /* Development Pods */ = { + 85EBCEFE872DFB9FD326A44280742505 /* PopupDialog */ = { isa = PBXGroup; children = ( - C8E6FE4FD87EE94101C980167ABF086B /* PopupDialog */, + 325E316C92DF01A9D94DF6430091DC23 /* InteractiveTransition.swift */, + 95BA7DF0C033737DEE656977B7246131 /* PopupDialog.swift */, + 3C8894F8D3D2B3BA57C2A7BC7D100798 /* PopupDialog+Keyboard.swift */, + 7952F701BC2C67E165903F32888AC3CF /* PopupDialogButton.swift */, + 9B7F3B2BBF0FD8172393A0D3C72D33A9 /* PopupDialogContainerView.swift */, + 667AE1285750252FDFEA407317858F9F /* PopupDialogDefaultButtons.swift */, + 3AA35D35E0EC672D7AC55914FA29B4EB /* PopupDialogDefaultView.swift */, + 74D9842BCB672CACFC947E250922F87E /* PopupDialogDefaultViewController.swift */, + C0421D68D0732E11A840C60681F90E79 /* PopupDialogOverlayView.swift */, + AC7179BE06255B0BF3AA15CFD7235156 /* PresentationController.swift */, + 1B91546848953EFE3B8A19F21DA855A0 /* PresentationManager.swift */, + 38D83146DF4CB712F570F9D8D91A29C5 /* TransitionAnimations.swift */, + BFD5FE2A53D91BCAB12D921FBF4CD0D0 /* TransitionAnimator.swift */, + 4DE10CE7D7C57069894709C6EBE62D5C /* UIImageView+Calculations.swift */, + 9D832BDD2D3D8BC23F7550A2680D3AD1 /* UIView+Animations.swift */, + 9B7C91CE0BEF5AD7EBE599E18BA6F6A8 /* UIViewController+Visibility.swift */, + 9627740200784F0A1E94F900965AF5D9 /* Pod */, + 0D55A80B1C8F8BFF77FBCC7E65FD8FEB /* Support Files */, ); - name = "Development Pods"; + name = PopupDialog; + path = ../..; sourceTree = ""; }; - 698E7FB08DC415F5A1925C0A52A048C9 /* iOSSnapshotTestCase */ = { + 9627740200784F0A1E94F900965AF5D9 /* Pod */ = { isa = PBXGroup; children = ( - 079B56BB0F0268243997E5EAD98EAAA7 /* Core */, - B1424773FB9DF6F1DC6F2EA6A5460BA0 /* Support Files */, - D58D7E9F2BF073D5B5FFCEFE0CF4C898 /* SwiftSupport */, + FE1461AF6ABDCCB635C4C9F3E257A998 /* LICENSE */, + D323DD67FFBE939EC3EA336EC9C7A621 /* PopupDialog.podspec */, + FE0FBDEEC78693A30D4A798D7D0B5795 /* README.md */, ); - name = iOSSnapshotTestCase; - path = iOSSnapshotTestCase; + name = Pod; sourceTree = ""; }; - 6D43DE3CDFCC68D3B4E4762EE1491B5A /* Pods */ = { + 984F9142BB63EE98B50EA8DA0668177D /* DynamicBlurView */ = { isa = PBXGroup; children = ( - E1BEB205364571AC45BB44D6AAA092AC /* DynamicBlurView */, - 698E7FB08DC415F5A1925C0A52A048C9 /* iOSSnapshotTestCase */, - 3B53CBE7EBEB265B498E2B569692190F /* Nimble */, - E0D14DD552239187B2BF93D2F0B2C5C8 /* SwiftLint */, + 817F8878287639D4DD0224A69EA75047 /* BlurLayer.swift */, + 64091636CB0FA64C3BDF5E1799181546 /* CaptureQuality.swift */, + CE1358942C6DCF9745029C7914D4F182 /* CGContext+CGImage.swift */, + 455DC35380748FE9C8AC10A6791D8553 /* CGImage+Accelerate.swift */, + 16F11C32475366566F3A1AE69D966D67 /* DynamicBlurView.h */, + ADDE6276688C7E8C98EFB817A5289DBB /* DynamicBlurView.swift */, + E905F165F47AD6C59D19D988CCB1A1E1 /* TrackingMode.swift */, + BC12B991F5D923B49A7E6F2B282A2058 /* UIImage+Blur.swift */, + D5637143441B390F603A471017E5AD36 /* Support Files */, ); - name = Pods; + path = DynamicBlurView; sourceTree = ""; }; - 7DB346D0F39D3F0E887471402A8071AB = { + AEBB5515A92AAB92E16502B85589DA15 /* Products */ = { isa = PBXGroup; children = ( - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - 4813F1F9041CF128C89397EB10ADFB0E /* Development Pods */, - D921BB43D2FAF3B82D3C04BE14CC12AA /* Frameworks */, - 6D43DE3CDFCC68D3B4E4762EE1491B5A /* Pods */, - 35F433A859EE5DE5D78DD0F5E52B623D /* Products */, - 9847A7B68B7F871F34E7FA4742CFF944 /* Targets Support Files */, + 52E79702AB3898330C827CB689786AEB /* DynamicBlurView.framework */, + B47D5EC16FEF0045652155C89E1409E1 /* FBSnapshotTestCase.framework */, + C35AE0EC6B190BA1A70B80CBCBCE687F /* Nimble.framework */, + 9149414E122143FE570977D66C83E70C /* Pods_PopupDialog_Example.framework */, + 062B40CBDA4909A56A64AC28DFA2961C /* Pods_PopupDialog_Tests.framework */, + B7636B26B91AE19F8C6C8F2CAF6F1327 /* PopupDialog.framework */, ); + name = Products; sourceTree = ""; }; - 7E448955D5C3A15642479C2B512AF7C9 /* Pods-PopupDialog_Tests */ = { + BD08BC8565F0647EA0D012DDAB34466E /* Targets Support Files */ = { isa = PBXGroup; children = ( - 7DD527EB13647D871A95C22621B68736 /* Info.plist */, - 1A4B471687353588207E20712E22B303 /* Pods-PopupDialog_Tests.modulemap */, - 0A9BD1DB5DC1471CEAD847083A9DA9D3 /* Pods-PopupDialog_Tests-acknowledgements.markdown */, - 3DF9EC621AB69D8BB4639E3183AAFC66 /* Pods-PopupDialog_Tests-acknowledgements.plist */, - 9EE967C22F5B34233371476B825830F8 /* Pods-PopupDialog_Tests-dummy.m */, - C5E1D67A031447EA86DD893CEFE45105 /* Pods-PopupDialog_Tests-frameworks.sh */, - 294EC5769829D3B7AF5AE6B8ABCC3184 /* Pods-PopupDialog_Tests-resources.sh */, - 61B8B92894F5CC0AB7AAFA24D1F957B4 /* Pods-PopupDialog_Tests-umbrella.h */, - C3EA164D2FC76881F591F71EC7881E60 /* Pods-PopupDialog_Tests.debug.xcconfig */, - 377907D72B5C004D71CFC987D55F5265 /* Pods-PopupDialog_Tests.release.xcconfig */, + C1CAAB0CDC9FCA03CEDA805EB3AADD24 /* Pods-PopupDialog_Example */, + C65E1797B36A0C95FE61338DDA78D4BC /* Pods-PopupDialog_Tests */, ); - name = "Pods-PopupDialog_Tests"; - path = "Target Support Files/Pods-PopupDialog_Tests"; + name = "Targets Support Files"; sourceTree = ""; }; - 9847A7B68B7F871F34E7FA4742CFF944 /* Targets Support Files */ = { + BF461195EB47ED1624B9D8B4A290F0C1 /* Core */ = { isa = PBXGroup; children = ( - CF0D7E7C3CE3489EF1C649B8EF443EE7 /* Pods-PopupDialog_Example */, - 7E448955D5C3A15642479C2B512AF7C9 /* Pods-PopupDialog_Tests */, + BE9753BAD372FFB193C0F38512BDB87E /* FBSnapshotTestCase.h */, + 27BA8A345B5729D15B3AACDDC93424DF /* FBSnapshotTestCase.m */, + 59632C31CC7E9B0E97E82219B426C6BA /* FBSnapshotTestCasePlatform.h */, + CF7931B37ABE8616C2C5EE19B47E0DDC /* FBSnapshotTestCasePlatform.m */, + F22CD88D4A163E52EFC06779F30AAF0D /* FBSnapshotTestController.h */, + 8585C63BBC446F4E8A88731650241983 /* FBSnapshotTestController.m */, + 4823F2C2EEADA5B354927EB340E3E020 /* UIImage+Compare.h */, + 87F785A29003BAC86FB78E9905A624B6 /* UIImage+Compare.m */, + 6A4FD942AB99D4D6B1BAF5F19A80C325 /* UIImage+Diff.h */, + 8D41491FB9AB86E87AD99971C8A6B13F /* UIImage+Diff.m */, + 30B622D6D13E7E41B1E38658218CBA00 /* UIImage+Snapshot.h */, + 287C70787CC4C2F3ABA8597DC104A392 /* UIImage+Snapshot.m */, ); - name = "Targets Support Files"; + name = Core; sourceTree = ""; }; - AC0240660747F96C1BBFB639D7E1FAB1 /* iOS */ = { + C1CAAB0CDC9FCA03CEDA805EB3AADD24 /* Pods-PopupDialog_Example */ = { isa = PBXGroup; children = ( - 93C1CD1D8099443DB18D9A4328F6ECFF /* Accelerate.framework */, - 0DD85ED9F95134B7CF742AEDEC131B04 /* Foundation.framework */, - EE0F82738FBF695DD139D0EBED16F6FD /* QuartzCore.framework */, - 59F3A893FB3E6B91DFE7496ECE0C8E07 /* UIKit.framework */, - 049EAAA6F879AB21214F57ADF7E76562 /* XCTest.framework */, + BEF9780F2991FD5333A5A395605731B3 /* Pods-PopupDialog_Example.modulemap */, + DFF4F3DCD321434492639106B48E1F05 /* Pods-PopupDialog_Example-acknowledgements.markdown */, + 722C7A27FD7D7E22369E39AAFFC586C2 /* Pods-PopupDialog_Example-acknowledgements.plist */, + 3F8CFEBEEF998FFE137C33CFF02EF8D6 /* Pods-PopupDialog_Example-dummy.m */, + C397EFCA77221A911AACAC10C50B5DB1 /* Pods-PopupDialog_Example-frameworks.sh */, + 77CC9B70E7718AF175B15CE716EC1493 /* Pods-PopupDialog_Example-Info.plist */, + 29744CD016B1185AC562D0482E20989D /* Pods-PopupDialog_Example-umbrella.h */, + 3B248EF6FA846138728808541EF4BCC5 /* Pods-PopupDialog_Example.debug.xcconfig */, + 0AEF0170963EF4B08801F885B935F660 /* Pods-PopupDialog_Example.release.xcconfig */, ); - name = iOS; + name = "Pods-PopupDialog_Example"; + path = "Target Support Files/Pods-PopupDialog_Example"; sourceTree = ""; }; - B1424773FB9DF6F1DC6F2EA6A5460BA0 /* Support Files */ = { + C65E1797B36A0C95FE61338DDA78D4BC /* Pods-PopupDialog_Tests */ = { isa = PBXGroup; children = ( - 7674AF8AE727FF1AA0F0EB965368D59B /* Info.plist */, - D9616F03262A76FC3264E43CFACC0573 /* iOSSnapshotTestCase.modulemap */, - 62789B7320FAF58770998228293D6C5E /* iOSSnapshotTestCase.xcconfig */, - 028CF5FADBF3CCA0F623D0D67FA10226 /* iOSSnapshotTestCase-dummy.m */, - BAEA857C0DBEF09ABEE1F23D8A24BDAD /* iOSSnapshotTestCase-prefix.pch */, - 35742D241DC3515A06E15B4728632533 /* iOSSnapshotTestCase-umbrella.h */, + 61760C778E71AF733C0C3FE68A2325B8 /* Pods-PopupDialog_Tests.modulemap */, + 16188B23CF197FC44AD8B26B9A757403 /* Pods-PopupDialog_Tests-acknowledgements.markdown */, + FAB2E9EF1E87FFD08EAED9983DF8CDAD /* Pods-PopupDialog_Tests-acknowledgements.plist */, + 69B71AD153BEE005185EDF50D848A1BC /* Pods-PopupDialog_Tests-dummy.m */, + 865F19D3D1EF135E1965B13962BE1B4B /* Pods-PopupDialog_Tests-frameworks.sh */, + 90DE7B18813B41B0237404EA7187BCD5 /* Pods-PopupDialog_Tests-Info.plist */, + 46863F33A0753DFBCB245F19F5E87E46 /* Pods-PopupDialog_Tests-umbrella.h */, + 401ECAF6FFC2200EEFED7B1B53B2F6BC /* Pods-PopupDialog_Tests.debug.xcconfig */, + E8031E699664E8D061985874A6BBB0FF /* Pods-PopupDialog_Tests.release.xcconfig */, ); - name = "Support Files"; - path = "../Target Support Files/iOSSnapshotTestCase"; + name = "Pods-PopupDialog_Tests"; + path = "Target Support Files/Pods-PopupDialog_Tests"; sourceTree = ""; }; - BAB7A798A90DD42FE05CE8B448D1BF92 /* Support Files */ = { + C8EE6100528200C1DF1D17C2DCEF8FEA /* SwiftLint */ = { isa = PBXGroup; children = ( - FC98DD18360802CA6B2562122AAF2E81 /* Info.plist */, - D8AA1F6AECDD684511F9E27BC6157672 /* Nimble.modulemap */, - 50D5AEA879E917CAAF06E766B3324DDE /* Nimble.xcconfig */, - 8A5867BD1929448B439BC16BD6FAE711 /* Nimble-dummy.m */, - 3FB3F303D7D779DFADEACF5A18A4A46F /* Nimble-prefix.pch */, - C6436C86B285A829F576F70B32E62E3A /* Nimble-umbrella.h */, + F79E028C5939EF44368AB4732542118B /* Support Files */, ); - name = "Support Files"; - path = "../Target Support Files/Nimble"; + path = SwiftLint; sourceTree = ""; }; - C8E6FE4FD87EE94101C980167ABF086B /* PopupDialog */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - 4844BC4C859261A1B3EB767258BC37CA /* InteractiveTransition.swift */, - 798563A7E3950FA81D9E5E6318C21A7E /* PopupDialog.swift */, - A05F60E199D934612BE33F3F40574875 /* PopupDialog+Keyboard.swift */, - 5516058C968E6F082347BC5220F0453B /* PopupDialogButton.swift */, - A322CBE83E1057084E113AB3B0110503 /* PopupDialogContainerView.swift */, - FBCEF40D7038A23C3DEE9AFF141C3B4B /* PopupDialogDefaultButtons.swift */, - A71DA7B9DCEA6411BE21BE1759DFA032 /* PopupDialogDefaultView.swift */, - 699FD8262C5DC0BC1C1BB5DBEECFFBFF /* PopupDialogDefaultViewController.swift */, - D86E024881AB62A72D24B2DCED851A68 /* PopupDialogOverlayView.swift */, - C05D1AF25B11CCD91E7FA18699C250B2 /* PresentationController.swift */, - 11C6A2D6A0B7E66B361637BDE803D757 /* PresentationManager.swift */, - 20CB5B21A70C1625FE0B545AAAB8C517 /* TransitionAnimations.swift */, - 3D306518EE7130B60E59177D30ED3EA8 /* TransitionAnimator.swift */, - F90C77B17A34A3106308B818BE2B368A /* UIImageView+Calculations.swift */, - 4C7AB2EF74D4E47062DF548FCE3A5772 /* UIView+Animations.swift */, - 5BF31127C7A6951E95CAB974C0D5E2E9 /* UIViewController+Visibility.swift */, - E9915DFB8F965E597E4DCC79F06A4743 /* Pod */, - 13E28F9E1B93B8C13AD0E1D93BD7FE6D /* Support Files */, + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + 5EA8687ED3EE1464A017436A1DBC228E /* Development Pods */, + DE7837930404BBA5FDB7015C3A7390B2 /* Frameworks */, + D1BBDA63391567AEF8ECF0171490FDE1 /* Pods */, + AEBB5515A92AAB92E16502B85589DA15 /* Products */, + BD08BC8565F0647EA0D012DDAB34466E /* Targets Support Files */, ); - name = PopupDialog; - path = ../..; sourceTree = ""; }; - CF0D7E7C3CE3489EF1C649B8EF443EE7 /* Pods-PopupDialog_Example */ = { + D1BBDA63391567AEF8ECF0171490FDE1 /* Pods */ = { isa = PBXGroup; children = ( - EB6A975E24CF14F4628907221A368A85 /* Info.plist */, - C983BC57EC81640D8003A625434F3E51 /* Pods-PopupDialog_Example.modulemap */, - 943AF5679B6CC70942922D898094B780 /* Pods-PopupDialog_Example-acknowledgements.markdown */, - 14B177D1E24EA7FF5862752FB2863984 /* Pods-PopupDialog_Example-acknowledgements.plist */, - 0A2B3307AB29F0961733FF7ABC2BA8DF /* Pods-PopupDialog_Example-dummy.m */, - DEB09BD553AB08FD74F995E43FBED5BF /* Pods-PopupDialog_Example-frameworks.sh */, - 4BB38E255D57435AB4B8079347731B02 /* Pods-PopupDialog_Example-resources.sh */, - 152FB453A99C72EC14934DD10B0A2BF2 /* Pods-PopupDialog_Example-umbrella.h */, - 0AD00B5013ECE56BAC3DE7E929FDB371 /* Pods-PopupDialog_Example.debug.xcconfig */, - 07006DDF36ACF45D41D757A87D8BD096 /* Pods-PopupDialog_Example.release.xcconfig */, + 984F9142BB63EE98B50EA8DA0668177D /* DynamicBlurView */, + D347C648A754BF3FC93C9DD805F087DC /* iOSSnapshotTestCase */, + F7FC86AB7AB5296584A33AC821746398 /* Nimble */, + C8EE6100528200C1DF1D17C2DCEF8FEA /* SwiftLint */, ); - name = "Pods-PopupDialog_Example"; - path = "Target Support Files/Pods-PopupDialog_Example"; + name = Pods; sourceTree = ""; }; - D58D7E9F2BF073D5B5FFCEFE0CF4C898 /* SwiftSupport */ = { + D347C648A754BF3FC93C9DD805F087DC /* iOSSnapshotTestCase */ = { isa = PBXGroup; children = ( - 160393F9B788742C8E069FB0B151DAE1 /* SwiftSupport.swift */, + BF461195EB47ED1624B9D8B4A290F0C1 /* Core */, + 20F7009C21BBD105C384FC95787F86FD /* Support Files */, + 2387B8EE36C007228061054F970DE66D /* SwiftSupport */, ); - name = SwiftSupport; + path = iOSSnapshotTestCase; sourceTree = ""; }; - D921BB43D2FAF3B82D3C04BE14CC12AA /* Frameworks */ = { + D5637143441B390F603A471017E5AD36 /* Support Files */ = { isa = PBXGroup; children = ( - E0223BBA36AA0ECFB6FF01267BA116A8 /* DynamicBlurView.framework */, - AC0240660747F96C1BBFB639D7E1FAB1 /* iOS */, + 92EE080E4A4E64AE18D07C5479F1ABFA /* DynamicBlurView.modulemap */, + ACE9B6F7F453332909939918B2BDD955 /* DynamicBlurView.xcconfig */, + C00E7D44ECF69FE5460B080571C2FB66 /* DynamicBlurView-dummy.m */, + 2BA118F30416203AD3F72914EF48A12A /* DynamicBlurView-Info.plist */, + 4B921A25089E53BFEDCD66354FE5169B /* DynamicBlurView-prefix.pch */, + 19BE1001CECE5FDB557512C1C892E151 /* DynamicBlurView-umbrella.h */, ); - name = Frameworks; + name = "Support Files"; + path = "../Target Support Files/DynamicBlurView"; sourceTree = ""; }; - E0D14DD552239187B2BF93D2F0B2C5C8 /* SwiftLint */ = { + DA8802CF07C1038F72127431F9BAA2D8 /* Support Files */ = { isa = PBXGroup; children = ( + 3DD2DA301B282EF57E9C93CF779114A3 /* Nimble.modulemap */, + 1C4A913B2ABE97CB0F21D60821655525 /* Nimble.xcconfig */, + 3EDE5D2AFC33018AA44EDF7079E6C8EF /* Nimble-dummy.m */, + 5F3C735F0FF2503CC2041F1CF007347D /* Nimble-Info.plist */, + E7EE4FCD21354C85451D558888090033 /* Nimble-prefix.pch */, + 8FA2D4A0B3E941EAC2405224507125B9 /* Nimble-umbrella.h */, ); - name = SwiftLint; - path = SwiftLint; + name = "Support Files"; + path = "../Target Support Files/Nimble"; sourceTree = ""; }; - E1BEB205364571AC45BB44D6AAA092AC /* DynamicBlurView */ = { + DE7837930404BBA5FDB7015C3A7390B2 /* Frameworks */ = { isa = PBXGroup; children = ( - 064672EA6DBD7005E4BA8182C7F54155 /* BlurLayer.swift */, - 49977B15712652025308D26C9AA2B7C6 /* CaptureQuality.swift */, - 56DEE00D929C3FAA307A4C190B8FA60D /* CGContext+CGImage.swift */, - BD2156C83E10FB886EAA0BAE045209E1 /* CGImage+Accelerate.swift */, - 436C91A711DCDF529BAB1C0869033A27 /* DynamicBlurView.h */, - EC98D3F8FB77A606E1832C935A47E48C /* DynamicBlurView.swift */, - 2E5614CABD86F05B53427EABF75F0BF0 /* TrackingMode.swift */, - 8CF9C982C839113AE8E8B16E188E0C4C /* UIImage+Blur.swift */, - 38600C4D225DF058241D21994CF3A652 /* Support Files */, + 38328F060AF39895E284A3811EC4A9BD /* DynamicBlurView.framework */, + 4D96BFF3643E3E9D0453DF5BC4AC5024 /* iOS */, ); - name = DynamicBlurView; - path = DynamicBlurView; + name = Frameworks; sourceTree = ""; }; - E9915DFB8F965E597E4DCC79F06A4743 /* Pod */ = { + F79E028C5939EF44368AB4732542118B /* Support Files */ = { isa = PBXGroup; children = ( - A42D08B8360879D44A7F3A3834E864CF /* LICENSE */, - BD777B4DE8E955733A55DD734813C8D9 /* PopupDialog.podspec */, - A29D1FFFE335851A9A7747EF3946B9F9 /* README.md */, + C35CF80D63DC8F5F6863D1812D6CF747 /* SwiftLint.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "../Target Support Files/SwiftLint"; + sourceTree = ""; + }; + F7FC86AB7AB5296584A33AC821746398 /* Nimble */ = { + isa = PBXGroup; + children = ( + F5D0DC3E3B34D8BC8DEB09101BF7DC18 /* AdapterProtocols.swift */, + 200A77E157E470437D3C032888ABC3C4 /* AllPass.swift */, + 431C0DCBF7EA442CC2886C333A20C0DF /* AssertionDispatcher.swift */, + AD102EC8424E9B47199994939DEEFCB6 /* AssertionRecorder.swift */, + 5FCD81F4FCC8CBBB090E891E96AB22B2 /* Async.swift */, + B566E4F7B3B6C3FBFC3D25B4DC4F4CA1 /* Await.swift */, + 52A81F33A5D84847EB12A37057C44A7B /* BeAKindOf.swift */, + 87838F7843F344E484A1E26218D90F8B /* BeAnInstanceOf.swift */, + EE88B1AA041F9C52FFFF5D1B373D17CD /* BeCloseTo.swift */, + 049FF961807D2CCFB4BFB006B3F6903A /* BeEmpty.swift */, + 9229EA4AF176F697394404461DF72DBA /* BeginWith.swift */, + 0648E1602C901BD99D761CFE85054D0D /* BeGreaterThan.swift */, + 7B9A767D2961EF0F8B7FD646793BEDF0 /* BeGreaterThanOrEqualTo.swift */, + 8D3E08FF2BC522160B297D24F3DA657D /* BeIdenticalTo.swift */, + 104768EF226E926A18F524E8C79C0CE7 /* BeLessThan.swift */, + 6CD84BE03AE82DE3BA117239FC964D53 /* BeLessThanOrEqual.swift */, + 80EE28C5B16EAD867F263D863CA8FC4E /* BeLogical.swift */, + A67141F192016214363002CD81041EB2 /* BeNil.swift */, + F5CAF1B1DD973C6246CC3DB8C8E3DEDB /* BeVoid.swift */, + DF8B64BA61B3141DD5976B92851DBC25 /* Contain.swift */, + 5537BA52CB0430AAD64E042140B410DF /* ContainElementSatisfying.swift */, + 607AF5DC12915B330572F1FD9A6253C0 /* CwlBadInstructionException.swift */, + 5C61567B81BB2E922D32901B1A352946 /* CwlCatchBadInstruction.swift */, + 74823AAD4B57CA924A7ADCE10A08B72C /* CwlCatchException.h */, + 7186A4E63E259BF85CB22C8237BEEF4E /* CwlCatchException.m */, + 310A46556D07A0296C66D5864B4B1822 /* CwlCatchException.swift */, + 79BB1E107157AB7C46336D7728F4AC69 /* CwlDarwinDefinitions.swift */, + D82BCFDBBAE6BD68E1CB4043767DD315 /* CwlMachBadInstructionHandler.h */, + 64860498EAA97994F29592BDBD85AB38 /* CwlMachBadInstructionHandler.m */, + 249EC0574A7A3B3075817EC5A0CD4C74 /* CwlPreconditionTesting.h */, + E048057C6B26BCEED88BCC32460490C6 /* DSL.h */, + 3242E237431529C3360DC01E63A37357 /* DSL.m */, + E9B297BF2DF246257A265F8F19AF1478 /* DSL.swift */, + 35165D0C2642FE0116B49AA4F537ACB8 /* DSL+Wait.swift */, + 36DDC1C4D729976F1145A8935F22BCDD /* EndWith.swift */, + 83DAF84EA18303E3BB7DE997060F15DD /* Equal.swift */, + B87A13D66557F8250802FF7BC30E391C /* Errors.swift */, + A3EFD0811319BB07458B57D9711B0061 /* Expectation.swift */, + 0C577112BA5BA61FA2DA28270C5DC2ED /* ExpectationMessage.swift */, + 1E941EF8F373F12B868892D01A1BA655 /* Expression.swift */, + 4677A1DC722B43705A27698CD6BFED09 /* FailureMessage.swift */, + 87B092C30EDF9B1934FDCE9AFF42924F /* Functional.swift */, + C2BACD44F94D3A1EBD2170A673CE67AD /* HaveCount.swift */, + A1279F9C7CB28560E947BAB8241A24F9 /* mach_excServer.c */, + 0BD82EB3728DE03DCC8F5AD53A6C1753 /* mach_excServer.h */, + F955CA621E1387D18B6737FF34FECD4B /* Match.swift */, + 0AABD3AA8D14DF1487084914771264AE /* MatcherFunc.swift */, + DDD154686103441586C20809DF72C72A /* MatcherProtocols.swift */, + 3ECE482291E4AB1C3CA3877C9D4FBBD1 /* MatchError.swift */, + B9BE98E4FDCC94E0DAA530D3355D3FC2 /* Nimble.h */, + 8F05F0FE2AD0D7B08BB3F5A14E13573C /* NimbleEnvironment.swift */, + F50BBB5271703EBEB2D8DC62A1B87F32 /* NimbleXCTestHandler.swift */, + 4CFD05A4ADF118B4F237803DA904434C /* NMBExceptionCapture.h */, + 9FA77AA498A074ACC80A4D92592F369C /* NMBExceptionCapture.m */, + 6ED3B51EEE439AD9A185845300BF06AD /* NMBExpectation.swift */, + 17658872231DBE64CAE55AA7B703F18A /* NMBObjCMatcher.swift */, + 8D07B970FABF9B765FD43E03FBDD544D /* NMBStringify.h */, + 0D76BEEE5B32330195FB03044C3E4F44 /* NMBStringify.m */, + FE582858E444F78FF47160866AA54BC7 /* PostNotification.swift */, + E99CE5007733C4DAEA48881B1B8ADE74 /* Predicate.swift */, + 3AEBB59DAF48A0CEFB4F5297AEB3779D /* RaisesException.swift */, + D287538FE9D0F5D3103907FBA0F711F1 /* SatisfyAllOf.swift */, + FE64350AE3AF7C9DE3DA3737E70644C5 /* SatisfyAnyOf.swift */, + 150E79AC1ECCCC04306BC175588D3351 /* SourceLocation.swift */, + 9CF89A6943F689434ED9CB6279165EDC /* Stringers.swift */, + 3103870D569FB5F369820BD98DC247AF /* ThrowAssertion.swift */, + 511D5F3EF0C438FA53E15FAC3DB97D37 /* ThrowError.swift */, + 1F48B91B4064EA92FA60D4455FBF0257 /* ToSucceed.swift */, + 0C10507EBB8AA3756829FDC5FAC25C81 /* XCTestObservationCenter+Register.m */, + DA8802CF07C1038F72127431F9BAA2D8 /* Support Files */, + ); + path = Nimble; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 01D0A0EF347DCEFC45E9842E4E0E0EF3 /* Headers */ = { + 1254F19917E0E1C2D98427AA5F2BAE5A /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - FD8D37A4886C5E0550814233942BCE4B /* Pods-PopupDialog_Example-umbrella.h in Headers */, + 028DF0FD8A2D44D80EB0313263408364 /* CwlCatchException.h in Headers */, + 85A4019248D92500E641D01E1AD85724 /* CwlMachBadInstructionHandler.h in Headers */, + DE170038470E8DDDBC393195336A19B8 /* CwlPreconditionTesting.h in Headers */, + 45B25D082BF52A41858126CE82885AD3 /* DSL.h in Headers */, + 6193AAE31B8DDFE2B4FD667055CAE810 /* mach_excServer.h in Headers */, + BE9631B3CFF5881B6C29BBA43FD8B81E /* Nimble-umbrella.h in Headers */, + 9C25BC723ED8C3D2AD876B9CAC53B173 /* Nimble.h in Headers */, + 2B53456A071A2F00B3D1DF5F58E248E4 /* NMBExceptionCapture.h in Headers */, + 77A0C071248147C59F2AD9EDE5D9025E /* NMBStringify.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9C221F4C5AC220BFE8FA7A078932DB14 /* Headers */ = { + 1A03BD6302B9962E80B75AF1B3B48F79 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 5A0CD87A3ED90370FBE9C2D34D28B831 /* FBSnapshotTestCase.h in Headers */, - 0BFEB83762334C6357E3EE90097D4388 /* FBSnapshotTestCasePlatform.h in Headers */, - 988CE191249034461B77C6B0DB40C77C /* FBSnapshotTestController.h in Headers */, - 17E51AFDFDBA721468B3B487578152C4 /* iOSSnapshotTestCase-umbrella.h in Headers */, - 255991CE0E9BE369DDB074CFB07DC2F4 /* UIImage+Compare.h in Headers */, - 03D9FA1D368DE04CBC17735D036CB0AC /* UIImage+Diff.h in Headers */, - 8DD949008257CE640EE411DC5207A26D /* UIImage+Snapshot.h in Headers */, + 144BDE93E26654901B4FB21484EC77BB /* Pods-PopupDialog_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 9E44644BC3A70E4FD0A06088841E70E3 /* Headers */ = { + 605F63EC3CC6DD8D6EBCEB37637F17FF /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - B42501076134C166C300D8349DB9D468 /* PopupDialog-umbrella.h in Headers */, + 839A40B87D37A40C7AA29B800E333724 /* DynamicBlurView-umbrella.h in Headers */, + C608CD5014667D549210559A33CA1892 /* DynamicBlurView.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - A4A06E4FC2524DF17B2E53D3C4C36861 /* Headers */ = { + 92D99921DA44522F17071A078AB5B35D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - CD723D363A38F2EE45AC05FFE6DD06C2 /* Pods-PopupDialog_Tests-umbrella.h in Headers */, + D119ECF5F4F2CB90DFBA17153A844161 /* PopupDialog-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - B7307D77BB3DFEB9B4DD534240EAA4D0 /* Headers */ = { + B8E44194E23FD1D5E3F7B3ED7E306A8D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - D2D969B5A85573AF0ACDFE202EFC5B8F /* DynamicBlurView-umbrella.h in Headers */, - 32438A19A5AB04AFAE267B8E7ACBFC95 /* DynamicBlurView.h in Headers */, + FA71E485EBC200D061E8C861607C02D9 /* Pods-PopupDialog_Tests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - C9B96F4DDF06565D3B41A826AD209B1C /* Headers */ = { + C1A051BB72BEC6C4DD32571E75D6C182 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - F088EE1AE386EEF27AC934DE13F455BB /* CwlCatchException.h in Headers */, - BEB8082717D949400F2DE3458E75CBE3 /* CwlMachBadInstructionHandler.h in Headers */, - E984CB87ABF0DD970BD4B856DEA35E1A /* CwlPreconditionTesting.h in Headers */, - 618C13D4020EBA363997EFB60A56AC20 /* DSL.h in Headers */, - 5BA1006DAFD72ACF9F31DC95096FD054 /* mach_excServer.h in Headers */, - 9096D686AB39D3475A4227F0765C3DC4 /* Nimble-umbrella.h in Headers */, - 574F89786271FD7BAD216D075EA1E898 /* Nimble.h in Headers */, - B3C3D7DAB6567A273DA50FD2068AFF77 /* NMBExceptionCapture.h in Headers */, - 97A60F28FA1FF94422D2560002CEE407 /* NMBStringify.h in Headers */, + 091E200786E28C6766A07D636E0B33AB /* FBSnapshotTestCase.h in Headers */, + D91179CD68BA1F5A48C16A42B6D14608 /* FBSnapshotTestCasePlatform.h in Headers */, + C2D51D0E38F630A8A468843702A90348 /* FBSnapshotTestController.h in Headers */, + E078C238870C170DD524C8149975B22E /* iOSSnapshotTestCase-umbrella.h in Headers */, + D0DE9DDC173315C08C72D6DE1B3C859E /* UIImage+Compare.h in Headers */, + FF107C8DAD13A21F44CE5072AAC76B51 /* UIImage+Diff.h in Headers */, + 4DE6EADE9A71BF90004C24201D5B8E0D /* UIImage+Snapshot.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 04F07DCE9BDBC7623792C12E1991198B /* DynamicBlurView */ = { + 259FA497B621B18FB2921DA18AA46AC2 /* DynamicBlurView */ = { isa = PBXNativeTarget; - buildConfigurationList = 6987B290EE72F17FE19618243298F9EB /* Build configuration list for PBXNativeTarget "DynamicBlurView" */; + buildConfigurationList = 42F3E018DABDBF2D4F22D7F144BD9AF2 /* Build configuration list for PBXNativeTarget "DynamicBlurView" */; buildPhases = ( - B7307D77BB3DFEB9B4DD534240EAA4D0 /* Headers */, - B27D1933BEBEA9B8D7E6FD168F5CED68 /* Sources */, - C3D5235CAA31A647248AD26D7E047ABE /* Frameworks */, - 78CDAACAA52FB43B0DD3D3BD0E4EE412 /* Resources */, + 605F63EC3CC6DD8D6EBCEB37637F17FF /* Headers */, + 9F7C4A233710EDA715FBFF4679D4F731 /* Sources */, + 6F954DBE88DF5B843F07784A61AB0AAE /* Frameworks */, + 4D7D7821B2568B6700CF333B6E5A11C3 /* Resources */, ); buildRules = ( ); @@ -838,74 +861,77 @@ ); name = DynamicBlurView; productName = DynamicBlurView; - productReference = C50544DF01124C04799CFE0959D8D73C /* DynamicBlurView.framework */; + productReference = 52E79702AB3898330C827CB689786AEB /* DynamicBlurView.framework */; productType = "com.apple.product-type.framework"; }; - 0C41F5D44198F88D4217FF48605659B5 /* Pods-PopupDialog_Example */ = { + A318C90E72C2B09215F12ECE5413C46B /* Pods-PopupDialog_Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = E9765420199F7BC5A818F1849BA24C4D /* Build configuration list for PBXNativeTarget "Pods-PopupDialog_Example" */; + buildConfigurationList = 2FEE350026219C4443E4BB79ACCE110E /* Build configuration list for PBXNativeTarget "Pods-PopupDialog_Tests" */; buildPhases = ( - 01D0A0EF347DCEFC45E9842E4E0E0EF3 /* Headers */, - 3B0FDF026F6EFAB0D86E248B90D49402 /* Sources */, - 9FB0E49A829611B6C87D5770B40A32FF /* Frameworks */, - 1F408ADA4B99C37450AC370DD2058B27 /* Resources */, + B8E44194E23FD1D5E3F7B3ED7E306A8D /* Headers */, + 65201B3A3F06D736E21A77BFCE523AED /* Sources */, + A625497FAB9235BC3AB53206C7BE41B6 /* Frameworks */, + 373942DA481CB447FE30BCA677A15BD1 /* Resources */, ); buildRules = ( ); dependencies = ( - 3567FC9A378DAF20867C836DFD1D15CB /* PBXTargetDependency */, - C3ED1C6B09BF23221BE02F19824116A8 /* PBXTargetDependency */, + 001D59E92165994957FE0FFC562903AD /* PBXTargetDependency */, + 553D322FBCC157A4AE5E44BB0F323793 /* PBXTargetDependency */, + 4DFB277277B85A469117529882537300 /* PBXTargetDependency */, ); - name = "Pods-PopupDialog_Example"; - productName = "Pods-PopupDialog_Example"; - productReference = 01D98838A4138F9CF9579D1533177AF8 /* Pods_PopupDialog_Example.framework */; + name = "Pods-PopupDialog_Tests"; + productName = "Pods-PopupDialog_Tests"; + productReference = 062B40CBDA4909A56A64AC28DFA2961C /* Pods_PopupDialog_Tests.framework */; productType = "com.apple.product-type.framework"; }; - 5E269AA9A7FBCB9BFD8EA487B43AE7F9 /* Nimble */ = { + CA74CEED40A402865660392784D34978 /* Pods-PopupDialog_Example */ = { isa = PBXNativeTarget; - buildConfigurationList = 10836172B46B0B0B73CE062C21769FF3 /* Build configuration list for PBXNativeTarget "Nimble" */; + buildConfigurationList = FF4378A1AC3651ACF5BA4E428B589E3C /* Build configuration list for PBXNativeTarget "Pods-PopupDialog_Example" */; buildPhases = ( - C9B96F4DDF06565D3B41A826AD209B1C /* Headers */, - 00172CED9D8741CA7FB64BA63FDC1054 /* Sources */, - 7F682A9E296D139B5A1E649989FB51D0 /* Frameworks */, - 260DB7AEBBC86367BD11959FA116A36E /* Resources */, + 1A03BD6302B9962E80B75AF1B3B48F79 /* Headers */, + 37DB39C43D1A5CC839EB6AA5F5817CD6 /* Sources */, + A26F80CA3273279AAED0BA638B9D1E6A /* Frameworks */, + 91BC40534C87DB2F9C8A0E463842F210 /* Resources */, ); buildRules = ( ); dependencies = ( + 38F256C8A3B911B1112A1F99BAB8CD1F /* PBXTargetDependency */, + 4DBFF901667733D7986BA2A058F8BA1D /* PBXTargetDependency */, + 19D554CE624F10D565E8599D14C7BB01 /* PBXTargetDependency */, ); - name = Nimble; - productName = Nimble; - productReference = 4E50727AFBBEF30F060E000EABF2A7B0 /* Nimble.framework */; + name = "Pods-PopupDialog_Example"; + productName = "Pods-PopupDialog_Example"; + productReference = 9149414E122143FE570977D66C83E70C /* Pods_PopupDialog_Example.framework */; productType = "com.apple.product-type.framework"; }; - 7A6AA18D64EE7FE4843CB6C8C76EB2F3 /* PopupDialog */ = { + D4352C8CA6EDC802E8D85D2E61BC6173 /* Nimble */ = { isa = PBXNativeTarget; - buildConfigurationList = 4A02D21D6A36DA6AAC4AB8C6034D0100 /* Build configuration list for PBXNativeTarget "PopupDialog" */; + buildConfigurationList = F7696C5CA73833843928D0745738A604 /* Build configuration list for PBXNativeTarget "Nimble" */; buildPhases = ( - 9E44644BC3A70E4FD0A06088841E70E3 /* Headers */, - A1B67A5D5070437E0FC6D4A8AEA60DED /* Sources */, - 936706B655621A34B473D25E79E7FF41 /* Frameworks */, - 62CE6CFE56BB5EC47DEA1EC309C11A75 /* Resources */, + 1254F19917E0E1C2D98427AA5F2BAE5A /* Headers */, + 7EF0B1276B07BC36BB916E65618EDC6B /* Sources */, + 73308E1586E14416AC19C29CACA6BDDA /* Frameworks */, + 331EF7BDCF08FFF90F46CE9B1E24EFD5 /* Resources */, ); buildRules = ( ); dependencies = ( - 125BE01693045814D47C36858A00DEF1 /* PBXTargetDependency */, ); - name = PopupDialog; - productName = PopupDialog; - productReference = FB6B5CD721197AC2EE79B32869E71F9E /* PopupDialog.framework */; + name = Nimble; + productName = Nimble; + productReference = C35AE0EC6B190BA1A70B80CBCBCE687F /* Nimble.framework */; productType = "com.apple.product-type.framework"; }; - CCB670195D5BD218E1661BC4890D70E2 /* iOSSnapshotTestCase */ = { + E0D5773C6DEB06357ABB396EF13BB2CD /* iOSSnapshotTestCase */ = { isa = PBXNativeTarget; - buildConfigurationList = D5813A2F6B0CDB6FD40A1348BFBA82EA /* Build configuration list for PBXNativeTarget "iOSSnapshotTestCase" */; + buildConfigurationList = EEB1DCFA8D23D738DB723872276F2402 /* Build configuration list for PBXNativeTarget "iOSSnapshotTestCase" */; buildPhases = ( - 9C221F4C5AC220BFE8FA7A078932DB14 /* Headers */, - 5E6CA99EFC68AF0514F5BB3DCB17F0C5 /* Sources */, - 75CCC1E0CDF4F02BF11462695F1569BB /* Frameworks */, - B05303B66CE7EF9C1F2EAD2C5EEEB5DD /* Resources */, + C1A051BB72BEC6C4DD32571E75D6C182 /* Headers */, + 4E0D9E5D7FD898F301A30F72EF7E3947 /* Sources */, + F3287CA501DBA186DAEEE8D485738900 /* Frameworks */, + 50D0972EB23D3950F66DCF37E3B0428E /* Resources */, ); buildRules = ( ); @@ -913,98 +939,106 @@ ); name = iOSSnapshotTestCase; productName = iOSSnapshotTestCase; - productReference = 985EC012054636557EAD2B96360AF8C8 /* FBSnapshotTestCase.framework */; + productReference = B47D5EC16FEF0045652155C89E1409E1 /* FBSnapshotTestCase.framework */; productType = "com.apple.product-type.framework"; }; - F7CCF93E5A5B34BE92191C7477EC3FA3 /* Pods-PopupDialog_Tests */ = { + FFBD6E8AFCC899B135424D8D701837CE /* PopupDialog */ = { isa = PBXNativeTarget; - buildConfigurationList = 9CBF8F88254FAA5027690BB480C93C14 /* Build configuration list for PBXNativeTarget "Pods-PopupDialog_Tests" */; + buildConfigurationList = FDE921D1C54A9CC100987516CC70515B /* Build configuration list for PBXNativeTarget "PopupDialog" */; buildPhases = ( - A4A06E4FC2524DF17B2E53D3C4C36861 /* Headers */, - 80497FD179F6B199123C3CCC8A231626 /* Sources */, - 0E565470943714FE004014DB9A235CB1 /* Frameworks */, - 628BF2F0A6470FFF75F21275E2072063 /* Resources */, + 92D99921DA44522F17071A078AB5B35D /* Headers */, + A92A200ACA82F1FDC864C5EBC348618D /* Sources */, + 355864A5162A9D152615B2D9CB1F511B /* Frameworks */, + 32490BC967CA4FE4130F5C555AF68362 /* Resources */, ); buildRules = ( ); dependencies = ( - EED9F17361DA010CCE0EF9002CB4EA59 /* PBXTargetDependency */, - 4410F8A601A00C625877ADD0D9C0533A /* PBXTargetDependency */, - E9027CF2CEF093E7F3BC3356F2687C0B /* PBXTargetDependency */, + 5DAFA5BFE5881E697AEA777D819B23DC /* PBXTargetDependency */, ); - name = "Pods-PopupDialog_Tests"; - productName = "Pods-PopupDialog_Tests"; - productReference = 4241BD94FB4E28416F35B77A6D6C21F5 /* Pods_PopupDialog_Tests.framework */; + name = PopupDialog; + productName = PopupDialog; + productReference = B7636B26B91AE19F8C6C8F2CAF6F1327 /* PopupDialog.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0930; - LastUpgradeCheck = 0930; + LastUpgradeCheck = 1020; + TargetAttributes = { + 259FA497B621B18FB2921DA18AA46AC2 = { + LastSwiftMigration = 1020; + }; + FFBD6E8AFCC899B135424D8D701837CE = { + LastSwiftMigration = 1020; + }; + }; }; - buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, ); - mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 35F433A859EE5DE5D78DD0F5E52B623D /* Products */; + mainGroup = CF1408CF629C7361332E53B88F7BD30C; + productRefGroup = AEBB5515A92AAB92E16502B85589DA15 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 04F07DCE9BDBC7623792C12E1991198B /* DynamicBlurView */, - CCB670195D5BD218E1661BC4890D70E2 /* iOSSnapshotTestCase */, - 5E269AA9A7FBCB9BFD8EA487B43AE7F9 /* Nimble */, - 0C41F5D44198F88D4217FF48605659B5 /* Pods-PopupDialog_Example */, - F7CCF93E5A5B34BE92191C7477EC3FA3 /* Pods-PopupDialog_Tests */, - 7A6AA18D64EE7FE4843CB6C8C76EB2F3 /* PopupDialog */, + 259FA497B621B18FB2921DA18AA46AC2 /* DynamicBlurView */, + E0D5773C6DEB06357ABB396EF13BB2CD /* iOSSnapshotTestCase */, + D4352C8CA6EDC802E8D85D2E61BC6173 /* Nimble */, + CA74CEED40A402865660392784D34978 /* Pods-PopupDialog_Example */, + A318C90E72C2B09215F12ECE5413C46B /* Pods-PopupDialog_Tests */, + FFBD6E8AFCC899B135424D8D701837CE /* PopupDialog */, + 462030076D657DEC3A2BAA37E0C875A2 /* SwiftLint */, ); }; /* End PBXProject section */ /* Begin PBXResourcesBuildPhase section */ - 1F408ADA4B99C37450AC370DD2058B27 /* Resources */ = { + 32490BC967CA4FE4130F5C555AF68362 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 260DB7AEBBC86367BD11959FA116A36E /* Resources */ = { + 331EF7BDCF08FFF90F46CE9B1E24EFD5 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 628BF2F0A6470FFF75F21275E2072063 /* Resources */ = { + 373942DA481CB447FE30BCA677A15BD1 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 62CE6CFE56BB5EC47DEA1EC309C11A75 /* Resources */ = { + 4D7D7821B2568B6700CF333B6E5A11C3 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - 78CDAACAA52FB43B0DD3D3BD0E4EE412 /* Resources */ = { + 50D0972EB23D3950F66DCF37E3B0428E /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; - B05303B66CE7EF9C1F2EAD2C5EEEB5DD /* Resources */ = { + 91BC40534C87DB2F9C8A0E463842F210 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -1014,190 +1048,196 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ - 00172CED9D8741CA7FB64BA63FDC1054 /* Sources */ = { + 37DB39C43D1A5CC839EB6AA5F5817CD6 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - CE1287DA39DB4208F5511CE47FE8298D /* AdapterProtocols.swift in Sources */, - 1AC5D2CE6FA79327468F53B53D0A9418 /* AllPass.swift in Sources */, - B6F0D7C04121F97B1D4933C0168278EF /* AssertionDispatcher.swift in Sources */, - 85107C3BD627EA89CC1EAB25859EF85D /* AssertionRecorder.swift in Sources */, - 3312F77A6C289F2CEFBF0C1D98431671 /* Async.swift in Sources */, - DEEDD0D7C0369178EC867A59373F6380 /* Await.swift in Sources */, - 6B2DF45B9BFABD4BF3DDC503F073FB71 /* BeAKindOf.swift in Sources */, - 0D74DB80E4766C505062F32B6C5A70AD /* BeAnInstanceOf.swift in Sources */, - DA257CBBCAB6C22BA5476F983AC78BB5 /* BeCloseTo.swift in Sources */, - 9C22921616DC80691662977DDEA6B2C4 /* BeEmpty.swift in Sources */, - DF7CF1941236840A89D99B233E4DC086 /* BeginWith.swift in Sources */, - 6FE504E9ED5B37C05CFC2A530019AE5D /* BeGreaterThan.swift in Sources */, - 58B249717B134855DA1DF182DF0AEDB9 /* BeGreaterThanOrEqualTo.swift in Sources */, - 97EE56F66DCD3C983D0585D8F45FDB6A /* BeIdenticalTo.swift in Sources */, - B2F5395D43472600D7BA7E26E3772069 /* BeLessThan.swift in Sources */, - 06F38DD26D80484050C9ED86478406F2 /* BeLessThanOrEqual.swift in Sources */, - DD2EB3198539280E2F07F0E360AFF324 /* BeLogical.swift in Sources */, - 8E83E547D107FFC8B596829313AAF38F /* BeNil.swift in Sources */, - 5747F17B237F1ACB862F3F2911E5CBB1 /* BeVoid.swift in Sources */, - B30FCDD03BFE82B7E9776FD9CE3A1C51 /* Contain.swift in Sources */, - 8BB7F5B7E3E77CF25E64E1EAD1A26E68 /* ContainElementSatisfying.swift in Sources */, - 9A0EB2F0A468E4576E776AE1E9221E7A /* CwlBadInstructionException.swift in Sources */, - 350C051E271508531C90540A2496684C /* CwlCatchBadInstruction.swift in Sources */, - F4EE282D8435D54A662C6DDD30A3D2CD /* CwlCatchException.m in Sources */, - 2574D09B363D42ACA6BA589B675FFA26 /* CwlCatchException.swift in Sources */, - 8050C10B78F2D1DD98A2F3E250A24AD0 /* CwlDarwinDefinitions.swift in Sources */, - 66D3DA2225488356273B3D0AB83DA268 /* CwlMachBadInstructionHandler.m in Sources */, - 42A9F49A3D23555A2EC71F3E84E435FB /* DSL+Wait.swift in Sources */, - 6985430721C89135D5B4CBE13357EC31 /* DSL.m in Sources */, - A490FAE0B78B47AF739B0DAFC1DC5AD6 /* DSL.swift in Sources */, - 74605907C211553B00F09768BEF12834 /* EndWith.swift in Sources */, - 19291565899B5113A5355002CF9C8F2F /* Equal.swift in Sources */, - 4C093ABFA796CEC3AC89C1B9DC36841D /* Errors.swift in Sources */, - A286AD495C5D4520ADF2ECE7786EF950 /* Expectation.swift in Sources */, - 1E2AE2B6202B65E712FE05FB2699BD2C /* ExpectationMessage.swift in Sources */, - E454528E8D39931207848DACBB617A4C /* Expression.swift in Sources */, - 24AC6513961FF6DC60E0FB284E8914B6 /* FailureMessage.swift in Sources */, - 4BC738EA304E6FA57294B9AAFEC56F70 /* Functional.swift in Sources */, - F32B9D0318D13B740E6D88E16709FEA3 /* HaveCount.swift in Sources */, - C5305DE0B553BCA7361C3997ACD70FFB /* mach_excServer.c in Sources */, - DDB89D0F2F9422FEFF8D3ABB4B1FC7F9 /* Match.swift in Sources */, - 44F6B7EB2EAF73218A16F56D45C877A4 /* MatcherFunc.swift in Sources */, - 6B124A4D8EB28A918E0C87F2E75D94F8 /* MatcherProtocols.swift in Sources */, - 7AA9A7388AF44BB4EB2111CEDB29A666 /* MatchError.swift in Sources */, - 79FA255F43C9E42470C9720C0604444F /* Nimble-dummy.m in Sources */, - 0C345DBBF5EF9ED046CB579FDD401A57 /* NimbleEnvironment.swift in Sources */, - 62A3D36B892ED9C9A3210134C97FE3F9 /* NimbleXCTestHandler.swift in Sources */, - 2EF89DB591335BFB29606E0706E66D9F /* NMBExceptionCapture.m in Sources */, - 223CA7D4EDF23874D61C762F6CF51C56 /* NMBExpectation.swift in Sources */, - 562B8E7BBB3176E837BEBD6D24DA7EF4 /* NMBObjCMatcher.swift in Sources */, - 3C0D99EED837A3AD705A664503EF48DE /* NMBStringify.m in Sources */, - 22948773F0660B81265C2C17A0761F0D /* PostNotification.swift in Sources */, - 935558F919649CDE3784CBD344D3C008 /* Predicate.swift in Sources */, - 5895EA4D5666103B2CD4243690487D07 /* RaisesException.swift in Sources */, - 7485AAEB633B78268D656D019B77E023 /* SatisfyAllOf.swift in Sources */, - 746D0DBAF8EB27CA816CFD021DE2A7A1 /* SatisfyAnyOf.swift in Sources */, - DA4FBA76599ECAB9A1993F119A41359D /* SourceLocation.swift in Sources */, - B7ED1B41F56087971B656A2E38322310 /* Stringers.swift in Sources */, - 37C3C6235A5DDB8E37629314CF0E8489 /* ThrowAssertion.swift in Sources */, - E85EAC40F42C10F327BE0BCF39C2DF3B /* ThrowError.swift in Sources */, - DAF21E37BBBFD5D408F514E867A5936C /* ToSucceed.swift in Sources */, - B3895E766FFE0B7DF58F4D0BE246221B /* XCTestObservationCenter+Register.m in Sources */, + C21C81182C2082520FFF8A70B6C01A7B /* Pods-PopupDialog_Example-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 3B0FDF026F6EFAB0D86E248B90D49402 /* Sources */ = { + 4E0D9E5D7FD898F301A30F72EF7E3947 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 0234ECE5DF5FA813F8D17E51D1C16910 /* Pods-PopupDialog_Example-dummy.m in Sources */, + 6D43C958217DDF52EA577425F130C245 /* FBSnapshotTestCase.m in Sources */, + 43F296FD5616B0ED2AFB31D98B37B1EE /* FBSnapshotTestCasePlatform.m in Sources */, + 05B0FB93D36C759F7614D065FBC0B164 /* FBSnapshotTestController.m in Sources */, + 2B79FFCE612175372C451F1653D32D84 /* iOSSnapshotTestCase-dummy.m in Sources */, + 2CCCE84C7A1952595015411C9A436D3F /* SwiftSupport.swift in Sources */, + 258AD4ECFBD18E67F0B18FE3CF9B1AA7 /* UIImage+Compare.m in Sources */, + 15A3B154223AF927E93AC5C83732F8C1 /* UIImage+Diff.m in Sources */, + E7B32ED09537D571B1A28C42CE9E7DC9 /* UIImage+Snapshot.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5E6CA99EFC68AF0514F5BB3DCB17F0C5 /* Sources */ = { + 65201B3A3F06D736E21A77BFCE523AED /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 28A7BD7EB950A9B9E90C0733EDA5DB21 /* FBSnapshotTestCase.m in Sources */, - 531B110C6B0B9E83FFC106D88183BA08 /* FBSnapshotTestCasePlatform.m in Sources */, - 42C12046999900AE237432B32DE02708 /* FBSnapshotTestController.m in Sources */, - AC6A33C93C6A45A72E41CDF4ABE899B1 /* iOSSnapshotTestCase-dummy.m in Sources */, - 844EDCE06A5F272C8BE0C994DAA5F2EB /* SwiftSupport.swift in Sources */, - 32C70F4E43D4EAF4DEB2839944E67C0E /* UIImage+Compare.m in Sources */, - FD5345BA620698C24F2AF1275EB7B3BE /* UIImage+Diff.m in Sources */, - AD5D759A5CE47EF38847CE06E23BA694 /* UIImage+Snapshot.m in Sources */, + F4FC149115FDBD8243CA10FA4552B4C8 /* Pods-PopupDialog_Tests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 80497FD179F6B199123C3CCC8A231626 /* Sources */ = { + 7EF0B1276B07BC36BB916E65618EDC6B /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 9AD5CAF161D8C972BFC5B456E23F68BB /* Pods-PopupDialog_Tests-dummy.m in Sources */, + 37C28AD0CD393A0063A6E3B3400643EC /* AdapterProtocols.swift in Sources */, + 51D822E3615B158048411AD97501AEB4 /* AllPass.swift in Sources */, + FDBD0FFF2F3875EA683279E7A02310E2 /* AssertionDispatcher.swift in Sources */, + BF886FB46C3CDABBD1583AF65B051021 /* AssertionRecorder.swift in Sources */, + F7CCFB351CD1D60A555D1F5037EEC775 /* Async.swift in Sources */, + 2AF068B3ADCE1AB7D890EC0684C83B63 /* Await.swift in Sources */, + 56775B822D73E8E27D53C4A8F93593AB /* BeAKindOf.swift in Sources */, + B01AA54C73F2D6B3C7240E81AE5B7EE5 /* BeAnInstanceOf.swift in Sources */, + D1108B0B95C44070293DEC99A96E8B9E /* BeCloseTo.swift in Sources */, + 76F766F6D0B6D09D5158F42A55AD0F29 /* BeEmpty.swift in Sources */, + 82DE69D2E7FDCA857DA010C5440D9222 /* BeginWith.swift in Sources */, + 55F0D512EE0320AB90253B2A0F149614 /* BeGreaterThan.swift in Sources */, + AD4E0E8A55D8BEA2EBC4D011D0A7B212 /* BeGreaterThanOrEqualTo.swift in Sources */, + 2F1DFFA18F8227FF0B226B3E0971AD20 /* BeIdenticalTo.swift in Sources */, + B19CC4DDE469AA715425DF205252DF09 /* BeLessThan.swift in Sources */, + 9FA84BEFB9A6EBCD81771B3BACD1B6D7 /* BeLessThanOrEqual.swift in Sources */, + 25061DCFE254B9A51567D57282FD09B6 /* BeLogical.swift in Sources */, + 7C7A79A8BEE1BEDB839CFA6F74E99C7E /* BeNil.swift in Sources */, + BB4EF29493E23FCD573A571EA2FC2691 /* BeVoid.swift in Sources */, + 91D72D53DEE7E861FC51B58432A07C24 /* Contain.swift in Sources */, + DF8E6E6872AF7D65EB8BC55923DB0B2E /* ContainElementSatisfying.swift in Sources */, + DED2339032E336A6C72A1812E3300AF7 /* CwlBadInstructionException.swift in Sources */, + 764666F465F544BCE897E3BF4BAFD38F /* CwlCatchBadInstruction.swift in Sources */, + A7B7DDC792B0646E6BBC93DEBCBF1A86 /* CwlCatchException.m in Sources */, + C4F69BE250F3575D749A5E10CB782F9A /* CwlCatchException.swift in Sources */, + 937D90C2670CFFB0A35B291A75F9009C /* CwlDarwinDefinitions.swift in Sources */, + 90D48E81FAE63982EAA8DE7E68010353 /* CwlMachBadInstructionHandler.m in Sources */, + 325558B7841069C5A237F82E8C6C473D /* DSL+Wait.swift in Sources */, + 3E0EC3B170A3018A620D85099A090B49 /* DSL.m in Sources */, + F35CD6B3F10783E58481D6E00ACF3A39 /* DSL.swift in Sources */, + 6BE8158D44809BA48B8B85EB4F92A45B /* EndWith.swift in Sources */, + BC87DC0E426ED91DB6BDBF2DF5BF2E3C /* Equal.swift in Sources */, + 608181B47864A58E1C3B7B0AD0FE1FD1 /* Errors.swift in Sources */, + E2E9404DF91A582434E341BAA79EFA9F /* Expectation.swift in Sources */, + 38E861DE6E72CED4680AE094D99B77C2 /* ExpectationMessage.swift in Sources */, + B7E2AB7A6C70C55094F252AFA84AD9C3 /* Expression.swift in Sources */, + 2C1BD5BAE866697E817108A191FB28B6 /* FailureMessage.swift in Sources */, + F1926E4E362CBAED87FE5D17E219913A /* Functional.swift in Sources */, + DE8627DC4C00D882077FC1D3E87BBEE5 /* HaveCount.swift in Sources */, + 97BFF30F9CB958E74517131650D5BC7C /* mach_excServer.c in Sources */, + 4AEAB6E35C5D3C704C9A55CFC315C982 /* Match.swift in Sources */, + 148034F66372FB0115EB12D52EA2545A /* MatcherFunc.swift in Sources */, + E523A7C9BB3E1DD9565AD0062BA13177 /* MatcherProtocols.swift in Sources */, + E9894788BB6C368CE76AD7754F8558D3 /* MatchError.swift in Sources */, + 4301C742FE4B509A8DC1504F367EEB99 /* Nimble-dummy.m in Sources */, + 6AF32EB2E58E09B85C53A735BC162BC2 /* NimbleEnvironment.swift in Sources */, + A822E02EFA49284044CEDFED620F796E /* NimbleXCTestHandler.swift in Sources */, + C3E37DE60D2E23308D089991D99BB571 /* NMBExceptionCapture.m in Sources */, + 4A0338D4EF95D82B125C304D02D5DA2F /* NMBExpectation.swift in Sources */, + 785338FE484ABFB22EED6B979AC47AC4 /* NMBObjCMatcher.swift in Sources */, + 2A244420894E5360D3E2E7FEC79AF783 /* NMBStringify.m in Sources */, + 5C41F0CE907C842E5D662C74836EFBDC /* PostNotification.swift in Sources */, + 7714F044B1FCABBB1C097A62A2A36760 /* Predicate.swift in Sources */, + A5174F63D2FE4B0D01BBE018F09BC2A1 /* RaisesException.swift in Sources */, + 7BB6491AF900FAC4353B3DB6649DC259 /* SatisfyAllOf.swift in Sources */, + E4B82392168C3D0D09AEF735DFAE18A1 /* SatisfyAnyOf.swift in Sources */, + AA4E032922B89B6D052F14D0C0AB250B /* SourceLocation.swift in Sources */, + E978590228F0A06065B7EAD5DBF21CB1 /* Stringers.swift in Sources */, + D0664493DF417CB8D86DFAE07F9671E4 /* ThrowAssertion.swift in Sources */, + E34B752A6940722D74EF7323F9CF96AB /* ThrowError.swift in Sources */, + 6892F564CC7FFE1680FDC431F5E66416 /* ToSucceed.swift in Sources */, + 1B57A0387C2CBCCF616043C57BB60215 /* XCTestObservationCenter+Register.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A1B67A5D5070437E0FC6D4A8AEA60DED /* Sources */ = { + 9F7C4A233710EDA715FBFF4679D4F731 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - F5BE59D1DEDDA96F9589B343D1392530 /* InteractiveTransition.swift in Sources */, - 26B0271CA278A716915DD65F28D46912 /* PopupDialog+Keyboard.swift in Sources */, - B0DDF6CF37C3AA33C92E974F8EF41863 /* PopupDialog-dummy.m in Sources */, - 366B8CEF24B182A443FA637C03DE5E61 /* PopupDialog.swift in Sources */, - F0F0FBC40CDF5A7287D769CB2F53AEB8 /* PopupDialogButton.swift in Sources */, - 7E075AD09D73E21B69F31798ECF487C6 /* PopupDialogContainerView.swift in Sources */, - F196E1375573C3D4EE3A9BAADC23775E /* PopupDialogDefaultButtons.swift in Sources */, - 2C98CE56B1655FCBBF1394FCB295EB4F /* PopupDialogDefaultView.swift in Sources */, - 311A88103484507E3D1A711F58984A7F /* PopupDialogDefaultViewController.swift in Sources */, - BB39142B1802E77449F25C3D83ABC75D /* PopupDialogOverlayView.swift in Sources */, - 4B8C9F91C438BFFCFA146A2AA5E0B372 /* PresentationController.swift in Sources */, - 68712CACB9AEC6E3FAA9DD19D1A51809 /* PresentationManager.swift in Sources */, - C7983DA15FD0FB2F81BB33BBC490210B /* TransitionAnimations.swift in Sources */, - 3F05A840AD943C7C5E7D87D918A0D312 /* TransitionAnimator.swift in Sources */, - 944E741F111A744842D5B4F43A045752 /* UIImageView+Calculations.swift in Sources */, - A09F5C10BB8AA7153BC6D943EAF532D4 /* UIView+Animations.swift in Sources */, - 65543D57B73C18A8AAE5441694E6E758 /* UIViewController+Visibility.swift in Sources */, + 699AA6D35A7C549B72DF9DF2DA356283 /* BlurLayer.swift in Sources */, + 30FD6CA8052FBCAD2D41DF768AEF5D49 /* CaptureQuality.swift in Sources */, + 931F6BA94CDA2C88C3E446AB7359437B /* CGContext+CGImage.swift in Sources */, + B0EBBC56A849150DCF4CACB5DA6AC44A /* CGImage+Accelerate.swift in Sources */, + 9A0EADA9585165E1063D26C596C546F2 /* DynamicBlurView-dummy.m in Sources */, + 1E60789D3801FE2CCFCDFE262CDB2C39 /* DynamicBlurView.swift in Sources */, + AFF5E68DF0232B4E331A2A6D07A23EF6 /* TrackingMode.swift in Sources */, + 2B29853C2CD8A22239F8BA8AEAD7D870 /* UIImage+Blur.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - B27D1933BEBEA9B8D7E6FD168F5CED68 /* Sources */ = { + A92A200ACA82F1FDC864C5EBC348618D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C7F20677D9BFCDD09D1C8425F01872BE /* BlurLayer.swift in Sources */, - 7E9758A7ADD849692E569A2C5BBDCE94 /* CaptureQuality.swift in Sources */, - CA77FF0FFAEE74AF517DBC2F2440546C /* CGContext+CGImage.swift in Sources */, - 5B8437965913274A42B48AC0423028DA /* CGImage+Accelerate.swift in Sources */, - 473890E28EFD83405BE110848930F6A6 /* DynamicBlurView-dummy.m in Sources */, - 4C39C8C05FBDD3D30BF5ACF2D74DB5CD /* DynamicBlurView.swift in Sources */, - E5EDF56F24BC532E64B2B6C805119970 /* TrackingMode.swift in Sources */, - 6D55BC3FA411C007E752EFC1E657E886 /* UIImage+Blur.swift in Sources */, + CF780D83CD27F18935122124907C4848 /* InteractiveTransition.swift in Sources */, + B8FB2D067E0C5605457C188F19392785 /* PopupDialog+Keyboard.swift in Sources */, + 54B34FD4ABB0FE120E25F5189DA213F1 /* PopupDialog-dummy.m in Sources */, + 8189AB429E5264D1443941BFCEF26AFB /* PopupDialog.swift in Sources */, + EF23FBAFDF08894B5DED08BF52377DDE /* PopupDialogButton.swift in Sources */, + 542DF141858D476C903B497D200C9E2F /* PopupDialogContainerView.swift in Sources */, + AFBF35BD00F64E9B7B23C718F1340666 /* PopupDialogDefaultButtons.swift in Sources */, + BB37A7C8F86DF110FBE474CCE487F88B /* PopupDialogDefaultView.swift in Sources */, + B23CF8A9066EF6B3739E7E8868A2D6C7 /* PopupDialogDefaultViewController.swift in Sources */, + 4808EAAB76DB5DA6290FF72A19AD872E /* PopupDialogOverlayView.swift in Sources */, + 97BCA6C4414C737B5A3F616ECB87D63A /* PresentationController.swift in Sources */, + 28AFE7BE0D55B9EB0436F652CDC0BF0A /* PresentationManager.swift in Sources */, + 1ABBEF76CF516143AC4C3CD3743BACB6 /* TransitionAnimations.swift in Sources */, + 41C177B80002765D079AC76D27E681FF /* TransitionAnimator.swift in Sources */, + D67390654B973701CF79FBEBBA6A6DA1 /* UIImageView+Calculations.swift in Sources */, + B5DCD95D29D1251E9F7007D0D752BF3D /* UIView+Animations.swift in Sources */, + B10D7CDB5826C2AFD79C2E255BCD5F05 /* UIViewController+Visibility.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - 125BE01693045814D47C36858A00DEF1 /* PBXTargetDependency */ = { + 001D59E92165994957FE0FFC562903AD /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DynamicBlurView; - target = 04F07DCE9BDBC7623792C12E1991198B /* DynamicBlurView */; - targetProxy = 09E74FA8CEA05F6881089AB3CF5F8C39 /* PBXContainerItemProxy */; + name = Nimble; + target = D4352C8CA6EDC802E8D85D2E61BC6173 /* Nimble */; + targetProxy = C594029C1966F916E3FE5115D038CA68 /* PBXContainerItemProxy */; }; - 3567FC9A378DAF20867C836DFD1D15CB /* PBXTargetDependency */ = { + 19D554CE624F10D565E8599D14C7BB01 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = DynamicBlurView; - target = 04F07DCE9BDBC7623792C12E1991198B /* DynamicBlurView */; - targetProxy = 1F1345BC45608FB74B38DD1917845719 /* PBXContainerItemProxy */; + name = SwiftLint; + target = 462030076D657DEC3A2BAA37E0C875A2 /* SwiftLint */; + targetProxy = A256C510D822779A85DA6B51AA741CEF /* PBXContainerItemProxy */; }; - 4410F8A601A00C625877ADD0D9C0533A /* PBXTargetDependency */ = { + 38F256C8A3B911B1112A1F99BAB8CD1F /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Pods-PopupDialog_Example"; - target = 0C41F5D44198F88D4217FF48605659B5 /* Pods-PopupDialog_Example */; - targetProxy = 810E14583B37F7B3C9C0363AD7323369 /* PBXContainerItemProxy */; + name = DynamicBlurView; + target = 259FA497B621B18FB2921DA18AA46AC2 /* DynamicBlurView */; + targetProxy = 671940896928CBAE7AD220920ED0ED03 /* PBXContainerItemProxy */; }; - C3ED1C6B09BF23221BE02F19824116A8 /* PBXTargetDependency */ = { + 4DBFF901667733D7986BA2A058F8BA1D /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = PopupDialog; - target = 7A6AA18D64EE7FE4843CB6C8C76EB2F3 /* PopupDialog */; - targetProxy = 4CFF31AFACCD613BD00365DD53153F08 /* PBXContainerItemProxy */; + target = FFBD6E8AFCC899B135424D8D701837CE /* PopupDialog */; + targetProxy = B649A5E3282D45F422BAD75E2AACA8AB /* PBXContainerItemProxy */; }; - E9027CF2CEF093E7F3BC3356F2687C0B /* PBXTargetDependency */ = { + 4DFB277277B85A469117529882537300 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = iOSSnapshotTestCase; - target = CCB670195D5BD218E1661BC4890D70E2 /* iOSSnapshotTestCase */; - targetProxy = F06044C1212A07C62970FE6B4B70603D /* PBXContainerItemProxy */; + target = E0D5773C6DEB06357ABB396EF13BB2CD /* iOSSnapshotTestCase */; + targetProxy = DDDB10C5FD26BB4F367DEBD30E06630C /* PBXContainerItemProxy */; }; - EED9F17361DA010CCE0EF9002CB4EA59 /* PBXTargetDependency */ = { + 553D322FBCC157A4AE5E44BB0F323793 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = Nimble; - target = 5E269AA9A7FBCB9BFD8EA487B43AE7F9 /* Nimble */; - targetProxy = 61DB768210C05D6A7916F8CFD5E6C274 /* PBXContainerItemProxy */; + name = "Pods-PopupDialog_Example"; + target = CA74CEED40A402865660392784D34978 /* Pods-PopupDialog_Example */; + targetProxy = 0BB024B8D969D444E23F642A0CC53711 /* PBXContainerItemProxy */; + }; + 5DAFA5BFE5881E697AEA777D819B23DC /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DynamicBlurView; + target = 259FA497B621B18FB2921DA18AA46AC2 /* DynamicBlurView */; + targetProxy = 416CAAA122ADB75F6B80477E6535EA1C /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 081CC0115CB2F7908640D7142D8E47BA /* Release */ = { + 01E31F4A41458606804042EA6C1236FC /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 377907D72B5C004D71CFC987D55F5265 /* Pods-PopupDialog_Tests.release.xcconfig */; + baseConfigurationReference = 401ECAF6FFC2200EEFED7B1B53B2F6BC /* Pods-PopupDialog_Tests.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -1210,7 +1250,7 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PopupDialog_Tests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -1224,16 +1264,17 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 0F2E50A2EADF114DF2193212EC21F7F6 /* Release */ = { + 0C9D24A589163050912194A7CB12225D /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1526A3B7C39995D2513554F5B40A1F42 /* PopupDialog.xcconfig */; + baseConfigurationReference = 3B248EF6FA846138728808541EF4BCC5 /* Pods-PopupDialog_Example.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1243,28 +1284,28 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/PopupDialog/PopupDialog-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PopupDialog/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PopupDialog/PopupDialog.modulemap"; - PRODUCT_MODULE_NAME = PopupDialog; - PRODUCT_NAME = PopupDialog; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 3CD414D327D03312D9A5987CD43A4C72 /* Release */ = { + 1AA40C2615CEBF48DB1E5A97C6E7CB70 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 600AC03287BB3260119ECA118A8C316E /* DynamicBlurView.xcconfig */; + baseConfigurationReference = ACE9B6F7F453332909939918B2BDD955 /* DynamicBlurView.xcconfig */; buildSettings = { CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -1276,7 +1317,7 @@ DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_PREFIX_HEADER = "Target Support Files/DynamicBlurView/DynamicBlurView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/DynamicBlurView/Info.plist"; + INFOPLIST_FILE = "Target Support Files/DynamicBlurView/DynamicBlurView-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; @@ -1294,10 +1335,11 @@ }; name = Release; }; - 5395430911D133B046AD263CFFB69B2E /* Release */ = { + 2A81B974C40589143E85DC3DD8813721 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50D5AEA879E917CAAF06E766B3324DDE /* Nimble.xcconfig */; + baseConfigurationReference = 7B55FC5833F829BBE6DBA3E1D3624839 /* PopupDialog.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1307,62 +1349,88 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/PopupDialog/PopupDialog-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PopupDialog/PopupDialog-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; - PRODUCT_MODULE_NAME = Nimble; - PRODUCT_NAME = Nimble; + MODULEMAP_FILE = "Target Support Files/PopupDialog/PopupDialog.modulemap"; + PRODUCT_MODULE_NAME = PopupDialog; + PRODUCT_NAME = PopupDialog; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 5B676D8F65751A0B9559B7BBAE051443 /* Release */ = { + 3048B0C5C704DFFF688DA57F5380ED58 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 62789B7320FAF58770998228293D6C5E /* iOSSnapshotTestCase.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; - CODE_SIGN_IDENTITY = ""; - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - CURRENT_PROJECT_VERSION = 1; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/iOSSnapshotTestCase/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_RELEASE=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 10.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase.modulemap"; - PRODUCT_MODULE_NAME = FBSnapshotTestCase; - PRODUCT_NAME = FBSnapshotTestCase; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 4.2; - TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; + SYMROOT = "${SRCROOT}/../build"; }; name = Release; }; - 657CC9E4FEC933BCE9B1C18705C5065C /* Debug */ = { + 3185788DB883A823A0F9C056482D527F /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 50D5AEA879E917CAAF06E766B3324DDE /* Nimble.xcconfig */; + baseConfigurationReference = 3E03482672DEA8CD8256EF0392339636 /* iOSSnapshotTestCase.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1372,29 +1440,28 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Nimble/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; - PRODUCT_MODULE_NAME = Nimble; - PRODUCT_NAME = Nimble; + MODULEMAP_FILE = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase.modulemap"; + PRODUCT_MODULE_NAME = FBSnapshotTestCase; + PRODUCT_NAME = FBSnapshotTestCase; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 70D9A49EF2C959053E786CFC89D7E0A3 /* Release */ = { + 347DCB0B04CF0402391B8E41DC89875C /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 07006DDF36ACF45D41D757A87D8BD096 /* Pods-PopupDialog_Example.release.xcconfig */; + baseConfigurationReference = 7B55FC5833F829BBE6DBA3E1D3624839 /* PopupDialog.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -1405,19 +1472,18 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PopupDialog_Example/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/PopupDialog/PopupDialog-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/PopupDialog/PopupDialog-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/PopupDialog/PopupDialog.modulemap"; + PRODUCT_MODULE_NAME = PopupDialog; + PRODUCT_NAME = PopupDialog; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5; TARGETED_DEVICE_FAMILY = "1,2"; VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; @@ -1425,10 +1491,11 @@ }; name = Release; }; - 86154FD034191F155C0D3862C52004BA /* Debug */ = { + 59E644D3FB16AA5C772B602190EFC11A /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 600AC03287BB3260119ECA118A8C316E /* DynamicBlurView.xcconfig */; + baseConfigurationReference = 3E03482672DEA8CD8256EF0392339636 /* iOSSnapshotTestCase.xcconfig */; buildSettings = { + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1438,25 +1505,26 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/DynamicBlurView/DynamicBlurView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/DynamicBlurView/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/DynamicBlurView/DynamicBlurView.modulemap"; - PRODUCT_MODULE_NAME = DynamicBlurView; - PRODUCT_NAME = DynamicBlurView; + MODULEMAP_FILE = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase.modulemap"; + PRODUCT_MODULE_NAME = FBSnapshotTestCase; + PRODUCT_NAME = FBSnapshotTestCase; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - 8DDFA5FA8D4131BFD96E5E26F3672644 /* Debug */ = { + 5B0C8287D755FD95091CF35D87FB8B2D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; @@ -1488,8 +1556,6 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -1522,10 +1588,12 @@ }; name = Debug; }; - 8EF54067305F9303A87B2ABD2C6F6A72 /* Debug */ = { + 6EDD1587C5F5A582616E5440E18E461B /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1526A3B7C39995D2513554F5B40A1F42 /* PopupDialog.xcconfig */; + baseConfigurationReference = E8031E699664E8D061985874A6BBB0FF /* Pods-PopupDialog_Tests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1535,14 +1603,47 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/PopupDialog/PopupDialog-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PopupDialog/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; + IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/PopupDialog/PopupDialog.modulemap"; - PRODUCT_MODULE_NAME = PopupDialog; - PRODUCT_NAME = PopupDialog; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + 76B3BAC40781CC2A23EFBC64F63C9985 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = ACE9B6F7F453332909939918B2BDD955 /* DynamicBlurView.xcconfig */; + buildSettings = { + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + GCC_PREFIX_HEADER = "Target Support Files/DynamicBlurView/DynamicBlurView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/DynamicBlurView/DynamicBlurView-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/DynamicBlurView/DynamicBlurView.modulemap"; + PRODUCT_MODULE_NAME = DynamicBlurView; + PRODUCT_NAME = DynamicBlurView; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; @@ -1553,12 +1654,10 @@ }; name = Debug; }; - A2955FEF5F418E7258135D8548EF5A77 /* Debug */ = { + 859AD728C633B3A340DD6965CD4B8270 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 0AD00B5013ECE56BAC3DE7E929FDB371 /* Pods-PopupDialog_Example.debug.xcconfig */; + baseConfigurationReference = 1C4A913B2ABE97CB0F21D60821655525 /* Nimble.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1568,92 +1667,42 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PopupDialog_Example/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Nimble/Nimble-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; + PRODUCT_MODULE_NAME = Nimble; + PRODUCT_NAME = Nimble; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - D5F759C82752B2EB010DB3CD3D69707C /* Release */ = { + 9150C2ED5E67EA091FAC5455C201345A /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = C35CF80D63DC8F5F6863D1812D6CF747 /* SwiftLint.xcconfig */; buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_ENABLE_OBJC_WEAK = YES; - CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_COMMA = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; - CLANG_WARN_DOCUMENTATION_COMMENTS = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INFINITE_RECURSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; - CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; - CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; - CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; - CLANG_WARN_STRICT_PROTOTYPES = YES; - CLANG_WARN_SUSPICIOUS_MOVE = YES; - CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_ALLOWED = NO; - CODE_SIGNING_REQUIRED = NO; - COPY_PHASE_STRIP = NO; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - ENABLE_NS_ASSERTIONS = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_C_LANGUAGE_STANDARD = gnu11; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; - MTL_ENABLE_DEBUG_INFO = NO; - MTL_FAST_MATH = YES; - PRODUCT_NAME = "$(TARGET_NAME)"; - STRIP_INSTALLED_PRODUCT = NO; - SWIFT_COMPILATION_MODE = wholemodule; - SWIFT_OPTIMIZATION_LEVEL = "-O"; - SWIFT_VERSION = 4.2; - SYMROOT = "${SRCROOT}/../build"; + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; }; - name = Release; + name = Debug; }; - E9D9A391AC43DD1EB39DB2EE3C44C54A /* Debug */ = { + A3D72EA419B99BD5E3C10DE26F0D2F27 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 62789B7320FAF58770998228293D6C5E /* iOSSnapshotTestCase.xcconfig */; + baseConfigurationReference = 1C4A913B2ABE97CB0F21D60821655525 /* Nimble.xcconfig */; buildSettings = { - CLANG_ENABLE_OBJC_WEAK = NO; CODE_SIGN_IDENTITY = ""; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1663,27 +1712,27 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/iOSSnapshotTestCase/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/Nimble/Nimble-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/Nimble/Nimble-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 10.0; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase.modulemap"; - PRODUCT_MODULE_NAME = FBSnapshotTestCase; - PRODUCT_NAME = FBSnapshotTestCase; + MODULEMAP_FILE = "Target Support Files/Nimble/Nimble.modulemap"; + PRODUCT_MODULE_NAME = Nimble; + PRODUCT_NAME = Nimble; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - FF2378BABA43A1409BF3119CF8E61773 /* Debug */ = { + B8D0B328673EF982177B06F859ED08E5 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = C3EA164D2FC76881F591F71EC7881E60 /* Pods-PopupDialog_Tests.debug.xcconfig */; + baseConfigurationReference = 0AEF0170963EF4B08801F885B935F660 /* Pods-PopupDialog_Example.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -1696,12 +1745,12 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-PopupDialog_Tests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 10.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; @@ -1710,78 +1759,102 @@ SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; + }; + E7E17EB72524D1C100AA8D1962F5C103 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C35CF80D63DC8F5F6863D1812D6CF747 /* SwiftLint.xcconfig */; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_IDENTITY = "iPhone Developer"; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + SDKROOT = iphoneos; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + }; + name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 10836172B46B0B0B73CE062C21769FF3 /* Build configuration list for PBXNativeTarget "Nimble" */ = { + 2FEE350026219C4443E4BB79ACCE110E /* Build configuration list for PBXNativeTarget "Pods-PopupDialog_Tests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 01E31F4A41458606804042EA6C1236FC /* Debug */, + 6EDD1587C5F5A582616E5440E18E461B /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 42F3E018DABDBF2D4F22D7F144BD9AF2 /* Build configuration list for PBXNativeTarget "DynamicBlurView" */ = { isa = XCConfigurationList; buildConfigurations = ( - 657CC9E4FEC933BCE9B1C18705C5065C /* Debug */, - 5395430911D133B046AD263CFFB69B2E /* Release */, + 76B3BAC40781CC2A23EFBC64F63C9985 /* Debug */, + 1AA40C2615CEBF48DB1E5A97C6E7CB70 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8DDFA5FA8D4131BFD96E5E26F3672644 /* Debug */, - D5F759C82752B2EB010DB3CD3D69707C /* Release */, + 5B0C8287D755FD95091CF35D87FB8B2D /* Debug */, + 3048B0C5C704DFFF688DA57F5380ED58 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 4A02D21D6A36DA6AAC4AB8C6034D0100 /* Build configuration list for PBXNativeTarget "PopupDialog" */ = { + E7020DB2F7FE1DC1165D29E9F84E3E2A /* Build configuration list for PBXAggregateTarget "SwiftLint" */ = { isa = XCConfigurationList; buildConfigurations = ( - 8EF54067305F9303A87B2ABD2C6F6A72 /* Debug */, - 0F2E50A2EADF114DF2193212EC21F7F6 /* Release */, + 9150C2ED5E67EA091FAC5455C201345A /* Debug */, + E7E17EB72524D1C100AA8D1962F5C103 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 6987B290EE72F17FE19618243298F9EB /* Build configuration list for PBXNativeTarget "DynamicBlurView" */ = { + EEB1DCFA8D23D738DB723872276F2402 /* Build configuration list for PBXNativeTarget "iOSSnapshotTestCase" */ = { isa = XCConfigurationList; buildConfigurations = ( - 86154FD034191F155C0D3862C52004BA /* Debug */, - 3CD414D327D03312D9A5987CD43A4C72 /* Release */, + 3185788DB883A823A0F9C056482D527F /* Debug */, + 59E644D3FB16AA5C772B602190EFC11A /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 9CBF8F88254FAA5027690BB480C93C14 /* Build configuration list for PBXNativeTarget "Pods-PopupDialog_Tests" */ = { + F7696C5CA73833843928D0745738A604 /* Build configuration list for PBXNativeTarget "Nimble" */ = { isa = XCConfigurationList; buildConfigurations = ( - FF2378BABA43A1409BF3119CF8E61773 /* Debug */, - 081CC0115CB2F7908640D7142D8E47BA /* Release */, + A3D72EA419B99BD5E3C10DE26F0D2F27 /* Debug */, + 859AD728C633B3A340DD6965CD4B8270 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D5813A2F6B0CDB6FD40A1348BFBA82EA /* Build configuration list for PBXNativeTarget "iOSSnapshotTestCase" */ = { + FDE921D1C54A9CC100987516CC70515B /* Build configuration list for PBXNativeTarget "PopupDialog" */ = { isa = XCConfigurationList; buildConfigurations = ( - E9D9A391AC43DD1EB39DB2EE3C44C54A /* Debug */, - 5B676D8F65751A0B9559B7BBAE051443 /* Release */, + 2A81B974C40589143E85DC3DD8813721 /* Debug */, + 347DCB0B04CF0402391B8E41DC89875C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - E9765420199F7BC5A818F1849BA24C4D /* Build configuration list for PBXNativeTarget "Pods-PopupDialog_Example" */ = { + FF4378A1AC3651ACF5BA4E428B589E3C /* Build configuration list for PBXNativeTarget "Pods-PopupDialog_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( - A2955FEF5F418E7258135D8548EF5A77 /* Debug */, - 70D9A49EF2C959053E786CFC89D7E0A3 /* Release */, + 0C9D24A589163050912194A7CB12225D /* Debug */, + B8D0B328673EF982177B06F859ED08E5 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; } diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PopupDialog.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PopupDialog.xcscheme index 0bddef86..40251ca8 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PopupDialog.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PopupDialog.xcscheme @@ -1,6 +1,6 @@ @@ -45,7 +45,7 @@ diff --git a/Example/Pods/Target Support Files/DynamicBlurView/DynamicBlurView-Info.plist b/Example/Pods/Target Support Files/DynamicBlurView/DynamicBlurView-Info.plist new file mode 100644 index 00000000..b0b461e3 --- /dev/null +++ b/Example/Pods/Target Support Files/DynamicBlurView/DynamicBlurView-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 3.0.1 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/DynamicBlurView/DynamicBlurView.xcconfig b/Example/Pods/Target Support Files/DynamicBlurView/DynamicBlurView.xcconfig index 7d8ebcef..4e632ad1 100644 --- a/Example/Pods/Target Support Files/DynamicBlurView/DynamicBlurView.xcconfig +++ b/Example/Pods/Target Support Files/DynamicBlurView/DynamicBlurView.xcconfig @@ -1,7 +1,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = -framework "Accelerate" -framework "UIKit" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_LDFLAGS = $(inherited) -framework "Accelerate" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/Example/Pods/Target Support Files/Nimble/Nimble-Info.plist b/Example/Pods/Target Support Files/Nimble/Nimble-Info.plist new file mode 100644 index 00000000..5e150f81 --- /dev/null +++ b/Example/Pods/Target Support Files/Nimble/Nimble-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 7.3.4 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Nimble/Nimble.xcconfig b/Example/Pods/Target Support Files/Nimble/Nimble.xcconfig index ee7d52fb..51f805fc 100644 --- a/Example/Pods/Target Support Files/Nimble/Nimble.xcconfig +++ b/Example/Pods/Target Support Files/Nimble/Nimble.xcconfig @@ -4,7 +4,7 @@ ENABLE_BITCODE = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 OTHER_LDFLAGS = $(inherited) -Xlinker -no_application_extension -weak-lswiftXCTest -weak_framework "XCTest" -OTHER_SWIFT_FLAGS = $(inherited) -suppress-warnings $(inherited) "-D" "COCOAPODS" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS $(inherited) -suppress-warnings PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-Info.plist b/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-Info.plist new file mode 100644 index 00000000..2243fe6e --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-frameworks.sh index 362874a6..44efd28c 100755 --- a/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-frameworks.sh @@ -3,10 +3,15 @@ set -e set -u set -o pipefail +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 fi echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" @@ -36,8 +41,8 @@ install_framework() local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" + echo "Symlinked..." + source="$(readlink "${source}")" fi # Use filter instead of exclude so missing patterns don't throw errors. @@ -47,8 +52,13 @@ install_framework() local basename basename="$(basename -s .framework "$1")" binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" fi # Strip invalid architectures so "fat" simulator / device frameworks work on device @@ -62,7 +72,7 @@ install_framework() # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) for lib in $swift_runtime_libs; do echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" @@ -101,8 +111,8 @@ install_dsym() { # Signs a framework with the provided identity code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" @@ -131,7 +141,7 @@ strip_invalid_archs() { for arch in $binary_archs; do if ! [[ "${ARCHS}" == *"$arch"* ]]; then # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + lipo -remove "$arch" -output "$binary" "$binary" stripped="$stripped $arch" fi done diff --git a/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.debug.xcconfig index b6f7b6e5..74b6e778 100644 --- a/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.debug.xcconfig @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView/DynamicBlurView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog/PopupDialog.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView/DynamicBlurView.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog/PopupDialog.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DynamicBlurView" -framework "PopupDialog" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_LDFLAGS = $(inherited) -framework "Accelerate" -framework "DynamicBlurView" -framework "PopupDialog" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.release.xcconfig index b6f7b6e5..74b6e778 100644 --- a/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example.release.xcconfig @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView/DynamicBlurView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog/PopupDialog.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView/DynamicBlurView.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog/PopupDialog.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "DynamicBlurView" -framework "PopupDialog" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_LDFLAGS = $(inherited) -framework "Accelerate" -framework "DynamicBlurView" -framework "PopupDialog" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-Info.plist b/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-Info.plist new file mode 100644 index 00000000..2243fe6e --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-frameworks.sh index e4844c6a..f5f501d3 100755 --- a/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-frameworks.sh @@ -3,10 +3,15 @@ set -e set -u set -o pipefail +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then - # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy - # frameworks to, so exit 0 (signalling the script phase was successful). - exit 0 + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 fi echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" @@ -36,8 +41,8 @@ install_framework() local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" + echo "Symlinked..." + source="$(readlink "${source}")" fi # Use filter instead of exclude so missing patterns don't throw errors. @@ -47,8 +52,13 @@ install_framework() local basename basename="$(basename -s .framework "$1")" binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" fi # Strip invalid architectures so "fat" simulator / device frameworks work on device @@ -62,7 +72,7 @@ install_framework() # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) for lib in $swift_runtime_libs; do echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" @@ -101,8 +111,8 @@ install_dsym() { # Signs a framework with the provided identity code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" @@ -131,7 +141,7 @@ strip_invalid_archs() { for arch in $binary_archs; do if ! [[ "${ARCHS}" == *"$arch"* ]]; then # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + lipo -remove "$arch" -output "$binary" "$binary" stripped="$stripped $arch" fi done diff --git a/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.debug.xcconfig index 68da40b5..68d682db 100644 --- a/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.debug.xcconfig @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "${PODS_CONFIGURATION_BUILD_DIR}/Nimble" "${PODS_CONFIGURATION_BUILD_DIR}/iOSSnapshotTestCase" "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView" "${PODS_CONFIGURATION_BUILD_DIR}/Nimble" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog" "${PODS_CONFIGURATION_BUILD_DIR}/iOSSnapshotTestCase" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView/DynamicBlurView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Nimble/Nimble.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog/PopupDialog.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iOSSnapshotTestCase/FBSnapshotTestCase.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Nimble/Nimble.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/iOSSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView/DynamicBlurView.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog/PopupDialog.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "FBSnapshotTestCase" -framework "Nimble" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_LDFLAGS = $(inherited) -framework "Accelerate" -framework "DynamicBlurView" -framework "FBSnapshotTestCase" -framework "Foundation" -framework "Nimble" -framework "PopupDialog" -framework "QuartzCore" -framework "UIKit" -framework "XCTest" -weak_framework "XCTest" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.release.xcconfig index 68da40b5..68d682db 100644 --- a/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests.release.xcconfig @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "${PODS_CONFIGURATION_BUILD_DIR}/Nimble" "${PODS_CONFIGURATION_BUILD_DIR}/iOSSnapshotTestCase" "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView" "${PODS_CONFIGURATION_BUILD_DIR}/Nimble" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog" "${PODS_CONFIGURATION_BUILD_DIR}/iOSSnapshotTestCase" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView/DynamicBlurView.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/Nimble/Nimble.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog/PopupDialog.framework/Headers" "${PODS_CONFIGURATION_BUILD_DIR}/iOSSnapshotTestCase/FBSnapshotTestCase.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "${PODS_CONFIGURATION_BUILD_DIR}/Nimble/Nimble.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/iOSSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView/DynamicBlurView.framework/Headers" -iquote "${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog/PopupDialog.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "FBSnapshotTestCase" -framework "Nimble" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_LDFLAGS = $(inherited) -framework "Accelerate" -framework "DynamicBlurView" -framework "FBSnapshotTestCase" -framework "Foundation" -framework "Nimble" -framework "PopupDialog" -framework "QuartzCore" -framework "UIKit" -framework "XCTest" -weak_framework "XCTest" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_PODFILE_DIR_PATH = ${SRCROOT}/. diff --git a/Example/Pods/Target Support Files/PopupDialog/PopupDialog-Info.plist b/Example/Pods/Target Support Files/PopupDialog/PopupDialog-Info.plist new file mode 100644 index 00000000..21a30b4a --- /dev/null +++ b/Example/Pods/Target Support Files/PopupDialog/PopupDialog-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.1.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/PopupDialog/PopupDialog.xcconfig b/Example/Pods/Target Support Files/PopupDialog/PopupDialog.xcconfig index 2962a907..0bd7f96d 100644 --- a/Example/Pods/Target Support Files/PopupDialog/PopupDialog.xcconfig +++ b/Example/Pods/Target Support Files/PopupDialog/PopupDialog.xcconfig @@ -1,7 +1,7 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/PopupDialog FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/DynamicBlurView" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/Example/Pods/Target Support Files/SwiftLint/SwiftLint.xcconfig b/Example/Pods/Target Support Files/SwiftLint/SwiftLint.xcconfig new file mode 100644 index 00000000..00f22eb0 --- /dev/null +++ b/Example/Pods/Target Support Files/SwiftLint/SwiftLint.xcconfig @@ -0,0 +1,8 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/SwiftLint +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/SwiftLint +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES diff --git a/Example/Pods/Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase-Info.plist b/Example/Pods/Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase-Info.plist new file mode 100644 index 00000000..69f0d0ab --- /dev/null +++ b/Example/Pods/Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 6.0.2 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase.xcconfig b/Example/Pods/Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase.xcconfig index cfcc9eea..446cd9a6 100644 --- a/Example/Pods/Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase.xcconfig +++ b/Example/Pods/Target Support Files/iOSSnapshotTestCase/iOSSnapshotTestCase.xcconfig @@ -1,9 +1,9 @@ CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/iOSSnapshotTestCase ENABLE_BITCODE = NO -FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -OTHER_LDFLAGS = -framework "Foundation" -framework "QuartzCore" -framework "UIKit" -framework "XCTest" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" +OTHER_LDFLAGS = $(inherited) -framework "Foundation" -framework "QuartzCore" -framework "UIKit" -framework "XCTest" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS PODS_BUILD_DIR = ${BUILD_DIR} PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) PODS_ROOT = ${SRCROOT} diff --git a/Example/PopupDialog.xcodeproj/project.pbxproj b/Example/PopupDialog.xcodeproj/project.pbxproj index 8f2d6349..30b916ea 100644 --- a/Example/PopupDialog.xcodeproj/project.pbxproj +++ b/Example/PopupDialog.xcodeproj/project.pbxproj @@ -286,22 +286,22 @@ isa = PBXProject; attributes = { LastSwiftUpdateCheck = 0820; - LastUpgradeCheck = 0930; + LastUpgradeCheck = 1020; ORGANIZATIONNAME = CocoaPods; TargetAttributes = { 607FACCF1AFB9204008FA782 = { CreatedOnToolsVersion = 6.3.1; - LastSwiftMigration = 1000; + LastSwiftMigration = 1020; ProvisioningStyle = Automatic; }; 607FACE41AFB9204008FA782 = { CreatedOnToolsVersion = 6.3.1; - LastSwiftMigration = 1000; + LastSwiftMigration = 1020; TestTargetID = 607FACCF1AFB9204008FA782; }; C7EA1E071E2A181A009D3044 = { CreatedOnToolsVersion = 8.2.1; - LastSwiftMigration = 1000; + LastSwiftMigration = 1020; ProvisioningStyle = Automatic; TestTargetID = 607FACCF1AFB9204008FA782; }; @@ -365,7 +365,7 @@ files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-frameworks.sh", "${BUILT_PRODUCTS_DIR}/DynamicBlurView/DynamicBlurView.framework", "${BUILT_PRODUCTS_DIR}/PopupDialog/PopupDialog.framework", ); @@ -376,7 +376,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PopupDialog_Example/Pods-PopupDialog_Example-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 1FE5EDE6A918CFCE5BC5F01C /* [CP] Embed Pods Frameworks */ = { @@ -385,7 +385,7 @@ files = ( ); inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-frameworks.sh", + "${PODS_ROOT}/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-frameworks.sh", "${BUILT_PRODUCTS_DIR}/Nimble/Nimble.framework", "${BUILT_PRODUCTS_DIR}/iOSSnapshotTestCase/FBSnapshotTestCase.framework", ); @@ -396,7 +396,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-PopupDialog_Tests/Pods-PopupDialog_Tests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 3167EDD60F772379F4301B02 /* [CP] Check Pods Manifest.lock */ = { @@ -647,7 +647,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = ""; PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Debug; @@ -668,7 +668,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE = ""; PROVISIONING_PROFILE_SPECIFIER = ""; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; }; name = Release; @@ -690,7 +690,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = ""; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PopupDialog_Example.app/PopupDialog_Example"; }; name = Debug; @@ -707,7 +707,7 @@ PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_OBJC_BRIDGING_HEADER = ""; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TEST_HOST = "$(BUILT_PRODUCTS_DIR)/PopupDialog_Example.app/PopupDialog_Example"; }; name = Release; @@ -728,7 +728,7 @@ PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TEST_TARGET_NAME = PopupDialog_Example; }; name = Debug; @@ -746,7 +746,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "de.mwfire.PopupDialog-ExampleUITests"; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 4.2; + SWIFT_VERSION = 5.0; TEST_TARGET_NAME = PopupDialog_Example; }; name = Release; diff --git a/Example/PopupDialog.xcodeproj/xcshareddata/xcschemes/PopupDialog-Example.xcscheme b/Example/PopupDialog.xcodeproj/xcshareddata/xcschemes/PopupDialog-Example.xcscheme index fe0daf5a..a9561148 100644 --- a/Example/PopupDialog.xcodeproj/xcshareddata/xcschemes/PopupDialog-Example.xcscheme +++ b/Example/PopupDialog.xcodeproj/xcshareddata/xcschemes/PopupDialog-Example.xcscheme @@ -1,6 +1,6 @@ 'MIT', :file => 'LICENSE' } @@ -8,9 +8,9 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/orderella/PopupDialog.git', :tag => s.version.to_s } s.social_media_url = 'https://twitter.com/theMWFire' - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '10.0' s.source_files = 'PopupDialog/Classes/**/*' - s.swift_version = '4.2' + s.swift_version = '5' s.dependency 'DynamicBlurView', '~> 3.0.1' end diff --git a/PopupDialog/Classes/PopupDialog+Keyboard.swift b/PopupDialog/Classes/PopupDialog+Keyboard.swift index cc0957c6..38ed6df8 100644 --- a/PopupDialog/Classes/PopupDialog+Keyboard.swift +++ b/PopupDialog/Classes/PopupDialog+Keyboard.swift @@ -33,7 +33,7 @@ internal extension PopupDialog { // MARK: - Keyboard & orientation observers /*! Add obserservers for UIKeyboard notifications */ - internal func addObservers() { + func addObservers() { NotificationCenter.default.addObserver(self, selector: #selector(orientationChanged), name: UIDevice.orientationDidChangeNotification, object: nil) @@ -55,7 +55,7 @@ internal extension PopupDialog { } /*! Remove observers */ - internal func removeObservers() { + func removeObservers() { NotificationCenter.default.removeObserver(self, name: UIDevice.orientationDidChangeNotification, object: nil) diff --git a/PopupDialog/Classes/PopupDialogDefaultViewController.swift b/PopupDialog/Classes/PopupDialogDefaultViewController.swift index 7ac9015a..cdda4111 100644 --- a/PopupDialog/Classes/PopupDialogDefaultViewController.swift +++ b/PopupDialog/Classes/PopupDialogDefaultViewController.swift @@ -44,7 +44,7 @@ public extension PopupDialogDefaultViewController { // MARK: Content /// The dialog image - public var image: UIImage? { + var image: UIImage? { get { return standardView.imageView.image } set { standardView.imageView.image = newValue @@ -53,7 +53,7 @@ public extension PopupDialogDefaultViewController { } /// The title text of the dialog - public var titleText: String? { + var titleText: String? { get { return standardView.titleLabel.text } set { standardView.titleLabel.text = newValue @@ -62,7 +62,7 @@ public extension PopupDialogDefaultViewController { } /// The message text of the dialog - public var messageText: String? { + var messageText: String? { get { return standardView.messageLabel.text } set { standardView.messageLabel.text = newValue @@ -73,7 +73,7 @@ public extension PopupDialogDefaultViewController { // MARK: Appearance /// The font and size of the title label - @objc public dynamic var titleFont: UIFont { + @objc dynamic var titleFont: UIFont { get { return standardView.titleFont } set { standardView.titleFont = newValue @@ -82,7 +82,7 @@ public extension PopupDialogDefaultViewController { } /// The color of the title label - @objc public dynamic var titleColor: UIColor? { + @objc dynamic var titleColor: UIColor? { get { return standardView.titleLabel.textColor } set { standardView.titleColor = newValue @@ -91,7 +91,7 @@ public extension PopupDialogDefaultViewController { } /// The text alignment of the title label - @objc public dynamic var titleTextAlignment: NSTextAlignment { + @objc dynamic var titleTextAlignment: NSTextAlignment { get { return standardView.titleTextAlignment } set { standardView.titleTextAlignment = newValue @@ -100,7 +100,7 @@ public extension PopupDialogDefaultViewController { } /// The font and size of the body label - @objc public dynamic var messageFont: UIFont { + @objc dynamic var messageFont: UIFont { get { return standardView.messageFont} set { standardView.messageFont = newValue @@ -109,7 +109,7 @@ public extension PopupDialogDefaultViewController { } /// The color of the message label - @objc public dynamic var messageColor: UIColor? { + @objc dynamic var messageColor: UIColor? { get { return standardView.messageColor } set { standardView.messageColor = newValue @@ -118,7 +118,7 @@ public extension PopupDialogDefaultViewController { } /// The text alignment of the message label - @objc public dynamic var messageTextAlignment: NSTextAlignment { + @objc dynamic var messageTextAlignment: NSTextAlignment { get { return standardView.messageTextAlignment } set { standardView.messageTextAlignment = newValue @@ -126,7 +126,7 @@ public extension PopupDialogDefaultViewController { } } - public override func viewDidLayoutSubviews() { + override func viewDidLayoutSubviews() { super.viewDidLayoutSubviews() standardView.imageHeightConstraint?.constant = standardView.imageView.pv_heightForImageView() } diff --git a/PopupDialog/Classes/UIImageView+Calculations.swift b/PopupDialog/Classes/UIImageView+Calculations.swift index 641cfeda..2ad91213 100755 --- a/PopupDialog/Classes/UIImageView+Calculations.swift +++ b/PopupDialog/Classes/UIImageView+Calculations.swift @@ -33,7 +33,7 @@ internal extension UIImageView { have so the image is displayed correctly - returns: Height to set on the imageView */ - internal func pv_heightForImageView() -> CGFloat { + func pv_heightForImageView() -> CGFloat { guard let image = image, image.size.height > 0 else { return 0.0 } diff --git a/PopupDialog/Classes/UIView+Animations.swift b/PopupDialog/Classes/UIView+Animations.swift index e672d8ec..68adc290 100644 --- a/PopupDialog/Classes/UIView+Animations.swift +++ b/PopupDialog/Classes/UIView+Animations.swift @@ -39,10 +39,10 @@ internal enum AnimationDirection { internal extension UIView { /// The key for the fade animation - internal var fadeKey: String { return "FadeAnimation" } - internal var shakeKey: String { return "ShakeAnimation" } + var fadeKey: String { return "FadeAnimation" } + var shakeKey: String { return "ShakeAnimation" } - internal func pv_fade(_ direction: AnimationDirection, _ value: Float, duration: CFTimeInterval = 0.08) { + func pv_fade(_ direction: AnimationDirection, _ value: Float, duration: CFTimeInterval = 0.08) { layer.removeAnimation(forKey: fadeKey) let animation = CABasicAnimation(keyPath: "opacity") animation.duration = duration @@ -52,7 +52,7 @@ internal extension UIView { layer.add(animation, forKey: fadeKey) } - internal func pv_layoutIfNeededAnimated(duration: CFTimeInterval = 0.08) { + func pv_layoutIfNeededAnimated(duration: CFTimeInterval = 0.08) { UIView.animate(withDuration: duration, delay: 0, options: UIView.AnimationOptions(), animations: { self.layoutIfNeeded() }, completion: nil) @@ -60,7 +60,7 @@ internal extension UIView { // As found at https://gist.github.com/mourad-brahim/cf0bfe9bec5f33a6ea66#file-uiview-animations-swift-L9 // Slightly modified - internal func pv_shake() { + func pv_shake() { layer.removeAnimation(forKey: shakeKey) let vals: [Double] = [-2, 2, -2, 2, 0] diff --git a/PopupDialog/Classes/UIViewController+Visibility.swift b/PopupDialog/Classes/UIViewController+Visibility.swift index 2ceb9e93..079b1ac2 100644 --- a/PopupDialog/Classes/UIViewController+Visibility.swift +++ b/PopupDialog/Classes/UIViewController+Visibility.swift @@ -29,18 +29,18 @@ import UIKit // http://stackoverflow.com/questions/2777438/how-to-tell-if-uiviewcontrollers-view-is-visible internal extension UIViewController { - internal var isTopAndVisible: Bool { + var isTopAndVisible: Bool { return isVisible && isTopViewController } - internal var isVisible: Bool { + var isVisible: Bool { if isViewLoaded { return view.window != nil } return false } - internal var isTopViewController: Bool { + var isTopViewController: Bool { if self.navigationController != nil { return self.navigationController?.visibleViewController === self } else if self.tabBarController != nil { diff --git a/README.md b/README.md index 3740c3d0..9831f32c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@

 

-![Swift Version](https://img.shields.io/badge/Swift-4.2-orange.svg) +![Swift Version](https://img.shields.io/badge/Swift-5-orange.svg) [![Version](https://img.shields.io/cocoapods/v/PopupDialog.svg?style=flat)](http://cocoapods.org/pods/PopupDialog) [![License](https://img.shields.io/cocoapods/l/PopupDialog.svg?style=flat)](http://cocoapods.org/pods/PopupDialog) [![Platform](https://img.shields.io/cocoapods/p/PopupDialog.svg?style=flat)](http://cocoapods.org/pods/PopupDialog) @@ -37,7 +37,7 @@ Popup Dialog is a simple, customizable popup dialog written in Swift. # Installation -This version is Swift 4.2 compatible. For the Swift 3 version, please use [V0.5.4](https://github.com/Orderella/PopupDialog/releases/tag/0.5.4). +This version is Swift 5 compatible. For the Swift 4.2 version, please use [V1.0.0](https://github.com/Orderella/PopupDialog/releases/tag/1.0.0). ## CocoaPods @@ -47,7 +47,7 @@ PopupDialog is available through [CocoaPods](http://cocoapods.org). Simply add t use_frameworks! target '' -pod 'PopupDialog', '~> 1.0' +pod 'PopupDialog', '~> 1.1' ``` ## Carthage @@ -57,7 +57,7 @@ pod 'PopupDialog', '~> 1.0' To install, simply add the following lines to your Cartfile: ```ruby -github "Orderella/PopupDialog" ~> 1.0 +github "Orderella/PopupDialog" ~> 1.1 ``` ## Manually @@ -441,12 +441,13 @@ If you happen to use PopupDialog to validate text input, for example, you can ca # Requirements -Minimum requirement is iOS 10.0. This dialog was written with Swift 4.2, for support of older versions please head over to releases. +Minimum requirement is iOS 10.0. This dialog was written with Swift 5, for support of older versions please head over to releases.

 

# Changelog -* **0.1.0** Pinned Swift version to 4.2
Dropped iOS 9 support as of moving to ios-snapshot-test-case +* **1.1.0** Swift 5 support +* **1.0.0** Pinned Swift version to 4.2
Dropped iOS 9 support as of moving to ios-snapshot-test-case * **0.9.2** Fixes crash when presenting dialog while app is inactive * **0.9.1** Fixes Carthage support * **0.9.0** Swift 4.2 support diff --git a/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testCustomDialog_iPhone_12_1_414x896.png b/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testCustomDialog_iPhone_12_2_414x896.png similarity index 100% rename from Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testCustomDialog_iPhone_12_1_414x896.png rename to Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testCustomDialog_iPhone_12_2_414x896.png diff --git a/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testCustomDialog_iPhone_12_1_414x896@2x.png b/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testCustomDialog_iPhone_12_2_414x896@2x.png similarity index 100% rename from Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testCustomDialog_iPhone_12_1_414x896@2x.png rename to Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testCustomDialog_iPhone_12_2_414x896@2x.png diff --git a/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testInitialView_iPhone_12_1_414x896.png b/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testInitialView_iPhone_12_2_414x896.png similarity index 100% rename from Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testInitialView_iPhone_12_1_414x896.png rename to Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testInitialView_iPhone_12_2_414x896.png diff --git a/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testInitialView_iPhone_12_1_414x896@2x.png b/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testInitialView_iPhone_12_2_414x896@2x.png similarity index 100% rename from Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testInitialView_iPhone_12_1_414x896@2x.png rename to Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testInitialView_iPhone_12_2_414x896@2x.png diff --git a/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithImage_iPhone_12_1_414x896.png b/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithImage_iPhone_12_2_414x896.png similarity index 100% rename from Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithImage_iPhone_12_1_414x896.png rename to Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithImage_iPhone_12_2_414x896.png diff --git a/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithImage_iPhone_12_1_414x896@2x.png b/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithImage_iPhone_12_2_414x896@2x.png similarity index 100% rename from Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithImage_iPhone_12_1_414x896@2x.png rename to Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithImage_iPhone_12_2_414x896@2x.png diff --git a/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithoutImage_iPhone_12_1_414x896.png b/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithoutImage_iPhone_12_2_414x896.png similarity index 100% rename from Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithoutImage_iPhone_12_1_414x896.png rename to Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithoutImage_iPhone_12_2_414x896.png diff --git a/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithoutImage_iPhone_12_1_414x896@2x.png b/Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithoutImage_iPhone_12_2_414x896@2x.png similarity index 100% rename from Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithoutImage_iPhone_12_1_414x896@2x.png rename to Tests/ReferenceImages_64/PopupDialog_Tests.SnapshotTests/testStandardDialogWithoutImage_iPhone_12_2_414x896@2x.png