From 2bc7881ba0334e0c7358d979fe30ada7798a2714 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Wed, 13 Apr 2016 16:13:51 +0200 Subject: [PATCH] - Fix --- Example/Podfile.lock | 30 +- .../EXPMatchers+FBSnapshotTest.h | 8 - .../EXPMatchers+FBSnapshotTest.m | 79 +- .../UIApplication+StrictKeyWindow.h | 20 + .../UIApplication+StrictKeyWindow.m | 27 + .../Categories/UIImage+Snapshot.m | 25 +- .../FBSnapshotTestCase/FBSnapshotTestCase.h | 3 +- .../FBSnapshotTestCasePlatform.m | 4 +- .../FBSnapshotTestController.h | 15 + .../FBSnapshotTestController.m | 42 +- .../FBSnapshotTestCase/SwiftSupport.swift | 16 +- .../EXPMatchers+FBSnapshotTest.h | 1 + .../ExpectaObject+FBSnapshotTest.h | 1 + .../Private/Expecta/EXPBlockDefinedMatcher.h | 1 + .../Pods/Headers/Private/Expecta/EXPDefines.h | 1 + .../Headers/Private/Expecta/EXPDoubleTuple.h | 1 + .../Pods/Headers/Private/Expecta/EXPExpect.h | 1 + .../Headers/Private/Expecta/EXPFloatTuple.h | 1 + .../Pods/Headers/Private/Expecta/EXPMatcher.h | 1 + .../Private/Expecta/EXPMatcherHelpers.h | 1 + .../Private/Expecta/EXPMatchers+beCloseTo.h | 1 + .../Private/Expecta/EXPMatchers+beFalsy.h | 1 + .../Expecta/EXPMatchers+beGreaterThan.h | 1 + .../EXPMatchers+beGreaterThanOrEqualTo.h | 1 + .../Expecta/EXPMatchers+beIdenticalTo.h | 1 + .../Expecta/EXPMatchers+beInTheRangeOf.h | 1 + .../Expecta/EXPMatchers+beInstanceOf.h | 1 + .../Private/Expecta/EXPMatchers+beKindOf.h | 1 + .../Private/Expecta/EXPMatchers+beLessThan.h | 1 + .../Expecta/EXPMatchers+beLessThanOrEqualTo.h | 1 + .../Private/Expecta/EXPMatchers+beNil.h | 1 + .../Expecta/EXPMatchers+beSubclassOf.h | 1 + .../Expecta/EXPMatchers+beSupersetOf.h | 1 + .../Private/Expecta/EXPMatchers+beTruthy.h | 1 + .../Private/Expecta/EXPMatchers+beginWith.h | 1 + .../Private/Expecta/EXPMatchers+conformTo.h | 1 + .../Private/Expecta/EXPMatchers+contain.h | 1 + .../Private/Expecta/EXPMatchers+endWith.h | 1 + .../Private/Expecta/EXPMatchers+equal.h | 1 + .../Private/Expecta/EXPMatchers+haveCountOf.h | 1 + .../Private/Expecta/EXPMatchers+match.h | 1 + .../Expecta/EXPMatchers+postNotification.h | 1 + .../Private/Expecta/EXPMatchers+raise.h | 1 + .../Expecta/EXPMatchers+raiseWithReason.h | 1 + .../Private/Expecta/EXPMatchers+respondTo.h | 1 + .../Headers/Private/Expecta/EXPMatchers.h | 1 + .../Private/Expecta/EXPUnsupportedObject.h | 1 + .../Pods/Headers/Private/Expecta/Expecta.h | 1 + .../Headers/Private/Expecta/ExpectaObject.h | 1 + .../Headers/Private/Expecta/ExpectaSupport.h | 1 + .../Private/Expecta/NSObject+Expecta.h | 1 + .../Headers/Private/Expecta/NSValue+Expecta.h | 1 + .../FBSnapshotTestCase/FBSnapshotTestCase.h | 1 + .../FBSnapshotTestCasePlatform.h | 1 + .../FBSnapshotTestController.h | 1 + .../UIApplication+StrictKeyWindow.h | 1 + .../FBSnapshotTestCase/UIImage+Compare.h | 1 + .../Private/FBSnapshotTestCase/UIImage+Diff.h | 1 + .../FBSnapshotTestCase/UIImage+Snapshot.h | 1 + .../Private/PNGradientView/PNGradientView.h | 1 + .../RZDataBinding/NSObject+RZDataBinding.h | 1 + .../Private/RZDataBinding/RZDBCoalesce.h | 1 + .../Private/RZDataBinding/RZDBMacros.h | 1 + .../Private/RZDataBinding/RZDBTransforms.h | 1 + .../Private/RZDataBinding/RZDataBinding.h | 1 + .../Pods/Headers/Private/Specta/SPTCallSite.h | 1 + .../Private/Specta/SPTCompiledExample.h | 1 + .../Pods/Headers/Private/Specta/SPTExample.h | 1 + .../Headers/Private/Specta/SPTExampleGroup.h | 1 + .../Specta/SPTExcludeGlobalBeforeAfterEach.h | 1 + .../Private/Specta/SPTGlobalBeforeAfterEach.h | 1 + .../Private/Specta/SPTSharedExampleGroups.h | 1 + Example/Pods/Headers/Private/Specta/SPTSpec.h | 1 + .../Headers/Private/Specta/SPTTestSuite.h | 1 + Example/Pods/Headers/Private/Specta/Specta.h | 1 + .../Pods/Headers/Private/Specta/SpectaDSL.h | 1 + .../Pods/Headers/Private/Specta/SpectaTypes.h | 1 + .../Headers/Private/Specta/SpectaUtility.h | 1 + .../Headers/Private/Specta/XCTest+Private.h | 1 + .../Private/Specta/XCTestCase+Specta.h | 1 + .../PNGradientView.podspec.json | 15 +- Example/Pods/Manifest.lock | 30 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 9576 +++++++++++++---- .../xcschemes/PNGradientView.xcscheme | 2 +- Example/Pods/RZDataBinding/LICENSE | 22 + Example/Pods/RZDataBinding/README.md | 172 + .../RZDataBinding/NSObject+RZDataBinding.h | 192 + .../RZDataBinding/NSObject+RZDataBinding.m | 515 + .../RZDataBinding/RZDBCoalesce.h | 111 + .../RZDataBinding/RZDBCoalesce.m | 297 + .../RZDataBinding/RZDataBinding/RZDBMacros.h | 103 + .../RZDataBinding/RZDBTransforms.h | 81 + .../RZDataBinding/RZDBTransforms.m | 71 + .../RZDataBinding/RZDataBinding.h | 31 + .../Expecta+Snapshots.xcconfig | 5 +- .../Expecta+Snapshots/Info.plist | 4 +- .../Expecta/Expecta.xcconfig | 5 +- .../Target Support Files/Expecta/Info.plist | 2 +- .../FBSnapshotTestCase.xcconfig | 5 +- .../FBSnapshotTestCase/Info.plist | 4 +- .../PNGradientView/Info.plist | 4 +- .../PNGradientView/PNGradientView.xcconfig | 5 +- .../Pods-PNGradientView_Example/Info.plist | 2 +- ...ientView_Example-acknowledgements.markdown | 28 +- ...radientView_Example-acknowledgements.plist | 32 +- .../Pods-PNGradientView_Example-frameworks.sh | 2 + .../Pods-PNGradientView_Example-resources.sh | 49 +- ...Pods-PNGradientView_Example.debug.xcconfig | 6 +- ...ds-PNGradientView_Example.release.xcconfig | 6 +- .../Pods-PNGradientView_Tests/Info.plist | 2 +- ...adientView_Tests-acknowledgements.markdown | 28 +- ...NGradientView_Tests-acknowledgements.plist | 32 +- .../Pods-PNGradientView_Tests-frameworks.sh | 2 + .../Pods-PNGradientView_Tests-resources.sh | 49 +- .../Pods-PNGradientView_Tests.debug.xcconfig | 6 +- ...Pods-PNGradientView_Tests.release.xcconfig | 6 +- .../Info.plist} | 8 +- .../RZDataBinding/RZDataBinding-dummy.m | 5 + .../RZDataBinding/RZDataBinding-prefix.pch | 4 + .../RZDataBinding/RZDataBinding-umbrella.h | 11 + .../RZDataBinding/RZDataBinding.modulemap | 6 + .../RZDataBinding/RZDataBinding.xcconfig | 4 + .../Target Support Files/Specta/Info.plist | 2 +- .../Specta/Specta.xcconfig | 5 +- PNGradientView.podspec | 5 +- Pod/Classes/PNGradientView.m | 21 +- 126 files changed, 9691 insertions(+), 2220 deletions(-) create mode 100644 Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h create mode 100644 Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m create mode 120000 Example/Pods/Headers/Private/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h create mode 120000 Example/Pods/Headers/Private/Expecta+Snapshots/ExpectaObject+FBSnapshotTest.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPDefines.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPDoubleTuple.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPExpect.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPFloatTuple.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatcher.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+contain.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+equal.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+match.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+postNotification.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+raise.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPMatchers.h create mode 120000 Example/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h create mode 120000 Example/Pods/Headers/Private/Expecta/Expecta.h create mode 120000 Example/Pods/Headers/Private/Expecta/ExpectaObject.h create mode 120000 Example/Pods/Headers/Private/Expecta/ExpectaSupport.h create mode 120000 Example/Pods/Headers/Private/Expecta/NSObject+Expecta.h create mode 120000 Example/Pods/Headers/Private/Expecta/NSValue+Expecta.h create mode 120000 Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestCase.h create mode 120000 Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestCasePlatform.h create mode 120000 Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestController.h create mode 120000 Example/Pods/Headers/Private/FBSnapshotTestCase/UIApplication+StrictKeyWindow.h create mode 120000 Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Compare.h create mode 120000 Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Diff.h create mode 120000 Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Snapshot.h create mode 120000 Example/Pods/Headers/Private/PNGradientView/PNGradientView.h create mode 120000 Example/Pods/Headers/Private/RZDataBinding/NSObject+RZDataBinding.h create mode 120000 Example/Pods/Headers/Private/RZDataBinding/RZDBCoalesce.h create mode 120000 Example/Pods/Headers/Private/RZDataBinding/RZDBMacros.h create mode 120000 Example/Pods/Headers/Private/RZDataBinding/RZDBTransforms.h create mode 120000 Example/Pods/Headers/Private/RZDataBinding/RZDataBinding.h create mode 120000 Example/Pods/Headers/Private/Specta/SPTCallSite.h create mode 120000 Example/Pods/Headers/Private/Specta/SPTCompiledExample.h create mode 120000 Example/Pods/Headers/Private/Specta/SPTExample.h create mode 120000 Example/Pods/Headers/Private/Specta/SPTExampleGroup.h create mode 120000 Example/Pods/Headers/Private/Specta/SPTExcludeGlobalBeforeAfterEach.h create mode 120000 Example/Pods/Headers/Private/Specta/SPTGlobalBeforeAfterEach.h create mode 120000 Example/Pods/Headers/Private/Specta/SPTSharedExampleGroups.h create mode 120000 Example/Pods/Headers/Private/Specta/SPTSpec.h create mode 120000 Example/Pods/Headers/Private/Specta/SPTTestSuite.h create mode 120000 Example/Pods/Headers/Private/Specta/Specta.h create mode 120000 Example/Pods/Headers/Private/Specta/SpectaDSL.h create mode 120000 Example/Pods/Headers/Private/Specta/SpectaTypes.h create mode 120000 Example/Pods/Headers/Private/Specta/SpectaUtility.h create mode 120000 Example/Pods/Headers/Private/Specta/XCTest+Private.h create mode 120000 Example/Pods/Headers/Private/Specta/XCTestCase+Specta.h create mode 100644 Example/Pods/RZDataBinding/LICENSE create mode 100644 Example/Pods/RZDataBinding/README.md create mode 100644 Example/Pods/RZDataBinding/RZDataBinding/NSObject+RZDataBinding.h create mode 100644 Example/Pods/RZDataBinding/RZDataBinding/NSObject+RZDataBinding.m create mode 100644 Example/Pods/RZDataBinding/RZDataBinding/RZDBCoalesce.h create mode 100644 Example/Pods/RZDataBinding/RZDataBinding/RZDBCoalesce.m create mode 100644 Example/Pods/RZDataBinding/RZDataBinding/RZDBMacros.h create mode 100644 Example/Pods/RZDataBinding/RZDataBinding/RZDBTransforms.h create mode 100644 Example/Pods/RZDataBinding/RZDataBinding/RZDBTransforms.m create mode 100644 Example/Pods/RZDataBinding/RZDataBinding/RZDataBinding.h rename Example/Pods/Target Support Files/{PNGradientView/ResourceBundle-PNGradientView-Info.plist => RZDataBinding/Info.plist} (78%) create mode 100644 Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-dummy.m create mode 100644 Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-prefix.pch create mode 100644 Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-umbrella.h create mode 100644 Example/Pods/Target Support Files/RZDataBinding/RZDataBinding.modulemap create mode 100644 Example/Pods/Target Support Files/RZDataBinding/RZDataBinding.xcconfig diff --git a/Example/Podfile.lock b/Example/Podfile.lock index b90e2c1..bdb27df 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,14 +1,17 @@ PODS: - Expecta (1.0.5) - - Expecta+Snapshots (2.0.0): + - Expecta+Snapshots (3.0.0): - Expecta (~> 1.0) - - FBSnapshotTestCase/Core (~> 2.0.3) - - FBSnapshotTestCase (2.0.7): - - FBSnapshotTestCase/SwiftSupport (= 2.0.7) - - FBSnapshotTestCase/Core (2.0.7) - - FBSnapshotTestCase/SwiftSupport (2.0.7): + - FBSnapshotTestCase/Core (~> 2.0) + - Specta (~> 1.0) + - FBSnapshotTestCase (2.1.0): + - FBSnapshotTestCase/SwiftSupport (= 2.1.0) + - FBSnapshotTestCase/Core (2.1.0) + - FBSnapshotTestCase/SwiftSupport (2.1.0): - FBSnapshotTestCase/Core - - PNGradientView (0.1.0) + - PNGradientView (0.1.5): + - RZDataBinding + - RZDataBinding (2.0.3) - Specta (1.0.5) DEPENDENCIES: @@ -20,15 +23,14 @@ DEPENDENCIES: EXTERNAL SOURCES: PNGradientView: - :path: "../" + :path: ../ SPEC CHECKSUMS: Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe - Expecta+Snapshots: 29b38dd695bc72a0ed2bea833937d78df41943ba - FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 - PNGradientView: 21d127e76f77674eecfa0dc9859751004f485e38 + Expecta+Snapshots: c343f410c7a6392f3e22e78f94c44b6c0749a516 + FBSnapshotTestCase: 366ecd378511d7716c79991cd8067d1eed23578d + PNGradientView: e8b91f023a3037ba0442f76ddb1724a8c8635c64 + RZDataBinding: 00d468ebe667f02c2bd5416f87b4b5d826188c4d Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 -PODFILE CHECKSUM: cd7860932a2fb17c979c3a4af42606b114244376 - -COCOAPODS: 1.0.0.beta.2 +COCOAPODS: 0.39.0 diff --git a/Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h b/Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h index 547e1f6..8392d50 100644 --- a/Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h +++ b/Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h @@ -1,11 +1,3 @@ -// -// EXPMatchers+FBSnapshotTest.h -// Artsy -// -// Created by Daniel Doubrovkine on 1/14/14. -// Copyright (c) 2014 Artsy Inc. All rights reserved. -// - #import #import "ExpectaObject+FBSnapshotTest.h" diff --git a/Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.m b/Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.m index 8ca877f..1455e4a 100644 --- a/Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.m +++ b/Example/Pods/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.m @@ -1,11 +1,3 @@ -// -// EXPMatchers+FBSnapshotTest.h -// Artsy -// -// Created by Daniel Doubrovkine on 1/14/14. -// Copyright (c) 2014 Artsy Inc. All rights reserved. -// - #import "EXPMatchers+FBSnapshotTest.h" #import #import @@ -102,11 +94,6 @@ void setGlobalReferenceImageDir(char *reference) { @end - -// If you're bringing in Speca via CocoaPods -// use the test path to get the test's image file URL - -#if __has_include() #import #import #import @@ -130,6 +117,11 @@ NSString *sanitizedTestPath(){ EXPMatcherImplementationBegin(haveValidSnapshot, (void)){ __block NSError *error = nil; + prerequisite(^BOOL{ + return actual; + }); + + match(^BOOL{ NSString *referenceImageDir = [self _getDefaultReferenceDirectory]; NSString *name = sanitizedTestPath(); @@ -144,6 +136,10 @@ EXPMatcherImplementationBegin(haveValidSnapshot, (void)){ }); failureMessageForTo(^NSString *{ + if (!actual) { + return [EXPExpectFBSnapshotTest combinedError:@"Nil was passed into haveValidSnapshot." test:sanitizedTestPath() error:nil]; + } + return [EXPExpectFBSnapshotTest combinedError:@"expected a matching snapshot in" test:sanitizedTestPath() error:error]; }); @@ -159,7 +155,7 @@ EXPMatcherImplementationBegin(recordSnapshot, (void)) { BOOL actualIsViewLayerOrViewController = ([actual isKindOfClass:UIView.class] || [actual isKindOfClass:CALayer.class] || [actual isKindOfClass:UIViewController.class]); prerequisite(^BOOL{ - return actualIsViewLayerOrViewController; + return actual && actualIsViewLayerOrViewController; }); match(^BOOL{ @@ -178,6 +174,10 @@ EXPMatcherImplementationBegin(recordSnapshot, (void)) { }); failureMessageForTo(^NSString *{ + if (!actual) { + return [EXPExpectFBSnapshotTest combinedError:@"Nil was passed into recordSnapshot." test:sanitizedTestPath() error:nil]; + } + if (!actualIsViewLayerOrViewController) { return [EXPExpectFBSnapshotTest combinedError:@"Expected a View, Layer or View Controller." test:sanitizedTestPath() error:nil]; } @@ -198,54 +198,12 @@ EXPMatcherImplementationBegin(recordSnapshot, (void)) { } EXPMatcherImplementationEnd -#else - -// If you don't have Speca stub the functions - -EXPMatcherImplementationBegin(haveValidSnapshot, (void)){ - - prerequisite(^BOOL{ - return NO; - }); - - failureMessageForTo(^NSString *{ - return @"you need Specta installed via CocoaPods to use haveValidSnapshot, use haveValidSnapshotNamed instead"; - }); - - failureMessageForNotTo(^NSString *{ - return @"you need Specta installed via CocoaPods to use haveValidSnapshot, use haveValidSnapshotNamed instead"; - }); -} -EXPMatcherImplementationEnd - - -EXPMatcherImplementationBegin(recordSnapshot, (void)) { - - prerequisite(^BOOL{ - return NO; - }); - - failureMessageForTo(^NSString *{ - return @"you need Specta installed via CocoaPods to use recordSnapshot, use recordSnapshotNamed instead"; - }); - - failureMessageForNotTo(^NSString *{ - return @"you need Specta installed via CocoaPods to use recordSnapshot, use recordSnapshotNamed instead"; - }); -} -EXPMatcherImplementationEnd - - -#endif - - - EXPMatcherImplementationBegin(haveValidSnapshotNamed, (NSString *snapshot)){ BOOL snapshotIsNil = (snapshot == nil); __block NSError *error = nil; prerequisite(^BOOL{ - return !(snapshotIsNil); + return actual && !(snapshotIsNil); }); match(^BOOL{ @@ -260,6 +218,10 @@ EXPMatcherImplementationBegin(haveValidSnapshotNamed, (NSString *snapshot)){ }); failureMessageForTo(^NSString *{ + if (!actual) { + return [EXPExpectFBSnapshotTest combinedError:@"Nil was passed into haveValidSnapshotNamed." test:sanitizedTestPath() error:nil]; + } + return [EXPExpectFBSnapshotTest combinedError:@"expected a matching snapshot named" test:snapshot error:error]; }); @@ -295,6 +257,9 @@ EXPMatcherImplementationBegin(recordSnapshotNamed, (NSString *snapshot)) { }); failureMessageForTo(^NSString *{ + if (!actual) { + return [EXPExpectFBSnapshotTest combinedError:@"Nil was passed into recordSnapshotNamed." test:sanitizedTestPath() error:nil]; + } if (!actualIsViewLayerOrViewController) { return [EXPExpectFBSnapshotTest combinedError:@"Expected a View, Layer or View Controller." test:snapshot error:nil]; } diff --git a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h new file mode 100644 index 0000000..eefe11b --- /dev/null +++ b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h @@ -0,0 +1,20 @@ +/* + * Copyright (c) 2015, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + */ + +#import + +@interface UIApplication (StrictKeyWindow) + +/** + @return The receiver's @c keyWindow. Raises an assertion if @c nil. + */ +- (UIWindow *)fb_strictKeyWindow; + +@end diff --git a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m new file mode 100644 index 0000000..0f7a0c2 --- /dev/null +++ b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m @@ -0,0 +1,27 @@ +/* + * Copyright (c) 2015, Facebook, Inc. + * All rights reserved. + * + * This source code is licensed under the BSD-style license found in the + * LICENSE file in the root directory of this source tree. An additional grant + * of patent rights can be found in the PATENTS file in the same directory. + * + */ + +#import + +@implementation UIApplication (StrictKeyWindow) + +- (UIWindow *)fb_strictKeyWindow +{ + UIWindow *keyWindow = [UIApplication sharedApplication].keyWindow; + if (!keyWindow) { + [NSException raise:@"FBSnapshotTestCaseNilKeyWindowException" + format:@"Snapshot tests must be hosted by an application with a key window. Please ensure your test" + " host sets up a key window at launch (either via storyboards or programmatically) and doesn't" + " do anything to remove it while snapshot tests are running."]; + } + return keyWindow; +} + +@end diff --git a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Snapshot.m b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Snapshot.m index c792077..968091b 100644 --- a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Snapshot.m +++ b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Snapshot.m @@ -9,6 +9,7 @@ */ #import +#import @implementation UIImage (Snapshot) @@ -41,21 +42,31 @@ { CGRect bounds = view.bounds; NSAssert1(CGRectGetWidth(bounds), @"Zero width for view %@", view); - NSAssert1(CGRectGetHeight(bounds), @"Zero height for view %@", view); + NSAssert1(CGRectGetHeight(bounds), @"Zero height for view %@", view); - UIWindow *window = view.window; - if (window == nil) { - window = [[UIWindow alloc] initWithFrame:bounds]; - [window addSubview:view]; - [window makeKeyAndVisible]; + // If the input view is already a UIWindow, then just use that. Otherwise wrap in a window. + UIWindow *window = [view isKindOfClass:[UIWindow class]] ? (UIWindow *)view : view.window; + BOOL removeFromSuperview = NO; + if (!window) { + window = [[UIApplication sharedApplication] fb_strictKeyWindow]; } - + + if (!view.window && view != window) { + [window addSubview:view]; + removeFromSuperview = YES; + } + UIGraphicsBeginImageContextWithOptions(bounds.size, NO, 0); [view layoutIfNeeded]; [view drawViewHierarchyInRect:view.bounds afterScreenUpdates:YES]; UIImage *snapshot = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); + + if (removeFromSuperview) { + [view removeFromSuperview]; + } + return snapshot; } diff --git a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCase.h b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCase.h index 54e301e..159a724 100644 --- a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCase.h +++ b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCase.h @@ -9,6 +9,7 @@ */ #import +#import #import @@ -48,7 +49,7 @@ /** Similar to our much-loved XCTAssert() macros. Use this to perform your test. No need to write an explanation, though. @param layer The layer to snapshot - @param identifier An optional identifier, used is there are multiple snapshot tests in a given -test method. + @param identifier An optional identifier, used if there are multiple snapshot tests in a given -test method. @param suffixes An NSOrderedSet of strings for the different suffixes @param tolerance The percentage of pixels that can differ and still count as an 'identical' layer */ diff --git a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCasePlatform.m b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCasePlatform.m index 4f6fb01..d8709d8 100644 --- a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCasePlatform.m +++ b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCasePlatform.m @@ -9,6 +9,7 @@ */ #import +#import #import BOOL FBSnapshotTestCaseIs64Bit(void) @@ -34,7 +35,8 @@ NSOrderedSet *FBSnapshotTestCaseDefaultSuffixes(void) NSString *FBDeviceAgnosticNormalizedFileName(NSString *fileName) { UIDevice *device = [UIDevice currentDevice]; - CGSize screenSize = [[UIApplication sharedApplication] keyWindow].bounds.size; + UIWindow *keyWindow = [[UIApplication sharedApplication] fb_strictKeyWindow]; + CGSize screenSize = keyWindow.bounds.size; NSString *os = device.systemVersion; fileName = [NSString stringWithFormat:@"%@_%@%@_%.0fx%.0f", fileName, device.model, os, screenSize.width, screenSize.height]; diff --git a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h index 5719aba..a0285ad 100644 --- a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h +++ b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h @@ -28,6 +28,21 @@ extern NSString *const FBSnapshotTestControllerErrorDomain; */ extern NSString *const FBReferenceImageFilePathKey; +/** + Errors returned by the methods of FBSnapshotTestController sometimes contain this key in the `userInfo` dictionary. + */ +extern NSString *const FBReferenceImageKey; + +/** + Errors returned by the methods of FBSnapshotTestController sometimes contain this key in the `userInfo` dictionary. + */ +extern NSString *const FBCapturedImageKey; + +/** + Errors returned by the methods of FBSnapshotTestController sometimes contain this key in the `userInfo` dictionary. + */ +extern NSString *const FBDiffedImageKey; + /** Provides the heavy-lifting for FBSnapshotTestCase. It loads and saves images, along with performing the actual pixel- by-pixel comparison of images. diff --git a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.m b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.m index 4cebe10..74c5a0a 100644 --- a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.m +++ b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.m @@ -18,6 +18,9 @@ NSString *const FBSnapshotTestControllerErrorDomain = @"FBSnapshotTestControllerErrorDomain"; NSString *const FBReferenceImageFilePathKey = @"FBReferenceImageFilePathKey"; +NSString *const FBReferenceImageKey = @"FBReferenceImageKey"; +NSString *const FBCapturedImageKey = @"FBCapturedImageKey"; +NSString *const FBDiffedImageKey = @"FBDiffedImageKey"; typedef NS_ENUM(NSUInteger, FBTestSnapshotFileNameType) { FBTestSnapshotFileNameTypeReference, @@ -126,25 +129,25 @@ typedef NS_ENUM(NSUInteger, FBTestSnapshotFileNameType) { tolerance:(CGFloat)tolerance error:(NSError **)errorPtr { - if (CGSizeEqualToSize(referenceImage.size, image.size)) { - BOOL imagesEqual = [referenceImage fb_compareWithImage:image tolerance:tolerance]; - if (NULL != errorPtr) { - *errorPtr = [NSError errorWithDomain:FBSnapshotTestControllerErrorDomain - code:FBSnapshotTestControllerErrorCodeImagesDifferent - userInfo:@{ - NSLocalizedDescriptionKey: @"Images different", - }]; - } - return imagesEqual; + BOOL sameImageDimensions = CGSizeEqualToSize(referenceImage.size, image.size); + if (sameImageDimensions && [referenceImage fb_compareWithImage:image tolerance:tolerance]) { + return YES; } + if (NULL != errorPtr) { + NSString *errorDescription = sameImageDimensions ? @"Images different" : @"Images different sizes"; + NSString *errorReason = sameImageDimensions ? [NSString stringWithFormat:@"image pixels differed by more than %.2f%% from the reference image", tolerance * 100] + : [NSString stringWithFormat:@"referenceImage:%@, image:%@", NSStringFromCGSize(referenceImage.size), NSStringFromCGSize(image.size)]; + FBSnapshotTestControllerErrorCode errorCode = sameImageDimensions ? FBSnapshotTestControllerErrorCodeImagesDifferent : FBSnapshotTestControllerErrorCodeImagesDifferentSizes; + *errorPtr = [NSError errorWithDomain:FBSnapshotTestControllerErrorDomain - code:FBSnapshotTestControllerErrorCodeImagesDifferentSizes + code:errorCode userInfo:@{ - NSLocalizedDescriptionKey: @"Images different sizes", - NSLocalizedFailureReasonErrorKey: [NSString stringWithFormat:@"referenceImage:%@, image:%@", - NSStringFromCGSize(referenceImage.size), - NSStringFromCGSize(image.size)], + NSLocalizedDescriptionKey: errorDescription, + NSLocalizedFailureReasonErrorKey: errorReason, + FBReferenceImageKey: referenceImage, + FBCapturedImageKey: image, + FBDiffedImageKey: [referenceImage fb_diffWithImage:image], }]; } return NO; @@ -279,11 +282,10 @@ typedef NS_ENUM(NSUInteger, FBTestSnapshotFileNameType) { UIImage *snapshot = [self _imageForViewOrLayer:viewOrLayer]; BOOL imagesSame = [self compareReferenceImage:referenceImage toImage:snapshot tolerance:tolerance error:errorPtr]; if (!imagesSame) { - [self saveFailedReferenceImage:referenceImage - testImage:snapshot - selector:selector - identifier:identifier - error:errorPtr]; + NSError *saveError = nil; + if ([self saveFailedReferenceImage:referenceImage testImage:snapshot selector:selector identifier:identifier error:&saveError] == NO) { + NSLog(@"Error saving test images: %@", saveError); + } } return imagesSame; } diff --git a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/SwiftSupport.swift b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/SwiftSupport.swift index d3058fb..f096f15 100644 --- a/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/SwiftSupport.swift +++ b/Example/Pods/FBSnapshotTestCase/FBSnapshotTestCase/SwiftSupport.swift @@ -9,15 +9,15 @@ */ public extension FBSnapshotTestCase { - public func FBSnapshotVerifyView(view: UIView, identifier: String = "", suffixes: NSOrderedSet = FBSnapshotTestCaseDefaultSuffixes(), file: String = __FILE__, line: UInt = __LINE__) { - FBSnapshotVerifyViewOrLayer(view, identifier: identifier, suffixes: suffixes) + public func FBSnapshotVerifyView(view: UIView, identifier: String = "", suffixes: NSOrderedSet = FBSnapshotTestCaseDefaultSuffixes(), tolerance: CGFloat = 0, file: StaticString = #file, line: UInt = #line) { + FBSnapshotVerifyViewOrLayer(view, identifier: identifier, suffixes: suffixes, tolerance: tolerance, file: file, line: line) } - public func FBSnapshotVerifyLayer(layer: CALayer, identifier: String = "", suffixes: NSOrderedSet = FBSnapshotTestCaseDefaultSuffixes(), file: String = __FILE__, line: UInt = __LINE__) { - FBSnapshotVerifyViewOrLayer(layer, identifier: identifier, suffixes: suffixes) + public func FBSnapshotVerifyLayer(layer: CALayer, identifier: String = "", suffixes: NSOrderedSet = FBSnapshotTestCaseDefaultSuffixes(), tolerance: CGFloat = 0, file: StaticString = #file, line: UInt = #line) { + FBSnapshotVerifyViewOrLayer(layer, identifier: identifier, suffixes: suffixes, tolerance: tolerance, file: file, line: line) } - private func FBSnapshotVerifyViewOrLayer(viewOrLayer: AnyObject, identifier: String = "", suffixes: NSOrderedSet = FBSnapshotTestCaseDefaultSuffixes(), file: String = __FILE__, line: UInt = __LINE__) { + private func FBSnapshotVerifyViewOrLayer(viewOrLayer: AnyObject, identifier: String = "", suffixes: NSOrderedSet = FBSnapshotTestCaseDefaultSuffixes(), tolerance: CGFloat = 0, file: StaticString = #file, line: UInt = #line) { let envReferenceImageDirectory = self.getReferenceImageDirectoryWithDefault(FB_REFERENCE_IMAGE_DIR) var error: NSError? var comparisonSuccess = false @@ -27,7 +27,7 @@ public extension FBSnapshotTestCase { let referenceImagesDirectory = "\(envReferenceImageDirectory)\(suffix)" if viewOrLayer.isKindOfClass(UIView) { do { - try compareSnapshotOfView(viewOrLayer as! UIView, referenceImagesDirectory: referenceImagesDirectory, identifier: identifier, tolerance: 0) + try compareSnapshotOfView(viewOrLayer as! UIView, referenceImagesDirectory: referenceImagesDirectory, identifier: identifier, tolerance: tolerance) comparisonSuccess = true } catch let error1 as NSError { error = error1 @@ -35,7 +35,7 @@ public extension FBSnapshotTestCase { } } else if viewOrLayer.isKindOfClass(CALayer) { do { - try compareSnapshotOfLayer(viewOrLayer as! CALayer, referenceImagesDirectory: referenceImagesDirectory, identifier: identifier, tolerance: 0) + try compareSnapshotOfLayer(viewOrLayer as! CALayer, referenceImagesDirectory: referenceImagesDirectory, identifier: identifier, tolerance: tolerance) comparisonSuccess = true } catch let error1 as NSError { error = error1 @@ -58,7 +58,7 @@ public extension FBSnapshotTestCase { } } - func assert(assertion: Bool, message: String, file: String, line: UInt) { + func assert(assertion: Bool, message: String, file: StaticString, line: UInt) { if !assertion { XCTFail(message, file: file, line: line) } diff --git a/Example/Pods/Headers/Private/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h b/Example/Pods/Headers/Private/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h new file mode 120000 index 0000000..93356db --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h @@ -0,0 +1 @@ +../../../Expecta+Snapshots/EXPMatchers+FBSnapshotTest.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta+Snapshots/ExpectaObject+FBSnapshotTest.h b/Example/Pods/Headers/Private/Expecta+Snapshots/ExpectaObject+FBSnapshotTest.h new file mode 120000 index 0000000..e3e53b3 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta+Snapshots/ExpectaObject+FBSnapshotTest.h @@ -0,0 +1 @@ +../../../Expecta+Snapshots/ExpectaObject+FBSnapshotTest.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h b/Example/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h new file mode 120000 index 0000000..ebefa87 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPBlockDefinedMatcher.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/EXPBlockDefinedMatcher.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPDefines.h b/Example/Pods/Headers/Private/Expecta/EXPDefines.h new file mode 120000 index 0000000..22add0c --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPDefines.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/EXPDefines.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPDoubleTuple.h b/Example/Pods/Headers/Private/Expecta/EXPDoubleTuple.h new file mode 120000 index 0000000..54aa0b5 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPDoubleTuple.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/EXPDoubleTuple.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPExpect.h b/Example/Pods/Headers/Private/Expecta/EXPExpect.h new file mode 120000 index 0000000..a677bdd --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPExpect.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/EXPExpect.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPFloatTuple.h b/Example/Pods/Headers/Private/Expecta/EXPFloatTuple.h new file mode 120000 index 0000000..2b40569 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPFloatTuple.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/EXPFloatTuple.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatcher.h b/Example/Pods/Headers/Private/Expecta/EXPMatcher.h new file mode 120000 index 0000000..3b20a12 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatcher.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/EXPMatcher.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h b/Example/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h new file mode 120000 index 0000000..697385b --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatcherHelpers.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatcherHelpers.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h new file mode 120000 index 0000000..0eed377 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beCloseTo.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beCloseTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h new file mode 120000 index 0000000..92643c4 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beFalsy.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beFalsy.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h new file mode 120000 index 0000000..1ccc62b --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThan.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beGreaterThan.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h new file mode 120000 index 0000000..db5bf96 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beGreaterThanOrEqualTo.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h new file mode 120000 index 0000000..6e17ea4 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beIdenticalTo.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beIdenticalTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h new file mode 120000 index 0000000..362d8a7 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beInTheRangeOf.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beInTheRangeOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h new file mode 120000 index 0000000..4dd6063 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beInstanceOf.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beInstanceOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h new file mode 120000 index 0000000..113c7d3 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beKindOf.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beKindOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h new file mode 120000 index 0000000..675e86a --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beLessThan.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beLessThan.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h new file mode 120000 index 0000000..c16df2f --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beLessThanOrEqualTo.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h new file mode 120000 index 0000000..9f65a6c --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beNil.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beNil.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h new file mode 120000 index 0000000..27aa7be --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beSubclassOf.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beSubclassOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h new file mode 120000 index 0000000..ea3f770 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beSupersetOf.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beSupersetOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h new file mode 120000 index 0000000..192ac76 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beTruthy.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beTruthy.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h new file mode 120000 index 0000000..2efba8f --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+beginWith.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+beginWith.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h new file mode 120000 index 0000000..062fb51 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+conformTo.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+conformTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+contain.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+contain.h new file mode 120000 index 0000000..3661fe5 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+contain.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+contain.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h new file mode 120000 index 0000000..7e6c9cf --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+endWith.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+endWith.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+equal.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+equal.h new file mode 120000 index 0000000..7bee788 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+equal.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+equal.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h new file mode 120000 index 0000000..f46d23a --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+haveCountOf.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+haveCountOf.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+match.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+match.h new file mode 120000 index 0000000..18f995d --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+match.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+match.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+postNotification.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+postNotification.h new file mode 120000 index 0000000..c9422e3 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+postNotification.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+postNotification.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+raise.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+raise.h new file mode 120000 index 0000000..901e04c --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+raise.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+raise.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h new file mode 120000 index 0000000..5b063b6 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+raiseWithReason.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+raiseWithReason.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h new file mode 120000 index 0000000..e7a5fad --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers+respondTo.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers+respondTo.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPMatchers.h b/Example/Pods/Headers/Private/Expecta/EXPMatchers.h new file mode 120000 index 0000000..a454dc4 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPMatchers.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Matchers/EXPMatchers.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h b/Example/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h new file mode 120000 index 0000000..60fae89 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/EXPUnsupportedObject.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/EXPUnsupportedObject.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/Expecta.h b/Example/Pods/Headers/Private/Expecta/Expecta.h new file mode 120000 index 0000000..45ef877 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/Expecta.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/Expecta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/ExpectaObject.h b/Example/Pods/Headers/Private/Expecta/ExpectaObject.h new file mode 120000 index 0000000..36a99e1 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/ExpectaObject.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/ExpectaObject.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/ExpectaSupport.h b/Example/Pods/Headers/Private/Expecta/ExpectaSupport.h new file mode 120000 index 0000000..c59d3fc --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/ExpectaSupport.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/ExpectaSupport.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/NSObject+Expecta.h b/Example/Pods/Headers/Private/Expecta/NSObject+Expecta.h new file mode 120000 index 0000000..55c3635 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/NSObject+Expecta.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/NSObject+Expecta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Expecta/NSValue+Expecta.h b/Example/Pods/Headers/Private/Expecta/NSValue+Expecta.h new file mode 120000 index 0000000..ee557b8 --- /dev/null +++ b/Example/Pods/Headers/Private/Expecta/NSValue+Expecta.h @@ -0,0 +1 @@ +../../../Expecta/Expecta/NSValue+Expecta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestCase.h b/Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestCase.h new file mode 120000 index 0000000..2925eab --- /dev/null +++ b/Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestCase.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCase.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestCasePlatform.h b/Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestCasePlatform.h new file mode 120000 index 0000000..6127a30 --- /dev/null +++ b/Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestCasePlatform.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestCasePlatform.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestController.h b/Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestController.h new file mode 120000 index 0000000..4a7dea1 --- /dev/null +++ b/Example/Pods/Headers/Private/FBSnapshotTestCase/FBSnapshotTestController.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/FBSnapshotTestCase/FBSnapshotTestController.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/FBSnapshotTestCase/UIApplication+StrictKeyWindow.h b/Example/Pods/Headers/Private/FBSnapshotTestCase/UIApplication+StrictKeyWindow.h new file mode 120000 index 0000000..efa5fe0 --- /dev/null +++ b/Example/Pods/Headers/Private/FBSnapshotTestCase/UIApplication+StrictKeyWindow.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Compare.h b/Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Compare.h new file mode 120000 index 0000000..2fd266d --- /dev/null +++ b/Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Compare.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Compare.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Diff.h b/Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Diff.h new file mode 120000 index 0000000..2ecee67 --- /dev/null +++ b/Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Diff.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Diff.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Snapshot.h b/Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Snapshot.h new file mode 120000 index 0000000..577a4cb --- /dev/null +++ b/Example/Pods/Headers/Private/FBSnapshotTestCase/UIImage+Snapshot.h @@ -0,0 +1 @@ +../../../FBSnapshotTestCase/FBSnapshotTestCase/Categories/UIImage+Snapshot.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/PNGradientView/PNGradientView.h b/Example/Pods/Headers/Private/PNGradientView/PNGradientView.h new file mode 120000 index 0000000..fac182a --- /dev/null +++ b/Example/Pods/Headers/Private/PNGradientView/PNGradientView.h @@ -0,0 +1 @@ +../../../../../Pod/Classes/PNGradientView.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/RZDataBinding/NSObject+RZDataBinding.h b/Example/Pods/Headers/Private/RZDataBinding/NSObject+RZDataBinding.h new file mode 120000 index 0000000..446f9f6 --- /dev/null +++ b/Example/Pods/Headers/Private/RZDataBinding/NSObject+RZDataBinding.h @@ -0,0 +1 @@ +../../../RZDataBinding/RZDataBinding/NSObject+RZDataBinding.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/RZDataBinding/RZDBCoalesce.h b/Example/Pods/Headers/Private/RZDataBinding/RZDBCoalesce.h new file mode 120000 index 0000000..18b8c59 --- /dev/null +++ b/Example/Pods/Headers/Private/RZDataBinding/RZDBCoalesce.h @@ -0,0 +1 @@ +../../../RZDataBinding/RZDataBinding/RZDBCoalesce.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/RZDataBinding/RZDBMacros.h b/Example/Pods/Headers/Private/RZDataBinding/RZDBMacros.h new file mode 120000 index 0000000..f9f4496 --- /dev/null +++ b/Example/Pods/Headers/Private/RZDataBinding/RZDBMacros.h @@ -0,0 +1 @@ +../../../RZDataBinding/RZDataBinding/RZDBMacros.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/RZDataBinding/RZDBTransforms.h b/Example/Pods/Headers/Private/RZDataBinding/RZDBTransforms.h new file mode 120000 index 0000000..5eef5c5 --- /dev/null +++ b/Example/Pods/Headers/Private/RZDataBinding/RZDBTransforms.h @@ -0,0 +1 @@ +../../../RZDataBinding/RZDataBinding/RZDBTransforms.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/RZDataBinding/RZDataBinding.h b/Example/Pods/Headers/Private/RZDataBinding/RZDataBinding.h new file mode 120000 index 0000000..81730c5 --- /dev/null +++ b/Example/Pods/Headers/Private/RZDataBinding/RZDataBinding.h @@ -0,0 +1 @@ +../../../RZDataBinding/RZDataBinding/RZDataBinding.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SPTCallSite.h b/Example/Pods/Headers/Private/Specta/SPTCallSite.h new file mode 120000 index 0000000..dbb535a --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SPTCallSite.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SPTCallSite.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SPTCompiledExample.h b/Example/Pods/Headers/Private/Specta/SPTCompiledExample.h new file mode 120000 index 0000000..6597704 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SPTCompiledExample.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SPTCompiledExample.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SPTExample.h b/Example/Pods/Headers/Private/Specta/SPTExample.h new file mode 120000 index 0000000..79a18d4 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SPTExample.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SPTExample.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SPTExampleGroup.h b/Example/Pods/Headers/Private/Specta/SPTExampleGroup.h new file mode 120000 index 0000000..1effac5 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SPTExampleGroup.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SPTExampleGroup.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SPTExcludeGlobalBeforeAfterEach.h b/Example/Pods/Headers/Private/Specta/SPTExcludeGlobalBeforeAfterEach.h new file mode 120000 index 0000000..64df734 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SPTExcludeGlobalBeforeAfterEach.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SPTGlobalBeforeAfterEach.h b/Example/Pods/Headers/Private/Specta/SPTGlobalBeforeAfterEach.h new file mode 120000 index 0000000..7f83b65 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SPTGlobalBeforeAfterEach.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SPTGlobalBeforeAfterEach.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SPTSharedExampleGroups.h b/Example/Pods/Headers/Private/Specta/SPTSharedExampleGroups.h new file mode 120000 index 0000000..579d360 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SPTSharedExampleGroups.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SPTSharedExampleGroups.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SPTSpec.h b/Example/Pods/Headers/Private/Specta/SPTSpec.h new file mode 120000 index 0000000..3b1679a --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SPTSpec.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SPTSpec.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SPTTestSuite.h b/Example/Pods/Headers/Private/Specta/SPTTestSuite.h new file mode 120000 index 0000000..2f607e4 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SPTTestSuite.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SPTTestSuite.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/Specta.h b/Example/Pods/Headers/Private/Specta/Specta.h new file mode 120000 index 0000000..111c968 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/Specta.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/Specta.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SpectaDSL.h b/Example/Pods/Headers/Private/Specta/SpectaDSL.h new file mode 120000 index 0000000..fd1ad37 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SpectaDSL.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SpectaDSL.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SpectaTypes.h b/Example/Pods/Headers/Private/Specta/SpectaTypes.h new file mode 120000 index 0000000..9428b13 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SpectaTypes.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SpectaTypes.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/SpectaUtility.h b/Example/Pods/Headers/Private/Specta/SpectaUtility.h new file mode 120000 index 0000000..5762480 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/SpectaUtility.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/SpectaUtility.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/XCTest+Private.h b/Example/Pods/Headers/Private/Specta/XCTest+Private.h new file mode 120000 index 0000000..bb4a8e0 --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/XCTest+Private.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/XCTest+Private.h \ No newline at end of file diff --git a/Example/Pods/Headers/Private/Specta/XCTestCase+Specta.h b/Example/Pods/Headers/Private/Specta/XCTestCase+Specta.h new file mode 120000 index 0000000..95f58cc --- /dev/null +++ b/Example/Pods/Headers/Private/Specta/XCTestCase+Specta.h @@ -0,0 +1 @@ +../../../Specta/Specta/Specta/XCTestCase+Specta.h \ No newline at end of file diff --git a/Example/Pods/Local Podspecs/PNGradientView.podspec.json b/Example/Pods/Local Podspecs/PNGradientView.podspec.json index 4cdfb18..a7515ac 100644 --- a/Example/Pods/Local Podspecs/PNGradientView.podspec.json +++ b/Example/Pods/Local Podspecs/PNGradientView.podspec.json @@ -1,15 +1,15 @@ { "name": "PNGradientView", - "version": "0.1.0", + "version": "0.1.5", "summary": "PNGradientView is a UIView subclassing with gradient support", - "homepage": "https://github.com//PNGradientView", + "homepage": "https://github.com/giuseppenucifora/PNGradientView", "license": "MIT", "authors": { "Giuseppe Nucifora": "me@giuseppenucifora.com" }, "source": { - "git": "https://github.com//PNGradientView.git", - "tag": "0.1.0" + "git": "https://github.com/giuseppenucifora/PNGradientView.git", + "tag": "0.1.5" }, "platforms": { "ios": "7.0" @@ -21,5 +21,10 @@ "Pod/Assets/*.png" ] }, - "frameworks": "QuartzCore" + "frameworks": "QuartzCore", + "dependencies": { + "RZDataBinding": [ + + ] + } } diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index b90e2c1..bdb27df 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,14 +1,17 @@ PODS: - Expecta (1.0.5) - - Expecta+Snapshots (2.0.0): + - Expecta+Snapshots (3.0.0): - Expecta (~> 1.0) - - FBSnapshotTestCase/Core (~> 2.0.3) - - FBSnapshotTestCase (2.0.7): - - FBSnapshotTestCase/SwiftSupport (= 2.0.7) - - FBSnapshotTestCase/Core (2.0.7) - - FBSnapshotTestCase/SwiftSupport (2.0.7): + - FBSnapshotTestCase/Core (~> 2.0) + - Specta (~> 1.0) + - FBSnapshotTestCase (2.1.0): + - FBSnapshotTestCase/SwiftSupport (= 2.1.0) + - FBSnapshotTestCase/Core (2.1.0) + - FBSnapshotTestCase/SwiftSupport (2.1.0): - FBSnapshotTestCase/Core - - PNGradientView (0.1.0) + - PNGradientView (0.1.5): + - RZDataBinding + - RZDataBinding (2.0.3) - Specta (1.0.5) DEPENDENCIES: @@ -20,15 +23,14 @@ DEPENDENCIES: EXTERNAL SOURCES: PNGradientView: - :path: "../" + :path: ../ SPEC CHECKSUMS: Expecta: e1c022fcd33910b6be89c291d2775b3fe27a89fe - Expecta+Snapshots: 29b38dd695bc72a0ed2bea833937d78df41943ba - FBSnapshotTestCase: 7e85180d0d141a0cf472352edda7e80d7eaeb547 - PNGradientView: 21d127e76f77674eecfa0dc9859751004f485e38 + Expecta+Snapshots: c343f410c7a6392f3e22e78f94c44b6c0749a516 + FBSnapshotTestCase: 366ecd378511d7716c79991cd8067d1eed23578d + PNGradientView: e8b91f023a3037ba0442f76ddb1724a8c8635c64 + RZDataBinding: 00d468ebe667f02c2bd5416f87b4b5d826188c4d Specta: ac94d110b865115fe60ff2c6d7281053c6f8e8a2 -PODFILE CHECKSUM: cd7860932a2fb17c979c3a4af42606b114244376 - -COCOAPODS: 1.0.0.beta.2 +COCOAPODS: 0.39.0 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index b7614b7..dcc96f9 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -1,1976 +1,7600 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 001E990E3267CD048CD92A2637688CE3 /* SpectaUtility.m in Sources */ = {isa = PBXBuildFile; fileRef = FDE880572CC4AF9A3FB007D3FBAB3FC9 /* SpectaUtility.m */; }; - 05132C8ECCF08BE7A7C80810FD0AD361 /* SPTCompiledExample.m in Sources */ = {isa = PBXBuildFile; fileRef = C468A58BBD0142C1B15D5D1E99CD14D2 /* SPTCompiledExample.m */; }; - 0770221D121922EB599FF4F9AD4A0FD9 /* PNGradientView.m in Sources */ = {isa = PBXBuildFile; fileRef = B7712E6B9CC5EC12B378DE265D57A979 /* PNGradientView.m */; }; - 07CAFACAFAC87ABBF28D453E70832464 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = A0FF8FCD7497595EEB9611E7438C1C78 /* UIImage+Compare.m */; }; - 09837588B756BA049D8B60DA52F5E06C /* SPTExample.h in Headers */ = {isa = PBXBuildFile; fileRef = E5970E5D763F65673B9F5F4C5D0A9D0F /* SPTExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0A5DFD94EE83E385C1C7D24986E04592 /* SwiftSupport.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3FF46F134970C91061B1E020DB0DACB7 /* SwiftSupport.swift */; }; - 0C6FF91EB1F0391ED75DC72D31D159EF /* EXPMatchers+beTruthy.m in Sources */ = {isa = PBXBuildFile; fileRef = 19D7E0FEC362BEC211648D104511BD5C /* EXPMatchers+beTruthy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0D16B556212D317A0D4FEB71E102E207 /* EXPMatchers+beLessThan.h in Headers */ = {isa = PBXBuildFile; fileRef = F2D3A79E58CE53867199D68A7690BE0C /* EXPMatchers+beLessThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 0EBFA5FBE4953A83B677CE2A75746761 /* EXPMatchers+beLessThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 58335D3E2909BF5D62C81864F19B78F1 /* EXPMatchers+beLessThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 0F94F5B0ABB3252B9275B7C129EC7A26 /* EXPMatchers+equal.h in Headers */ = {isa = PBXBuildFile; fileRef = B618D49996FCD7F7FD5C94C024840087 /* EXPMatchers+equal.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1132DEA4B1BFCEA96B651FF8EAE3AE7B /* Pods-PNGradientView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A06DE61E6C95B5A94A1983BCE8703E7 /* Pods-PNGradientView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 11C1AEB289C1EB80089349B71F09D04B /* EXPMatchers+raiseWithReason.h in Headers */ = {isa = PBXBuildFile; fileRef = A833BC98F95E74ABFF866C85B3FC9338 /* EXPMatchers+raiseWithReason.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1312A7D381C51428CF481E33E3D37901 /* EXPMatchers+beGreaterThan.m in Sources */ = {isa = PBXBuildFile; fileRef = 75C3D8B18F8E2A5FB67C1A251F1D7AA4 /* EXPMatchers+beGreaterThan.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 131532787AD40BE1F35DF288D2E6FFD7 /* EXPMatchers+beInTheRangeOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 222B35F590250B97F30D1C37C402B693 /* EXPMatchers+beInTheRangeOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 17572374B2AE183C6347C41E8DF8E579 /* EXPMatchers+beFalsy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A6FA6514DAE7C7226C8C112DFE74E58 /* EXPMatchers+beFalsy.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1A1AB2EC52323C5EA28DAA99F1E1A90D /* EXPMatchers+endWith.h in Headers */ = {isa = PBXBuildFile; fileRef = 306E137B97A38C22CEC1E6B27B33B78A /* EXPMatchers+endWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1AB3304B6884F626BC54150AC7565E18 /* EXPMatchers+equal.m in Sources */ = {isa = PBXBuildFile; fileRef = 0782314CEFBB6F81294F8002EBFB578E /* EXPMatchers+equal.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1B0389CD88AA949B34DC7269030FEC6F /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 64E62B947C08376C71E07F669D636FF8 /* EXPMatchers+beGreaterThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 1D61F0D139E15E3947D3C6F02CD70E70 /* PNGradientView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2EE4DF29DB65E7F01AAEC3F1AF1146AB /* PNGradientView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1DCEC7564D971DE65ED85CDB250F9A32 /* SPTTestSuite.h in Headers */ = {isa = PBXBuildFile; fileRef = BEC4D7D2259B4B710DED71BD7949BACA /* SPTTestSuite.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 201BF9C605852822CA5A65ADE282A310 /* EXPMatcherHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = C22221B3B6D1F46AB81218794BF7243C /* EXPMatcherHelpers.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 204D694B03BFF3B244A6AB73FACFFC43 /* Expecta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A9A4579B877C302F516E9CEE77766372 /* Expecta-dummy.m */; }; - 20C0CFB6F8C29123D1667E2676D8B2F5 /* FBSnapshotTestCase.h in Headers */ = {isa = PBXBuildFile; fileRef = 928CB47DE4B1596A4A342DD651619A9F /* FBSnapshotTestCase.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 24388644FCEEE83E7C79B5DF5B53B0C5 /* SpectaDSL.h in Headers */ = {isa = PBXBuildFile; fileRef = FB93C123AC6F580DF978D60A8191F679 /* SpectaDSL.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2549CD1370AF63009DEC76693F5E9BD1 /* FBSnapshotTestCase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 274B0E07010F236BE53B3B98CEC9AB62 /* FBSnapshotTestCase.framework */; }; - 260BC7EED9289AF321A6F791964CE472 /* EXPMatchers+respondTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 158CEFBA77071AB835E435120F4CE616 /* EXPMatchers+respondTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 274D9545D0357B667BCAA82B3FB38ECD /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = D185CE6943CD76847FA958D3B77C57F9 /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; - 2916A0606136A9DC67F2463AB230868B /* EXPMatchers+match.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BE7EA43918F8547CCF8A9EABF75B788 /* EXPMatchers+match.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 29F2AEAF2B01E3739BF745ADE8E9D0A4 /* Expecta+Snapshots-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 26B782A5F5606BC64AF7B709A1D93B4E /* Expecta+Snapshots-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2C0A8737FDB9B9C6A6BDF437FD11334C /* EXPMatchers+beNil.m in Sources */ = {isa = PBXBuildFile; fileRef = AEFE305560483772516B366088F6E2B4 /* EXPMatchers+beNil.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 2CFE2898496C1C7096DB8DA43AF19103 /* EXPMatchers+raise.m in Sources */ = {isa = PBXBuildFile; fileRef = FBA78AD493C15517AB45ED930E51A1E0 /* EXPMatchers+raise.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 2E14619153A453BB8DF389FB6EA147BE /* ExpectaObject.h in Headers */ = {isa = PBXBuildFile; fileRef = D24C93A44A823E785EE91D78394D63B9 /* ExpectaObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2E2D60A3DD191C5F4EC1DEE5A64295BD /* SpectaUtility.h in Headers */ = {isa = PBXBuildFile; fileRef = 6732C58C04F8341AD50DE36AEE2EBF41 /* SpectaUtility.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2F427490ACABC4408D57CC0592276678 /* EXPDoubleTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = B4A617F1464A48980127A218AB18B898 /* EXPDoubleTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 34B6E9A30603BEBBD87BA535B7D384CA /* EXPMatchers+beInstanceOf.h in Headers */ = {isa = PBXBuildFile; fileRef = F6636C0229E54793FBCF41941077A50A /* EXPMatchers+beInstanceOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 35158B972DDF146F50CFB496F1B0CBF0 /* Pods-PNGradientView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 72B94E3FBC94CBD056C5787171B0CE9F /* Pods-PNGradientView_Tests-dummy.m */; }; - 36681F3CC2B5D8FB931541F000F9E5CA /* XCTestCase+Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = 7085F5CB16BF96F625D6465A4DA29F6F /* XCTestCase+Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 36F261EFEC67206EE465070797A58230 /* SPTTestSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DC5EEA6B4746F1531DD69BC488E69F4 /* SPTTestSuite.m */; }; - 372F7A9CCE59CE86316CF436F832A3FC /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = BB4DC57B05E96C2EB152A59EFCDB6F12 /* EXPMatchers+beGreaterThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 37A2D0F8493469EF2495FC689440F079 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */ = {isa = PBXBuildFile; fileRef = AB2DADCEEF4EB97FC102ACCDF8FB51E9 /* EXPMatchers+beLessThanOrEqualTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 397B320B7C59C168CC5B62E18ED8DEA0 /* EXPMatchers+beSubclassOf.h in Headers */ = {isa = PBXBuildFile; fileRef = C4318C653F9355DDB7F7553A52F8890D /* EXPMatchers+beSubclassOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 39F3AFD4DADD9BF4AEDFAF1FEA82B2F2 /* ExpectaObject+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 3DA8473E9C7CE1583F74DFBDAE8B0854 /* ExpectaObject+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B5B7495707BF7133B9FB3F834045611 /* EXPBlockDefinedMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 1795ED3D682D8EDC5CEC1EA831BEECEA /* EXPBlockDefinedMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C2700C7DAA15C6AF84A595865C42F4D /* EXPMatchers+contain.h in Headers */ = {isa = PBXBuildFile; fileRef = F6ACA95F6EDBB1752AADF70C323E1E5F /* EXPMatchers+contain.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3C8A8DD1F50A532127A6453893DE9194 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E594C5C1A90F9CE29806E2487C723054 /* Foundation.framework */; }; - 3D48EE131B6577ED73A5CC481A6FE40C /* Expecta.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 084E3F0BF91113EC5ADAD2356684C5D2 /* Expecta.framework */; }; - 3DA3D17EF3052E797F16089230C2422C /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C36102D49C18C6626EFEE0345368E470 /* QuartzCore.framework */; }; - 403292D82DA62291204BF59524BC4EDB /* EXPMatchers+haveCountOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 5267376A130B688AA8DC669933C16D9A /* EXPMatchers+haveCountOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 4052EB66107F09D6F856EAA1F4FC0846 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 08186BBB76D4CE07D88FBD9E82E9C892 /* UIImage+Snapshot.m */; }; - 46137F5CC368BF38BAF0D0AF81DD8FFE /* EXPMatchers+raise.h in Headers */ = {isa = PBXBuildFile; fileRef = D2F336ECC66909E2FC05C8E3D376CF12 /* EXPMatchers+raise.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 471FD4F68E27AB26FA2AEBB8B245CEE4 /* NSValue+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ABB2201E2C23ED09ECB1930B874AA59 /* NSValue+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4737FE40166D5F05C4BE65501909922F /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E594C5C1A90F9CE29806E2487C723054 /* Foundation.framework */; }; - 479AD58F53B604CB5E8A360153996C54 /* SPTExampleGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = 707C1B7180164DF6560719973AEC92C1 /* SPTExampleGroup.m */; }; - 47D16DB1D23CFE027F5BE7F7E391AB4C /* EXPMatchers+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 22C6E607E674AB20554080B3E2A4B463 /* EXPMatchers+FBSnapshotTest.m */; }; - 4ABCB658CCD41146CFF3E3A2E2B733F3 /* SPTCallSite.h in Headers */ = {isa = PBXBuildFile; fileRef = F0550288A3E4DA5B207A666BE8E62168 /* SPTCallSite.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4B5542E72A64100965FFFA704684CED4 /* ExpectaObject+FBSnapshotTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7874ECE957DC7F80946CB43F9419C903 /* ExpectaObject+FBSnapshotTest.m */; }; - 4BBCBB9D8EF0B241A4A4FE4982985481 /* ExpectaSupport.m in Sources */ = {isa = PBXBuildFile; fileRef = 71AF85B6558D634E3F383BA6AAEF3267 /* ExpectaSupport.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 4E5A5FFC8B786B739000140D10BCC17D /* Specta.h in Headers */ = {isa = PBXBuildFile; fileRef = FB362E8DBE566CD58ABD4124535F2081 /* Specta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5056E0520959CBC31CCB037B59BFC847 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ECEAC6FF9B1C2DE4B60D888AF8300AA9 /* UIKit.framework */; }; - 50C9D38906A8AF2726ABABF4D17CD139 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E594C5C1A90F9CE29806E2487C723054 /* Foundation.framework */; }; - 51DDDB0FB4899757CF6A826B531B940D /* EXPUnsupportedObject.h in Headers */ = {isa = PBXBuildFile; fileRef = 8CE42337022021AE45B4E067D494C32F /* EXPUnsupportedObject.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 5B2D4A621D3DA971A474776AF36BB073 /* EXPBlockDefinedMatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = C09805DD701F05B0FA3348EDA3BDC7CB /* EXPBlockDefinedMatcher.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 5CF7526D330A734F7ABCDCFF3D1A9B35 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E594C5C1A90F9CE29806E2487C723054 /* Foundation.framework */; }; - 5EA7043FE10E75D02F3C3052AF8B8318 /* EXPDefines.h in Headers */ = {isa = PBXBuildFile; fileRef = 91EC2AD8B04A0D0F0EC345F2B7070A95 /* EXPDefines.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6140E3F22BDB701C98B6E5EF32D89EB1 /* SPTCallSite.m in Sources */ = {isa = PBXBuildFile; fileRef = 827940DAD186863374E719CC8D5FCE23 /* SPTCallSite.m */; }; - 62D4CDC5CA0F17CEE60DEB1DE929582C /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7F03C6FF2E280604579F1C16B31F89E /* XCTest.framework */; }; - 65BC31095CCDFC80CBF6BBA843751F23 /* EXPMatcher.h in Headers */ = {isa = PBXBuildFile; fileRef = B647A866CAF55406F516ECE6F8AE7F8B /* EXPMatcher.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 66A27898E989A3FA5C15AA671C4536F0 /* EXPMatchers+beIdenticalTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 760BA7B5F09D477F128F7CD8D3AB7FF2 /* EXPMatchers+beIdenticalTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 67459AD239EF669A365519E06B45DCFE /* EXPExpect.h in Headers */ = {isa = PBXBuildFile; fileRef = 8F63B0FF272D1EB750D82F3EADA2D2CA /* EXPExpect.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 681DD3934E5FF0E26A83905A265D0BF0 /* SPTSharedExampleGroups.m in Sources */ = {isa = PBXBuildFile; fileRef = E42AB63F84DC20AD246EB8FFA3EFEF2C /* SPTSharedExampleGroups.m */; }; - 6E1D978790705E137FDE439AA68DD3AA /* EXPFloatTuple.h in Headers */ = {isa = PBXBuildFile; fileRef = CD486E43B7465271EE4EBCB98E5DAF8D /* EXPFloatTuple.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6E695D95D17246014CABBF7D15A4C099 /* Pods-PNGradientView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A67601D1283FB9C296BAAF41AC190ED /* Pods-PNGradientView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6EFC63A5CED45BB39FC79D87F2C47D6B /* EXPMatchers+beGreaterThan.h in Headers */ = {isa = PBXBuildFile; fileRef = A54AE821E3D5E7DF7DA3ED83AF9B4AF2 /* EXPMatchers+beGreaterThan.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6F278423C8AE1DA47F35E374BB5B91EC /* EXPMatchers+beSupersetOf.m in Sources */ = {isa = PBXBuildFile; fileRef = C6C7CD39279BCFD392135DCF45F61F03 /* EXPMatchers+beSupersetOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 70E4BCC789D8C8F1033F23E0752502A7 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = EDE0D6A47393B29719A2BF4340A993CE /* FBSnapshotTestCase.m */; }; - 715A1122272BB3A29A10AAE4C8C03913 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E594C5C1A90F9CE29806E2487C723054 /* Foundation.framework */; }; - 76C662D7B27DD3F03750F76639E2AF2A /* Specta-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 757732CABCCD0D3A3DECF0188321177D /* Specta-dummy.m */; }; - 76CCABE79C04444450153424D7CE1DC1 /* EXPMatchers+beSupersetOf.h in Headers */ = {isa = PBXBuildFile; fileRef = 9ABA02BD58E16D9841A495FD86DF6334 /* EXPMatchers+beSupersetOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 76D337327C10A7555447B69AA1562647 /* EXPMatchers+beInstanceOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 758C1F02B714A0821AE887BC00092EF6 /* EXPMatchers+beInstanceOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 772BFB9529121111C517FBA06EA26237 /* Expecta+Snapshots-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = B4E553ECAD689166E16E72CBB083D61A /* Expecta+Snapshots-dummy.m */; }; - 7861523B9D5DFCF0F4A56E4DE3296AA2 /* FBSnapshotTestController.m in Sources */ = {isa = PBXBuildFile; fileRef = C868D690588A6B89F532448ECAE12885 /* FBSnapshotTestController.m */; }; - 79558B1F97ABE4AB8942DC18BEBD4B82 /* EXPMatchers+beKindOf.h in Headers */ = {isa = PBXBuildFile; fileRef = DF4BD2050ABE1205D1B1A164803A18DA /* EXPMatchers+beKindOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 79DA6A1D2BCDC417803299366F019D39 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 5514D13D44B78009D4AFEEDFA4E4FDBB /* SPTExcludeGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B223B4E6EF14BA12DA113F7EE10B96C /* NSObject+Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = 2F1E859E32D523B17CD8D94AED21A1D4 /* NSObject+Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7DFA11A1431B8451A7BE4682357D285D /* Specta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7D657B34A1C94FBF176F35C1081FD8A9 /* Specta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 805E425BBEF7A6133E32E1D30A073010 /* EXPExpect.m in Sources */ = {isa = PBXBuildFile; fileRef = B34472CAE1E8EC26152CEFB1E82BE050 /* EXPExpect.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 837B593D7C1D01B4EA400247309D6AB0 /* Expecta-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 370C8488ABDC015700FCF97F059BFD42 /* Expecta-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85E31076D5530AEEB45ACF16B2B8A983 /* EXPMatchers.h in Headers */ = {isa = PBXBuildFile; fileRef = D23BC3A3A95CE0E0D9D4237760C716E8 /* EXPMatchers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 85EB2F216487CB2E8F3FCCFBC4D69912 /* EXPMatchers+beTruthy.h in Headers */ = {isa = PBXBuildFile; fileRef = A9AD646C1FEAB8503FF6D57F404BC0E6 /* EXPMatchers+beTruthy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87434F5CA39844B741CAF1EBA46C0999 /* SPTCompiledExample.h in Headers */ = {isa = PBXBuildFile; fileRef = 3A35BE0267849F84514C1480B43A470C /* SPTCompiledExample.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 87FD5F0F682CDEB6A348CA448889E3EA /* EXPMatchers+beKindOf.m in Sources */ = {isa = PBXBuildFile; fileRef = C04E3E80E2CD18DEAE104F67CE80B85A /* EXPMatchers+beKindOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 89A46B63E469F17791D14FC64466794A /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = B9075248C77581BD5230031BD8E5BA45 /* UIImage+Diff.m */; }; - 8A31B7571102C0A6E58E4CB034B2A9A6 /* SPTGlobalBeforeAfterEach.h in Headers */ = {isa = PBXBuildFile; fileRef = 0160D7EDEB19856BC505CA9E9075EC06 /* SPTGlobalBeforeAfterEach.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8C8C1B0D83FE6A4352F15154DB16372C /* EXPMatcherHelpers.h in Headers */ = {isa = PBXBuildFile; fileRef = 237C1D40E94ECB9726EC1CC5E6691588 /* EXPMatcherHelpers.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 8CEBACD3CB51C9CC9DDDF8CBA87CE07D /* SpectaTypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 15F9AB2173995E9AF3D7647F10735FD6 /* SpectaTypes.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 918E06480F28F27361B19D19432F8538 /* EXPMatchers+endWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 7EF2072991CBA5987025178150BD49F6 /* EXPMatchers+endWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 931D410B9F8ACB935883DF8C59F9C93E /* EXPMatchers+postNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = 7A7D54F2046B9323D0CB2748E382BAA3 /* EXPMatchers+postNotification.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 94C47C87E397972CE98F75929F3B706C /* ExpectaObject.m in Sources */ = {isa = PBXBuildFile; fileRef = C4016D8E6902B23AF2CA1BB3EBE78467 /* ExpectaObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - 9B2E761A064459F77EA9870BEF03ACC3 /* EXPMatchers+postNotification.h in Headers */ = {isa = PBXBuildFile; fileRef = 431B770DD18C6C810E0ECD250D063471 /* EXPMatchers+postNotification.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 9BB9159FBA757600D3D4C0FF645F3911 /* EXPMatchers+beInTheRangeOf.m in Sources */ = {isa = PBXBuildFile; fileRef = FDB667FDEC11589B26C54AE25F550F2C /* EXPMatchers+beInTheRangeOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - AF1F46668D4591602887998C6E9C10AD /* EXPMatchers+beCloseTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 99C6B238F553535C865A990AB217F102 /* EXPMatchers+beCloseTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - AFFC8900E52BBEC72059334132F3A8F3 /* ExpectaSupport.h in Headers */ = {isa = PBXBuildFile; fileRef = 8B52C3887A118767CC0A773555B7C029 /* ExpectaSupport.h */; settings = {ATTRIBUTES = (Public, ); }; }; - B84431CF8C64F363A334AA7089F6C134 /* NSValue+Expecta.m in Sources */ = {isa = PBXBuildFile; fileRef = 064D45869BC2F37AD341CBDE9F822387 /* NSValue+Expecta.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BA12B131F10BCE3BE6E9A02FC908FE9D /* EXPMatchers+beCloseTo.m in Sources */ = {isa = PBXBuildFile; fileRef = D4EF39D56E8A55D649F9810E362FA318 /* EXPMatchers+beCloseTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BC55C8365AEFF8217F6A567607754854 /* EXPDoubleTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 3E348D84229E9000F93233339AFC317B /* EXPDoubleTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BEFFE9FFE52E9A0833A7D2D8FB67EB4D /* EXPMatchers+beSubclassOf.m in Sources */ = {isa = PBXBuildFile; fileRef = 43D9D3D0C96D5284831B2C833DD79A36 /* EXPMatchers+beSubclassOf.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - BF7323525E37E1D69B61DA1017E18693 /* Pods-PNGradientView_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EDF19617812BE0FB5849F67859518C9A /* Pods-PNGradientView_Example-dummy.m */; }; - C3228F45B0113764E6B444B17FEDB7CA /* PNGradientView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 38D7121D58E35E24C5CC44352B0B1D28 /* PNGradientView-dummy.m */; }; - C6E9B0A908F410317F2DBBECA0944AAB /* FBSnapshotTestCase-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 46B0CBF1C26A97FB6FEFDFDB7BA71F75 /* FBSnapshotTestCase-dummy.m */; }; - C86F6CE7B20522FBE2C99C08B1078307 /* SpectaDSL.m in Sources */ = {isa = PBXBuildFile; fileRef = DACE406B2E53BE18445F22E26993E5B9 /* SpectaDSL.m */; }; - CE3F4ECBB0BC095577D66AE50C8E604C /* EXPFloatTuple.m in Sources */ = {isa = PBXBuildFile; fileRef = 57AF203F6B98E185A822F5F0BC6DB151 /* EXPFloatTuple.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - CE91E0B7C2BF362403CB3A75E69AA061 /* UIImage+Snapshot.h in Headers */ = {isa = PBXBuildFile; fileRef = A0E1EDDA8A4867913953E0CBF82097C2 /* UIImage+Snapshot.h */; settings = {ATTRIBUTES = (Private, ); }; }; - D181FA8D3863D4294F5CD912DBEDA7C2 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7F03C6FF2E280604579F1C16B31F89E /* XCTest.framework */; }; - D1E9E55D21C92E33ACE7E911BCB96269 /* FBSnapshotTestCasePlatform.h in Headers */ = {isa = PBXBuildFile; fileRef = 768E0C437692539220C0D4D914229388 /* FBSnapshotTestCasePlatform.h */; settings = {ATTRIBUTES = (Public, ); }; }; - D83677C54D2226C67886A525B0B46FBE /* EXPMatchers+beLessThanOrEqualTo.m in Sources */ = {isa = PBXBuildFile; fileRef = CD7582733015B7D005A247EF5856A0D6 /* EXPMatchers+beLessThanOrEqualTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - DB30F82FB1BE083D9471B965FB500CA2 /* EXPMatchers+conformTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 222277628576E6CB279473688BA88F01 /* EXPMatchers+conformTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - E0A077DFB064B79685B810CCEFB2F1EF /* EXPMatchers+respondTo.m in Sources */ = {isa = PBXBuildFile; fileRef = 69BE855C76546F434D61EAC92F2988BD /* EXPMatchers+respondTo.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - E0AAF49134A0505DF00E20E7B62087E1 /* EXPMatchers+beIdenticalTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 959C603B0B7FDCFBCEC10840D84C91CE /* EXPMatchers+beIdenticalTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E10811B5E4578C31FB675361C99EDED6 /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = C208752E77DFA06CBC28AD496B28B835 /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; - E1EC4532663CA75DE5BD00CB0A56814D /* Expecta.h in Headers */ = {isa = PBXBuildFile; fileRef = D148E142A756A0CD8BA055B657862814 /* Expecta.h */; settings = {ATTRIBUTES = (Public, ); }; }; - E3C61206BEDBA3EBAA0A69B51DE0F3AA /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 18A4C7651D93EA7961A58155BBDF43CF /* FBSnapshotTestCasePlatform.m */; }; - E4EC16570D46F25B3BD2830D65C06AE5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E594C5C1A90F9CE29806E2487C723054 /* Foundation.framework */; }; - E735386085CE344F6A01178CF4763852 /* EXPMatchers+beNil.h in Headers */ = {isa = PBXBuildFile; fileRef = 28980D1268BF5D8196D266D4FC2F50E4 /* EXPMatchers+beNil.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA840679AC9463E0E3D371FCC3466B0A /* EXPMatchers+FBSnapshotTest.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B959D8DDAA2ED93C94CF628C922CD14 /* EXPMatchers+FBSnapshotTest.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EA9C8221A750962C69C710562600250D /* SPTExample.m in Sources */ = {isa = PBXBuildFile; fileRef = 0C75DFE8C463E28459A9A9DD7E921822 /* SPTExample.m */; }; - EBCA5B700D8BD97B99BA2FDE12614A58 /* SPTSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = BF701C1C8F03B74819BFFD19C9DEA426 /* SPTSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; - ECDD2869394504E972E4D846A367BCC8 /* XCTest+Private.h in Headers */ = {isa = PBXBuildFile; fileRef = 70879F4C3E0CE4C4593A08B4BB1C1AF0 /* XCTest+Private.h */; settings = {ATTRIBUTES = (Public, ); }; }; - EF6497EE123F6BC0C1B09717437C5908 /* EXPUnsupportedObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D21C236068062A9C4DDD612C5A3467B /* EXPUnsupportedObject.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - F0DDF02A078B917997FF025BB33BB842 /* EXPMatchers+conformTo.h in Headers */ = {isa = PBXBuildFile; fileRef = 15EE63300C3D43B1B92124CD21806E8C /* EXPMatchers+conformTo.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F12D57414A73406831CC032A7170DBFF /* EXPMatchers+beginWith.m in Sources */ = {isa = PBXBuildFile; fileRef = 91453F85BD953E023DC76351FFEA1D94 /* EXPMatchers+beginWith.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - F1867C99D4A92FC191093E4901E463B5 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7F03C6FF2E280604579F1C16B31F89E /* XCTest.framework */; }; - F41209A94070904A00BDF24ACB6336B6 /* EXPMatchers+beFalsy.h in Headers */ = {isa = PBXBuildFile; fileRef = 51B34EFC4AB0895A9F930413755AC4EB /* EXPMatchers+beFalsy.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F4A5BC54E71CE96050CEAABB5A70E97D /* SPTSharedExampleGroups.h in Headers */ = {isa = PBXBuildFile; fileRef = 0A5F6EC9C4C2795348152BA100C32B10 /* SPTSharedExampleGroups.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F58F9BC7759BB8A5007B8821A275AEDD /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = 979A46F25D9FAAF442E8F9E6AF55F135 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F5A69D38DA817FCAD71F96CA4804955D /* PNGradientView.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 872AA4FC2503B83FE044D986CB089012 /* PNGradientView.bundle */; }; - F5E601AF471517DB97D39800082C8E88 /* SPTSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 5C8175700E46E467915FC3D84336F6A3 /* SPTSpec.m */; }; - F75CB2A727F678C9A848A3A11EA7979B /* EXPMatchers+haveCountOf.h in Headers */ = {isa = PBXBuildFile; fileRef = C22A60459B7AF517FAFC1750AAABDCEB /* EXPMatchers+haveCountOf.h */; settings = {ATTRIBUTES = (Public, ); }; }; - F9BF527EF690663B1247A2A1768E68D7 /* XCTestCase+Specta.m in Sources */ = {isa = PBXBuildFile; fileRef = 33C35331B5791C85920198E31A6E6396 /* XCTestCase+Specta.m */; }; - FA839F20BC13A260E089D374CAAB584E /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C7F03C6FF2E280604579F1C16B31F89E /* XCTest.framework */; }; - FB70EB4E5295FB2E0FE5D1A85EC9C002 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E594C5C1A90F9CE29806E2487C723054 /* Foundation.framework */; }; - FC20596ABFE14A61F171A29FD03275E7 /* EXPMatchers+contain.m in Sources */ = {isa = PBXBuildFile; fileRef = 79A18C1EB2EC337A87C21C89732639D4 /* EXPMatchers+contain.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - FC45858927D3B6A0F922C4B697B04A38 /* EXPMatchers+match.m in Sources */ = {isa = PBXBuildFile; fileRef = 6A1F80FD765EB6D46AB2B2CDF719CFD7 /* EXPMatchers+match.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; - FCDC9C0B871F82CB1AEE73303F9A2927 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C36102D49C18C6626EFEE0345368E470 /* QuartzCore.framework */; }; - FD2D4497BC41412128C2D87C1BDE7398 /* EXPMatchers+beginWith.h in Headers */ = {isa = PBXBuildFile; fileRef = D182CF13D4DB728DAAD9786E7E8143B2 /* EXPMatchers+beginWith.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FDE755F1A8B1BFF46A6D513E6781D278 /* PNGradientView.h in Headers */ = {isa = PBXBuildFile; fileRef = 8844621E3BAD9CB0CC79B16C51EC44EA /* PNGradientView.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE755B653AB41A5844D8DE6F67CAC9EA /* SPTExampleGroup.h in Headers */ = {isa = PBXBuildFile; fileRef = E5B05516F560C08699BF135F729DD5E4 /* SPTExampleGroup.h */; settings = {ATTRIBUTES = (Public, ); }; }; - FE8E34356D24F6759A8B010ED2F5707B /* EXPMatchers+raiseWithReason.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BC296A75FAF73BAC957A272364A7351 /* EXPMatchers+raiseWithReason.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 34E166DB7B762A9D4BFFBAFD47B9FEE4 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 619F0D28240534293108906FED04836F; - remoteInfo = "Expecta+Snapshots"; - }; - 45CCD67EF830E5B8DAEE138BAAA0219A /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0D888F29E05E498D0CD91A51D28599A5; - remoteInfo = Expecta; - }; - 518FE023A43DDC8D9CB55E5CD8F041BD /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = D07447EE3CEBB0BCB8D61DFCB8EA915F; - remoteInfo = FBSnapshotTestCase; - }; - 714868DC8C01E87F687881C75D1292E9 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A411EE74B7748799DE9E84BF880AF647; - remoteInfo = PNGradientView; - }; - 928707D59A064390B3658AE152CC7617 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = A411EE74B7748799DE9E84BF880AF647; - remoteInfo = PNGradientView; - }; - A7BBB4005FAD33EBB9B364713C2A9450 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 2E6C956A3E83E4661FC7B7C27E7D27E1; - remoteInfo = Specta; - }; - BF458800E5807C3B22533E07F428F9F7 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7AEFD28FABDA2DF637B4BC792B5B63A3; - remoteInfo = "PNGradientView-PNGradientView"; - }; - CCF83280732A67033B72EE54815FFD3F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 0D888F29E05E498D0CD91A51D28599A5; - remoteInfo = Expecta; - }; - F9BBA6CBCE0B1A136EAFACE5185B512D /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = D07447EE3CEBB0BCB8D61DFCB8EA915F; - remoteInfo = FBSnapshotTestCase; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 0160D7EDEB19856BC505CA9E9075EC06 /* SPTGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTGlobalBeforeAfterEach.h; path = Specta/Specta/SPTGlobalBeforeAfterEach.h; sourceTree = ""; }; - 064D45869BC2F37AD341CBDE9F822387 /* NSValue+Expecta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSValue+Expecta.m"; path = "Expecta/NSValue+Expecta.m"; sourceTree = ""; }; - 0782314CEFBB6F81294F8002EBFB578E /* EXPMatchers+equal.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+equal.m"; path = "Expecta/Matchers/EXPMatchers+equal.m"; sourceTree = ""; }; - 07BC24DA84E3F15453DEC37314546A77 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 08186BBB76D4CE07D88FBD9E82E9C892 /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; - 084E3F0BF91113EC5ADAD2356684C5D2 /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 0A5F6EC9C4C2795348152BA100C32B10 /* SPTSharedExampleGroups.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSharedExampleGroups.h; path = Specta/Specta/SPTSharedExampleGroups.h; sourceTree = ""; }; - 0C75DFE8C463E28459A9A9DD7E921822 /* SPTExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExample.m; path = Specta/Specta/SPTExample.m; sourceTree = ""; }; - 0F1BAA426F2757961AC5A3C5B0B7ECAC /* Pods-PNGradientView_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNGradientView_Tests-resources.sh"; sourceTree = ""; }; - 1419597C5B8BF7B8692AABE16F35E67B /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 158CEFBA77071AB835E435120F4CE616 /* EXPMatchers+respondTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+respondTo.h"; path = "Expecta/Matchers/EXPMatchers+respondTo.h"; sourceTree = ""; }; - 15EE63300C3D43B1B92124CD21806E8C /* EXPMatchers+conformTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+conformTo.h"; path = "Expecta/Matchers/EXPMatchers+conformTo.h"; sourceTree = ""; }; - 15F9AB2173995E9AF3D7647F10735FD6 /* SpectaTypes.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaTypes.h; path = Specta/Specta/SpectaTypes.h; sourceTree = ""; }; - 163AE87CBFEF225011F9A5F0E41D7418 /* FBSnapshotTestCase.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = FBSnapshotTestCase.modulemap; sourceTree = ""; }; - 1795ED3D682D8EDC5CEC1EA831BEECEA /* EXPBlockDefinedMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPBlockDefinedMatcher.h; path = Expecta/EXPBlockDefinedMatcher.h; sourceTree = ""; }; - 18A4C7651D93EA7961A58155BBDF43CF /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; - 19D7E0FEC362BEC211648D104511BD5C /* EXPMatchers+beTruthy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beTruthy.m"; path = "Expecta/Matchers/EXPMatchers+beTruthy.m"; sourceTree = ""; }; - 1ABB2201E2C23ED09ECB1930B874AA59 /* NSValue+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSValue+Expecta.h"; path = "Expecta/NSValue+Expecta.h"; sourceTree = ""; }; - 1E7BBDA96EB748B4566D121043C548C0 /* Specta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-prefix.pch"; sourceTree = ""; }; - 222277628576E6CB279473688BA88F01 /* EXPMatchers+conformTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+conformTo.m"; path = "Expecta/Matchers/EXPMatchers+conformTo.m"; sourceTree = ""; }; - 222B35F590250B97F30D1C37C402B693 /* EXPMatchers+beInTheRangeOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInTheRangeOf.h"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.h"; sourceTree = ""; }; - 22C6E607E674AB20554080B3E2A4B463 /* EXPMatchers+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "EXPMatchers+FBSnapshotTest.m"; sourceTree = ""; }; - 237C1D40E94ECB9726EC1CC5E6691588 /* EXPMatcherHelpers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcherHelpers.h; path = Expecta/Matchers/EXPMatcherHelpers.h; sourceTree = ""; }; - 26B782A5F5606BC64AF7B709A1D93B4E /* Expecta+Snapshots-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-umbrella.h"; sourceTree = ""; }; - 2744A2542946D8DE61ED04D083BCEA56 /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; - 274B0E07010F236BE53B3B98CEC9AB62 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 27912CEB4C7D03557544DF6AF692561D /* Pods-PNGradientView_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-PNGradientView_Example.modulemap"; sourceTree = ""; }; - 28980D1268BF5D8196D266D4FC2F50E4 /* EXPMatchers+beNil.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beNil.h"; path = "Expecta/Matchers/EXPMatchers+beNil.h"; sourceTree = ""; }; - 2EE4DF29DB65E7F01AAEC3F1AF1146AB /* PNGradientView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNGradientView-umbrella.h"; sourceTree = ""; }; - 2F1E859E32D523B17CD8D94AED21A1D4 /* NSObject+Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "NSObject+Expecta.h"; path = "Expecta/NSObject+Expecta.h"; sourceTree = ""; }; - 2F645EBA093F9FF47932FF1D5CE54764 /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; - 306E137B97A38C22CEC1E6B27B33B78A /* EXPMatchers+endWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+endWith.h"; path = "Expecta/Matchers/EXPMatchers+endWith.h"; sourceTree = ""; }; - 313094BEAF07422B1247B90D1BCE9699 /* Pods-PNGradientView_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PNGradientView_Tests-acknowledgements.plist"; sourceTree = ""; }; - 33C35331B5791C85920198E31A6E6396 /* XCTestCase+Specta.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestCase+Specta.m"; path = "Specta/Specta/XCTestCase+Specta.m"; sourceTree = ""; }; - 370C8488ABDC015700FCF97F059BFD42 /* Expecta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-umbrella.h"; sourceTree = ""; }; - 38D7121D58E35E24C5CC44352B0B1D28 /* PNGradientView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "PNGradientView-dummy.m"; sourceTree = ""; }; - 3A35BE0267849F84514C1480B43A470C /* SPTCompiledExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCompiledExample.h; path = Specta/Specta/SPTCompiledExample.h; sourceTree = ""; }; - 3BC296A75FAF73BAC957A272364A7351 /* EXPMatchers+raiseWithReason.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raiseWithReason.m"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.m"; sourceTree = ""; }; - 3DA8473E9C7CE1583F74DFBDAE8B0854 /* ExpectaObject+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ExpectaObject+FBSnapshotTest.h"; sourceTree = ""; }; - 3E348D84229E9000F93233339AFC317B /* EXPDoubleTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPDoubleTuple.m; path = Expecta/EXPDoubleTuple.m; sourceTree = ""; }; - 3E5AC16E23916F3EE7277DC154429BA8 /* Specta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Specta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3F862797664D0A6668AE953CB22045C0 /* Specta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Specta.modulemap; sourceTree = ""; }; - 3FF46F134970C91061B1E020DB0DACB7 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; - 419377E544AC43AB5272D6BABBDFC7F4 /* Expecta+Snapshots-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta+Snapshots-prefix.pch"; sourceTree = ""; }; - 428F5AA64CB12DFC1C335C47914064E0 /* Expecta-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Expecta-prefix.pch"; sourceTree = ""; }; - 431B770DD18C6C810E0ECD250D063471 /* EXPMatchers+postNotification.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+postNotification.h"; path = "Expecta/Matchers/EXPMatchers+postNotification.h"; sourceTree = ""; }; - 43791F26EBAB0311325C5EBBF7A55EB6 /* Pods_PNGradientView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNGradientView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 43D9D3D0C96D5284831B2C833DD79A36 /* EXPMatchers+beSubclassOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSubclassOf.m"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.m"; sourceTree = ""; }; - 46B0CBF1C26A97FB6FEFDFDB7BA71F75 /* FBSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSnapshotTestCase-dummy.m"; sourceTree = ""; }; - 46B93D41AC93973A428671AD9594158E /* Pods-PNGradientView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNGradientView_Tests.debug.xcconfig"; sourceTree = ""; }; - 4A06DE61E6C95B5A94A1983BCE8703E7 /* Pods-PNGradientView_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PNGradientView_Example-umbrella.h"; sourceTree = ""; }; - 4A13AEBD3A512EC975C2DD3AF8D8931D /* Expecta+Snapshots.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Expecta+Snapshots.xcconfig"; sourceTree = ""; }; - 4A67601D1283FB9C296BAAF41AC190ED /* Pods-PNGradientView_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-PNGradientView_Tests-umbrella.h"; sourceTree = ""; }; - 4A6FA6514DAE7C7226C8C112DFE74E58 /* EXPMatchers+beFalsy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beFalsy.m"; path = "Expecta/Matchers/EXPMatchers+beFalsy.m"; sourceTree = ""; }; - 4B5D47D6C28AFA3B91BC770E4728E3E5 /* Pods-PNGradientView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNGradientView_Tests.release.xcconfig"; sourceTree = ""; }; - 51B34EFC4AB0895A9F930413755AC4EB /* EXPMatchers+beFalsy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beFalsy.h"; path = "Expecta/Matchers/EXPMatchers+beFalsy.h"; sourceTree = ""; }; - 5267376A130B688AA8DC669933C16D9A /* EXPMatchers+haveCountOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+haveCountOf.m"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.m"; sourceTree = ""; }; - 5514D13D44B78009D4AFEEDFA4E4FDBB /* SPTExcludeGlobalBeforeAfterEach.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExcludeGlobalBeforeAfterEach.h; path = Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h; sourceTree = ""; }; - 56747E3DA5E681F543D87762AFA76B4A /* Pods-PNGradientView_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNGradientView_Example-resources.sh"; sourceTree = ""; }; - 57AF203F6B98E185A822F5F0BC6DB151 /* EXPFloatTuple.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPFloatTuple.m; path = Expecta/EXPFloatTuple.m; sourceTree = ""; }; - 581C5F5012EB4722B076757D7F522B51 /* Specta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Specta.xcconfig; sourceTree = ""; }; - 58335D3E2909BF5D62C81864F19B78F1 /* EXPMatchers+beLessThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThan.m"; path = "Expecta/Matchers/EXPMatchers+beLessThan.m"; sourceTree = ""; }; - 593D4579B707B678663E3915B2315782 /* Pods_PNGradientView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_PNGradientView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5C8175700E46E467915FC3D84336F6A3 /* SPTSpec.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSpec.m; path = Specta/Specta/SPTSpec.m; sourceTree = ""; }; - 5EF3356EB5485580A657DD5EF3110735 /* PNGradientView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "PNGradientView-prefix.pch"; sourceTree = ""; }; - 64E62B947C08376C71E07F669D636FF8 /* EXPMatchers+beGreaterThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m"; sourceTree = ""; }; - 6732C58C04F8341AD50DE36AEE2EBF41 /* SpectaUtility.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaUtility.h; path = Specta/Specta/SpectaUtility.h; sourceTree = ""; }; - 69BE855C76546F434D61EAC92F2988BD /* EXPMatchers+respondTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+respondTo.m"; path = "Expecta/Matchers/EXPMatchers+respondTo.m"; sourceTree = ""; }; - 6A1F80FD765EB6D46AB2B2CDF719CFD7 /* EXPMatchers+match.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+match.m"; path = "Expecta/Matchers/EXPMatchers+match.m"; sourceTree = ""; }; - 6B959D8DDAA2ED93C94CF628C922CD14 /* EXPMatchers+FBSnapshotTest.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "EXPMatchers+FBSnapshotTest.h"; sourceTree = ""; }; - 6F171023695E78011482097406A42BC8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 707C1B7180164DF6560719973AEC92C1 /* SPTExampleGroup.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTExampleGroup.m; path = Specta/Specta/SPTExampleGroup.m; sourceTree = ""; }; - 7085F5CB16BF96F625D6465A4DA29F6F /* XCTestCase+Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTestCase+Specta.h"; path = "Specta/Specta/XCTestCase+Specta.h"; sourceTree = ""; }; - 70879F4C3E0CE4C4593A08B4BB1C1AF0 /* XCTest+Private.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "XCTest+Private.h"; path = "Specta/Specta/XCTest+Private.h"; sourceTree = ""; }; - 71AF85B6558D634E3F383BA6AAEF3267 /* ExpectaSupport.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaSupport.m; path = Expecta/ExpectaSupport.m; sourceTree = ""; }; - 72B94E3FBC94CBD056C5787171B0CE9F /* Pods-PNGradientView_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PNGradientView_Tests-dummy.m"; sourceTree = ""; }; - 757732CABCCD0D3A3DECF0188321177D /* Specta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Specta-dummy.m"; sourceTree = ""; }; - 758C1F02B714A0821AE887BC00092EF6 /* EXPMatchers+beInstanceOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInstanceOf.m"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.m"; sourceTree = ""; }; - 75C3D8B18F8E2A5FB67C1A251F1D7AA4 /* EXPMatchers+beGreaterThan.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beGreaterThan.m"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.m"; sourceTree = ""; }; - 760BA7B5F09D477F128F7CD8D3AB7FF2 /* EXPMatchers+beIdenticalTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beIdenticalTo.m"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.m"; sourceTree = ""; }; - 768E0C437692539220C0D4D914229388 /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; - 7874ECE957DC7F80946CB43F9419C903 /* ExpectaObject+FBSnapshotTest.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ExpectaObject+FBSnapshotTest.m"; sourceTree = ""; }; - 79A18C1EB2EC337A87C21C89732639D4 /* EXPMatchers+contain.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+contain.m"; path = "Expecta/Matchers/EXPMatchers+contain.m"; sourceTree = ""; }; - 7A7D54F2046B9323D0CB2748E382BAA3 /* EXPMatchers+postNotification.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+postNotification.m"; path = "Expecta/Matchers/EXPMatchers+postNotification.m"; sourceTree = ""; }; - 7BE7EA43918F8547CCF8A9EABF75B788 /* EXPMatchers+match.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+match.h"; path = "Expecta/Matchers/EXPMatchers+match.h"; sourceTree = ""; }; - 7D657B34A1C94FBF176F35C1081FD8A9 /* Specta-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Specta-umbrella.h"; sourceTree = ""; }; - 7EF2072991CBA5987025178150BD49F6 /* EXPMatchers+endWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+endWith.m"; path = "Expecta/Matchers/EXPMatchers+endWith.m"; sourceTree = ""; }; - 827940DAD186863374E719CC8D5FCE23 /* SPTCallSite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCallSite.m; path = Specta/Specta/SPTCallSite.m; sourceTree = ""; }; - 83AA9B2CD3205EC319AD26B468F50B63 /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 872AA4FC2503B83FE044D986CB089012 /* PNGradientView.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = PNGradientView.bundle; sourceTree = BUILT_PRODUCTS_DIR; }; - 8844621E3BAD9CB0CC79B16C51EC44EA /* PNGradientView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = PNGradientView.h; sourceTree = ""; }; - 8B52C3887A118767CC0A773555B7C029 /* ExpectaSupport.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaSupport.h; path = Expecta/ExpectaSupport.h; sourceTree = ""; }; - 8CE42337022021AE45B4E067D494C32F /* EXPUnsupportedObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPUnsupportedObject.h; path = Expecta/EXPUnsupportedObject.h; sourceTree = ""; }; - 8F63B0FF272D1EB750D82F3EADA2D2CA /* EXPExpect.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPExpect.h; path = Expecta/EXPExpect.h; sourceTree = ""; }; - 91453F85BD953E023DC76351FFEA1D94 /* EXPMatchers+beginWith.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beginWith.m"; path = "Expecta/Matchers/EXPMatchers+beginWith.m"; sourceTree = ""; }; - 91EC2AD8B04A0D0F0EC345F2B7070A95 /* EXPDefines.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDefines.h; path = Expecta/EXPDefines.h; sourceTree = ""; }; - 921C86B70AE5EE1E10BD09948738EF96 /* Expecta+Snapshots.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Expecta+Snapshots.modulemap"; sourceTree = ""; }; - 928CB47DE4B1596A4A342DD651619A9F /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; - 959C603B0B7FDCFBCEC10840D84C91CE /* EXPMatchers+beIdenticalTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beIdenticalTo.h"; path = "Expecta/Matchers/EXPMatchers+beIdenticalTo.h"; sourceTree = ""; }; - 979A46F25D9FAAF442E8F9E6AF55F135 /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; - 99160913B0FFEAE6274B3CC52AEBB2FA /* Pods-PNGradientView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNGradientView_Example-frameworks.sh"; sourceTree = ""; }; - 99C6B238F553535C865A990AB217F102 /* EXPMatchers+beCloseTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beCloseTo.h"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.h"; sourceTree = ""; }; - 9ABA02BD58E16D9841A495FD86DF6334 /* EXPMatchers+beSupersetOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSupersetOf.h"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.h"; sourceTree = ""; }; - 9D21C236068062A9C4DDD612C5A3467B /* EXPUnsupportedObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPUnsupportedObject.m; path = Expecta/EXPUnsupportedObject.m; sourceTree = ""; }; - 9DC5EEA6B4746F1531DD69BC488E69F4 /* SPTTestSuite.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTTestSuite.m; path = Specta/Specta/SPTTestSuite.m; sourceTree = ""; }; - 9E08F41796721464F829C33DD73FBDDB /* PNGradientView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = PNGradientView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A0E1EDDA8A4867913953E0CBF82097C2 /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; - A0FF8FCD7497595EEB9611E7438C1C78 /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; - A193DEFA4D1CD24BE0FE7815E44EC372 /* Expecta.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Expecta.xcconfig; sourceTree = ""; }; - A45623F5FFFE8CF2B5BF03F7A6DF5754 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A509494B4DD3B33355778BD22054DE34 /* Pods-PNGradientView_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PNGradientView_Tests-acknowledgements.markdown"; sourceTree = ""; }; - A54AE821E3D5E7DF7DA3ED83AF9B4AF2 /* EXPMatchers+beGreaterThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThan.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThan.h"; sourceTree = ""; }; - A833BC98F95E74ABFF866C85B3FC9338 /* EXPMatchers+raiseWithReason.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raiseWithReason.h"; path = "Expecta/Matchers/EXPMatchers+raiseWithReason.h"; sourceTree = ""; }; - A9A4579B877C302F516E9CEE77766372 /* Expecta-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta-dummy.m"; sourceTree = ""; }; - A9AD646C1FEAB8503FF6D57F404BC0E6 /* EXPMatchers+beTruthy.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beTruthy.h"; path = "Expecta/Matchers/EXPMatchers+beTruthy.h"; sourceTree = ""; }; - AB2DADCEEF4EB97FC102ACCDF8FB51E9 /* EXPMatchers+beLessThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h"; sourceTree = ""; }; - AEFE305560483772516B366088F6E2B4 /* EXPMatchers+beNil.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beNil.m"; path = "Expecta/Matchers/EXPMatchers+beNil.m"; sourceTree = ""; }; - AF849270953BBB09833F7FA18A4C7224 /* Pods-PNGradientView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNGradientView_Example.release.xcconfig"; sourceTree = ""; }; - B2DA103A854691267F5DD3324B9239CA /* PNGradientView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = PNGradientView.modulemap; sourceTree = ""; }; - B34472CAE1E8EC26152CEFB1E82BE050 /* EXPExpect.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPExpect.m; path = Expecta/EXPExpect.m; sourceTree = ""; }; - B4A617F1464A48980127A218AB18B898 /* EXPDoubleTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPDoubleTuple.h; path = Expecta/EXPDoubleTuple.h; sourceTree = ""; }; - B4E553ECAD689166E16E72CBB083D61A /* Expecta+Snapshots-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Expecta+Snapshots-dummy.m"; sourceTree = ""; }; - B618D49996FCD7F7FD5C94C024840087 /* EXPMatchers+equal.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+equal.h"; path = "Expecta/Matchers/EXPMatchers+equal.h"; sourceTree = ""; }; - B647A866CAF55406F516ECE6F8AE7F8B /* EXPMatcher.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatcher.h; path = Expecta/EXPMatcher.h; sourceTree = ""; }; - B7712E6B9CC5EC12B378DE265D57A979 /* PNGradientView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = PNGradientView.m; sourceTree = ""; }; - B9075248C77581BD5230031BD8E5BA45 /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; - BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - BB207ED5B205B52D7297AA961B476DEE /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BB4DC57B05E96C2EB152A59EFCDB6F12 /* EXPMatchers+beGreaterThanOrEqualTo.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beGreaterThanOrEqualTo.h"; path = "Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h"; sourceTree = ""; }; - BD9323F0126FB54CFBFF178FDB8F6F8F /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - BEC4D7D2259B4B710DED71BD7949BACA /* SPTTestSuite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTTestSuite.h; path = Specta/Specta/SPTTestSuite.h; sourceTree = ""; }; - BF701C1C8F03B74819BFFD19C9DEA426 /* SPTSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTSpec.h; path = Specta/Specta/SPTSpec.h; sourceTree = ""; }; - BF72CD3A09DE9752F3613032CFE11797 /* Pods-PNGradientView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-PNGradientView_Example.debug.xcconfig"; sourceTree = ""; }; - C04E3E80E2CD18DEAE104F67CE80B85A /* EXPMatchers+beKindOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beKindOf.m"; path = "Expecta/Matchers/EXPMatchers+beKindOf.m"; sourceTree = ""; }; - C09805DD701F05B0FA3348EDA3BDC7CB /* EXPBlockDefinedMatcher.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPBlockDefinedMatcher.m; path = Expecta/EXPBlockDefinedMatcher.m; sourceTree = ""; }; - C208752E77DFA06CBC28AD496B28B835 /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; - C22221B3B6D1F46AB81218794BF7243C /* EXPMatcherHelpers.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = EXPMatcherHelpers.m; path = Expecta/Matchers/EXPMatcherHelpers.m; sourceTree = ""; }; - C22A60459B7AF517FAFC1750AAABDCEB /* EXPMatchers+haveCountOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+haveCountOf.h"; path = "Expecta/Matchers/EXPMatchers+haveCountOf.h"; sourceTree = ""; }; - C36102D49C18C6626EFEE0345368E470 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; - C4016D8E6902B23AF2CA1BB3EBE78467 /* ExpectaObject.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = ExpectaObject.m; path = Expecta/ExpectaObject.m; sourceTree = ""; }; - C4318C653F9355DDB7F7553A52F8890D /* EXPMatchers+beSubclassOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beSubclassOf.h"; path = "Expecta/Matchers/EXPMatchers+beSubclassOf.h"; sourceTree = ""; }; - C468A58BBD0142C1B15D5D1E99CD14D2 /* SPTCompiledExample.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTCompiledExample.m; path = Specta/Specta/SPTCompiledExample.m; sourceTree = ""; }; - C6C7CD39279BCFD392135DCF45F61F03 /* EXPMatchers+beSupersetOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beSupersetOf.m"; path = "Expecta/Matchers/EXPMatchers+beSupersetOf.m"; sourceTree = ""; }; - C7F03C6FF2E280604579F1C16B31F89E /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; - C868D690588A6B89F532448ECAE12885 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; - CD486E43B7465271EE4EBCB98E5DAF8D /* EXPFloatTuple.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPFloatTuple.h; path = Expecta/EXPFloatTuple.h; sourceTree = ""; }; - CD7582733015B7D005A247EF5856A0D6 /* EXPMatchers+beLessThanOrEqualTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beLessThanOrEqualTo.m"; path = "Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m"; sourceTree = ""; }; - CE142D5F6C043AC1DCF3E21B39FBE6B7 /* Pods-PNGradientView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-PNGradientView_Tests.modulemap"; sourceTree = ""; }; - D063061C3C296A403FB91D10500B8686 /* Expecta.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - D148E142A756A0CD8BA055B657862814 /* Expecta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Expecta.h; path = Expecta/Expecta.h; sourceTree = ""; }; - D182CF13D4DB728DAAD9786E7E8143B2 /* EXPMatchers+beginWith.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beginWith.h"; path = "Expecta/Matchers/EXPMatchers+beginWith.h"; sourceTree = ""; }; - D185CE6943CD76847FA958D3B77C57F9 /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; - D23BC3A3A95CE0E0D9D4237760C716E8 /* EXPMatchers.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = EXPMatchers.h; path = Expecta/Matchers/EXPMatchers.h; sourceTree = ""; }; - D24C93A44A823E785EE91D78394D63B9 /* ExpectaObject.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = ExpectaObject.h; path = Expecta/ExpectaObject.h; sourceTree = ""; }; - D2F336ECC66909E2FC05C8E3D376CF12 /* EXPMatchers+raise.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+raise.h"; path = "Expecta/Matchers/EXPMatchers+raise.h"; sourceTree = ""; }; - D41D99FA9E9AAB2466DF45604137EF43 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - D4EF39D56E8A55D649F9810E362FA318 /* EXPMatchers+beCloseTo.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beCloseTo.m"; path = "Expecta/Matchers/EXPMatchers+beCloseTo.m"; sourceTree = ""; }; - DACE406B2E53BE18445F22E26993E5B9 /* SpectaDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaDSL.m; path = Specta/Specta/SpectaDSL.m; sourceTree = ""; }; - DB0C206C8E0CFDB639884E2919A4E2A4 /* ResourceBundle-PNGradientView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResourceBundle-PNGradientView-Info.plist"; sourceTree = ""; }; - DE9ABC0CB169CCFB5400F73229FAC1CA /* Pods-PNGradientView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-PNGradientView_Example-acknowledgements.plist"; sourceTree = ""; }; - DF4BD2050ABE1205D1B1A164803A18DA /* EXPMatchers+beKindOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beKindOf.h"; path = "Expecta/Matchers/EXPMatchers+beKindOf.h"; sourceTree = ""; }; - E42AB63F84DC20AD246EB8FFA3EFEF2C /* SPTSharedExampleGroups.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SPTSharedExampleGroups.m; path = Specta/Specta/SPTSharedExampleGroups.m; sourceTree = ""; }; - E594C5C1A90F9CE29806E2487C723054 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - E5970E5D763F65673B9F5F4C5D0A9D0F /* SPTExample.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExample.h; path = Specta/Specta/SPTExample.h; sourceTree = ""; }; - E5B05516F560C08699BF135F729DD5E4 /* SPTExampleGroup.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTExampleGroup.h; path = Specta/Specta/SPTExampleGroup.h; sourceTree = ""; }; - E9A5D9A78A30B0786179BEB41A473EF1 /* Pods-PNGradientView_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-PNGradientView_Example-acknowledgements.markdown"; sourceTree = ""; }; - ECEAC6FF9B1C2DE4B60D888AF8300AA9 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.2.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - EDE0D6A47393B29719A2BF4340A993CE /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; - EDF19617812BE0FB5849F67859518C9A /* Pods-PNGradientView_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-PNGradientView_Example-dummy.m"; sourceTree = ""; }; - EE27058703A06E70717D912C678567F3 /* Pods-PNGradientView_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-PNGradientView_Tests-frameworks.sh"; sourceTree = ""; }; - F0550288A3E4DA5B207A666BE8E62168 /* SPTCallSite.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SPTCallSite.h; path = Specta/Specta/SPTCallSite.h; sourceTree = ""; }; - F07CE731DB8E32970F75D5106CE3F016 /* PNGradientView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = PNGradientView.xcconfig; sourceTree = ""; }; - F2D3A79E58CE53867199D68A7690BE0C /* EXPMatchers+beLessThan.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beLessThan.h"; path = "Expecta/Matchers/EXPMatchers+beLessThan.h"; sourceTree = ""; }; - F6636C0229E54793FBCF41941077A50A /* EXPMatchers+beInstanceOf.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+beInstanceOf.h"; path = "Expecta/Matchers/EXPMatchers+beInstanceOf.h"; sourceTree = ""; }; - F6A1638D7A1E47BD0096F1400358505A /* Expecta_Snapshots.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Expecta_Snapshots.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - F6ACA95F6EDBB1752AADF70C323E1E5F /* EXPMatchers+contain.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "EXPMatchers+contain.h"; path = "Expecta/Matchers/EXPMatchers+contain.h"; sourceTree = ""; }; - FB362E8DBE566CD58ABD4124535F2081 /* Specta.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Specta.h; path = Specta/Specta/Specta.h; sourceTree = ""; }; - FB93C123AC6F580DF978D60A8191F679 /* SpectaDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = SpectaDSL.h; path = Specta/Specta/SpectaDSL.h; sourceTree = ""; }; - FBA78AD493C15517AB45ED930E51A1E0 /* EXPMatchers+raise.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+raise.m"; path = "Expecta/Matchers/EXPMatchers+raise.m"; sourceTree = ""; }; - FDB667FDEC11589B26C54AE25F550F2C /* EXPMatchers+beInTheRangeOf.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "EXPMatchers+beInTheRangeOf.m"; path = "Expecta/Matchers/EXPMatchers+beInTheRangeOf.m"; sourceTree = ""; }; - FDE880572CC4AF9A3FB007D3FBAB3FC9 /* SpectaUtility.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = SpectaUtility.m; path = Specta/Specta/SpectaUtility.m; sourceTree = ""; }; - FFCA6E23CE38D336A38AFCF29986180A /* Expecta.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Expecta.modulemap; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 0F1634BCEFB2EB3BD930FD3E1E1095E6 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - FB70EB4E5295FB2E0FE5D1A85EC9C002 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 2C9AD8379EDBC42F003D5678ED75DCB3 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 50C9D38906A8AF2726ABABF4D17CD139 /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 64E9DD81493A5C9BE3FCB1B0B9E5783A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 4737FE40166D5F05C4BE65501909922F /* Foundation.framework in Frameworks */, - 3DA3D17EF3052E797F16089230C2422C /* QuartzCore.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 795AC7DDB531A16309BFAB3E492D6733 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 914A3FA7C160948DE0A308FB745E7380 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 5CF7526D330A734F7ABCDCFF3D1A9B35 /* Foundation.framework in Frameworks */, - FCDC9C0B871F82CB1AEE73303F9A2927 /* QuartzCore.framework in Frameworks */, - 5056E0520959CBC31CCB037B59BFC847 /* UIKit.framework in Frameworks */, - FA839F20BC13A260E089D374CAAB584E /* XCTest.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - AAC6E2740B347B1A7674017D4619340A /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3C8A8DD1F50A532127A6453893DE9194 /* Foundation.framework in Frameworks */, - 62D4CDC5CA0F17CEE60DEB1DE929582C /* XCTest.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CFF5B7915B7C4A2828E27F2C89B1769C /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3D48EE131B6577ED73A5CC481A6FE40C /* Expecta.framework in Frameworks */, - 2549CD1370AF63009DEC76693F5E9BD1 /* FBSnapshotTestCase.framework in Frameworks */, - 715A1122272BB3A29A10AAE4C8C03913 /* Foundation.framework in Frameworks */, - D181FA8D3863D4294F5CD912DBEDA7C2 /* XCTest.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - E6B836B352B13C63D3C0FA0E500C98A4 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - E4EC16570D46F25B3BD2830D65C06AE5 /* Foundation.framework in Frameworks */, - F1867C99D4A92FC191093E4901E463B5 /* XCTest.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 08D965B0F9B0084EEFBE7A581FFDD562 /* Pods */ = { - isa = PBXGroup; - children = ( - 79484769BF08DC1D5243733A16B26307 /* Expecta */, - D444F89BC8BA24BC0761D553BC8F0231 /* Expecta+Snapshots */, - 4A417BF546501BAD90C023BA251254E3 /* FBSnapshotTestCase */, - C29C93E7F175EC9CDE6E55BE676C8B75 /* Specta */, - ); - name = Pods; - sourceTree = ""; - }; - 15AB3AB429883193E1239C7D1BFF0573 /* Products */ = { - isa = PBXGroup; - children = ( - D063061C3C296A403FB91D10500B8686 /* Expecta.framework */, - F6A1638D7A1E47BD0096F1400358505A /* Expecta_Snapshots.framework */, - 83AA9B2CD3205EC319AD26B468F50B63 /* FBSnapshotTestCase.framework */, - 872AA4FC2503B83FE044D986CB089012 /* PNGradientView.bundle */, - 9E08F41796721464F829C33DD73FBDDB /* PNGradientView.framework */, - 43791F26EBAB0311325C5EBBF7A55EB6 /* Pods_PNGradientView_Example.framework */, - 593D4579B707B678663E3915B2315782 /* Pods_PNGradientView_Tests.framework */, - 3E5AC16E23916F3EE7277DC154429BA8 /* Specta.framework */, - ); - name = Products; - sourceTree = ""; - }; - 25823D98072A86925BD8984853B7788E /* Support Files */ = { - isa = PBXGroup; - children = ( - 163AE87CBFEF225011F9A5F0E41D7418 /* FBSnapshotTestCase.modulemap */, - 2744A2542946D8DE61ED04D083BCEA56 /* FBSnapshotTestCase.xcconfig */, - 46B0CBF1C26A97FB6FEFDFDB7BA71F75 /* FBSnapshotTestCase-dummy.m */, - 2F645EBA093F9FF47932FF1D5CE54764 /* FBSnapshotTestCase-prefix.pch */, - A45623F5FFFE8CF2B5BF03F7A6DF5754 /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/FBSnapshotTestCase"; - sourceTree = ""; - }; - 2D10E3A58DE1576CA21DF3FB7F432051 /* Support Files */ = { - isa = PBXGroup; - children = ( - FFCA6E23CE38D336A38AFCF29986180A /* Expecta.modulemap */, - A193DEFA4D1CD24BE0FE7815E44EC372 /* Expecta.xcconfig */, - A9A4579B877C302F516E9CEE77766372 /* Expecta-dummy.m */, - 428F5AA64CB12DFC1C335C47914064E0 /* Expecta-prefix.pch */, - 370C8488ABDC015700FCF97F059BFD42 /* Expecta-umbrella.h */, - D41D99FA9E9AAB2466DF45604137EF43 /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/Expecta"; - sourceTree = ""; - }; - 30FD0A86941277CB82D7923C4B66F0F0 /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - DC468A153D65FE7F2613C4D355AE5F32 /* Pods-PNGradientView_Example */, - 428AB05685923F0E963DE3FE6418E8C0 /* Pods-PNGradientView_Tests */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; - 3FE21E2F461478860B1C890F563D10A4 /* iOS */ = { - isa = PBXGroup; - children = ( - E594C5C1A90F9CE29806E2487C723054 /* Foundation.framework */, - C36102D49C18C6626EFEE0345368E470 /* QuartzCore.framework */, - ECEAC6FF9B1C2DE4B60D888AF8300AA9 /* UIKit.framework */, - C7F03C6FF2E280604579F1C16B31F89E /* XCTest.framework */, - ); - name = iOS; - sourceTree = ""; - }; - 428AB05685923F0E963DE3FE6418E8C0 /* Pods-PNGradientView_Tests */ = { - isa = PBXGroup; - children = ( - 1419597C5B8BF7B8692AABE16F35E67B /* Info.plist */, - CE142D5F6C043AC1DCF3E21B39FBE6B7 /* Pods-PNGradientView_Tests.modulemap */, - A509494B4DD3B33355778BD22054DE34 /* Pods-PNGradientView_Tests-acknowledgements.markdown */, - 313094BEAF07422B1247B90D1BCE9699 /* Pods-PNGradientView_Tests-acknowledgements.plist */, - 72B94E3FBC94CBD056C5787171B0CE9F /* Pods-PNGradientView_Tests-dummy.m */, - EE27058703A06E70717D912C678567F3 /* Pods-PNGradientView_Tests-frameworks.sh */, - 0F1BAA426F2757961AC5A3C5B0B7ECAC /* Pods-PNGradientView_Tests-resources.sh */, - 4A67601D1283FB9C296BAAF41AC190ED /* Pods-PNGradientView_Tests-umbrella.h */, - 46B93D41AC93973A428671AD9594158E /* Pods-PNGradientView_Tests.debug.xcconfig */, - 4B5D47D6C28AFA3B91BC770E4728E3E5 /* Pods-PNGradientView_Tests.release.xcconfig */, - ); - name = "Pods-PNGradientView_Tests"; - path = "Target Support Files/Pods-PNGradientView_Tests"; - sourceTree = ""; - }; - 4A417BF546501BAD90C023BA251254E3 /* FBSnapshotTestCase */ = { - isa = PBXGroup; - children = ( - C7BCF7299DC9665D060C391FA758D2C1 /* Core */, - 25823D98072A86925BD8984853B7788E /* Support Files */, - 6823C1D63AF04872501E6D14802C3F02 /* SwiftSupport */, - ); - path = FBSnapshotTestCase; - sourceTree = ""; - }; - 5C7D8EB6120927CFB06C4934222296EE /* Pod */ = { - isa = PBXGroup; - children = ( - 89DE48B935AA5CC5B248DD12C780BBDD /* Classes */, - ); - path = Pod; - sourceTree = ""; - }; - 5EC53BACE831952DB7F63E16BDCC1E24 /* Development Pods */ = { - isa = PBXGroup; - children = ( - 9D4B9A682819B3554A32042C906FDB16 /* PNGradientView */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - 6823C1D63AF04872501E6D14802C3F02 /* SwiftSupport */ = { - isa = PBXGroup; - children = ( - 3FF46F134970C91061B1E020DB0DACB7 /* SwiftSupport.swift */, - ); - name = SwiftSupport; - sourceTree = ""; - }; - 79484769BF08DC1D5243733A16B26307 /* Expecta */ = { - isa = PBXGroup; - children = ( - 1795ED3D682D8EDC5CEC1EA831BEECEA /* EXPBlockDefinedMatcher.h */, - C09805DD701F05B0FA3348EDA3BDC7CB /* EXPBlockDefinedMatcher.m */, - 91EC2AD8B04A0D0F0EC345F2B7070A95 /* EXPDefines.h */, - B4A617F1464A48980127A218AB18B898 /* EXPDoubleTuple.h */, - 3E348D84229E9000F93233339AFC317B /* EXPDoubleTuple.m */, - D148E142A756A0CD8BA055B657862814 /* Expecta.h */, - D24C93A44A823E785EE91D78394D63B9 /* ExpectaObject.h */, - C4016D8E6902B23AF2CA1BB3EBE78467 /* ExpectaObject.m */, - 8B52C3887A118767CC0A773555B7C029 /* ExpectaSupport.h */, - 71AF85B6558D634E3F383BA6AAEF3267 /* ExpectaSupport.m */, - 8F63B0FF272D1EB750D82F3EADA2D2CA /* EXPExpect.h */, - B34472CAE1E8EC26152CEFB1E82BE050 /* EXPExpect.m */, - CD486E43B7465271EE4EBCB98E5DAF8D /* EXPFloatTuple.h */, - 57AF203F6B98E185A822F5F0BC6DB151 /* EXPFloatTuple.m */, - B647A866CAF55406F516ECE6F8AE7F8B /* EXPMatcher.h */, - 237C1D40E94ECB9726EC1CC5E6691588 /* EXPMatcherHelpers.h */, - C22221B3B6D1F46AB81218794BF7243C /* EXPMatcherHelpers.m */, - D23BC3A3A95CE0E0D9D4237760C716E8 /* EXPMatchers.h */, - 99C6B238F553535C865A990AB217F102 /* EXPMatchers+beCloseTo.h */, - D4EF39D56E8A55D649F9810E362FA318 /* EXPMatchers+beCloseTo.m */, - 51B34EFC4AB0895A9F930413755AC4EB /* EXPMatchers+beFalsy.h */, - 4A6FA6514DAE7C7226C8C112DFE74E58 /* EXPMatchers+beFalsy.m */, - D182CF13D4DB728DAAD9786E7E8143B2 /* EXPMatchers+beginWith.h */, - 91453F85BD953E023DC76351FFEA1D94 /* EXPMatchers+beginWith.m */, - A54AE821E3D5E7DF7DA3ED83AF9B4AF2 /* EXPMatchers+beGreaterThan.h */, - 75C3D8B18F8E2A5FB67C1A251F1D7AA4 /* EXPMatchers+beGreaterThan.m */, - BB4DC57B05E96C2EB152A59EFCDB6F12 /* EXPMatchers+beGreaterThanOrEqualTo.h */, - 64E62B947C08376C71E07F669D636FF8 /* EXPMatchers+beGreaterThanOrEqualTo.m */, - 959C603B0B7FDCFBCEC10840D84C91CE /* EXPMatchers+beIdenticalTo.h */, - 760BA7B5F09D477F128F7CD8D3AB7FF2 /* EXPMatchers+beIdenticalTo.m */, - F6636C0229E54793FBCF41941077A50A /* EXPMatchers+beInstanceOf.h */, - 758C1F02B714A0821AE887BC00092EF6 /* EXPMatchers+beInstanceOf.m */, - 222B35F590250B97F30D1C37C402B693 /* EXPMatchers+beInTheRangeOf.h */, - FDB667FDEC11589B26C54AE25F550F2C /* EXPMatchers+beInTheRangeOf.m */, - DF4BD2050ABE1205D1B1A164803A18DA /* EXPMatchers+beKindOf.h */, - C04E3E80E2CD18DEAE104F67CE80B85A /* EXPMatchers+beKindOf.m */, - F2D3A79E58CE53867199D68A7690BE0C /* EXPMatchers+beLessThan.h */, - 58335D3E2909BF5D62C81864F19B78F1 /* EXPMatchers+beLessThan.m */, - AB2DADCEEF4EB97FC102ACCDF8FB51E9 /* EXPMatchers+beLessThanOrEqualTo.h */, - CD7582733015B7D005A247EF5856A0D6 /* EXPMatchers+beLessThanOrEqualTo.m */, - 28980D1268BF5D8196D266D4FC2F50E4 /* EXPMatchers+beNil.h */, - AEFE305560483772516B366088F6E2B4 /* EXPMatchers+beNil.m */, - C4318C653F9355DDB7F7553A52F8890D /* EXPMatchers+beSubclassOf.h */, - 43D9D3D0C96D5284831B2C833DD79A36 /* EXPMatchers+beSubclassOf.m */, - 9ABA02BD58E16D9841A495FD86DF6334 /* EXPMatchers+beSupersetOf.h */, - C6C7CD39279BCFD392135DCF45F61F03 /* EXPMatchers+beSupersetOf.m */, - A9AD646C1FEAB8503FF6D57F404BC0E6 /* EXPMatchers+beTruthy.h */, - 19D7E0FEC362BEC211648D104511BD5C /* EXPMatchers+beTruthy.m */, - 15EE63300C3D43B1B92124CD21806E8C /* EXPMatchers+conformTo.h */, - 222277628576E6CB279473688BA88F01 /* EXPMatchers+conformTo.m */, - F6ACA95F6EDBB1752AADF70C323E1E5F /* EXPMatchers+contain.h */, - 79A18C1EB2EC337A87C21C89732639D4 /* EXPMatchers+contain.m */, - 306E137B97A38C22CEC1E6B27B33B78A /* EXPMatchers+endWith.h */, - 7EF2072991CBA5987025178150BD49F6 /* EXPMatchers+endWith.m */, - B618D49996FCD7F7FD5C94C024840087 /* EXPMatchers+equal.h */, - 0782314CEFBB6F81294F8002EBFB578E /* EXPMatchers+equal.m */, - C22A60459B7AF517FAFC1750AAABDCEB /* EXPMatchers+haveCountOf.h */, - 5267376A130B688AA8DC669933C16D9A /* EXPMatchers+haveCountOf.m */, - 7BE7EA43918F8547CCF8A9EABF75B788 /* EXPMatchers+match.h */, - 6A1F80FD765EB6D46AB2B2CDF719CFD7 /* EXPMatchers+match.m */, - 431B770DD18C6C810E0ECD250D063471 /* EXPMatchers+postNotification.h */, - 7A7D54F2046B9323D0CB2748E382BAA3 /* EXPMatchers+postNotification.m */, - D2F336ECC66909E2FC05C8E3D376CF12 /* EXPMatchers+raise.h */, - FBA78AD493C15517AB45ED930E51A1E0 /* EXPMatchers+raise.m */, - A833BC98F95E74ABFF866C85B3FC9338 /* EXPMatchers+raiseWithReason.h */, - 3BC296A75FAF73BAC957A272364A7351 /* EXPMatchers+raiseWithReason.m */, - 158CEFBA77071AB835E435120F4CE616 /* EXPMatchers+respondTo.h */, - 69BE855C76546F434D61EAC92F2988BD /* EXPMatchers+respondTo.m */, - 8CE42337022021AE45B4E067D494C32F /* EXPUnsupportedObject.h */, - 9D21C236068062A9C4DDD612C5A3467B /* EXPUnsupportedObject.m */, - 2F1E859E32D523B17CD8D94AED21A1D4 /* NSObject+Expecta.h */, - 1ABB2201E2C23ED09ECB1930B874AA59 /* NSValue+Expecta.h */, - 064D45869BC2F37AD341CBDE9F822387 /* NSValue+Expecta.m */, - 2D10E3A58DE1576CA21DF3FB7F432051 /* Support Files */, - ); - path = Expecta; - sourceTree = ""; - }; - 7DB346D0F39D3F0E887471402A8071AB = { - isa = PBXGroup; - children = ( - BA6428E9F66FD5A23C0A2E06ED26CD2F /* Podfile */, - 5EC53BACE831952DB7F63E16BDCC1E24 /* Development Pods */, - BA1F311D20F01C7F7D3FEE1487AB9592 /* Frameworks */, - 08D965B0F9B0084EEFBE7A581FFDD562 /* Pods */, - 15AB3AB429883193E1239C7D1BFF0573 /* Products */, - 30FD0A86941277CB82D7923C4B66F0F0 /* Targets Support Files */, - ); - sourceTree = ""; - }; - 89DE48B935AA5CC5B248DD12C780BBDD /* Classes */ = { - isa = PBXGroup; - children = ( - 8844621E3BAD9CB0CC79B16C51EC44EA /* PNGradientView.h */, - B7712E6B9CC5EC12B378DE265D57A979 /* PNGradientView.m */, - ); - path = Classes; - sourceTree = ""; - }; - 9D4B9A682819B3554A32042C906FDB16 /* PNGradientView */ = { - isa = PBXGroup; - children = ( - 5C7D8EB6120927CFB06C4934222296EE /* Pod */, - E2904F0FC34FAE23D3764906FE14EDC6 /* Support Files */, - ); - name = PNGradientView; - path = ../..; - sourceTree = ""; - }; - BA1F311D20F01C7F7D3FEE1487AB9592 /* Frameworks */ = { - isa = PBXGroup; - children = ( - 084E3F0BF91113EC5ADAD2356684C5D2 /* Expecta.framework */, - 274B0E07010F236BE53B3B98CEC9AB62 /* FBSnapshotTestCase.framework */, - 3FE21E2F461478860B1C890F563D10A4 /* iOS */, - ); - name = Frameworks; - sourceTree = ""; - }; - C29C93E7F175EC9CDE6E55BE676C8B75 /* Specta */ = { - isa = PBXGroup; - children = ( - FB362E8DBE566CD58ABD4124535F2081 /* Specta.h */, - FB93C123AC6F580DF978D60A8191F679 /* SpectaDSL.h */, - DACE406B2E53BE18445F22E26993E5B9 /* SpectaDSL.m */, - 15F9AB2173995E9AF3D7647F10735FD6 /* SpectaTypes.h */, - 6732C58C04F8341AD50DE36AEE2EBF41 /* SpectaUtility.h */, - FDE880572CC4AF9A3FB007D3FBAB3FC9 /* SpectaUtility.m */, - F0550288A3E4DA5B207A666BE8E62168 /* SPTCallSite.h */, - 827940DAD186863374E719CC8D5FCE23 /* SPTCallSite.m */, - 3A35BE0267849F84514C1480B43A470C /* SPTCompiledExample.h */, - C468A58BBD0142C1B15D5D1E99CD14D2 /* SPTCompiledExample.m */, - E5970E5D763F65673B9F5F4C5D0A9D0F /* SPTExample.h */, - 0C75DFE8C463E28459A9A9DD7E921822 /* SPTExample.m */, - E5B05516F560C08699BF135F729DD5E4 /* SPTExampleGroup.h */, - 707C1B7180164DF6560719973AEC92C1 /* SPTExampleGroup.m */, - 5514D13D44B78009D4AFEEDFA4E4FDBB /* SPTExcludeGlobalBeforeAfterEach.h */, - 0160D7EDEB19856BC505CA9E9075EC06 /* SPTGlobalBeforeAfterEach.h */, - 0A5F6EC9C4C2795348152BA100C32B10 /* SPTSharedExampleGroups.h */, - E42AB63F84DC20AD246EB8FFA3EFEF2C /* SPTSharedExampleGroups.m */, - BF701C1C8F03B74819BFFD19C9DEA426 /* SPTSpec.h */, - 5C8175700E46E467915FC3D84336F6A3 /* SPTSpec.m */, - BEC4D7D2259B4B710DED71BD7949BACA /* SPTTestSuite.h */, - 9DC5EEA6B4746F1531DD69BC488E69F4 /* SPTTestSuite.m */, - 70879F4C3E0CE4C4593A08B4BB1C1AF0 /* XCTest+Private.h */, - 7085F5CB16BF96F625D6465A4DA29F6F /* XCTestCase+Specta.h */, - 33C35331B5791C85920198E31A6E6396 /* XCTestCase+Specta.m */, - EC13DDF6CA2C4CAAA835ABE5DA3A731F /* Support Files */, - ); - path = Specta; - sourceTree = ""; - }; - C7BCF7299DC9665D060C391FA758D2C1 /* Core */ = { - isa = PBXGroup; - children = ( - 928CB47DE4B1596A4A342DD651619A9F /* FBSnapshotTestCase.h */, - EDE0D6A47393B29719A2BF4340A993CE /* FBSnapshotTestCase.m */, - 768E0C437692539220C0D4D914229388 /* FBSnapshotTestCasePlatform.h */, - 18A4C7651D93EA7961A58155BBDF43CF /* FBSnapshotTestCasePlatform.m */, - 979A46F25D9FAAF442E8F9E6AF55F135 /* FBSnapshotTestController.h */, - C868D690588A6B89F532448ECAE12885 /* FBSnapshotTestController.m */, - C208752E77DFA06CBC28AD496B28B835 /* UIImage+Compare.h */, - A0FF8FCD7497595EEB9611E7438C1C78 /* UIImage+Compare.m */, - D185CE6943CD76847FA958D3B77C57F9 /* UIImage+Diff.h */, - B9075248C77581BD5230031BD8E5BA45 /* UIImage+Diff.m */, - A0E1EDDA8A4867913953E0CBF82097C2 /* UIImage+Snapshot.h */, - 08186BBB76D4CE07D88FBD9E82E9C892 /* UIImage+Snapshot.m */, - ); - name = Core; - sourceTree = ""; - }; - D444F89BC8BA24BC0761D553BC8F0231 /* Expecta+Snapshots */ = { - isa = PBXGroup; - children = ( - 3DA8473E9C7CE1583F74DFBDAE8B0854 /* ExpectaObject+FBSnapshotTest.h */, - 7874ECE957DC7F80946CB43F9419C903 /* ExpectaObject+FBSnapshotTest.m */, - 6B959D8DDAA2ED93C94CF628C922CD14 /* EXPMatchers+FBSnapshotTest.h */, - 22C6E607E674AB20554080B3E2A4B463 /* EXPMatchers+FBSnapshotTest.m */, - F4013618912B558D4DF190A95A39EFD4 /* Support Files */, - ); - path = "Expecta+Snapshots"; - sourceTree = ""; - }; - DC468A153D65FE7F2613C4D355AE5F32 /* Pods-PNGradientView_Example */ = { - isa = PBXGroup; - children = ( - BB207ED5B205B52D7297AA961B476DEE /* Info.plist */, - 27912CEB4C7D03557544DF6AF692561D /* Pods-PNGradientView_Example.modulemap */, - E9A5D9A78A30B0786179BEB41A473EF1 /* Pods-PNGradientView_Example-acknowledgements.markdown */, - DE9ABC0CB169CCFB5400F73229FAC1CA /* Pods-PNGradientView_Example-acknowledgements.plist */, - EDF19617812BE0FB5849F67859518C9A /* Pods-PNGradientView_Example-dummy.m */, - 99160913B0FFEAE6274B3CC52AEBB2FA /* Pods-PNGradientView_Example-frameworks.sh */, - 56747E3DA5E681F543D87762AFA76B4A /* Pods-PNGradientView_Example-resources.sh */, - 4A06DE61E6C95B5A94A1983BCE8703E7 /* Pods-PNGradientView_Example-umbrella.h */, - BF72CD3A09DE9752F3613032CFE11797 /* Pods-PNGradientView_Example.debug.xcconfig */, - AF849270953BBB09833F7FA18A4C7224 /* Pods-PNGradientView_Example.release.xcconfig */, - ); - name = "Pods-PNGradientView_Example"; - path = "Target Support Files/Pods-PNGradientView_Example"; - sourceTree = ""; - }; - E2904F0FC34FAE23D3764906FE14EDC6 /* Support Files */ = { - isa = PBXGroup; - children = ( - BD9323F0126FB54CFBFF178FDB8F6F8F /* Info.plist */, - B2DA103A854691267F5DD3324B9239CA /* PNGradientView.modulemap */, - F07CE731DB8E32970F75D5106CE3F016 /* PNGradientView.xcconfig */, - 38D7121D58E35E24C5CC44352B0B1D28 /* PNGradientView-dummy.m */, - 5EF3356EB5485580A657DD5EF3110735 /* PNGradientView-prefix.pch */, - 2EE4DF29DB65E7F01AAEC3F1AF1146AB /* PNGradientView-umbrella.h */, - DB0C206C8E0CFDB639884E2919A4E2A4 /* ResourceBundle-PNGradientView-Info.plist */, - ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/PNGradientView"; - sourceTree = ""; - }; - EC13DDF6CA2C4CAAA835ABE5DA3A731F /* Support Files */ = { - isa = PBXGroup; - children = ( - 6F171023695E78011482097406A42BC8 /* Info.plist */, - 3F862797664D0A6668AE953CB22045C0 /* Specta.modulemap */, - 581C5F5012EB4722B076757D7F522B51 /* Specta.xcconfig */, - 757732CABCCD0D3A3DECF0188321177D /* Specta-dummy.m */, - 1E7BBDA96EB748B4566D121043C548C0 /* Specta-prefix.pch */, - 7D657B34A1C94FBF176F35C1081FD8A9 /* Specta-umbrella.h */, - ); - name = "Support Files"; - path = "../Target Support Files/Specta"; - sourceTree = ""; - }; - F4013618912B558D4DF190A95A39EFD4 /* Support Files */ = { - isa = PBXGroup; - children = ( - 921C86B70AE5EE1E10BD09948738EF96 /* Expecta+Snapshots.modulemap */, - 4A13AEBD3A512EC975C2DD3AF8D8931D /* Expecta+Snapshots.xcconfig */, - B4E553ECAD689166E16E72CBB083D61A /* Expecta+Snapshots-dummy.m */, - 419377E544AC43AB5272D6BABBDFC7F4 /* Expecta+Snapshots-prefix.pch */, - 26B782A5F5606BC64AF7B709A1D93B4E /* Expecta+Snapshots-umbrella.h */, - 07BC24DA84E3F15453DEC37314546A77 /* Info.plist */, - ); - name = "Support Files"; - path = "../Target Support Files/Expecta+Snapshots"; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 1BFCBC502C2A31CE77416279CAED12BB /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 6E695D95D17246014CABBF7D15A4C099 /* Pods-PNGradientView_Tests-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 6EBCFAFE6E547BD2A3D544982556AA09 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1D61F0D139E15E3947D3C6F02CD70E70 /* PNGradientView-umbrella.h in Headers */, - FDE755F1A8B1BFF46A6D513E6781D278 /* PNGradientView.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 966427BD32145AD621F074D1691342B8 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3B5B7495707BF7133B9FB3F834045611 /* EXPBlockDefinedMatcher.h in Headers */, - 5EA7043FE10E75D02F3C3052AF8B8318 /* EXPDefines.h in Headers */, - 2F427490ACABC4408D57CC0592276678 /* EXPDoubleTuple.h in Headers */, - 837B593D7C1D01B4EA400247309D6AB0 /* Expecta-umbrella.h in Headers */, - E1EC4532663CA75DE5BD00CB0A56814D /* Expecta.h in Headers */, - 2E14619153A453BB8DF389FB6EA147BE /* ExpectaObject.h in Headers */, - AFFC8900E52BBEC72059334132F3A8F3 /* ExpectaSupport.h in Headers */, - 67459AD239EF669A365519E06B45DCFE /* EXPExpect.h in Headers */, - 6E1D978790705E137FDE439AA68DD3AA /* EXPFloatTuple.h in Headers */, - 65BC31095CCDFC80CBF6BBA843751F23 /* EXPMatcher.h in Headers */, - 8C8C1B0D83FE6A4352F15154DB16372C /* EXPMatcherHelpers.h in Headers */, - AF1F46668D4591602887998C6E9C10AD /* EXPMatchers+beCloseTo.h in Headers */, - F41209A94070904A00BDF24ACB6336B6 /* EXPMatchers+beFalsy.h in Headers */, - FD2D4497BC41412128C2D87C1BDE7398 /* EXPMatchers+beginWith.h in Headers */, - 6EFC63A5CED45BB39FC79D87F2C47D6B /* EXPMatchers+beGreaterThan.h in Headers */, - 372F7A9CCE59CE86316CF436F832A3FC /* EXPMatchers+beGreaterThanOrEqualTo.h in Headers */, - E0AAF49134A0505DF00E20E7B62087E1 /* EXPMatchers+beIdenticalTo.h in Headers */, - 34B6E9A30603BEBBD87BA535B7D384CA /* EXPMatchers+beInstanceOf.h in Headers */, - 131532787AD40BE1F35DF288D2E6FFD7 /* EXPMatchers+beInTheRangeOf.h in Headers */, - 79558B1F97ABE4AB8942DC18BEBD4B82 /* EXPMatchers+beKindOf.h in Headers */, - 0D16B556212D317A0D4FEB71E102E207 /* EXPMatchers+beLessThan.h in Headers */, - 37A2D0F8493469EF2495FC689440F079 /* EXPMatchers+beLessThanOrEqualTo.h in Headers */, - E735386085CE344F6A01178CF4763852 /* EXPMatchers+beNil.h in Headers */, - 397B320B7C59C168CC5B62E18ED8DEA0 /* EXPMatchers+beSubclassOf.h in Headers */, - 76CCABE79C04444450153424D7CE1DC1 /* EXPMatchers+beSupersetOf.h in Headers */, - 85EB2F216487CB2E8F3FCCFBC4D69912 /* EXPMatchers+beTruthy.h in Headers */, - F0DDF02A078B917997FF025BB33BB842 /* EXPMatchers+conformTo.h in Headers */, - 3C2700C7DAA15C6AF84A595865C42F4D /* EXPMatchers+contain.h in Headers */, - 1A1AB2EC52323C5EA28DAA99F1E1A90D /* EXPMatchers+endWith.h in Headers */, - 0F94F5B0ABB3252B9275B7C129EC7A26 /* EXPMatchers+equal.h in Headers */, - F75CB2A727F678C9A848A3A11EA7979B /* EXPMatchers+haveCountOf.h in Headers */, - 2916A0606136A9DC67F2463AB230868B /* EXPMatchers+match.h in Headers */, - 9B2E761A064459F77EA9870BEF03ACC3 /* EXPMatchers+postNotification.h in Headers */, - 46137F5CC368BF38BAF0D0AF81DD8FFE /* EXPMatchers+raise.h in Headers */, - 11C1AEB289C1EB80089349B71F09D04B /* EXPMatchers+raiseWithReason.h in Headers */, - 260BC7EED9289AF321A6F791964CE472 /* EXPMatchers+respondTo.h in Headers */, - 85E31076D5530AEEB45ACF16B2B8A983 /* EXPMatchers.h in Headers */, - 51DDDB0FB4899757CF6A826B531B940D /* EXPUnsupportedObject.h in Headers */, - 7B223B4E6EF14BA12DA113F7EE10B96C /* NSObject+Expecta.h in Headers */, - 471FD4F68E27AB26FA2AEBB8B245CEE4 /* NSValue+Expecta.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 9834A5B182956A89DBDB127BDE93A473 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7DFA11A1431B8451A7BE4682357D285D /* Specta-umbrella.h in Headers */, - 4E5A5FFC8B786B739000140D10BCC17D /* Specta.h in Headers */, - 24388644FCEEE83E7C79B5DF5B53B0C5 /* SpectaDSL.h in Headers */, - 8CEBACD3CB51C9CC9DDDF8CBA87CE07D /* SpectaTypes.h in Headers */, - 2E2D60A3DD191C5F4EC1DEE5A64295BD /* SpectaUtility.h in Headers */, - 4ABCB658CCD41146CFF3E3A2E2B733F3 /* SPTCallSite.h in Headers */, - 87434F5CA39844B741CAF1EBA46C0999 /* SPTCompiledExample.h in Headers */, - 09837588B756BA049D8B60DA52F5E06C /* SPTExample.h in Headers */, - FE755B653AB41A5844D8DE6F67CAC9EA /* SPTExampleGroup.h in Headers */, - 79DA6A1D2BCDC417803299366F019D39 /* SPTExcludeGlobalBeforeAfterEach.h in Headers */, - 8A31B7571102C0A6E58E4CB034B2A9A6 /* SPTGlobalBeforeAfterEach.h in Headers */, - F4A5BC54E71CE96050CEAABB5A70E97D /* SPTSharedExampleGroups.h in Headers */, - EBCA5B700D8BD97B99BA2FDE12614A58 /* SPTSpec.h in Headers */, - 1DCEC7564D971DE65ED85CDB250F9A32 /* SPTTestSuite.h in Headers */, - ECDD2869394504E972E4D846A367BCC8 /* XCTest+Private.h in Headers */, - 36681F3CC2B5D8FB931541F000F9E5CA /* XCTestCase+Specta.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - BA0FDF67467F294ACFEF3C734E0A426A /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 29F2AEAF2B01E3739BF745ADE8E9D0A4 /* Expecta+Snapshots-umbrella.h in Headers */, - 39F3AFD4DADD9BF4AEDFAF1FEA82B2F2 /* ExpectaObject+FBSnapshotTest.h in Headers */, - EA840679AC9463E0E3D371FCC3466B0A /* EXPMatchers+FBSnapshotTest.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - C046FFBBA002E8EE0B6480EB26C9827E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 1132DEA4B1BFCEA96B651FF8EAE3AE7B /* Pods-PNGradientView_Example-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - F4CD5DD853B84CC2D8644CF4FED35F1E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 20C0CFB6F8C29123D1667E2676D8B2F5 /* FBSnapshotTestCase.h in Headers */, - D1E9E55D21C92E33ACE7E911BCB96269 /* FBSnapshotTestCasePlatform.h in Headers */, - F58F9BC7759BB8A5007B8821A275AEDD /* FBSnapshotTestController.h in Headers */, - E10811B5E4578C31FB675361C99EDED6 /* UIImage+Compare.h in Headers */, - 274D9545D0357B667BCAA82B3FB38ECD /* UIImage+Diff.h in Headers */, - CE91E0B7C2BF362403CB3A75E69AA061 /* UIImage+Snapshot.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */ = { - isa = PBXNativeTarget; - buildConfigurationList = DC61702A42844E4ED762A73E8893436B /* Build configuration list for PBXNativeTarget "Expecta" */; - buildPhases = ( - B239BD93C67DE976C7F3A1AD982A0A58 /* Sources */, - E6B836B352B13C63D3C0FA0E500C98A4 /* Frameworks */, - 966427BD32145AD621F074D1691342B8 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Expecta; - productName = Expecta; - productReference = D063061C3C296A403FB91D10500B8686 /* Expecta.framework */; - productType = "com.apple.product-type.framework"; - }; - 2E6C956A3E83E4661FC7B7C27E7D27E1 /* Specta */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1A713273D48CFD92C2C1B00B39B52FB3 /* Build configuration list for PBXNativeTarget "Specta" */; - buildPhases = ( - 3A872E273B222049A710440AE74870E6 /* Sources */, - AAC6E2740B347B1A7674017D4619340A /* Frameworks */, - 9834A5B182956A89DBDB127BDE93A473 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = Specta; - productName = Specta; - productReference = 3E5AC16E23916F3EE7277DC154429BA8 /* Specta.framework */; - productType = "com.apple.product-type.framework"; - }; - 619F0D28240534293108906FED04836F /* Expecta+Snapshots */ = { - isa = PBXNativeTarget; - buildConfigurationList = D5B74CC207A82790DE2A82F49EDF170A /* Build configuration list for PBXNativeTarget "Expecta+Snapshots" */; - buildPhases = ( - 796C061AD650C052C9339513DE83940A /* Sources */, - CFF5B7915B7C4A2828E27F2C89B1769C /* Frameworks */, - BA0FDF67467F294ACFEF3C734E0A426A /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 4ACA793EC27274D41A670C74CD739365 /* PBXTargetDependency */, - CFC3C60C0541C54818441E331A7E8753 /* PBXTargetDependency */, - ); - name = "Expecta+Snapshots"; - productName = "Expecta+Snapshots"; - productReference = F6A1638D7A1E47BD0096F1400358505A /* Expecta_Snapshots.framework */; - productType = "com.apple.product-type.framework"; - }; - 7AEFD28FABDA2DF637B4BC792B5B63A3 /* PNGradientView-PNGradientView */ = { - isa = PBXNativeTarget; - buildConfigurationList = C2317F012B85D372F619F840567BB03A /* Build configuration list for PBXNativeTarget "PNGradientView-PNGradientView" */; - buildPhases = ( - 0F92DC194B6783FBDBCB0B5732C90AEA /* Sources */, - 795AC7DDB531A16309BFAB3E492D6733 /* Frameworks */, - 09DC25B9A0A82F4A46A982A2376ABDE8 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "PNGradientView-PNGradientView"; - productName = "PNGradientView-PNGradientView"; - productReference = 872AA4FC2503B83FE044D986CB089012 /* PNGradientView.bundle */; - productType = "com.apple.product-type.bundle"; - }; - 7D5097010DB523C6693F927502589212 /* Pods-PNGradientView_Example */ = { - isa = PBXNativeTarget; - buildConfigurationList = 9C212FBFFCF5A02D394CCE57955A7F14 /* Build configuration list for PBXNativeTarget "Pods-PNGradientView_Example" */; - buildPhases = ( - 0BC2C09BD28D4F78A47756287FD7A8B3 /* Sources */, - 0F1634BCEFB2EB3BD930FD3E1E1095E6 /* Frameworks */, - C046FFBBA002E8EE0B6480EB26C9827E /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 8D4DDF8FD175FAAE6270D7A5C8738D14 /* PBXTargetDependency */, - ); - name = "Pods-PNGradientView_Example"; - productName = "Pods-PNGradientView_Example"; - productReference = 43791F26EBAB0311325C5EBBF7A55EB6 /* Pods_PNGradientView_Example.framework */; - productType = "com.apple.product-type.framework"; - }; - 888163BF32D32B8DC7BDBC80245BB66C /* Pods-PNGradientView_Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 185BD7CFF40852AAB7CDD0904535FA6F /* Build configuration list for PBXNativeTarget "Pods-PNGradientView_Tests" */; - buildPhases = ( - 091EB7EC5602055B3BA6C77812572779 /* Sources */, - 2C9AD8379EDBC42F003D5678ED75DCB3 /* Frameworks */, - 1BFCBC502C2A31CE77416279CAED12BB /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 4CF7F458E750DC8AB0E4FBE897F5F52C /* PBXTargetDependency */, - 838E46CBCC87ADF2176A2FD04C2AA577 /* PBXTargetDependency */, - 29E84162E598A64B7D22DFFC036ED0E3 /* PBXTargetDependency */, - 159D27E5FBB5F23B614E6C0F061C85A5 /* PBXTargetDependency */, - EF1C83054CF9E6EF02D9E631FF31E22D /* PBXTargetDependency */, - ); - name = "Pods-PNGradientView_Tests"; - productName = "Pods-PNGradientView_Tests"; - productReference = 593D4579B707B678663E3915B2315782 /* Pods_PNGradientView_Tests.framework */; - productType = "com.apple.product-type.framework"; - }; - A411EE74B7748799DE9E84BF880AF647 /* PNGradientView */ = { - isa = PBXNativeTarget; - buildConfigurationList = DF35E79CC22C84046E7B0BDFDB012AD6 /* Build configuration list for PBXNativeTarget "PNGradientView" */; - buildPhases = ( - 4392E049222CD23643D78C0A5D222290 /* Sources */, - 64E9DD81493A5C9BE3FCB1B0B9E5783A /* Frameworks */, - CCF0470F17A3DB24DFB7966A774AD260 /* Resources */, - 6EBCFAFE6E547BD2A3D544982556AA09 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - E9BBE15ED7D7EFB49570D2B3E3B58E14 /* PBXTargetDependency */, - ); - name = PNGradientView; - productName = PNGradientView; - productReference = 9E08F41796721464F829C33DD73FBDDB /* PNGradientView.framework */; - productType = "com.apple.product-type.framework"; - }; - D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7C7B4BE8DC7E24A96243E4D67565D719 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */; - buildPhases = ( - 050B9690E875D70369E073EC11B52256 /* Sources */, - 914A3FA7C160948DE0A308FB745E7380 /* Frameworks */, - F4CD5DD853B84CC2D8644CF4FED35F1E /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = FBSnapshotTestCase; - productName = FBSnapshotTestCase; - productReference = 83AA9B2CD3205EC319AD26B468F50B63 /* FBSnapshotTestCase.framework */; - productType = "com.apple.product-type.framework"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { - isa = PBXProject; - attributes = { - LastSwiftUpdateCheck = 0720; - LastUpgradeCheck = 0700; - }; - buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - en, - ); - mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 15AB3AB429883193E1239C7D1BFF0573 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */, - 619F0D28240534293108906FED04836F /* Expecta+Snapshots */, - D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */, - A411EE74B7748799DE9E84BF880AF647 /* PNGradientView */, - 7AEFD28FABDA2DF637B4BC792B5B63A3 /* PNGradientView-PNGradientView */, - 7D5097010DB523C6693F927502589212 /* Pods-PNGradientView_Example */, - 888163BF32D32B8DC7BDBC80245BB66C /* Pods-PNGradientView_Tests */, - 2E6C956A3E83E4661FC7B7C27E7D27E1 /* Specta */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 09DC25B9A0A82F4A46A982A2376ABDE8 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - CCF0470F17A3DB24DFB7966A774AD260 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - F5A69D38DA817FCAD71F96CA4804955D /* PNGradientView.bundle in Resources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 050B9690E875D70369E073EC11B52256 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C6E9B0A908F410317F2DBBECA0944AAB /* FBSnapshotTestCase-dummy.m in Sources */, - 70E4BCC789D8C8F1033F23E0752502A7 /* FBSnapshotTestCase.m in Sources */, - E3C61206BEDBA3EBAA0A69B51DE0F3AA /* FBSnapshotTestCasePlatform.m in Sources */, - 7861523B9D5DFCF0F4A56E4DE3296AA2 /* FBSnapshotTestController.m in Sources */, - 0A5DFD94EE83E385C1C7D24986E04592 /* SwiftSupport.swift in Sources */, - 07CAFACAFAC87ABBF28D453E70832464 /* UIImage+Compare.m in Sources */, - 89A46B63E469F17791D14FC64466794A /* UIImage+Diff.m in Sources */, - 4052EB66107F09D6F856EAA1F4FC0846 /* UIImage+Snapshot.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 091EB7EC5602055B3BA6C77812572779 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 35158B972DDF146F50CFB496F1B0CBF0 /* Pods-PNGradientView_Tests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0BC2C09BD28D4F78A47756287FD7A8B3 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - BF7323525E37E1D69B61DA1017E18693 /* Pods-PNGradientView_Example-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 0F92DC194B6783FBDBCB0B5732C90AEA /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3A872E273B222049A710440AE74870E6 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 76C662D7B27DD3F03750F76639E2AF2A /* Specta-dummy.m in Sources */, - C86F6CE7B20522FBE2C99C08B1078307 /* SpectaDSL.m in Sources */, - 001E990E3267CD048CD92A2637688CE3 /* SpectaUtility.m in Sources */, - 6140E3F22BDB701C98B6E5EF32D89EB1 /* SPTCallSite.m in Sources */, - 05132C8ECCF08BE7A7C80810FD0AD361 /* SPTCompiledExample.m in Sources */, - EA9C8221A750962C69C710562600250D /* SPTExample.m in Sources */, - 479AD58F53B604CB5E8A360153996C54 /* SPTExampleGroup.m in Sources */, - 681DD3934E5FF0E26A83905A265D0BF0 /* SPTSharedExampleGroups.m in Sources */, - F5E601AF471517DB97D39800082C8E88 /* SPTSpec.m in Sources */, - 36F261EFEC67206EE465070797A58230 /* SPTTestSuite.m in Sources */, - F9BF527EF690663B1247A2A1768E68D7 /* XCTestCase+Specta.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 4392E049222CD23643D78C0A5D222290 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - C3228F45B0113764E6B444B17FEDB7CA /* PNGradientView-dummy.m in Sources */, - 0770221D121922EB599FF4F9AD4A0FD9 /* PNGradientView.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 796C061AD650C052C9339513DE83940A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 772BFB9529121111C517FBA06EA26237 /* Expecta+Snapshots-dummy.m in Sources */, - 4B5542E72A64100965FFFA704684CED4 /* ExpectaObject+FBSnapshotTest.m in Sources */, - 47D16DB1D23CFE027F5BE7F7E391AB4C /* EXPMatchers+FBSnapshotTest.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B239BD93C67DE976C7F3A1AD982A0A58 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 5B2D4A621D3DA971A474776AF36BB073 /* EXPBlockDefinedMatcher.m in Sources */, - BC55C8365AEFF8217F6A567607754854 /* EXPDoubleTuple.m in Sources */, - 204D694B03BFF3B244A6AB73FACFFC43 /* Expecta-dummy.m in Sources */, - 94C47C87E397972CE98F75929F3B706C /* ExpectaObject.m in Sources */, - 4BBCBB9D8EF0B241A4A4FE4982985481 /* ExpectaSupport.m in Sources */, - 805E425BBEF7A6133E32E1D30A073010 /* EXPExpect.m in Sources */, - CE3F4ECBB0BC095577D66AE50C8E604C /* EXPFloatTuple.m in Sources */, - 201BF9C605852822CA5A65ADE282A310 /* EXPMatcherHelpers.m in Sources */, - BA12B131F10BCE3BE6E9A02FC908FE9D /* EXPMatchers+beCloseTo.m in Sources */, - 17572374B2AE183C6347C41E8DF8E579 /* EXPMatchers+beFalsy.m in Sources */, - F12D57414A73406831CC032A7170DBFF /* EXPMatchers+beginWith.m in Sources */, - 1312A7D381C51428CF481E33E3D37901 /* EXPMatchers+beGreaterThan.m in Sources */, - 1B0389CD88AA949B34DC7269030FEC6F /* EXPMatchers+beGreaterThanOrEqualTo.m in Sources */, - 66A27898E989A3FA5C15AA671C4536F0 /* EXPMatchers+beIdenticalTo.m in Sources */, - 76D337327C10A7555447B69AA1562647 /* EXPMatchers+beInstanceOf.m in Sources */, - 9BB9159FBA757600D3D4C0FF645F3911 /* EXPMatchers+beInTheRangeOf.m in Sources */, - 87FD5F0F682CDEB6A348CA448889E3EA /* EXPMatchers+beKindOf.m in Sources */, - 0EBFA5FBE4953A83B677CE2A75746761 /* EXPMatchers+beLessThan.m in Sources */, - D83677C54D2226C67886A525B0B46FBE /* EXPMatchers+beLessThanOrEqualTo.m in Sources */, - 2C0A8737FDB9B9C6A6BDF437FD11334C /* EXPMatchers+beNil.m in Sources */, - BEFFE9FFE52E9A0833A7D2D8FB67EB4D /* EXPMatchers+beSubclassOf.m in Sources */, - 6F278423C8AE1DA47F35E374BB5B91EC /* EXPMatchers+beSupersetOf.m in Sources */, - 0C6FF91EB1F0391ED75DC72D31D159EF /* EXPMatchers+beTruthy.m in Sources */, - DB30F82FB1BE083D9471B965FB500CA2 /* EXPMatchers+conformTo.m in Sources */, - FC20596ABFE14A61F171A29FD03275E7 /* EXPMatchers+contain.m in Sources */, - 918E06480F28F27361B19D19432F8538 /* EXPMatchers+endWith.m in Sources */, - 1AB3304B6884F626BC54150AC7565E18 /* EXPMatchers+equal.m in Sources */, - 403292D82DA62291204BF59524BC4EDB /* EXPMatchers+haveCountOf.m in Sources */, - FC45858927D3B6A0F922C4B697B04A38 /* EXPMatchers+match.m in Sources */, - 931D410B9F8ACB935883DF8C59F9C93E /* EXPMatchers+postNotification.m in Sources */, - 2CFE2898496C1C7096DB8DA43AF19103 /* EXPMatchers+raise.m in Sources */, - FE8E34356D24F6759A8B010ED2F5707B /* EXPMatchers+raiseWithReason.m in Sources */, - E0A077DFB064B79685B810CCEFB2F1EF /* EXPMatchers+respondTo.m in Sources */, - EF6497EE123F6BC0C1B09717437C5908 /* EXPUnsupportedObject.m in Sources */, - B84431CF8C64F363A334AA7089F6C134 /* NSValue+Expecta.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 159D27E5FBB5F23B614E6C0F061C85A5 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PNGradientView; - target = A411EE74B7748799DE9E84BF880AF647 /* PNGradientView */; - targetProxy = 714868DC8C01E87F687881C75D1292E9 /* PBXContainerItemProxy */; - }; - 29E84162E598A64B7D22DFFC036ED0E3 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBSnapshotTestCase; - target = D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */; - targetProxy = 518FE023A43DDC8D9CB55E5CD8F041BD /* PBXContainerItemProxy */; - }; - 4ACA793EC27274D41A670C74CD739365 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Expecta; - target = 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */; - targetProxy = CCF83280732A67033B72EE54815FFD3F /* PBXContainerItemProxy */; - }; - 4CF7F458E750DC8AB0E4FBE897F5F52C /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Expecta; - target = 0D888F29E05E498D0CD91A51D28599A5 /* Expecta */; - targetProxy = 45CCD67EF830E5B8DAEE138BAAA0219A /* PBXContainerItemProxy */; - }; - 838E46CBCC87ADF2176A2FD04C2AA577 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "Expecta+Snapshots"; - target = 619F0D28240534293108906FED04836F /* Expecta+Snapshots */; - targetProxy = 34E166DB7B762A9D4BFFBAFD47B9FEE4 /* PBXContainerItemProxy */; - }; - 8D4DDF8FD175FAAE6270D7A5C8738D14 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = PNGradientView; - target = A411EE74B7748799DE9E84BF880AF647 /* PNGradientView */; - targetProxy = 928707D59A064390B3658AE152CC7617 /* PBXContainerItemProxy */; - }; - CFC3C60C0541C54818441E331A7E8753 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = FBSnapshotTestCase; - target = D07447EE3CEBB0BCB8D61DFCB8EA915F /* FBSnapshotTestCase */; - targetProxy = F9BBA6CBCE0B1A136EAFACE5185B512D /* PBXContainerItemProxy */; - }; - E9BBE15ED7D7EFB49570D2B3E3B58E14 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = "PNGradientView-PNGradientView"; - target = 7AEFD28FABDA2DF637B4BC792B5B63A3 /* PNGradientView-PNGradientView */; - targetProxy = BF458800E5807C3B22533E07F428F9F7 /* PBXContainerItemProxy */; - }; - EF1C83054CF9E6EF02D9E631FF31E22D /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Specta; - target = 2E6C956A3E83E4661FC7B7C27E7D27E1 /* Specta */; - targetProxy = A7BBB4005FAD33EBB9B364713C2A9450 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 0283BA8BFEDCFCE618A0A6885E68241B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 46B93D41AC93973A428671AD9594158E /* Pods-PNGradientView_Tests.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-PNGradientView_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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-PNGradientView_Tests/Pods-PNGradientView_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_PNGradientView_Tests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 0ECA389B3FC1E7549DE38B608C6C9060 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F07CE731DB8E32970F75D5106CE3F016 /* PNGradientView.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PNGradientView/PNGradientView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PNGradientView/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/PNGradientView/PNGradientView.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = PNGradientView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 12AE6F83274C7A824845A8BF52BA16DF /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2744A2542946D8DE61ED04D083BCEA56 /* FBSnapshotTestCase.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/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/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = FBSnapshotTestCase; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 1BD8423F9E51E0E25A5BC39E697CBF01 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 2744A2542946D8DE61ED04D083BCEA56 /* FBSnapshotTestCase.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/FBSnapshotTestCase/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/FBSnapshotTestCase/FBSnapshotTestCase.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = FBSnapshotTestCase; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 1E086D2FDD14DEDFEFA42516CBFA779F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = BF72CD3A09DE9752F3613032CFE11797 /* Pods-PNGradientView_Example.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-PNGradientView_Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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-PNGradientView_Example/Pods-PNGradientView_Example.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_PNGradientView_Example; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 2E0B4FD35F4EEE0032BAE9D694881A25 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 581C5F5012EB4722B076757D7F522B51 /* Specta.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Specta/Specta-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Specta/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/Specta/Specta.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Specta; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 2F914909F85A5B7FA381E7629A0FFB17 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4A13AEBD3A512EC975C2DD3AF8D8931D /* Expecta+Snapshots.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Expecta+Snapshots/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/Expecta+Snapshots/Expecta+Snapshots.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Expecta_Snapshots; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 373349C30AA02CB77851CFF553DFAE5C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4A13AEBD3A512EC975C2DD3AF8D8931D /* Expecta+Snapshots.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Expecta+Snapshots/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/Expecta+Snapshots/Expecta+Snapshots.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Expecta_Snapshots; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 429503145B051DC8EE7A7401DD992086 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F07CE731DB8E32970F75D5106CE3F016 /* PNGradientView.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/PNGradientView/ResourceBundle-PNGradientView-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = PNGradientView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Debug; - }; - 4503F453821F073AB6B2DE15C32EDF2D /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F07CE731DB8E32970F75D5106CE3F016 /* PNGradientView.xcconfig */; - buildSettings = { - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/PNGradientView/ResourceBundle-PNGradientView-Info.plist"; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PRODUCT_NAME = PNGradientView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - WRAPPER_EXTENSION = bundle; - }; - name = Release; - }; - 70E6257A6653E0345D59C9EA5AEE1A35 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = F07CE731DB8E32970F75D5106CE3F016 /* PNGradientView.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/PNGradientView/PNGradientView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/PNGradientView/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/PNGradientView/PNGradientView.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = PNGradientView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 710FEB812B2DD1936B4E104525781B8A /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 581C5F5012EB4722B076757D7F522B51 /* Specta.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Specta/Specta-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Specta/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/Specta/Specta.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Specta; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 811519CB8F683AC06F9C98B55AC40F11 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = YES; - ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_RELEASE=1", - "$(inherited)", - ); - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - VALIDATE_PRODUCT = YES; - }; - name = Release; - }; - 86B3AF85DF2958967D7E96849C2BE84C /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A193DEFA4D1CD24BE0FE7815E44EC372 /* Expecta.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = dwarf; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Expecta/Expecta-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Expecta/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/Expecta/Expecta.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = Expecta; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 882EB4391EC2E701934974DA86F7343F /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - COPY_PHASE_STRIP = NO; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - ONLY_ACTIVE_ARCH = YES; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - D3AD58448777031369C3DFEC18770613 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = AF849270953BBB09833F7FA18A4C7224 /* Pods-PNGradientView_Example.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-PNGradientView_Example/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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-PNGradientView_Example/Pods-PNGradientView_Example.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_PNGradientView_Example; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - DB01002907937A5826CFC07BC08C6588 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4B5D47D6C28AFA3B91BC770E4728E3E5 /* Pods-PNGradientView_Tests.release.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-PNGradientView_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - 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-PNGradientView_Tests/Pods-PNGradientView_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_PNGradientView_Tests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - F24F328AA1CFC9A061F629C917D03F44 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A193DEFA4D1CD24BE0FE7815E44EC372 /* Expecta.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; - CURRENT_PROJECT_VERSION = 1; - DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; - DEFINES_MODULE = YES; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1; - DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/Expecta/Expecta-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/Expecta/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/Expecta/Expecta.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = Expecta; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 185BD7CFF40852AAB7CDD0904535FA6F /* Build configuration list for PBXNativeTarget "Pods-PNGradientView_Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0283BA8BFEDCFCE618A0A6885E68241B /* Debug */, - DB01002907937A5826CFC07BC08C6588 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1A713273D48CFD92C2C1B00B39B52FB3 /* Build configuration list for PBXNativeTarget "Specta" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 710FEB812B2DD1936B4E104525781B8A /* Debug */, - 2E0B4FD35F4EEE0032BAE9D694881A25 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 882EB4391EC2E701934974DA86F7343F /* Debug */, - 811519CB8F683AC06F9C98B55AC40F11 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7C7B4BE8DC7E24A96243E4D67565D719 /* Build configuration list for PBXNativeTarget "FBSnapshotTestCase" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1BD8423F9E51E0E25A5BC39E697CBF01 /* Debug */, - 12AE6F83274C7A824845A8BF52BA16DF /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 9C212FBFFCF5A02D394CCE57955A7F14 /* Build configuration list for PBXNativeTarget "Pods-PNGradientView_Example" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1E086D2FDD14DEDFEFA42516CBFA779F /* Debug */, - D3AD58448777031369C3DFEC18770613 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - C2317F012B85D372F619F840567BB03A /* Build configuration list for PBXNativeTarget "PNGradientView-PNGradientView" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 429503145B051DC8EE7A7401DD992086 /* Debug */, - 4503F453821F073AB6B2DE15C32EDF2D /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - D5B74CC207A82790DE2A82F49EDF170A /* Build configuration list for PBXNativeTarget "Expecta+Snapshots" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 373349C30AA02CB77851CFF553DFAE5C /* Debug */, - 2F914909F85A5B7FA381E7629A0FFB17 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - DC61702A42844E4ED762A73E8893436B /* Build configuration list for PBXNativeTarget "Expecta" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 86B3AF85DF2958967D7E96849C2BE84C /* Debug */, - F24F328AA1CFC9A061F629C917D03F44 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - DF35E79CC22C84046E7B0BDFDB012AD6 /* Build configuration list for PBXNativeTarget "PNGradientView" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 0ECA389B3FC1E7549DE38B608C6C9060 /* Debug */, - 70E6257A6653E0345D59C9EA5AEE1A35 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; -} + + + + + archiveVersion + 1 + classes + + objectVersion + 46 + objects + + 000AB93154D65E1A479E514C2C0BC680 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 9F398D93E5F20E1A9631212C886EDD61 + remoteInfo + PNGradientView + + 005D82263C7AFBCB593EAB7F0F29C2CD + + buildActionMask + 2147483647 + files + + 76D514410DDA00454990598F46BE8696 + 6B8A84238CE703476738B5C6866A4DE6 + 82E05444D6EE3E8133AB04B420729C1D + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 00ADDBCA9E516B429C7877EB5AED2DCE + + buildConfigurationList + 8520FEA8817EC3DACE10B27EEE37AEB0 + buildPhases + + 27B1733855F54643F1A758CDB7922AA9 + 638BBBFBA1C9B0941DD8A1738171F8B5 + 62FC5E3B413804768C4A5E2B6C4101C6 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Specta + productName + Specta + productReference + AF5A435B84602B3132205C0CE2AF640C + productType + com.apple.product-type.framework + + 016CFE2C943D14CC45D9F4F7EAF5F83E + + fileRef + 8BFC8BB27BE0DE772F9421D369205C0E + isa + PBXBuildFile + + 01873CFE34309AAAAF28A31DB52BD09A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + Specta.h + path + Specta/Specta/Specta.h + sourceTree + <group> + + 022DD32C1475CD07C5D35FD04E7B4799 + + fileRef + 3C9F937D3FAAED31CCA800657B83B65E + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 037D541C0D5378F179659E016C2F3BAB + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + XCTest.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/XCTest.framework + sourceTree + DEVELOPER_DIR + + 037F639E08EAE8F96E0A1FF70AFE3E4C + + children + + A917835FF4AD72BE45F27D7276CED453 + 587B957C1A36729BD855E3E228128EC7 + + isa + PBXGroup + name + PNGradientView + path + ../.. + sourceTree + <group> + + 04930D59C69AA30D3E3B3F6DA7EB3650 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beInstanceOf.m + path + Expecta/Matchers/EXPMatchers+beInstanceOf.m + sourceTree + <group> + + 050A643025A00CC6A5B0FC5E4CD324D2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beInstanceOf.h + path + Expecta/Matchers/EXPMatchers+beInstanceOf.h + sourceTree + <group> + + 062462B3DDD7DC489144A0161C4D12DB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PNGradientView.h + sourceTree + <group> + + 07794005619C9529F3F05B5283710891 + + fileRef + BCF614FCBFF678D68B4C83BD27E56805 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Project + + + + 08E7EECF26D0468E6A4B7759C334BC0E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+contain.h + path + Expecta/Matchers/EXPMatchers+contain.h + sourceTree + <group> + + 08EDE3B9D2144AF2B42CD5A721475912 + + includeInIndex + 1 + isa + PBXFileReference + path + PNGradientView.modulemap + sourceTree + <group> + + 098F25FB90E47B72E672C8B1FCD564DC + + fileRef + 4A06DE61E6C95B5A94A1983BCE8703E7 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 0B4B337A09E4D2CA2372028AF3A23F71 + + isa + PBXTargetDependency + name + Specta + target + 00ADDBCA9E516B429C7877EB5AED2DCE + targetProxy + 89BF516BAE1C018E4CD565FA371F2474 + + 0B99C8D5A873496DE4086F03AF29071A + + buildConfigurationList + 33588E9A6CDC6F950F27A0F4535AAE7D + buildPhases + + B1BCF571448A72D8CC68961C07AB6C84 + 348A2C22E131628D09B285EAAA291CF7 + 3A7F4FE4E65FE562FE3744AAE1AD3196 + + buildRules + + dependencies + + 4C2C923B1B1537C1A8C130BA31F4234A + BF4A8EAAD9A05737302770ADC1037EDF + 8F7CEBE5FBAA85CD2FF254914B7E8913 + 8B02D9FC5FA4F2992F894562829A31E3 + 626458450816BE37BA8E9D78E59E8606 + A9FF6FE464F0059F148D6F1AF52DBCD8 + + isa + PBXNativeTarget + name + Pods-PNGradientView_Tests + productName + Pods-PNGradientView_Tests + productReference + EC26AA22730CD45DE43EC4BA1FBA383C + productType + com.apple.product-type.framework + + 0BE1C3A82FE04F20A3B7F820586A8D66 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatcherHelpers.m + path + Expecta/Matchers/EXPMatcherHelpers.m + sourceTree + <group> + + 0C6FF91EB1F0391ED75DC72D31D159EF + + fileRef + F57B8991D679C219C117FA9D4EB6C73F + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 0CD3AD3C14D30AF7940368AD3BA14668 + + buildActionMask + 2147483647 + files + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 0CF69B9ADBDA54782D062CB197F382A0 + + baseConfigurationReference + B14EA46D1F4F0EBFD9593AD395F5B9E8 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch + INFOPLIST_FILE + Target Support Files/Expecta+Snapshots/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/Expecta+Snapshots/Expecta+Snapshots.modulemap + MTL_ENABLE_DEBUG_INFO + YES + PRODUCT_NAME + Expecta_Snapshots + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + 0D16B556212D317A0D4FEB71E102E207 + + fileRef + 6DC674D1DCC51B214E4BBA0C8812C4FA + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 0D888F29E05E498D0CD91A51D28599A5 + + buildConfigurationList + DC61702A42844E4ED762A73E8893436B + buildPhases + + B239BD93C67DE976C7F3A1AD982A0A58 + E6B836B352B13C63D3C0FA0E500C98A4 + 966427BD32145AD621F074D1691342B8 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + Expecta + productName + Expecta + productReference + 3CABB0742E358F7F80F9831E88290505 + productType + com.apple.product-type.framework + + 0E91A3C4F67D9D65DC67A852782185B8 + + fileRef + 4A67601D1283FB9C296BAAF41AC190ED + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 0EBFA5FBE4953A83B677CE2A75746761 + + fileRef + F6C4FD20F2E89C71AE90DECA333DFD24 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 0F1BAA426F2757961AC5A3C5B0B7ECAC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-PNGradientView_Tests-resources.sh + sourceTree + <group> + + 0F3DF8A7BAA985F0132515EB6A4B6443 + + fileRef + 6748728D9A1BF88E1142DF1CCDC5BAE2 + isa + PBXBuildFile + + 0F94F5B0ABB3252B9275B7C129EC7A26 + + fileRef + 6CB0C90E544C355C564DC6CC5B15FAD5 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 110F1807F6EB6715393E73A1796A3563 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beFalsy.h + path + Expecta/Matchers/EXPMatchers+beFalsy.h + sourceTree + <group> + + 1157F9C01A95C4D5978FA26508D16B23 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beginWith.h + path + Expecta/Matchers/EXPMatchers+beginWith.h + sourceTree + <group> + + 11C1AEB289C1EB80089349B71F09D04B + + fileRef + 5A18FCBBDB88D0E45DEE3C6C6C2D805B + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 1312A7D381C51428CF481E33E3D37901 + + fileRef + 4038C0C83E47B52CF19680ACB5DE6188 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 131532787AD40BE1F35DF288D2E6FFD7 + + fileRef + 165BB05DE086A935293183210D36B663 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 1419597C5B8BF7B8692AABE16F35E67B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 14517AB91B16B5D797F4374300AFA89F + + baseConfigurationReference + C45A4AE71B8245455CF93A36734BEE5E + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/Specta/Specta-prefix.pch + INFOPLIST_FILE + Target Support Files/Specta/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/Specta/Specta.modulemap + MTL_ENABLE_DEBUG_INFO + YES + PRODUCT_NAME + Specta + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + 1579E333AF49B4C1400E5027520EF206 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIImage+Diff.m + path + FBSnapshotTestCase/Categories/UIImage+Diff.m + sourceTree + <group> + + 15A0A5593519FA83C32825B89956DAB3 + + baseConfigurationReference + 9DFBE1CA1325513909D0A197B6BC549C + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/RZDataBinding/RZDataBinding-prefix.pch + INFOPLIST_FILE + Target Support Files/RZDataBinding/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/RZDataBinding/RZDataBinding.modulemap + MTL_ENABLE_DEBUG_INFO + NO + PRODUCT_NAME + RZDataBinding + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + 160FDA46EE919AAF97E0E4EC04C9E232 + + fileRef + 2D50E6416775D85A43B30DDEE3ABB55F + isa + PBXBuildFile + + 165BB05DE086A935293183210D36B663 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beInTheRangeOf.h + path + Expecta/Matchers/EXPMatchers+beInTheRangeOf.h + sourceTree + <group> + + 17572374B2AE183C6347C41E8DF8E579 + + fileRef + 7FB1BBC1520754D669C7190D7A0340EC + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 17E57963F694447E10591D9ED3727190 + + fileRef + 2D50E6416775D85A43B30DDEE3ABB55F + isa + PBXBuildFile + + 18359C98147B5E9CBFDBB349F54C8BE2 + + fileRef + E1BFDE9EA02CBD847013BAC7B1D6FB69 + isa + PBXBuildFile + + 196B0B6B23EB3993F9A304153972B3D5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SPTExampleGroup.h + path + Specta/Specta/SPTExampleGroup.h + sourceTree + <group> + + 1986124A422FCD92ED9081B22B317B20 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SpectaTypes.h + path + Specta/Specta/SpectaTypes.h + sourceTree + <group> + + 19BC15C1D7E95E2A0B18C91DEBBB993E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+raise.h + path + Expecta/Matchers/EXPMatchers+raise.h + sourceTree + <group> + + 1A1AB2EC52323C5EA28DAA99F1E1A90D + + fileRef + A7F012BCB939C8F9A73C14D7889E1701 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 1AA847ED31F2AB3223244734BFE4E156 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+postNotification.h + path + Expecta/Matchers/EXPMatchers+postNotification.h + sourceTree + <group> + + 1AB3304B6884F626BC54150AC7565E18 + + fileRef + 7643C3FA3DD1A75BDDF5A180B45DD313 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 1B0389CD88AA949B34DC7269030FEC6F + + fileRef + 31670DBE5BFF1A241572907F2905B8EE + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 1B5BFD6EC1068EBC586F5E566543AED5 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 0D888F29E05E498D0CD91A51D28599A5 + remoteInfo + Expecta + + 1B668D9637D2CDD722343444E2B2A6F5 + + fileRef + 87A0FD462FF9946FE969E0816EFB399A + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 1C9850322262C8D8009BD29087F0B9FC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 1CF8519473809A9509BFFF5E1051AED2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SPTExample.m + path + Specta/Specta/SPTExample.m + sourceTree + <group> + + 1E6CB3108E7BCD0A0126E78B257E79A2 + + fileRef + 54E59984743480EFB891B31E8D440D85 + isa + PBXBuildFile + + 1F29444006C74158551B07F9562B31C9 + + buildActionMask + 2147483647 + files + + 098F25FB90E47B72E672C8B1FCD564DC + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 201BF9C605852822CA5A65ADE282A310 + + fileRef + 0BE1C3A82FE04F20A3B7F820586A8D66 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 204BD7CF9DA518DC270C06D4300AE113 + + children + + 01873CFE34309AAAAF28A31DB52BD09A + 4EECC453DACBB3E21C10F9126CF76EC7 + 54E59984743480EFB891B31E8D440D85 + 1986124A422FCD92ED9081B22B317B20 + C6762F06F73B31DA3040003D89BBFC79 + 2C285750C4D9638EA6EE4105B7C6EC70 + EA81E33B116E532624D2E5CD7AEE372C + D0A317AFC3739FCEFC9C89117435A85C + BAA25B3E7CF776FBF894BB73023838CB + 72B42A6F62AA0B7C102BCF9403DEDCD2 + 8001FBAB0E2340AAD284C3DDD529DEE8 + 1CF8519473809A9509BFFF5E1051AED2 + 196B0B6B23EB3993F9A304153972B3D5 + 6A6B589A109CB8550B5FFB16D928F89F + 3C9F937D3FAAED31CCA800657B83B65E + B521122454D9FFFFC9F68E5C9B477898 + 87A0FD462FF9946FE969E0816EFB399A + AD4C10C322A7D9C5FB4B879DB8F9AEB2 + C4CF969C14B0E8DB86ABE5E9A054AF2F + 82B238B7640B8C8F00DF3A03F265EC5E + 3610779781C4B9826BFF458CE838D921 + 7A3EA48B5C35E0D2A9F0B67A5D8FAACF + 66D94D9D1FBB7DCA9B457804F8DD390D + AE8375A407841469D878CD286D91158B + 64C3513A892350BBD7BF505D3EC5DA3F + B272DA5DEE719DB3681165D37BBE8541 + + isa + PBXGroup + name + Specta + path + Specta + sourceTree + <group> + + 204D694B03BFF3B244A6AB73FACFFC43 + + fileRef + 3DA7AD3526113E652A54254866C7FEA5 + isa + PBXBuildFile + + 21B54CBFCD48E0B8E4B3EC34B00E6452 + + fileRef + F3A09BC7A4D7544CD6F4AF6C97675B25 + isa + PBXBuildFile + + 24AA7E70775A5370502D94A050EE27DE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSObject+RZDataBinding.m + path + RZDataBinding/NSObject+RZDataBinding.m + sourceTree + <group> + + 260BC7EED9289AF321A6F791964CE472 + + fileRef + 30FADB5F93554EC55B6F3C7C457094BA + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 27912CEB4C7D03557544DF6AF692561D + + includeInIndex + 1 + isa + PBXFileReference + path + Pods-PNGradientView_Example.modulemap + sourceTree + <group> + + 279CC76D59BEE172882D022F96A906B0 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Specta-umbrella.h + sourceTree + <group> + + 27B1733855F54643F1A758CDB7922AA9 + + buildActionMask + 2147483647 + files + + 456E5A750E8C970B4565211467EDD8B1 + 1E6CB3108E7BCD0A0126E78B257E79A2 + 4241CF12CA7C6F3AE7BB83CF6CD44023 + 70F9CEC358FF8F59CCA169242B3495D4 + 353CF52675246CA1FDF7852C461E1DA9 + A2540F2F30D0D24D1BECFC5FA799995B + 9048AD9B0E9D54ECA220ADEBB0902A2D + FE5E8CE045BE9FB310D15708F38A5EEB + 46EC44B811324E68F3B50B3B3C130204 + 4E00EBA89EDA7D28D20E2492718F1603 + DD674CE28CE2C5E9F538461C76AB6BD9 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 27B97EDD517EE1DA44955F63ED7C182F + + fileRef + 1986124A422FCD92ED9081B22B317B20 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 287550E98BBF77DDBF568F971D6460F0 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + ExpectaObject.h + path + Expecta/ExpectaObject.h + sourceTree + <group> + + 28D418A3D511D02F5FB9C8B6365817D3 + + fileRef + 325525E1451738818246C106A8DD2F8E + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 28E8C71D5417EC64603F6E3AF96316EF + + fileRef + 1579E333AF49B4C1400E5027520EF206 + isa + PBXBuildFile + + 2916A0606136A9DC67F2463AB230868B + + fileRef + 4EC665DAD6B409FA3CFDEF14F841A6CE + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 291837BF938D4F308CC1F911F2CD799A + + children + + 062462B3DDD7DC489144A0161C4D12DB + 80E730B00AD153343F089FB6C344443A + + isa + PBXGroup + name + Classes + path + Classes + sourceTree + <group> + + 2996154D7CFFD505CB9EE11015BB7374 + + baseConfigurationReference + BF72CD3A09DE9752F3613032CFE11797 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + INFOPLIST_FILE + Target Support Files/Pods-PNGradientView_Example/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + 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-PNGradientView_Example/Pods-PNGradientView_Example.modulemap + MTL_ENABLE_DEBUG_INFO + YES + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PODS_ROOT + $(SRCROOT) + PRODUCT_NAME + Pods_PNGradientView_Example + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + 2AD30AF84C2C904D8A9AACA8C3871B51 + + fileRef + 6F1FB8884C61C7EB49FF8EDEA3095E12 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 2B042A13A1EE37E0E74DD729A990E5B4 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 2C0A8737FDB9B9C6A6BDF437FD11334C + + fileRef + 53CF2030343089464F39F15E217D5277 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 2C285750C4D9638EA6EE4105B7C6EC70 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SpectaUtility.m + path + Specta/Specta/SpectaUtility.m + sourceTree + <group> + + 2CFE2898496C1C7096DB8DA43AF19103 + + fileRef + FC10FFBF9287B1F9C888A4B20B70590C + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 2D50E6416775D85A43B30DDEE3ABB55F + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + Foundation.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/Foundation.framework + sourceTree + DEVELOPER_DIR + + 2D725F9D4129A17B71135C0AC2D0DFCE + + buildActionMask + 2147483647 + files + + 6F507E44F90B135145666B63BE235629 + 9319EE222A0EC78C42113166C55720D4 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 2D8E8EC45A3A1A1D94AE762CB5028504 + + buildConfigurations + + A70CDAD61F90AC503C7D04CC22DA2923 + FB45FFD90572718D82AB9092B750F0CA + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 2E116034FB67A3A9A7A62F93E730883B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PNGradientView-dummy.m + sourceTree + <group> + + 2E14619153A453BB8DF389FB6EA147BE + + fileRef + 287550E98BBF77DDBF568F971D6460F0 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 2E8E1DB775E98A71556D1D20FE5300F1 + + fileRef + 196B0B6B23EB3993F9A304153972B3D5 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 2F427490ACABC4408D57CC0592276678 + + fileRef + 9A09AEF3FEB6B69CB13D43F044042034 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 2F9BEC19EAB127EC65FCF3AA2E087702 + + fileRef + F16A5721672D2454183201B43543AEFA + isa + PBXBuildFile + + 300CB946E636AE9E9D86E540F16F6895 + + includeInIndex + 1 + isa + PBXFileReference + path + Specta.modulemap + sourceTree + <group> + + 30FADB5F93554EC55B6F3C7C457094BA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+respondTo.h + path + Expecta/Matchers/EXPMatchers+respondTo.h + sourceTree + <group> + + 30FD0A86941277CB82D7923C4B66F0F0 + + children + + DC468A153D65FE7F2613C4D355AE5F32 + 428AB05685923F0E963DE3FE6418E8C0 + + isa + PBXGroup + name + Targets Support Files + sourceTree + <group> + + 313094BEAF07422B1247B90D1BCE9699 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Pods-PNGradientView_Tests-acknowledgements.plist + sourceTree + <group> + + 315651862B1A4D3486C4BEB578330525 + + buildConfigurations + + 0CF69B9ADBDA54782D062CB197F382A0 + 817ACFD1566B6B600C2987269CD2E5CB + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 31670DBE5BFF1A241572907F2905B8EE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beGreaterThanOrEqualTo.m + path + Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.m + sourceTree + <group> + + 325525E1451738818246C106A8DD2F8E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + RZDBTransforms.h + path + RZDataBinding/RZDBTransforms.h + sourceTree + <group> + + 333D034462DA0EE6A13E42FBBB07F3AC + + buildConfigurations + + A40BD63BA2BF1E89CAE511B5324024F4 + 560C52F5FB82E24644C66FD9443A546B + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 33588E9A6CDC6F950F27A0F4535AAE7D + + buildConfigurations + + 65E109584575A0731D0851BBE3AA4261 + DD0ED2BB903F3B46CF1EF7645E711951 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 3395E0ACD45498D5F7BC1BD6F6716E27 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + Expecta_Snapshots.framework + path + Expecta_Snapshots.framework + sourceTree + BUILT_PRODUCTS_DIR + + 348A2C22E131628D09B285EAAA291CF7 + + buildActionMask + 2147483647 + files + + 7648A6A979799F2A0891931515694E87 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 34B6E9A30603BEBBD87BA535B7D384CA + + fileRef + 050A643025A00CC6A5B0FC5E4CD324D2 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 353CF52675246CA1FDF7852C461E1DA9 + + fileRef + 72B42A6F62AA0B7C102BCF9403DEDCD2 + isa + PBXBuildFile + + 3610779781C4B9826BFF458CE838D921 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SPTTestSuite.h + path + Specta/Specta/SPTTestSuite.h + sourceTree + <group> + + 36A5D94D0A8A51AFE29BF48B058A824A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPDefines.h + path + Expecta/EXPDefines.h + sourceTree + <group> + + 372F7A9CCE59CE86316CF436F832A3FC + + fileRef + C9919DB06E4A52C9C6BC00FB424DBA7E + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 37A2D0F8493469EF2495FC689440F079 + + fileRef + D50AC272A7495F6A9F2646BAB41E268B + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 37FD0B1974BB14976A15296385F4C577 + + buildConfigurations + + A42FC4655928CCFEC968422744E1F4B7 + 5F781F6A5FF08AF13010DD5653BD77E7 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 38045CC867363175DC146F2B1C195EAE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPExpect.m + path + Expecta/EXPExpect.m + sourceTree + <group> + + 3856B94C2DDE0D2E4EE78B7E7B296C40 + + fileRef + 2D50E6416775D85A43B30DDEE3ABB55F + isa + PBXBuildFile + + 385E0C8625F730CB397EBEEAF477AD4D + + fileRef + 3610779781C4B9826BFF458CE838D921 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 386C253C650160ED4699D5BEBEB3B564 + + includeInIndex + 1 + isa + PBXFileReference + path + FBSnapshotTestCase.modulemap + sourceTree + <group> + + 38A6A39B64FBF02A6DFF8D2AFEEDB6A3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Expecta+Snapshots-umbrella.h + sourceTree + <group> + + 392817A4AE0515DAC743F926636CB0AF + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beKindOf.h + path + Expecta/Matchers/EXPMatchers+beKindOf.h + sourceTree + <group> + + 397B320B7C59C168CC5B62E18ED8DEA0 + + fileRef + BA036198F9A15DD1489993252B2FB2D7 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 39D6C74F5D1F36A2EB2F7A383ED43A8D + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 7E1ACFE19093575ABADD24863D9D660B + remoteInfo + RZDataBinding + + 3A50B2A09E1F56EDEB9F97AB3C2DD775 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + FBSnapshotTestCase.h + path + FBSnapshotTestCase/FBSnapshotTestCase.h + sourceTree + <group> + + 3A7F4FE4E65FE562FE3744AAE1AD3196 + + buildActionMask + 2147483647 + files + + 0E91A3C4F67D9D65DC67A852782185B8 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 3B5B7495707BF7133B9FB3F834045611 + + fileRef + 728F4057DF88113ACFB8E6C2F760A009 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 3B62161862E88E737D89F6E13C0D77B5 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + RZDataBinding.framework + path + RZDataBinding.framework + sourceTree + BUILT_PRODUCTS_DIR + + 3C2700C7DAA15C6AF84A595865C42F4D + + fileRef + 08E7EECF26D0468E6A4B7759C334BC0E + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 3C9F937D3FAAED31CCA800657B83B65E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SPTExcludeGlobalBeforeAfterEach.h + path + Specta/Specta/SPTExcludeGlobalBeforeAfterEach.h + sourceTree + <group> + + 3CABB0742E358F7F80F9831E88290505 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + Expecta.framework + path + Expecta.framework + sourceTree + BUILT_PRODUCTS_DIR + + 3CE47127EC1729530DF6892DAC98E263 + + isa + PBXTargetDependency + name + Expecta + target + 0D888F29E05E498D0CD91A51D28599A5 + targetProxy + 1B5BFD6EC1068EBC586F5E566543AED5 + + 3DA7AD3526113E652A54254866C7FEA5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Expecta-dummy.m + sourceTree + <group> + + 3DD07CEF2782F478B706FC3B1CAC4903 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + FBSnapshotTestCase.m + path + FBSnapshotTestCase/FBSnapshotTestCase.m + sourceTree + <group> + + 3E48646D0D15EF731900C2182D058617 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beInTheRangeOf.m + path + Expecta/Matchers/EXPMatchers+beInTheRangeOf.m + sourceTree + <group> + + 403292D82DA62291204BF59524BC4EDB + + fileRef + F562E9F6FC0BAD2260FC84D219E17B37 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 4038C0C83E47B52CF19680ACB5DE6188 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beGreaterThan.m + path + Expecta/Matchers/EXPMatchers+beGreaterThan.m + sourceTree + <group> + + 40F8D05AD25311F5A4427C4CA27CE212 + + fileRef + CE7332BD6E4CEAE730282E28802FC04E + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 4241CF12CA7C6F3AE7BB83CF6CD44023 + + fileRef + 2C285750C4D9638EA6EE4105B7C6EC70 + isa + PBXBuildFile + + 428AB05685923F0E963DE3FE6418E8C0 + + children + + 1419597C5B8BF7B8692AABE16F35E67B + CE142D5F6C043AC1DCF3E21B39FBE6B7 + A509494B4DD3B33355778BD22054DE34 + 313094BEAF07422B1247B90D1BCE9699 + 72B94E3FBC94CBD056C5787171B0CE9F + EE27058703A06E70717D912C678567F3 + 0F1BAA426F2757961AC5A3C5B0B7ECAC + 4A67601D1283FB9C296BAAF41AC190ED + 46B93D41AC93973A428671AD9594158E + 4B5D47D6C28AFA3B91BC770E4728E3E5 + + isa + PBXGroup + name + Pods-PNGradientView_Tests + path + Target Support Files/Pods-PNGradientView_Tests + sourceTree + <group> + + 42B328CEC7346181E31644F9FEE29384 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + FBSnapshotTestCase.xcconfig + sourceTree + <group> + + 42EFCC4DDBB42A0BD859DE810F8EC136 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatcherHelpers.h + path + Expecta/Matchers/EXPMatcherHelpers.h + sourceTree + <group> + + 444ED24D03F6D703FB9F50E10E46AF77 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Expecta.xcconfig + sourceTree + <group> + + 456E5A750E8C970B4565211467EDD8B1 + + fileRef + B8932552C17B2225A286529E7D12AA7A + isa + PBXBuildFile + + 46137F5CC368BF38BAF0D0AF81DD8FFE + + fileRef + 19BC15C1D7E95E2A0B18C91DEBBB993E + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 46B93D41AC93973A428671AD9594158E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-PNGradientView_Tests.debug.xcconfig + sourceTree + <group> + + 46EC44B811324E68F3B50B3B3C130204 + + fileRef + 82B238B7640B8C8F00DF3A03F265EC5E + isa + PBXBuildFile + + 471FD4F68E27AB26FA2AEBB8B245CEE4 + + fileRef + D21C6E27269C997EF9B8F333A0A112CE + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 479D3C3ABC54D5CBE60DFF62EBB7612C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beCloseTo.m + path + Expecta/Matchers/EXPMatchers+beCloseTo.m + sourceTree + <group> + + 48B1BBBD61068C932E7A3BA1E0185C01 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beSubclassOf.m + path + Expecta/Matchers/EXPMatchers+beSubclassOf.m + sourceTree + <group> + + 48F34F6D91D321E2A1D10248BCECFCB7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPBlockDefinedMatcher.m + path + Expecta/EXPBlockDefinedMatcher.m + sourceTree + <group> + + 499D1411C352205E3A38BE88B4E03A1A + + buildActionMask + 2147483647 + files + + 775F059D5771456DC08DC5544650290A + 8E65FA35DBE8FC5DD791D1772637CC52 + 18359C98147B5E9CBFDBB349F54C8BE2 + A99BE4C31F44A5DC1A929F4FBEBCFB6A + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 49BB74E28BA2649C1E4786CEE6A1A527 + + fileRef + 72B94E3FBC94CBD056C5787171B0CE9F + isa + PBXBuildFile + + 4A06DE61E6C95B5A94A1983BCE8703E7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-PNGradientView_Example-umbrella.h + sourceTree + <group> + + 4A67601D1283FB9C296BAAF41AC190ED + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Pods-PNGradientView_Tests-umbrella.h + sourceTree + <group> + + 4A88E3ADDF706D395FFDE09FEAD098C9 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beTruthy.h + path + Expecta/Matchers/EXPMatchers+beTruthy.h + sourceTree + <group> + + 4B5D47D6C28AFA3B91BC770E4728E3E5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-PNGradientView_Tests.release.xcconfig + sourceTree + <group> + + 4BBCBB9D8EF0B241A4A4FE4982985481 + + fileRef + 9CF3726362237FCE2E6AB0D080763C0D + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 4C2C923B1B1537C1A8C130BA31F4234A + + isa + PBXTargetDependency + name + Expecta + target + 0D888F29E05E498D0CD91A51D28599A5 + targetProxy + EB5A6DC09B139C0D85AF48F505505CA7 + + 4C3CEB0FEEEE574FCB04355E6B6CCB51 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPExpect.h + path + Expecta/EXPExpect.h + sourceTree + <group> + + 4E00EBA89EDA7D28D20E2492718F1603 + + fileRef + 7A3EA48B5C35E0D2A9F0B67A5D8FAACF + isa + PBXBuildFile + + 4E9BF89D68BCF048FCE182C2DF5DB5F5 + + children + + 2D50E6416775D85A43B30DDEE3ABB55F + 6748728D9A1BF88E1142DF1CCDC5BAE2 + E1BFDE9EA02CBD847013BAC7B1D6FB69 + 037D541C0D5378F179659E016C2F3BAB + + isa + PBXGroup + name + iOS + sourceTree + <group> + + 4EC665DAD6B409FA3CFDEF14F841A6CE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+match.h + path + Expecta/Matchers/EXPMatchers+match.h + sourceTree + <group> + + 4EECC453DACBB3E21C10F9126CF76EC7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SpectaDSL.h + path + Specta/Specta/SpectaDSL.h + sourceTree + <group> + + 4F7BB8E1EF29438657C17A0E0CB6141F + + fileRef + 3DD07CEF2782F478B706FC3B1CAC4903 + isa + PBXBuildFile + + 506C9CBD87F3A281C9B08C88A4D60E96 + + buildActionMask + 2147483647 + files + + 85E4C4DC8D9C4B4D8651D9C059B4CDC1 + 21B54CBFCD48E0B8E4B3EC34B00E6452 + 3856B94C2DDE0D2E4EE78B7E7B296C40 + 8329271371047F27FD273F1F7AF61BD6 + 98AFA0B27D72E0CFF085DC034564E77B + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 50FE1F36776D18A9C2F3CB6C8AEAC206 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beginWith.m + path + Expecta/Matchers/EXPMatchers+beginWith.m + sourceTree + <group> + + 51530B7F144D306CEFB50445615E563E + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + FBSnapshotTestCase.framework + path + FBSnapshotTestCase.framework + sourceTree + BUILT_PRODUCTS_DIR + + 51DDDB0FB4899757CF6A826B531B940D + + fileRef + 95D293DC36896EE86EAC034644BF83CA + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 5313CE6E9AD10AFF7B2157D735D993D7 + + buildActionMask + 2147483647 + files + + F1E3108F4AF8125466B50E2E15321D72 + 4F7BB8E1EF29438657C17A0E0CB6141F + F4E58516B444895CAA6C6360A6D37C8D + 80759058A6C4A0B835986DD9C54DCF46 + 549EE9405C6AE31B35214759A14A8F69 + 79AA19899603DE6F2D8AAA5EDFDDEF34 + 016CFE2C943D14CC45D9F4F7EAF5F83E + 28E8C71D5417EC64603F6E3AF96316EF + 65452ABA5E94B3141DA573763FA6F897 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 53CF2030343089464F39F15E217D5277 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beNil.m + path + Expecta/Matchers/EXPMatchers+beNil.m + sourceTree + <group> + + 5449B76E3213E6E86FD925818A2D0405 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + Pods_PNGradientView_Example.framework + path + Pods_PNGradientView_Example.framework + sourceTree + BUILT_PRODUCTS_DIR + + 549EE9405C6AE31B35214759A14A8F69 + + fileRef + 873A28AE30C6936B59B7B100F1DCD624 + isa + PBXBuildFile + + 54C4B2E656A34E634B7980582362CF2F + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + Expecta.framework + sourceTree + BUILT_PRODUCTS_DIR + + 54E59984743480EFB891B31E8D440D85 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SpectaDSL.m + path + Specta/Specta/SpectaDSL.m + sourceTree + <group> + + 55A0294C7797E91C0BD3DBAE29E2DEB6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPFloatTuple.m + path + Expecta/EXPFloatTuple.m + sourceTree + <group> + + 560C52F5FB82E24644C66FD9443A546B + + baseConfigurationReference + 42B328CEC7346181E31644F9FEE29384 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch + INFOPLIST_FILE + Target Support Files/FBSnapshotTestCase/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/FBSnapshotTestCase/FBSnapshotTestCase.modulemap + MTL_ENABLE_DEBUG_INFO + NO + PRODUCT_NAME + FBSnapshotTestCase + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + 560DDAC898F761F4E68F6361F732BDD2 + + fileRef + 062462B3DDD7DC489144A0161C4D12DB + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 562957229D9AEAA9039CCCF00426D5AE + + fileRef + C6762F06F73B31DA3040003D89BBFC79 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 56511359B6C94ECD53F254579423A8DA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RZDataBinding-prefix.pch + sourceTree + <group> + + 56747E3DA5E681F543D87762AFA76B4A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-PNGradientView_Example-resources.sh + sourceTree + <group> + + 56C34FAC0D223BDD5D009BB247F328CB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+conformTo.h + path + Expecta/Matchers/EXPMatchers+conformTo.h + sourceTree + <group> + + 587B957C1A36729BD855E3E228128EC7 + + children + + DB74A760F0FB587598A61C1BE4F7A5D6 + 08EDE3B9D2144AF2B42CD5A721475912 + ECBF30A0E0758A303DF0825A9678090A + 2E116034FB67A3A9A7A62F93E730883B + E3E6388AD09A8F853D5420B4B29E4B35 + 5B8AD583688A28515E61CEFCC91E5E78 + + isa + PBXGroup + name + Support Files + path + Example/Pods/Target Support Files/PNGradientView + sourceTree + <group> + + 5A18FCBBDB88D0E45DEE3C6C6C2D805B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+raiseWithReason.h + path + Expecta/Matchers/EXPMatchers+raiseWithReason.h + sourceTree + <group> + + 5B2D4A621D3DA971A474776AF36BB073 + + fileRef + 48F34F6D91D321E2A1D10248BCECFCB7 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 5B8AD583688A28515E61CEFCC91E5E78 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PNGradientView-umbrella.h + sourceTree + <group> + + 5CB3A966CABBC2EC6EAC8B367CCBFA08 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 00ADDBCA9E516B429C7877EB5AED2DCE + remoteInfo + Specta + + 5D261B22B84D807DD02F072C55AA787E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 5D49FCCD8BDE08AAB2207C489562D8B8 + + isa + PBXTargetDependency + name + PNGradientView-PNGradientView + target + CE5271B3FF815EE2585901865CD41778 + targetProxy + F27EF34F502FDF671EE2653B58B5BA49 + + 5EA7043FE10E75D02F3C3052AF8B8318 + + fileRef + 36A5D94D0A8A51AFE29BF48B058A824A + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 5EC53BACE831952DB7F63E16BDCC1E24 + + children + + 037F639E08EAE8F96E0A1FF70AFE3E4C + + isa + PBXGroup + name + Development Pods + sourceTree + <group> + + 5F6FC4706E7444375E677294DFEEB5C6 + + fileRef + 2D50E6416775D85A43B30DDEE3ABB55F + isa + PBXBuildFile + + 5F781F6A5FF08AF13010DD5653BD77E7 + + baseConfigurationReference + ECBF30A0E0758A303DF0825A9678090A + buildSettings + + ENABLE_STRICT_OBJC_MSGSEND + YES + PRODUCT_NAME + PNGradientView + SDKROOT + iphoneos + SKIP_INSTALL + YES + WRAPPER_EXTENSION + bundle + + isa + XCBuildConfiguration + name + Release + + 60537EE95D37BD4B83D06371EA26F26F + + fileRef + 279CC76D59BEE172882D022F96A906B0 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 610249954D9E36ED0639D3B5DB4157F3 + + fileRef + 037D541C0D5378F179659E016C2F3BAB + isa + PBXBuildFile + + 613905463BB0D641E4C93417C8CFA5A4 + + fileRef + 86AE51A2BC67F635DB3C984F0EEE4D43 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Private + + + + 61EBB6E8E94C4A1F23CA25CF2F49B19A + + buildActionMask + 2147483647 + files + + 894686B4F56D73EFFC7DFC3607FCE3B1 + FAD03A1D29BFD90BCB7F04B02E6DED36 + E0C14077720B3EA3D3CD9FDE663FA6CA + 07794005619C9529F3F05B5283710891 + 613905463BB0D641E4C93417C8CFA5A4 + 6BBD83E39C1F2D6CC02CB98864CB3AD7 + 7F16975B59754CB8947EB2FC1A86B5A8 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 626458450816BE37BA8E9D78E59E8606 + + isa + PBXTargetDependency + name + RZDataBinding + target + 7E1ACFE19093575ABADD24863D9D660B + targetProxy + 80F71D866CE2DB98350C4D382565F55E + + 6279E9FDCAE8B66E80B7E6C8D7A89367 + + buildActionMask + 2147483647 + files + + 6FB7881D159797A8B19233C7123F876A + 560DDAC898F761F4E68F6361F732BDD2 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 62FC5E3B413804768C4A5E2B6C4101C6 + + buildActionMask + 2147483647 + files + + 60537EE95D37BD4B83D06371EA26F26F + 96EA932B3F397059018EC0F939A3D609 + B19F2E828B200E5A345C39BC1668EFB6 + 27B97EDD517EE1DA44955F63ED7C182F + 562957229D9AEAA9039CCCF00426D5AE + D3A97742CACAE0C69D639B471125E6E6 + 97205ECF01FCEF6C26021D4A6C918B20 + C0F69C93D9F63907FCB1A4C03D372E23 + 2E8E1DB775E98A71556D1D20FE5300F1 + 022DD32C1475CD07C5D35FD04E7B4799 + C1C59177C9631753DCCB9F4EAC705748 + 1B668D9637D2CDD722343444E2B2A6F5 + 99DE2E96B25CA6AAD7F0695223E0B7CE + 385E0C8625F730CB397EBEEAF477AD4D + 98563873177CC5FBDD3458CF844194C9 + E95E9B817C6D9D281C5145EC0409DF01 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 638BBBFBA1C9B0941DD8A1738171F8B5 + + buildActionMask + 2147483647 + files + + 5F6FC4706E7444375E677294DFEEB5C6 + 610249954D9E36ED0639D3B5DB4157F3 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 63AED5664D8D9C2D8AE01763B75DA0E6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Expecta+Snapshots-dummy.m + sourceTree + <group> + + 64C3513A892350BBD7BF505D3EC5DA3F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + XCTestCase+Specta.m + path + Specta/Specta/XCTestCase+Specta.m + sourceTree + <group> + + 65452ABA5E94B3141DA573763FA6F897 + + fileRef + D7AC31FCF74A8A8FD049C375A7940E50 + isa + PBXBuildFile + + 65BC31095CCDFC80CBF6BBA843751F23 + + fileRef + 8C00A8C898120C8C1822701E6BF91A94 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 65E109584575A0731D0851BBE3AA4261 + + baseConfigurationReference + 46B93D41AC93973A428671AD9594158E + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + INFOPLIST_FILE + Target Support Files/Pods-PNGradientView_Tests/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + 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-PNGradientView_Tests/Pods-PNGradientView_Tests.modulemap + MTL_ENABLE_DEBUG_INFO + YES + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PODS_ROOT + $(SRCROOT) + PRODUCT_NAME + Pods_PNGradientView_Tests + SDKROOT + iphoneos + SKIP_INSTALL + YES + SWIFT_OPTIMIZATION_LEVEL + -Onone + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + 66A27898E989A3FA5C15AA671C4536F0 + + fileRef + D14FE8B39827A49C62DDE2D173E6E196 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 66D94D9D1FBB7DCA9B457804F8DD390D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + XCTest+Private.h + path + Specta/Specta/XCTest+Private.h + sourceTree + <group> + + 67459AD239EF669A365519E06B45DCFE + + fileRef + 4C3CEB0FEEEE574FCB04355E6B6CCB51 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 6748728D9A1BF88E1142DF1CCDC5BAE2 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + QuartzCore.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/QuartzCore.framework + sourceTree + DEVELOPER_DIR + + 691E96269133D753B21A9B771AF92AAD + + fileRef + 63AED5664D8D9C2D8AE01763B75DA0E6 + isa + PBXBuildFile + + 6956F774684E0EA1C965A295BA288036 + + children + + 2B042A13A1EE37E0E74DD729A990E5B4 + D946BC48687531D70810734E825DD599 + 9DFBE1CA1325513909D0A197B6BC549C + 87C85E0E53D252C7E0B7832DBB42D819 + 56511359B6C94ECD53F254579423A8DA + 6F1FB8884C61C7EB49FF8EDEA3095E12 + + isa + PBXGroup + name + Support Files + path + ../Target Support Files/RZDataBinding + sourceTree + <group> + + 6A6B589A109CB8550B5FFB16D928F89F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SPTExampleGroup.m + path + Specta/Specta/SPTExampleGroup.m + sourceTree + <group> + + 6B8A84238CE703476738B5C6866A4DE6 + + fileRef + AC488154F8718DCE7A50EC985EC43A02 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 6BBD83E39C1F2D6CC02CB98864CB3AD7 + + fileRef + C60C8C5F083D1C6854CE0D6F6BDC1524 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Private + + + + 6CB0C90E544C355C564DC6CC5B15FAD5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+equal.h + path + Expecta/Matchers/EXPMatchers+equal.h + sourceTree + <group> + + 6CB77B490932903346BDE3154E3E74F9 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 7E1ACFE19093575ABADD24863D9D660B + remoteInfo + RZDataBinding + + 6D29A82C072EB66046F7389452E5DF4E + + fileRef + 2D50E6416775D85A43B30DDEE3ABB55F + isa + PBXBuildFile + + 6D3AD369C7EA5CEF9C51790397D7A9EB + + children + + 3A50B2A09E1F56EDEB9F97AB3C2DD775 + 3DD07CEF2782F478B706FC3B1CAC4903 + D97A46C03AC199D0B56A3BD9D4AA9723 + CAD61E8FA536BA931301E846FD9D46E6 + CE7758BB237486FCA7F0623600BFF6D8 + 9D03E58232ED100D33BA0DE86CDDC2B1 + BCF614FCBFF678D68B4C83BD27E56805 + 734F969F644B48D583C2DB008247C817 + 86AE51A2BC67F635DB3C984F0EEE4D43 + 8BFC8BB27BE0DE772F9421D369205C0E + C60C8C5F083D1C6854CE0D6F6BDC1524 + 1579E333AF49B4C1400E5027520EF206 + EBAA8783469AB3A8AD44FE3BA8472E64 + D7AC31FCF74A8A8FD049C375A7940E50 + + isa + PBXGroup + name + Core + sourceTree + <group> + + 6DC674D1DCC51B214E4BBA0C8812C4FA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beLessThan.h + path + Expecta/Matchers/EXPMatchers+beLessThan.h + sourceTree + <group> + + 6E1D978790705E137FDE439AA68DD3AA + + fileRef + 7230AA9A8D29DECE4D7696C6BEE1D16C + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 6E43ED7519537C58A8C18B3EC10A930E + + children + + 86872D7DB23A97EA699A8F60DF7B085B + B14EA46D1F4F0EBFD9593AD395F5B9E8 + 63AED5664D8D9C2D8AE01763B75DA0E6 + 88551E7CBFE4E45A9184F4B0C69044CE + 38A6A39B64FBF02A6DFF8D2AFEEDB6A3 + 1C9850322262C8D8009BD29087F0B9FC + + isa + PBXGroup + name + Support Files + path + ../Target Support Files/Expecta+Snapshots + sourceTree + <group> + + 6EFC63A5CED45BB39FC79D87F2C47D6B + + fileRef + A3BE47A672BD962122094AEBD36F9277 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 6F1FB8884C61C7EB49FF8EDEA3095E12 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + RZDataBinding-umbrella.h + sourceTree + <group> + + 6F278423C8AE1DA47F35E374BB5B91EC + + fileRef + F4621A410C617EC8DB6B1B361485FD9D + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 6F507E44F90B135145666B63BE235629 + + fileRef + 2E116034FB67A3A9A7A62F93E730883B + isa + PBXBuildFile + + 6FB7881D159797A8B19233C7123F876A + + fileRef + 5B8AD583688A28515E61CEFCC91E5E78 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 70F9CEC358FF8F59CCA169242B3495D4 + + fileRef + D0A317AFC3739FCEFC9C89117435A85C + isa + PBXBuildFile + + 715A769D0BBFB1DBBA3C782E5DD988A7 + + fileRef + 8EF95175D4F19D93909590EA844D29B2 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 7230AA9A8D29DECE4D7696C6BEE1D16C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPFloatTuple.h + path + Expecta/EXPFloatTuple.h + sourceTree + <group> + + 728F4057DF88113ACFB8E6C2F760A009 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPBlockDefinedMatcher.h + path + Expecta/EXPBlockDefinedMatcher.h + sourceTree + <group> + + 72B42A6F62AA0B7C102BCF9403DEDCD2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SPTCompiledExample.m + path + Specta/Specta/SPTCompiledExample.m + sourceTree + <group> + + 72B94E3FBC94CBD056C5787171B0CE9F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-PNGradientView_Tests-dummy.m + sourceTree + <group> + + 731DDA8A2313B5569053EDFFA39009B9 + + buildActionMask + 2147483647 + files + + 691E96269133D753B21A9B771AF92AAD + 8AA2D2D0859851DBB6436478C1F9C783 + A2DE32828E3A20F8E65991C34EC7E368 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 734F969F644B48D583C2DB008247C817 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIApplication+StrictKeyWindow.m + path + FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m + sourceTree + <group> + + 74B8631F0377371FE9EA1171D2CD08AA + + fileRef + EFC150C063D5B6FC032B96ADF3F9B46E + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 7550FF32D3874961479F1AD1C2FBD9ED + + fileRef + EDF19617812BE0FB5849F67859518C9A + isa + PBXBuildFile + + 7643C3FA3DD1A75BDDF5A180B45DD313 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+equal.m + path + Expecta/Matchers/EXPMatchers+equal.m + sourceTree + <group> + + 7648A6A979799F2A0891931515694E87 + + fileRef + 2D50E6416775D85A43B30DDEE3ABB55F + isa + PBXBuildFile + + 76BBC0565C5C40774595BB8518701164 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+haveCountOf.h + path + Expecta/Matchers/EXPMatchers+haveCountOf.h + sourceTree + <group> + + 76CCABE79C04444450153424D7CE1DC1 + + fileRef + D2A9D713AFA53BDCE8F5CD52060BE21B + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 76D337327C10A7555447B69AA1562647 + + fileRef + 04930D59C69AA30D3E3B3F6DA7EB3650 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 76D39D99224BE1A5A57501486C68D0A2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + 76D514410DDA00454990598F46BE8696 + + fileRef + 38A6A39B64FBF02A6DFF8D2AFEEDB6A3 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 775F059D5771456DC08DC5544650290A + + fileRef + 2D50E6416775D85A43B30DDEE3ABB55F + isa + PBXBuildFile + + 7779991AE7140439113703EB5BA5FDFC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + ExpectaObject+FBSnapshotTest.m + sourceTree + <group> + + 79558B1F97ABE4AB8942DC18BEBD4B82 + + fileRef + 392817A4AE0515DAC743F926636CB0AF + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 79AA19899603DE6F2D8AAA5EDFDDEF34 + + fileRef + 734F969F644B48D583C2DB008247C817 + isa + PBXBuildFile + + 7A211860F672261C1522DCDF1FFC9ED0 + + fileRef + 037D541C0D5378F179659E016C2F3BAB + isa + PBXBuildFile + + 7A3EA48B5C35E0D2A9F0B67A5D8FAACF + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SPTTestSuite.m + path + Specta/Specta/SPTTestSuite.m + sourceTree + <group> + + 7B223B4E6EF14BA12DA113F7EE10B96C + + fileRef + A088E6D59E6F71BC71453487302345F8 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 7B2AFED5107134C470EDF3C5111CCD1B + + buildActionMask + 2147483647 + files + + 6D29A82C072EB66046F7389452E5DF4E + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 7DB346D0F39D3F0E887471402A8071AB + + children + + BA6428E9F66FD5A23C0A2E06ED26CD2F + 5EC53BACE831952DB7F63E16BDCC1E24 + 8DFB79E8C3DC2777BC2687CE692E5C51 + E8EB0E594344C3E4416BD5E383F7F932 + D4F60F5FFC5290A3BD3CB0D1CF3C60A5 + 30FD0A86941277CB82D7923C4B66F0F0 + + isa + PBXGroup + sourceTree + <group> + + 7E1ACFE19093575ABADD24863D9D660B + + buildConfigurationList + C7FCAC692E306FF0B0067870E82F052B + buildPhases + + B9701AF3982DD5EEB9FD28AEF452007E + 900E70C12F11F6394036DBE7F6C3DD8C + AA4DA05D2D077F2D2E75073923147083 + + buildRules + + dependencies + + isa + PBXNativeTarget + name + RZDataBinding + productName + RZDataBinding + productReference + 3B62161862E88E737D89F6E13C0D77B5 + productType + com.apple.product-type.framework + + 7EFD25029C28B3EC314F19F44F6B0B13 + + buildActionMask + 2147483647 + files + + 2F9BEC19EAB127EC65FCF3AA2E087702 + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 7F16975B59754CB8947EB2FC1A86B5A8 + + fileRef + EBAA8783469AB3A8AD44FE3BA8472E64 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Private + + + + 7FB1BBC1520754D669C7190D7A0340EC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beFalsy.m + path + Expecta/Matchers/EXPMatchers+beFalsy.m + sourceTree + <group> + + 8001FBAB0E2340AAD284C3DDD529DEE8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SPTExample.h + path + Specta/Specta/SPTExample.h + sourceTree + <group> + + 805E425BBEF7A6133E32E1D30A073010 + + fileRef + 38045CC867363175DC146F2B1C195EAE + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 80759058A6C4A0B835986DD9C54DCF46 + + fileRef + 9D03E58232ED100D33BA0DE86CDDC2B1 + isa + PBXBuildFile + + 80E730B00AD153343F089FB6C344443A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + PNGradientView.m + sourceTree + <group> + + 80F71D866CE2DB98350C4D382565F55E + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 7E1ACFE19093575ABADD24863D9D660B + remoteInfo + RZDataBinding + + 817ACFD1566B6B600C2987269CD2E5CB + + baseConfigurationReference + B14EA46D1F4F0EBFD9593AD395F5B9E8 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/Expecta+Snapshots/Expecta+Snapshots-prefix.pch + INFOPLIST_FILE + Target Support Files/Expecta+Snapshots/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/Expecta+Snapshots/Expecta+Snapshots.modulemap + MTL_ENABLE_DEBUG_INFO + NO + PRODUCT_NAME + Expecta_Snapshots + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + 82B238B7640B8C8F00DF3A03F265EC5E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SPTSpec.m + path + Specta/Specta/SPTSpec.m + sourceTree + <group> + + 82E05444D6EE3E8133AB04B420729C1D + + fileRef + 96BE1741C5AEB866E9D1A7989C1E2C4D + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 8329271371047F27FD273F1F7AF61BD6 + + fileRef + B78DF36ABE79C25BD03490DDD1BD718E + isa + PBXBuildFile + + 837B593D7C1D01B4EA400247309D6AB0 + + fileRef + CC9EC6658F5CE9ED19EC01FCDA5F6163 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 845DA643BAC094D83AA08D33F1BFD783 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + E1E99BE24B4D5E362ECFB6580A5D5A8D + remoteInfo + FBSnapshotTestCase + + 8520FEA8817EC3DACE10B27EEE37AEB0 + + buildConfigurations + + 14517AB91B16B5D797F4374300AFA89F + EF229B5B773CB72AE6A3F61EC5423310 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + 85E31076D5530AEEB45ACF16B2B8A983 + + fileRef + E77F0F240D27876CC4C5EC732702B601 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 85E4C4DC8D9C4B4D8651D9C059B4CDC1 + + fileRef + 54C4B2E656A34E634B7980582362CF2F + isa + PBXBuildFile + + 85EB2F216487CB2E8F3FCCFBC4D69912 + + fileRef + 4A88E3ADDF706D395FFDE09FEAD098C9 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 86872D7DB23A97EA699A8F60DF7B085B + + includeInIndex + 1 + isa + PBXFileReference + path + Expecta+Snapshots.modulemap + sourceTree + <group> + + 868F42091F6340DFB84C0E018FC63F3B + + buildConfigurationList + B5E54BF17044F5A8FFA0CBD7CD6050CF + buildPhases + + DE6F72DA421516A7CE119797A1F1D3D6 + 7B2AFED5107134C470EDF3C5111CCD1B + 1F29444006C74158551B07F9562B31C9 + + buildRules + + dependencies + + FA71DD4EDB12511936EB9E9FF2F81E2B + A5D5722BD19267061F493A0D6229C805 + + isa + PBXNativeTarget + name + Pods-PNGradientView_Example + productName + Pods-PNGradientView_Example + productReference + 5449B76E3213E6E86FD925818A2D0405 + productType + com.apple.product-type.framework + + 86AE51A2BC67F635DB3C984F0EEE4D43 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIImage+Compare.h + path + FBSnapshotTestCase/Categories/UIImage+Compare.h + sourceTree + <group> + + 873A28AE30C6936B59B7B100F1DCD624 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.swift + name + SwiftSupport.swift + path + FBSnapshotTestCase/SwiftSupport.swift + sourceTree + <group> + + 87A0FD462FF9946FE969E0816EFB399A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SPTSharedExampleGroups.h + path + Specta/Specta/SPTSharedExampleGroups.h + sourceTree + <group> + + 87BDCA4257D986FE8375FAC0A6A2A801 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beCloseTo.h + path + Expecta/Matchers/EXPMatchers+beCloseTo.h + sourceTree + <group> + + 87C85E0E53D252C7E0B7832DBB42D819 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + RZDataBinding-dummy.m + sourceTree + <group> + + 87FD5F0F682CDEB6A348CA448889E3EA + + fileRef + FEF232DD4AA45A354321153C2E77B8B4 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 88551E7CBFE4E45A9184F4B0C69044CE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Expecta+Snapshots-prefix.pch + sourceTree + <group> + + 88619608E74E9913DA5C25FD33E20893 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beNil.h + path + Expecta/Matchers/EXPMatchers+beNil.h + sourceTree + <group> + + 889C4625CD2D80CA8D5F12625FC12561 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+contain.m + path + Expecta/Matchers/EXPMatchers+contain.m + sourceTree + <group> + + 894686B4F56D73EFFC7DFC3607FCE3B1 + + fileRef + 3A50B2A09E1F56EDEB9F97AB3C2DD775 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 89BF516BAE1C018E4CD565FA371F2474 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 00ADDBCA9E516B429C7877EB5AED2DCE + remoteInfo + Specta + + 8AA2D2D0859851DBB6436478C1F9C783 + + fileRef + 7779991AE7140439113703EB5BA5FDFC + isa + PBXBuildFile + + 8B02D9FC5FA4F2992F894562829A31E3 + + isa + PBXTargetDependency + name + PNGradientView + target + 9F398D93E5F20E1A9631212C886EDD61 + targetProxy + 9CC1344639688F33CAE4A759E6A87F01 + + 8BFC8BB27BE0DE772F9421D369205C0E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIImage+Compare.m + path + FBSnapshotTestCase/Categories/UIImage+Compare.m + sourceTree + <group> + + 8C00A8C898120C8C1822701E6BF91A94 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatcher.h + path + Expecta/EXPMatcher.h + sourceTree + <group> + + 8C8C1B0D83FE6A4352F15154DB16372C + + fileRef + 42EFCC4DDBB42A0BD859DE810F8EC136 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 8DFB79E8C3DC2777BC2687CE692E5C51 + + children + + 54C4B2E656A34E634B7980582362CF2F + F3A09BC7A4D7544CD6F4AF6C97675B25 + A2063F1EEE58912307F0BC241C9F9E23 + B78DF36ABE79C25BD03490DDD1BD718E + 4E9BF89D68BCF048FCE182C2DF5DB5F5 + + isa + PBXGroup + name + Frameworks + sourceTree + <group> + + 8E65FA35DBE8FC5DD791D1772637CC52 + + fileRef + 6748728D9A1BF88E1142DF1CCDC5BAE2 + isa + PBXBuildFile + + 8EF95175D4F19D93909590EA844D29B2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + RZDataBinding.h + path + RZDataBinding/RZDataBinding.h + sourceTree + <group> + + 8F7CEBE5FBAA85CD2FF254914B7E8913 + + isa + PBXTargetDependency + name + FBSnapshotTestCase + target + E1E99BE24B4D5E362ECFB6580A5D5A8D + targetProxy + FA1D7FFB7E7C0858DBECF798DFFD2FA7 + + 900E70C12F11F6394036DBE7F6C3DD8C + + buildActionMask + 2147483647 + files + + 17E57963F694447E10591D9ED3727190 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 9048AD9B0E9D54ECA220ADEBB0902A2D + + fileRef + 6A6B589A109CB8550B5FFB16D928F89F + isa + PBXBuildFile + + 918E06480F28F27361B19D19432F8538 + + fileRef + FFA5F3B382CC11B2938F2F9E8C170330 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 9319EE222A0EC78C42113166C55720D4 + + fileRef + 80E730B00AD153343F089FB6C344443A + isa + PBXBuildFile + + 931D410B9F8ACB935883DF8C59F9C93E + + fileRef + DC62ED845ED67DA56FCC61CD2F1D25BC + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 94C47C87E397972CE98F75929F3B706C + + fileRef + 9DE5418DEF5C0323688184273374C5FD + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 95D293DC36896EE86EAC034644BF83CA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPUnsupportedObject.h + path + Expecta/EXPUnsupportedObject.h + sourceTree + <group> + + 966427BD32145AD621F074D1691342B8 + + buildActionMask + 2147483647 + files + + 3B5B7495707BF7133B9FB3F834045611 + 5EA7043FE10E75D02F3C3052AF8B8318 + 2F427490ACABC4408D57CC0592276678 + 837B593D7C1D01B4EA400247309D6AB0 + E1EC4532663CA75DE5BD00CB0A56814D + 2E14619153A453BB8DF389FB6EA147BE + AFFC8900E52BBEC72059334132F3A8F3 + 67459AD239EF669A365519E06B45DCFE + 6E1D978790705E137FDE439AA68DD3AA + 65BC31095CCDFC80CBF6BBA843751F23 + 8C8C1B0D83FE6A4352F15154DB16372C + AF1F46668D4591602887998C6E9C10AD + F41209A94070904A00BDF24ACB6336B6 + FD2D4497BC41412128C2D87C1BDE7398 + 6EFC63A5CED45BB39FC79D87F2C47D6B + 372F7A9CCE59CE86316CF436F832A3FC + E0AAF49134A0505DF00E20E7B62087E1 + 34B6E9A30603BEBBD87BA535B7D384CA + 131532787AD40BE1F35DF288D2E6FFD7 + 79558B1F97ABE4AB8942DC18BEBD4B82 + 0D16B556212D317A0D4FEB71E102E207 + 37A2D0F8493469EF2495FC689440F079 + E735386085CE344F6A01178CF4763852 + 397B320B7C59C168CC5B62E18ED8DEA0 + 76CCABE79C04444450153424D7CE1DC1 + 85EB2F216487CB2E8F3FCCFBC4D69912 + F0DDF02A078B917997FF025BB33BB842 + 3C2700C7DAA15C6AF84A595865C42F4D + 1A1AB2EC52323C5EA28DAA99F1E1A90D + 0F94F5B0ABB3252B9275B7C129EC7A26 + F75CB2A727F678C9A848A3A11EA7979B + 2916A0606136A9DC67F2463AB230868B + 9B2E761A064459F77EA9870BEF03ACC3 + 46137F5CC368BF38BAF0D0AF81DD8FFE + 11C1AEB289C1EB80089349B71F09D04B + 260BC7EED9289AF321A6F791964CE472 + 85E31076D5530AEEB45ACF16B2B8A983 + 51DDDB0FB4899757CF6A826B531B940D + 7B223B4E6EF14BA12DA113F7EE10B96C + 471FD4F68E27AB26FA2AEBB8B245CEE4 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + 96BE1741C5AEB866E9D1A7989C1E2C4D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + EXPMatchers+FBSnapshotTest.h + sourceTree + <group> + + 96EA932B3F397059018EC0F939A3D609 + + fileRef + 01873CFE34309AAAAF28A31DB52BD09A + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 97205ECF01FCEF6C26021D4A6C918B20 + + fileRef + BAA25B3E7CF776FBF894BB73023838CB + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 98563873177CC5FBDD3458CF844194C9 + + fileRef + 66D94D9D1FBB7DCA9B457804F8DD390D + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 988DAFA0739C2B2719A0FC051821C87D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + Expecta.h + path + Expecta/Expecta.h + sourceTree + <group> + + 98AFA0B27D72E0CFF085DC034564E77B + + fileRef + 037D541C0D5378F179659E016C2F3BAB + isa + PBXBuildFile + + 99160913B0FFEAE6274B3CC52AEBB2FA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-PNGradientView_Example-frameworks.sh + sourceTree + <group> + + 99DE2E96B25CA6AAD7F0695223E0B7CE + + fileRef + C4CF969C14B0E8DB86ABE5E9A054AF2F + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 9A09AEF3FEB6B69CB13D43F044042034 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPDoubleTuple.h + path + Expecta/EXPDoubleTuple.h + sourceTree + <group> + + 9AFEFD8CFF89BBC46A9DD47628D08346 + + children + + 386C253C650160ED4699D5BEBEB3B564 + 42B328CEC7346181E31644F9FEE29384 + DBDB166052E76B6849D894124A44C351 + C266820DBDFDF647D6DD54F6D1DD7D95 + 5D261B22B84D807DD02F072C55AA787E + + isa + PBXGroup + name + Support Files + path + ../Target Support Files/FBSnapshotTestCase + sourceTree + <group> + + 9B14AC2850473B800485A629A6815D56 + + baseConfigurationReference + ECBF30A0E0758A303DF0825A9678090A + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/PNGradientView/PNGradientView-prefix.pch + INFOPLIST_FILE + Target Support Files/PNGradientView/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/PNGradientView/PNGradientView.modulemap + MTL_ENABLE_DEBUG_INFO + NO + PRODUCT_NAME + PNGradientView + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + 9B2E761A064459F77EA9870BEF03ACC3 + + fileRef + 1AA847ED31F2AB3223244734BFE4E156 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + 9BB9159FBA757600D3D4C0FF645F3911 + + fileRef + 3E48646D0D15EF731900C2182D058617 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + 9C806D2A356DEC362018F1B5CCC8412F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+respondTo.m + path + Expecta/Matchers/EXPMatchers+respondTo.m + sourceTree + <group> + + 9CC1344639688F33CAE4A759E6A87F01 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 9F398D93E5F20E1A9631212C886EDD61 + remoteInfo + PNGradientView + + 9CF3726362237FCE2E6AB0D080763C0D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + ExpectaSupport.m + path + Expecta/ExpectaSupport.m + sourceTree + <group> + + 9D03E58232ED100D33BA0DE86CDDC2B1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + FBSnapshotTestController.m + path + FBSnapshotTestCase/FBSnapshotTestController.m + sourceTree + <group> + + 9DE5418DEF5C0323688184273374C5FD + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + ExpectaObject.m + path + Expecta/ExpectaObject.m + sourceTree + <group> + + 9DFBE1CA1325513909D0A197B6BC549C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + RZDataBinding.xcconfig + sourceTree + <group> + + 9ED2F5400AAC63092ABD0659DB9A1ADE + + fileRef + 2D50E6416775D85A43B30DDEE3ABB55F + isa + PBXBuildFile + + 9F398D93E5F20E1A9631212C886EDD61 + + buildConfigurationList + B27B8B5994180DE44AA4FCE5B0A7D719 + buildPhases + + 2D725F9D4129A17B71135C0AC2D0DFCE + A00F59E84AD89E64302531A6FD0FB9A6 + 7EFD25029C28B3EC314F19F44F6B0B13 + 6279E9FDCAE8B66E80B7E6C8D7A89367 + + buildRules + + dependencies + + 5D49FCCD8BDE08AAB2207C489562D8B8 + FDB0B094BAAA09536CB5A839A3E5C808 + + isa + PBXNativeTarget + name + PNGradientView + productName + PNGradientView + productReference + EA6009FCFEF790C492D1934B4E95475B + productType + com.apple.product-type.framework + + A00F59E84AD89E64302531A6FD0FB9A6 + + buildActionMask + 2147483647 + files + + 9ED2F5400AAC63092ABD0659DB9A1ADE + 0F3DF8A7BAA985F0132515EB6A4B6443 + A628F9A3CD89432488A29DA818234636 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + A088E6D59E6F71BC71453487302345F8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSObject+Expecta.h + path + Expecta/NSObject+Expecta.h + sourceTree + <group> + + A19568E1F8B598A5364802768E172A2E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+conformTo.m + path + Expecta/Matchers/EXPMatchers+conformTo.m + sourceTree + <group> + + A2063F1EEE58912307F0BC241C9F9E23 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + RZDataBinding.framework + sourceTree + BUILT_PRODUCTS_DIR + + A2540F2F30D0D24D1BECFC5FA799995B + + fileRef + 1CF8519473809A9509BFFF5E1051AED2 + isa + PBXBuildFile + + A2DE32828E3A20F8E65991C34EC7E368 + + fileRef + E81277F5DA0DF0D97BE2402159C14B0F + isa + PBXBuildFile + + A39632D6266EEBA2A3191F8E4AC51F0F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + ExpectaSupport.h + path + Expecta/ExpectaSupport.h + sourceTree + <group> + + A3BE47A672BD962122094AEBD36F9277 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beGreaterThan.h + path + Expecta/Matchers/EXPMatchers+beGreaterThan.h + sourceTree + <group> + + A40BD63BA2BF1E89CAE511B5324024F4 + + baseConfigurationReference + 42B328CEC7346181E31644F9FEE29384 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase-prefix.pch + INFOPLIST_FILE + Target Support Files/FBSnapshotTestCase/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/FBSnapshotTestCase/FBSnapshotTestCase.modulemap + MTL_ENABLE_DEBUG_INFO + YES + PRODUCT_NAME + FBSnapshotTestCase + SDKROOT + iphoneos + SKIP_INSTALL + YES + SWIFT_OPTIMIZATION_LEVEL + -Onone + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + A42FC4655928CCFEC968422744E1F4B7 + + baseConfigurationReference + ECBF30A0E0758A303DF0825A9678090A + buildSettings + + ENABLE_STRICT_OBJC_MSGSEND + YES + PRODUCT_NAME + PNGradientView + SDKROOT + iphoneos + SKIP_INSTALL + YES + WRAPPER_EXTENSION + bundle + + isa + XCBuildConfiguration + name + Debug + + A509494B4DD3B33355778BD22054DE34 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + path + Pods-PNGradientView_Tests-acknowledgements.markdown + sourceTree + <group> + + A5D5722BD19267061F493A0D6229C805 + + isa + PBXTargetDependency + name + RZDataBinding + target + 7E1ACFE19093575ABADD24863D9D660B + targetProxy + 39D6C74F5D1F36A2EB2F7A383ED43A8D + + A628F9A3CD89432488A29DA818234636 + + fileRef + A2063F1EEE58912307F0BC241C9F9E23 + isa + PBXBuildFile + + A70CDAD61F90AC503C7D04CC22DA2923 + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES + CLANG_WARN_UNREACHABLE_CODE + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_DYNAMIC_NO_PIC + NO + GCC_OPTIMIZATION_LEVEL + 0 + GCC_PREPROCESSOR_DEFINITIONS + + DEBUG=1 + $(inherited) + + GCC_SYMBOLS_PRIVATE_EXTERN + NO + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + ONLY_ACTIVE_ARCH + YES + STRIP_INSTALLED_PRODUCT + NO + SYMROOT + ${SRCROOT}/../build + + isa + XCBuildConfiguration + name + Debug + + A7F012BCB939C8F9A73C14D7889E1701 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+endWith.h + path + Expecta/Matchers/EXPMatchers+endWith.h + sourceTree + <group> + + A89D221627838193B7F09EA836832E5E + + fileRef + B8ACD0C72B19969F16B552951F355D3B + isa + PBXBuildFile + + A917835FF4AD72BE45F27D7276CED453 + + children + + 291837BF938D4F308CC1F911F2CD799A + + isa + PBXGroup + name + Pod + path + Pod + sourceTree + <group> + + A99BE4C31F44A5DC1A929F4FBEBCFB6A + + fileRef + 037D541C0D5378F179659E016C2F3BAB + isa + PBXBuildFile + + A9FF6FE464F0059F148D6F1AF52DBCD8 + + isa + PBXTargetDependency + name + Specta + target + 00ADDBCA9E516B429C7877EB5AED2DCE + targetProxy + 5CB3A966CABBC2EC6EAC8B367CCBFA08 + + AA4DA05D2D077F2D2E75073923147083 + + buildActionMask + 2147483647 + files + + D4BF144CEE0D8AAAD06BAB2757F4A8E0 + 2AD30AF84C2C904D8A9AACA8C3871B51 + 715A769D0BBFB1DBBA3C782E5DD988A7 + 40F8D05AD25311F5A4427C4CA27CE212 + 74B8631F0377371FE9EA1171D2CD08AA + 28D418A3D511D02F5FB9C8B6365817D3 + + isa + PBXHeadersBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + AC488154F8718DCE7A50EC985EC43A02 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + ExpectaObject+FBSnapshotTest.h + sourceTree + <group> + + AD4C10C322A7D9C5FB4B879DB8F9AEB2 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SPTSharedExampleGroups.m + path + Specta/Specta/SPTSharedExampleGroups.m + sourceTree + <group> + + AE8375A407841469D878CD286D91158B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + XCTestCase+Specta.h + path + Specta/Specta/XCTestCase+Specta.h + sourceTree + <group> + + AF1F46668D4591602887998C6E9C10AD + + fileRef + 87BDCA4257D986FE8375FAC0A6A2A801 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + AF5A435B84602B3132205C0CE2AF640C + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + Specta.framework + path + Specta.framework + sourceTree + BUILT_PRODUCTS_DIR + + AF849270953BBB09833F7FA18A4C7224 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-PNGradientView_Example.release.xcconfig + sourceTree + <group> + + AFFC8900E52BBEC72059334132F3A8F3 + + fileRef + A39632D6266EEBA2A3191F8E4AC51F0F + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + B0DF074BDBE91FD1418D4A212CF90BEE + + includeInIndex + 1 + isa + PBXFileReference + path + Expecta.modulemap + sourceTree + <group> + + B14EA46D1F4F0EBFD9593AD395F5B9E8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Expecta+Snapshots.xcconfig + sourceTree + <group> + + B19F2E828B200E5A345C39BC1668EFB6 + + fileRef + 4EECC453DACBB3E21C10F9126CF76EC7 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + B1BCF571448A72D8CC68961C07AB6C84 + + buildActionMask + 2147483647 + files + + 49BB74E28BA2649C1E4786CEE6A1A527 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + B239BD93C67DE976C7F3A1AD982A0A58 + + buildActionMask + 2147483647 + files + + 5B2D4A621D3DA971A474776AF36BB073 + BC55C8365AEFF8217F6A567607754854 + 204D694B03BFF3B244A6AB73FACFFC43 + 94C47C87E397972CE98F75929F3B706C + 4BBCBB9D8EF0B241A4A4FE4982985481 + 805E425BBEF7A6133E32E1D30A073010 + CE3F4ECBB0BC095577D66AE50C8E604C + 201BF9C605852822CA5A65ADE282A310 + BA12B131F10BCE3BE6E9A02FC908FE9D + 17572374B2AE183C6347C41E8DF8E579 + F12D57414A73406831CC032A7170DBFF + 1312A7D381C51428CF481E33E3D37901 + 1B0389CD88AA949B34DC7269030FEC6F + 66A27898E989A3FA5C15AA671C4536F0 + 76D337327C10A7555447B69AA1562647 + 9BB9159FBA757600D3D4C0FF645F3911 + 87FD5F0F682CDEB6A348CA448889E3EA + 0EBFA5FBE4953A83B677CE2A75746761 + D83677C54D2226C67886A525B0B46FBE + 2C0A8737FDB9B9C6A6BDF437FD11334C + BEFFE9FFE52E9A0833A7D2D8FB67EB4D + 6F278423C8AE1DA47F35E374BB5B91EC + 0C6FF91EB1F0391ED75DC72D31D159EF + DB30F82FB1BE083D9471B965FB500CA2 + FC20596ABFE14A61F171A29FD03275E7 + 918E06480F28F27361B19D19432F8538 + 1AB3304B6884F626BC54150AC7565E18 + 403292D82DA62291204BF59524BC4EDB + FC45858927D3B6A0F922C4B697B04A38 + 931D410B9F8ACB935883DF8C59F9C93E + 2CFE2898496C1C7096DB8DA43AF19103 + FE8E34356D24F6759A8B010ED2F5707B + E0A077DFB064B79685B810CCEFB2F1EF + EF6497EE123F6BC0C1B09717437C5908 + B84431CF8C64F363A334AA7089F6C134 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + B272DA5DEE719DB3681165D37BBE8541 + + children + + CCEFDD2E93D00D4EDE1E752548916942 + 300CB946E636AE9E9D86E540F16F6895 + C45A4AE71B8245455CF93A36734BEE5E + B8932552C17B2225A286529E7D12AA7A + BB64810F1D61501B7A77AF64991DB395 + 279CC76D59BEE172882D022F96A906B0 + + isa + PBXGroup + name + Support Files + path + ../Target Support Files/Specta + sourceTree + <group> + + B27B8B5994180DE44AA4FCE5B0A7D719 + + buildConfigurations + + D6DD090E6A0E2FA3580D31297F1618D9 + 9B14AC2850473B800485A629A6815D56 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + B521122454D9FFFFC9F68E5C9B477898 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SPTGlobalBeforeAfterEach.h + path + Specta/Specta/SPTGlobalBeforeAfterEach.h + sourceTree + <group> + + B5522B4C786061CA9DFC8A4198028552 + + buildConfigurationList + 315651862B1A4D3486C4BEB578330525 + buildPhases + + 731DDA8A2313B5569053EDFFA39009B9 + 506C9CBD87F3A281C9B08C88A4D60E96 + 005D82263C7AFBCB593EAB7F0F29C2CD + + buildRules + + dependencies + + 3CE47127EC1729530DF6892DAC98E263 + D6FC6CE27EE2216BF4704E0827DFBEBE + 0B4B337A09E4D2CA2372028AF3A23F71 + + isa + PBXNativeTarget + name + Expecta+Snapshots + productName + Expecta+Snapshots + productReference + 3395E0ACD45498D5F7BC1BD6F6716E27 + productType + com.apple.product-type.framework + + B5E54BF17044F5A8FFA0CBD7CD6050CF + + buildConfigurations + + 2996154D7CFFD505CB9EE11015BB7374 + E28FB20F3DC903EBBD54B481692DE9DB + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + B6379B32A3E6CB318BDB2432780ECFC5 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + RZDBTransforms.m + path + RZDataBinding/RZDBTransforms.m + sourceTree + <group> + + B77B6D1EFEE9D887B208462CCC764C76 + + children + + C36BBB59EC354208092A0D7D285527F6 + 24AA7E70775A5370502D94A050EE27DE + 8EF95175D4F19D93909590EA844D29B2 + CE7332BD6E4CEAE730282E28802FC04E + B8ACD0C72B19969F16B552951F355D3B + EFC150C063D5B6FC032B96ADF3F9B46E + 325525E1451738818246C106A8DD2F8E + B6379B32A3E6CB318BDB2432780ECFC5 + 6956F774684E0EA1C965A295BA288036 + + isa + PBXGroup + name + RZDataBinding + path + RZDataBinding + sourceTree + <group> + + B78DF36ABE79C25BD03490DDD1BD718E + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + Specta.framework + sourceTree + BUILT_PRODUCTS_DIR + + B84431CF8C64F363A334AA7089F6C134 + + fileRef + DE7C61CF6AA4301DE3B84667A46E3CDB + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + B8932552C17B2225A286529E7D12AA7A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Specta-dummy.m + sourceTree + <group> + + B8ACD0C72B19969F16B552951F355D3B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + RZDBCoalesce.m + path + RZDataBinding/RZDBCoalesce.m + sourceTree + <group> + + B9701AF3982DD5EEB9FD28AEF452007E + + buildActionMask + 2147483647 + files + + CA2068700AE067369E2255C796B68A56 + ED761B330B766A808AC5ECDC1056765B + A89D221627838193B7F09EA836832E5E + F7C763D06E514252C480D4CE37C79B73 + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + BA036198F9A15DD1489993252B2FB2D7 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beSubclassOf.h + path + Expecta/Matchers/EXPMatchers+beSubclassOf.h + sourceTree + <group> + + BA12B131F10BCE3BE6E9A02FC908FE9D + + fileRef + 479D3C3ABC54D5CBE60DFF62EBB7612C + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + BA6428E9F66FD5A23C0A2E06ED26CD2F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + name + Podfile + path + ../Podfile + sourceTree + SOURCE_ROOT + xcLanguageSpecificationIdentifier + xcode.lang.ruby + + BAA25B3E7CF776FBF894BB73023838CB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SPTCompiledExample.h + path + Specta/Specta/SPTCompiledExample.h + sourceTree + <group> + + BB207ED5B205B52D7297AA961B476DEE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + BB64810F1D61501B7A77AF64991DB395 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Specta-prefix.pch + sourceTree + <group> + + BBE0A2ECBAA774C1C7D29AE240464D7C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beIdenticalTo.h + path + Expecta/Matchers/EXPMatchers+beIdenticalTo.h + sourceTree + <group> + + BC55C8365AEFF8217F6A567607754854 + + fileRef + D974A0DD6DFD0719BAB02E9940CECACF + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + BCF614FCBFF678D68B4C83BD27E56805 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIApplication+StrictKeyWindow.h + path + FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h + sourceTree + <group> + + BEFFE9FFE52E9A0833A7D2D8FB67EB4D + + fileRef + 48B1BBBD61068C932E7A3BA1E0185C01 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + BF4A8EAAD9A05737302770ADC1037EDF + + isa + PBXTargetDependency + name + Expecta+Snapshots + target + B5522B4C786061CA9DFC8A4198028552 + targetProxy + BF6D4CF368045FEFCE0929BA70969F00 + + BF6D4CF368045FEFCE0929BA70969F00 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + B5522B4C786061CA9DFC8A4198028552 + remoteInfo + Expecta+Snapshots + + BF72CD3A09DE9752F3613032CFE11797 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Pods-PNGradientView_Example.debug.xcconfig + sourceTree + <group> + + C0F69C93D9F63907FCB1A4C03D372E23 + + fileRef + 8001FBAB0E2340AAD284C3DDD529DEE8 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + C1C59177C9631753DCCB9F4EAC705748 + + fileRef + B521122454D9FFFFC9F68E5C9B477898 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + C266820DBDFDF647D6DD54F6D1DD7D95 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + FBSnapshotTestCase-prefix.pch + sourceTree + <group> + + C36BBB59EC354208092A0D7D285527F6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSObject+RZDataBinding.h + path + RZDataBinding/NSObject+RZDataBinding.h + sourceTree + <group> + + C45A4AE71B8245455CF93A36734BEE5E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + Specta.xcconfig + sourceTree + <group> + + C4CF969C14B0E8DB86ABE5E9A054AF2F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SPTSpec.h + path + Specta/Specta/SPTSpec.h + sourceTree + <group> + + C501F19F11488D6131C19A5D56E4586C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beLessThanOrEqualTo.m + path + Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.m + sourceTree + <group> + + C60C8C5F083D1C6854CE0D6F6BDC1524 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIImage+Diff.h + path + FBSnapshotTestCase/Categories/UIImage+Diff.h + sourceTree + <group> + + C62A6256F94D03E6F1E0153381136B54 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+raiseWithReason.m + path + Expecta/Matchers/EXPMatchers+raiseWithReason.m + sourceTree + <group> + + C6762F06F73B31DA3040003D89BBFC79 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SpectaUtility.h + path + Specta/Specta/SpectaUtility.h + sourceTree + <group> + + C7FCAC692E306FF0B0067870E82F052B + + buildConfigurations + + E0483D97F920DD40810B696D7331D2E3 + 15A0A5593519FA83C32825B89956DAB3 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + C9919DB06E4A52C9C6BC00FB424DBA7E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beGreaterThanOrEqualTo.h + path + Expecta/Matchers/EXPMatchers+beGreaterThanOrEqualTo.h + sourceTree + <group> + + CA2068700AE067369E2255C796B68A56 + + fileRef + 24AA7E70775A5370502D94A050EE27DE + isa + PBXBuildFile + + CA4DA74276B3B6E482838C3C42E0FC22 + + children + + 873A28AE30C6936B59B7B100F1DCD624 + + isa + PBXGroup + name + SwiftSupport + sourceTree + <group> + + CAD61E8FA536BA931301E846FD9D46E6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + FBSnapshotTestCasePlatform.m + path + FBSnapshotTestCase/FBSnapshotTestCasePlatform.m + sourceTree + <group> + + CC9EC6658F5CE9ED19EC01FCDA5F6163 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Expecta-umbrella.h + sourceTree + <group> + + CCEFDD2E93D00D4EDE1E752548916942 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + CE142D5F6C043AC1DCF3E21B39FBE6B7 + + includeInIndex + 1 + isa + PBXFileReference + path + Pods-PNGradientView_Tests.modulemap + sourceTree + <group> + + CE3F4ECBB0BC095577D66AE50C8E604C + + fileRef + 55A0294C7797E91C0BD3DBAE29E2DEB6 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + CE5271B3FF815EE2585901865CD41778 + + buildConfigurationList + 37FD0B1974BB14976A15296385F4C577 + buildPhases + + 0CD3AD3C14D30AF7940368AD3BA14668 + E85C42CCFA30F17333473AE4655C14E3 + F3CE1EE20AFF5C9E711A92C01D62946C + + buildRules + + dependencies + + isa + PBXNativeTarget + name + PNGradientView-PNGradientView + productName + PNGradientView-PNGradientView + productReference + F16A5721672D2454183201B43543AEFA + productType + com.apple.product-type.bundle + + CE7332BD6E4CEAE730282E28802FC04E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + RZDBCoalesce.h + path + RZDataBinding/RZDBCoalesce.h + sourceTree + <group> + + CE7758BB237486FCA7F0623600BFF6D8 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + FBSnapshotTestController.h + path + FBSnapshotTestCase/FBSnapshotTestController.h + sourceTree + <group> + + D0A317AFC3739FCEFC9C89117435A85C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + SPTCallSite.m + path + Specta/Specta/SPTCallSite.m + sourceTree + <group> + + D14FE8B39827A49C62DDE2D173E6E196 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beIdenticalTo.m + path + Expecta/Matchers/EXPMatchers+beIdenticalTo.m + sourceTree + <group> + + D21C6E27269C997EF9B8F333A0A112CE + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + NSValue+Expecta.h + path + Expecta/NSValue+Expecta.h + sourceTree + <group> + + D2A9D713AFA53BDCE8F5CD52060BE21B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beSupersetOf.h + path + Expecta/Matchers/EXPMatchers+beSupersetOf.h + sourceTree + <group> + + D386F3E324B8DD696C78BCC39BA9250E + + children + + AC488154F8718DCE7A50EC985EC43A02 + 7779991AE7140439113703EB5BA5FDFC + 96BE1741C5AEB866E9D1A7989C1E2C4D + E81277F5DA0DF0D97BE2402159C14B0F + 6E43ED7519537C58A8C18B3EC10A930E + + isa + PBXGroup + name + Expecta+Snapshots + path + Expecta+Snapshots + sourceTree + <group> + + D3A97742CACAE0C69D639B471125E6E6 + + fileRef + EA81E33B116E532624D2E5CD7AEE372C + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + D41D8CD98F00B204E9800998ECF8427E + + attributes + + LastSwiftUpdateCheck + 0700 + LastUpgradeCheck + 0700 + + buildConfigurationList + 2D8E8EC45A3A1A1D94AE762CB5028504 + compatibilityVersion + Xcode 3.2 + developmentRegion + English + hasScannedForEncodings + 0 + isa + PBXProject + knownRegions + + en + + mainGroup + 7DB346D0F39D3F0E887471402A8071AB + productRefGroup + D4F60F5FFC5290A3BD3CB0D1CF3C60A5 + projectDirPath + + projectReferences + + projectRoot + + targets + + 0D888F29E05E498D0CD91A51D28599A5 + B5522B4C786061CA9DFC8A4198028552 + E1E99BE24B4D5E362ECFB6580A5D5A8D + 9F398D93E5F20E1A9631212C886EDD61 + CE5271B3FF815EE2585901865CD41778 + 868F42091F6340DFB84C0E018FC63F3B + 0B99C8D5A873496DE4086F03AF29071A + 7E1ACFE19093575ABADD24863D9D660B + 00ADDBCA9E516B429C7877EB5AED2DCE + + + D4BF144CEE0D8AAAD06BAB2757F4A8E0 + + fileRef + C36BBB59EC354208092A0D7D285527F6 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + D4F60F5FFC5290A3BD3CB0D1CF3C60A5 + + children + + 3CABB0742E358F7F80F9831E88290505 + 3395E0ACD45498D5F7BC1BD6F6716E27 + 51530B7F144D306CEFB50445615E563E + F16A5721672D2454183201B43543AEFA + EA6009FCFEF790C492D1934B4E95475B + 5449B76E3213E6E86FD925818A2D0405 + EC26AA22730CD45DE43EC4BA1FBA383C + 3B62161862E88E737D89F6E13C0D77B5 + AF5A435B84602B3132205C0CE2AF640C + + isa + PBXGroup + name + Products + sourceTree + <group> + + D50AC272A7495F6A9F2646BAB41E268B + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers+beLessThanOrEqualTo.h + path + Expecta/Matchers/EXPMatchers+beLessThanOrEqualTo.h + sourceTree + <group> + + D6DD090E6A0E2FA3580D31297F1618D9 + + baseConfigurationReference + ECBF30A0E0758A303DF0825A9678090A + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/PNGradientView/PNGradientView-prefix.pch + INFOPLIST_FILE + Target Support Files/PNGradientView/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/PNGradientView/PNGradientView.modulemap + MTL_ENABLE_DEBUG_INFO + YES + PRODUCT_NAME + PNGradientView + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + D6FC6CE27EE2216BF4704E0827DFBEBE + + isa + PBXTargetDependency + name + FBSnapshotTestCase + target + E1E99BE24B4D5E362ECFB6580A5D5A8D + targetProxy + 845DA643BAC094D83AA08D33F1BFD783 + + D7AC31FCF74A8A8FD049C375A7940E50 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + UIImage+Snapshot.m + path + FBSnapshotTestCase/Categories/UIImage+Snapshot.m + sourceTree + <group> + + D83677C54D2226C67886A525B0B46FBE + + fileRef + C501F19F11488D6131C19A5D56E4586C + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + D946BC48687531D70810734E825DD599 + + includeInIndex + 1 + isa + PBXFileReference + path + RZDataBinding.modulemap + sourceTree + <group> + + D95ABB670BF106714613BF606E7FF6DC + + baseConfigurationReference + 444ED24D03F6D703FB9F50E10E46AF77 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/Expecta/Expecta-prefix.pch + INFOPLIST_FILE + Target Support Files/Expecta/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/Expecta/Expecta.modulemap + MTL_ENABLE_DEBUG_INFO + YES + PRODUCT_NAME + Expecta + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + D974A0DD6DFD0719BAB02E9940CECACF + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPDoubleTuple.m + path + Expecta/EXPDoubleTuple.m + sourceTree + <group> + + D97A46C03AC199D0B56A3BD9D4AA9723 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + FBSnapshotTestCasePlatform.h + path + FBSnapshotTestCase/FBSnapshotTestCasePlatform.h + sourceTree + <group> + + D9D9F52BC6BE0344E53A83433CE5C963 + + baseConfigurationReference + 444ED24D03F6D703FB9F50E10E46AF77 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/Expecta/Expecta-prefix.pch + INFOPLIST_FILE + Target Support Files/Expecta/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/Expecta/Expecta.modulemap + MTL_ENABLE_DEBUG_INFO + NO + PRODUCT_NAME + Expecta + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + DAC36097C789000F270A99687C84DF5C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+match.m + path + Expecta/Matchers/EXPMatchers+match.m + sourceTree + <group> + + DAC415C82A12FB4A460823253C34C25B + + children + + 6D3AD369C7EA5CEF9C51790397D7A9EB + 9AFEFD8CFF89BBC46A9DD47628D08346 + CA4DA74276B3B6E482838C3C42E0FC22 + + isa + PBXGroup + name + FBSnapshotTestCase + path + FBSnapshotTestCase + sourceTree + <group> + + DB30F82FB1BE083D9471B965FB500CA2 + + fileRef + A19568E1F8B598A5364802768E172A2E + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + DB74A760F0FB587598A61C1BE4F7A5D6 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Info.plist + sourceTree + <group> + + DBDB166052E76B6849D894124A44C351 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + FBSnapshotTestCase-dummy.m + sourceTree + <group> + + DC468A153D65FE7F2613C4D355AE5F32 + + children + + BB207ED5B205B52D7297AA961B476DEE + 27912CEB4C7D03557544DF6AF692561D + E9A5D9A78A30B0786179BEB41A473EF1 + DE9ABC0CB169CCFB5400F73229FAC1CA + EDF19617812BE0FB5849F67859518C9A + 99160913B0FFEAE6274B3CC52AEBB2FA + 56747E3DA5E681F543D87762AFA76B4A + 4A06DE61E6C95B5A94A1983BCE8703E7 + BF72CD3A09DE9752F3613032CFE11797 + AF849270953BBB09833F7FA18A4C7224 + + isa + PBXGroup + name + Pods-PNGradientView_Example + path + Target Support Files/Pods-PNGradientView_Example + sourceTree + <group> + + DC61702A42844E4ED762A73E8893436B + + buildConfigurations + + D95ABB670BF106714613BF606E7FF6DC + D9D9F52BC6BE0344E53A83433CE5C963 + + defaultConfigurationIsVisible + 0 + defaultConfigurationName + Release + isa + XCConfigurationList + + DC62ED845ED67DA56FCC61CD2F1D25BC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+postNotification.m + path + Expecta/Matchers/EXPMatchers+postNotification.m + sourceTree + <group> + + DD0ED2BB903F3B46CF1EF7645E711951 + + baseConfigurationReference + 4B5D47D6C28AFA3B91BC770E4728E3E5 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + INFOPLIST_FILE + Target Support Files/Pods-PNGradientView_Tests/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + 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-PNGradientView_Tests/Pods-PNGradientView_Tests.modulemap + MTL_ENABLE_DEBUG_INFO + NO + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PODS_ROOT + $(SRCROOT) + PRODUCT_NAME + Pods_PNGradientView_Tests + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + DD674CE28CE2C5E9F538461C76AB6BD9 + + fileRef + 64C3513A892350BBD7BF505D3EC5DA3F + isa + PBXBuildFile + + DE6F72DA421516A7CE119797A1F1D3D6 + + buildActionMask + 2147483647 + files + + 7550FF32D3874961479F1AD1C2FBD9ED + + isa + PBXSourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + DE7C61CF6AA4301DE3B84667A46E3CDB + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + NSValue+Expecta.m + path + Expecta/NSValue+Expecta.m + sourceTree + <group> + + DE9ABC0CB169CCFB5400F73229FAC1CA + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.plist.xml + path + Pods-PNGradientView_Example-acknowledgements.plist + sourceTree + <group> + + E0483D97F920DD40810B696D7331D2E3 + + baseConfigurationReference + 9DFBE1CA1325513909D0A197B6BC549C + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/RZDataBinding/RZDataBinding-prefix.pch + INFOPLIST_FILE + Target Support Files/RZDataBinding/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/RZDataBinding/RZDataBinding.modulemap + MTL_ENABLE_DEBUG_INFO + YES + PRODUCT_NAME + RZDataBinding + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Debug + + E0A077DFB064B79685B810CCEFB2F1EF + + fileRef + 9C806D2A356DEC362018F1B5CCC8412F + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + E0AAF49134A0505DF00E20E7B62087E1 + + fileRef + BBE0A2ECBAA774C1C7D29AE240464D7C + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + E0C14077720B3EA3D3CD9FDE663FA6CA + + fileRef + CE7758BB237486FCA7F0623600BFF6D8 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + E134D1A8F4A30AE0AA43F4C7915D0809 + + children + + B0DF074BDBE91FD1418D4A212CF90BEE + 444ED24D03F6D703FB9F50E10E46AF77 + 3DA7AD3526113E652A54254866C7FEA5 + E9E514D6C63F305CB4044B18159DAEBC + CC9EC6658F5CE9ED19EC01FCDA5F6163 + 76D39D99224BE1A5A57501486C68D0A2 + + isa + PBXGroup + name + Support Files + path + ../Target Support Files/Expecta + sourceTree + <group> + + E1BFDE9EA02CBD847013BAC7B1D6FB69 + + isa + PBXFileReference + lastKnownFileType + wrapper.framework + name + UIKit.framework + path + Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk/System/Library/Frameworks/UIKit.framework + sourceTree + DEVELOPER_DIR + + E1E99BE24B4D5E362ECFB6580A5D5A8D + + buildConfigurationList + 333D034462DA0EE6A13E42FBBB07F3AC + buildPhases + + 5313CE6E9AD10AFF7B2157D735D993D7 + 499D1411C352205E3A38BE88B4E03A1A + 61EBB6E8E94C4A1F23CA25CF2F49B19A + + buildRules + + dependencies + + isa + PBXNativeTarget + name + FBSnapshotTestCase + productName + FBSnapshotTestCase + productReference + 51530B7F144D306CEFB50445615E563E + productType + com.apple.product-type.framework + + E1EC4532663CA75DE5BD00CB0A56814D + + fileRef + 988DAFA0739C2B2719A0FC051821C87D + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + E28FB20F3DC903EBBD54B481692DE9DB + + baseConfigurationReference + AF849270953BBB09833F7FA18A4C7224 + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + INFOPLIST_FILE + Target Support Files/Pods-PNGradientView_Example/Info.plist + INSTALL_PATH + $(LOCAL_LIBRARY_DIR)/Frameworks + 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-PNGradientView_Example/Pods-PNGradientView_Example.modulemap + MTL_ENABLE_DEBUG_INFO + NO + OTHER_LDFLAGS + + OTHER_LIBTOOLFLAGS + + PODS_ROOT + $(SRCROOT) + PRODUCT_NAME + Pods_PNGradientView_Example + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + E3E6388AD09A8F853D5420B4B29E4B35 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + PNGradientView-prefix.pch + sourceTree + <group> + + E3FC6B8F512C98F76508463F859C2F66 + + children + + 728F4057DF88113ACFB8E6C2F760A009 + 48F34F6D91D321E2A1D10248BCECFCB7 + 36A5D94D0A8A51AFE29BF48B058A824A + 9A09AEF3FEB6B69CB13D43F044042034 + D974A0DD6DFD0719BAB02E9940CECACF + 988DAFA0739C2B2719A0FC051821C87D + 287550E98BBF77DDBF568F971D6460F0 + 9DE5418DEF5C0323688184273374C5FD + A39632D6266EEBA2A3191F8E4AC51F0F + 9CF3726362237FCE2E6AB0D080763C0D + 4C3CEB0FEEEE574FCB04355E6B6CCB51 + 38045CC867363175DC146F2B1C195EAE + 7230AA9A8D29DECE4D7696C6BEE1D16C + 55A0294C7797E91C0BD3DBAE29E2DEB6 + 8C00A8C898120C8C1822701E6BF91A94 + 42EFCC4DDBB42A0BD859DE810F8EC136 + 0BE1C3A82FE04F20A3B7F820586A8D66 + E77F0F240D27876CC4C5EC732702B601 + 87BDCA4257D986FE8375FAC0A6A2A801 + 479D3C3ABC54D5CBE60DFF62EBB7612C + 110F1807F6EB6715393E73A1796A3563 + 7FB1BBC1520754D669C7190D7A0340EC + 1157F9C01A95C4D5978FA26508D16B23 + 50FE1F36776D18A9C2F3CB6C8AEAC206 + A3BE47A672BD962122094AEBD36F9277 + 4038C0C83E47B52CF19680ACB5DE6188 + C9919DB06E4A52C9C6BC00FB424DBA7E + 31670DBE5BFF1A241572907F2905B8EE + BBE0A2ECBAA774C1C7D29AE240464D7C + D14FE8B39827A49C62DDE2D173E6E196 + 050A643025A00CC6A5B0FC5E4CD324D2 + 04930D59C69AA30D3E3B3F6DA7EB3650 + 165BB05DE086A935293183210D36B663 + 3E48646D0D15EF731900C2182D058617 + 392817A4AE0515DAC743F926636CB0AF + FEF232DD4AA45A354321153C2E77B8B4 + 6DC674D1DCC51B214E4BBA0C8812C4FA + F6C4FD20F2E89C71AE90DECA333DFD24 + D50AC272A7495F6A9F2646BAB41E268B + C501F19F11488D6131C19A5D56E4586C + 88619608E74E9913DA5C25FD33E20893 + 53CF2030343089464F39F15E217D5277 + BA036198F9A15DD1489993252B2FB2D7 + 48B1BBBD61068C932E7A3BA1E0185C01 + D2A9D713AFA53BDCE8F5CD52060BE21B + F4621A410C617EC8DB6B1B361485FD9D + 4A88E3ADDF706D395FFDE09FEAD098C9 + F57B8991D679C219C117FA9D4EB6C73F + 56C34FAC0D223BDD5D009BB247F328CB + A19568E1F8B598A5364802768E172A2E + 08E7EECF26D0468E6A4B7759C334BC0E + 889C4625CD2D80CA8D5F12625FC12561 + A7F012BCB939C8F9A73C14D7889E1701 + FFA5F3B382CC11B2938F2F9E8C170330 + 6CB0C90E544C355C564DC6CC5B15FAD5 + 7643C3FA3DD1A75BDDF5A180B45DD313 + 76BBC0565C5C40774595BB8518701164 + F562E9F6FC0BAD2260FC84D219E17B37 + 4EC665DAD6B409FA3CFDEF14F841A6CE + DAC36097C789000F270A99687C84DF5C + 1AA847ED31F2AB3223244734BFE4E156 + DC62ED845ED67DA56FCC61CD2F1D25BC + 19BC15C1D7E95E2A0B18C91DEBBB993E + FC10FFBF9287B1F9C888A4B20B70590C + 5A18FCBBDB88D0E45DEE3C6C6C2D805B + C62A6256F94D03E6F1E0153381136B54 + 30FADB5F93554EC55B6F3C7C457094BA + 9C806D2A356DEC362018F1B5CCC8412F + 95D293DC36896EE86EAC034644BF83CA + F77B17D4B02332C83BEACF293D280075 + A088E6D59E6F71BC71453487302345F8 + D21C6E27269C997EF9B8F333A0A112CE + DE7C61CF6AA4301DE3B84667A46E3CDB + E134D1A8F4A30AE0AA43F4C7915D0809 + + isa + PBXGroup + name + Expecta + path + Expecta + sourceTree + <group> + + E6B836B352B13C63D3C0FA0E500C98A4 + + buildActionMask + 2147483647 + files + + 160FDA46EE919AAF97E0E4EC04C9E232 + 7A211860F672261C1522DCDF1FFC9ED0 + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + E735386085CE344F6A01178CF4763852 + + fileRef + 88619608E74E9913DA5C25FD33E20893 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + E77F0F240D27876CC4C5EC732702B601 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + EXPMatchers.h + path + Expecta/Matchers/EXPMatchers.h + sourceTree + <group> + + E81277F5DA0DF0D97BE2402159C14B0F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + EXPMatchers+FBSnapshotTest.m + sourceTree + <group> + + E85C42CCFA30F17333473AE4655C14E3 + + buildActionMask + 2147483647 + files + + isa + PBXFrameworksBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + E8EB0E594344C3E4416BD5E383F7F932 + + children + + E3FC6B8F512C98F76508463F859C2F66 + D386F3E324B8DD696C78BCC39BA9250E + DAC415C82A12FB4A460823253C34C25B + B77B6D1EFEE9D887B208462CCC764C76 + 204BD7CF9DA518DC270C06D4300AE113 + + isa + PBXGroup + name + Pods + sourceTree + <group> + + E95E9B817C6D9D281C5145EC0409DF01 + + fileRef + AE8375A407841469D878CD286D91158B + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + E9A5D9A78A30B0786179BEB41A473EF1 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text + path + Pods-PNGradientView_Example-acknowledgements.markdown + sourceTree + <group> + + E9E514D6C63F305CB4044B18159DAEBC + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + path + Expecta-prefix.pch + sourceTree + <group> + + EA6009FCFEF790C492D1934B4E95475B + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + PNGradientView.framework + path + PNGradientView.framework + sourceTree + BUILT_PRODUCTS_DIR + + EA81E33B116E532624D2E5CD7AEE372C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + SPTCallSite.h + path + Specta/Specta/SPTCallSite.h + sourceTree + <group> + + EB5A6DC09B139C0D85AF48F505505CA7 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + 0D888F29E05E498D0CD91A51D28599A5 + remoteInfo + Expecta + + EBAA8783469AB3A8AD44FE3BA8472E64 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + UIImage+Snapshot.h + path + FBSnapshotTestCase/Categories/UIImage+Snapshot.h + sourceTree + <group> + + EC26AA22730CD45DE43EC4BA1FBA383C + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + name + Pods_PNGradientView_Tests.framework + path + Pods_PNGradientView_Tests.framework + sourceTree + BUILT_PRODUCTS_DIR + + ECBF30A0E0758A303DF0825A9678090A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.xcconfig + path + PNGradientView.xcconfig + sourceTree + <group> + + ED761B330B766A808AC5ECDC1056765B + + fileRef + 87C85E0E53D252C7E0B7832DBB42D819 + isa + PBXBuildFile + + EDF19617812BE0FB5849F67859518C9A + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + path + Pods-PNGradientView_Example-dummy.m + sourceTree + <group> + + EE27058703A06E70717D912C678567F3 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + text.script.sh + path + Pods-PNGradientView_Tests-frameworks.sh + sourceTree + <group> + + EF229B5B773CB72AE6A3F61EC5423310 + + baseConfigurationReference + C45A4AE71B8245455CF93A36734BEE5E + buildSettings + + CODE_SIGN_IDENTITY[sdk=iphoneos*] + iPhone Developer + CURRENT_PROJECT_VERSION + 1 + DEFINES_MODULE + YES + DYLIB_COMPATIBILITY_VERSION + 1 + DYLIB_CURRENT_VERSION + 1 + DYLIB_INSTALL_NAME_BASE + @rpath + ENABLE_STRICT_OBJC_MSGSEND + YES + GCC_PREFIX_HEADER + Target Support Files/Specta/Specta-prefix.pch + INFOPLIST_FILE + Target Support Files/Specta/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/Specta/Specta.modulemap + MTL_ENABLE_DEBUG_INFO + NO + PRODUCT_NAME + Specta + SDKROOT + iphoneos + SKIP_INSTALL + YES + TARGETED_DEVICE_FAMILY + 1,2 + VERSIONING_SYSTEM + apple-generic + VERSION_INFO_PREFIX + + + isa + XCBuildConfiguration + name + Release + + EF6497EE123F6BC0C1B09717437C5908 + + fileRef + F77B17D4B02332C83BEACF293D280075 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + EFC150C063D5B6FC032B96ADF3F9B46E + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.h + name + RZDBMacros.h + path + RZDataBinding/RZDBMacros.h + sourceTree + <group> + + F0DDF02A078B917997FF025BB33BB842 + + fileRef + 56C34FAC0D223BDD5D009BB247F328CB + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + F12D57414A73406831CC032A7170DBFF + + fileRef + 50FE1F36776D18A9C2F3CB6C8AEAC206 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + F16A5721672D2454183201B43543AEFA + + explicitFileType + wrapper.cfbundle + includeInIndex + 0 + isa + PBXFileReference + name + PNGradientView.bundle + path + PNGradientView.bundle + sourceTree + BUILT_PRODUCTS_DIR + + F1E3108F4AF8125466B50E2E15321D72 + + fileRef + DBDB166052E76B6849D894124A44C351 + isa + PBXBuildFile + + F27EF34F502FDF671EE2653B58B5BA49 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + CE5271B3FF815EE2585901865CD41778 + remoteInfo + PNGradientView-PNGradientView + + F3A09BC7A4D7544CD6F4AF6C97675B25 + + explicitFileType + wrapper.framework + includeInIndex + 0 + isa + PBXFileReference + path + FBSnapshotTestCase.framework + sourceTree + BUILT_PRODUCTS_DIR + + F3CE1EE20AFF5C9E711A92C01D62946C + + buildActionMask + 2147483647 + files + + isa + PBXResourcesBuildPhase + runOnlyForDeploymentPostprocessing + 0 + + F41209A94070904A00BDF24ACB6336B6 + + fileRef + 110F1807F6EB6715393E73A1796A3563 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + F4621A410C617EC8DB6B1B361485FD9D + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beSupersetOf.m + path + Expecta/Matchers/EXPMatchers+beSupersetOf.m + sourceTree + <group> + + F4E58516B444895CAA6C6360A6D37C8D + + fileRef + CAD61E8FA536BA931301E846FD9D46E6 + isa + PBXBuildFile + + F562E9F6FC0BAD2260FC84D219E17B37 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+haveCountOf.m + path + Expecta/Matchers/EXPMatchers+haveCountOf.m + sourceTree + <group> + + F57B8991D679C219C117FA9D4EB6C73F + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beTruthy.m + path + Expecta/Matchers/EXPMatchers+beTruthy.m + sourceTree + <group> + + F6C4FD20F2E89C71AE90DECA333DFD24 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beLessThan.m + path + Expecta/Matchers/EXPMatchers+beLessThan.m + sourceTree + <group> + + F75CB2A727F678C9A848A3A11EA7979B + + fileRef + 76BBC0565C5C40774595BB8518701164 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + F77B17D4B02332C83BEACF293D280075 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPUnsupportedObject.m + path + Expecta/EXPUnsupportedObject.m + sourceTree + <group> + + F7C763D06E514252C480D4CE37C79B73 + + fileRef + B6379B32A3E6CB318BDB2432780ECFC5 + isa + PBXBuildFile + + FA1D7FFB7E7C0858DBECF798DFFD2FA7 + + containerPortal + D41D8CD98F00B204E9800998ECF8427E + isa + PBXContainerItemProxy + proxyType + 1 + remoteGlobalIDString + E1E99BE24B4D5E362ECFB6580A5D5A8D + remoteInfo + FBSnapshotTestCase + + FA71DD4EDB12511936EB9E9FF2F81E2B + + isa + PBXTargetDependency + name + PNGradientView + target + 9F398D93E5F20E1A9631212C886EDD61 + targetProxy + 000AB93154D65E1A479E514C2C0BC680 + + FAD03A1D29BFD90BCB7F04B02E6DED36 + + fileRef + D97A46C03AC199D0B56A3BD9D4AA9723 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + FB45FFD90572718D82AB9092B750F0CA + + buildSettings + + ALWAYS_SEARCH_USER_PATHS + NO + CLANG_CXX_LANGUAGE_STANDARD + gnu++0x + CLANG_CXX_LIBRARY + libc++ + CLANG_ENABLE_MODULES + YES + CLANG_ENABLE_OBJC_ARC + YES + CLANG_WARN_BOOL_CONVERSION + YES + CLANG_WARN_CONSTANT_CONVERSION + YES + CLANG_WARN_DIRECT_OBJC_ISA_USAGE + YES + CLANG_WARN_EMPTY_BODY + YES + CLANG_WARN_ENUM_CONVERSION + YES + CLANG_WARN_INT_CONVERSION + YES + CLANG_WARN_OBJC_ROOT_CLASS + YES + CLANG_WARN_UNREACHABLE_CODE + YES + CLANG_WARN__DUPLICATE_METHOD_MATCH + YES + COPY_PHASE_STRIP + YES + ENABLE_NS_ASSERTIONS + NO + GCC_C_LANGUAGE_STANDARD + gnu99 + GCC_PREPROCESSOR_DEFINITIONS + + RELEASE=1 + + GCC_WARN_64_TO_32_BIT_CONVERSION + YES + GCC_WARN_ABOUT_RETURN_TYPE + YES + GCC_WARN_UNDECLARED_SELECTOR + YES + GCC_WARN_UNINITIALIZED_AUTOS + YES + GCC_WARN_UNUSED_FUNCTION + YES + GCC_WARN_UNUSED_VARIABLE + YES + IPHONEOS_DEPLOYMENT_TARGET + 8.0 + STRIP_INSTALLED_PRODUCT + NO + SYMROOT + ${SRCROOT}/../build + VALIDATE_PRODUCT + YES + + isa + XCBuildConfiguration + name + Release + + FC10FFBF9287B1F9C888A4B20B70590C + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+raise.m + path + Expecta/Matchers/EXPMatchers+raise.m + sourceTree + <group> + + FC20596ABFE14A61F171A29FD03275E7 + + fileRef + 889C4625CD2D80CA8D5F12625FC12561 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + FC45858927D3B6A0F922C4B697B04A38 + + fileRef + DAC36097C789000F270A99687C84DF5C + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + FD2D4497BC41412128C2D87C1BDE7398 + + fileRef + 1157F9C01A95C4D5978FA26508D16B23 + isa + PBXBuildFile + settings + + ATTRIBUTES + + Public + + + + FDB0B094BAAA09536CB5A839A3E5C808 + + isa + PBXTargetDependency + name + RZDataBinding + target + 7E1ACFE19093575ABADD24863D9D660B + targetProxy + 6CB77B490932903346BDE3154E3E74F9 + + FE5E8CE045BE9FB310D15708F38A5EEB + + fileRef + AD4C10C322A7D9C5FB4B879DB8F9AEB2 + isa + PBXBuildFile + + FE8E34356D24F6759A8B010ED2F5707B + + fileRef + C62A6256F94D03E6F1E0153381136B54 + isa + PBXBuildFile + settings + + COMPILER_FLAGS + -fno-objc-arc + + + FEF232DD4AA45A354321153C2E77B8B4 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+beKindOf.m + path + Expecta/Matchers/EXPMatchers+beKindOf.m + sourceTree + <group> + + FFA5F3B382CC11B2938F2F9E8C170330 + + includeInIndex + 1 + isa + PBXFileReference + lastKnownFileType + sourcecode.c.objc + name + EXPMatchers+endWith.m + path + Expecta/Matchers/EXPMatchers+endWith.m + sourceTree + <group> + + + rootObject + D41D8CD98F00B204E9800998ECF8427E + + diff --git a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNGradientView.xcscheme b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNGradientView.xcscheme index ee4bcaa..4753717 100644 --- a/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNGradientView.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcshareddata/xcschemes/PNGradientView.xcscheme @@ -14,7 +14,7 @@ buildForArchiving = "YES"> diff --git a/Example/Pods/RZDataBinding/LICENSE b/Example/Pods/RZDataBinding/LICENSE new file mode 100644 index 0000000..7f7b62c --- /dev/null +++ b/Example/Pods/RZDataBinding/LICENSE @@ -0,0 +1,22 @@ + +Copyright 2014 Raizlabs and other contributors +http://raizlabs.com/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/Example/Pods/RZDataBinding/README.md b/Example/Pods/RZDataBinding/README.md new file mode 100644 index 0000000..0fe6faa --- /dev/null +++ b/Example/Pods/RZDataBinding/README.md @@ -0,0 +1,172 @@ +# RZDataBinding + +[![Version](https://img.shields.io/cocoapods/v/RZDataBinding.svg?style=flat)](http://cocoadocs.org/docsets/RZDataBinding) + +

+ +

+## Overview +RZDataBinding is a framework designed to help maintain data integrity in your iOS or OS X app. It is built using the standard Key-Value Observation (KVO) framework, but is safer and provides additional functionality. Like KVO, RZDataBinding helps to avoid endless delegate chains by establishing direct callbacks for when an object changes state. + +## Installation +Install using [CocoaPods](http://cocoapods.org) (recommended) by adding the following line to your Podfile: + +`pod "RZDataBinding"` + +Alternatively, download the repository and add the contents of the RZDataBinding directory to your project. + +## Demo Project +An example project is available in the Example directory. You can quickly check it out with + +`pod try RZDataBinding` + +Or download the zip from github and run it manually. + +

+ +

+ +The demo shows a basic usage of RZDataBinding, but is by no means the canonical or most advanced use case. + +##Usage +**Register a callback for when the keypath of an object changes:** +``` obj-c +// Register a selector to be called on a given target whenever keyPath changes on the receiver. +// Action must take either zero or exactly one parameter, an NSDictionary. +// If the method has a parameter, the dictionary will contain values for the appropriate +// RZDBChangeKeys. If keys are absent, they can be assumed to be nil. Values will not be NSNull. +- (void)rz_addTarget:(id)target + action:(SEL)action + forKeyPathChange:(NSString *)keyPath; +``` + +**Bind values of two objects together either directly or with a function:** +``` obj-c +// Binds the value of a given key of the receiver to the value of a key path of another object. +// When the key path of the object changes, the bound key of the receiver is also changed. +- (void)rz_bindKey:(NSString *)key + toKeyPath:(NSString *)foreignKeyPath + ofObject:(id)object; + +// Same as the above method, but the binding function is first applied +// to the changed value before setting the value of the bound key. +// If nil, the identity function is assumed, making it identical to regular rz_bindKey. +- (void)rz_bindKey:(NSString *)key + toKeyPath:(NSString *)foreignKeyPath + ofObject:(id)object + withFunction:(RZDBKeyBindingFunction)bindingFunction; +``` +Targets can be removed and keys unbound with corresponding removal methods, but unlike with standard KVO, you are not obligated to do so. RZDataBinding will automatically cleanup observers before objects are deallocated. + +## Why not use plain KVO? +Consider the following code, which calls `nameChanged:` when a user object's name changes, and reload a collection view when the user's preferences change: + +**Using KVO:** +``` obj-c +static void* const MyKVOContext = (void *)&MyKVOContext; + +- (void)setupKVO +{ + [self.user addObserver:self + forKeyPath:@"name" + options:NSKeyValueObservingOptionOld | NSKeyValueObservingOptionNew + context:MyKVOContext]; + + [self.user addObserver:self + forKeyPath:@"preferences" + options:kNilOptions + context:MyKVOContext]; +} + +- (void)observeValueForKeyPath:(NSString *)keyPath + ofObject:(id)object change:(NSDictionary *)change + context:(void *)context +{ + if ( context == MyKVOContext ) { + if ( [object isEqual:self.user] ) { + if ( [keyPath isEqualToString:@"name"] ) { + [self nameChanged:change]; + } + else if ( [keyPath isEqualToString:@"preferences"] ) { + [self.collectionView reloadData]; + } + } + } + else { + [super observeValueForKeyPath:keyPath ofObject:object change:change context:context]; + } +} + +- (void)dealloc +{ + [self.user removeObserver:self forKeyPath:@"name" context:MyKVOContext]; + [self.user removeObserver:self forKeyPath:@"preferences" context:MyKVOContext]; +} +``` + +**Using RZDataBinding:** +``` obj-c +- (void)setupKVO +{ + [self.user rz_addTarget:self + action:@selector(nameChanged:) + forKeyPathChange:@"name"]; + + [self.user rz_addTarget:self.collectionView + action:@selector(reloadData) + forKeyPathChange:@"preferences"]; +} +``` +Aside from the obvious reduction in code, the RZDataBinding implementation demonstrates several other wins: + +1. No need to manage different KVO contexts and check which object/keypath changed +2. No need to implement an instance method, meaning *any* object can be added as a target +3. No need to teardown before deallocation (standard KVO crashes if you fail to do this) + +## Safe Keypaths + +RZDataBinding also provides [several convenience macros](RZDataBinding/RZDBMacros.h) to create type-safe keypaths. When running in `DEBUG` mode, invalid keypaths will generate a compiler error: + +``` obj-c +// Creates the keypath @"text", ensuring it exists on objects of type UILabel +RZDB_KP(UILabel, text); + +// Creates @"layer.cornerRadius", ensuring the keypath exists on myView +RZDB_KP_OBJ(myView, layer.cornerRadius); + +// Creates @"session.user.name", ensuring the keypath exists on self +RZDB_KP_SELF(session.user.name); +``` + +You should *always* use these macros instead of literal strings, because of the additional type checks they provide. Note that in production these macros simplify to literal string generation to avoid any additional overhead. + +## Callback Coalescing (Advanced) + +RZDataBinding also provides a coalescing mechanism for fine-tuning areas of your application that receive or send a high number of KVO notifications, which may incur a performance cost. For example, a complex view might trigger an expensive layout operation whenever one of several properties changes. Or, some work may require changing properties several times before they settle to final values. In these cases, it may be beneficial to have RZDataBinding treat a block of work as an "atomic" event. That is, supported callbacks should be coalesced and sent once, when the work completes. + +[`RZDBCoalesce`](RZDataBinding/RZDBCoalesce.h) provides a block interface: + +``` obj-c +[RZDBCoalesce coalesceBlock:^{ + // Callbacks within this block are coalesced, + // and sent only once, after the block completes +}]; +``` + +Callbacks are not coalesced by default, even within an `RZDBCoalesce` event. The `rz_addTarget:action:` methods can opt in to support coalescing by specifying a coalesce proxy as the callback target: + +``` obj-c +[object rz_addTarget:[self rz_coalesceProxy] + action:@selector(expensiveCallback) + forKeyPathChange:RZDB_KP_OBJ(object, key.path)]; +``` + +In this example, the intended target is `self`, but if a coalesce event is in progress these messages will be coalesced and deferred until the event completes. Note that only `rz_addTarget:action:` callbacks may support coalescing; bindings established with the `rz_bindKey:` methods will never be coalesced. + +## Author +Rob Visentin, rob.visentin@raizlabs.com + +## License +RZDataBinding is available under the MIT license. See the LICENSE file for more info. diff --git a/Example/Pods/RZDataBinding/RZDataBinding/NSObject+RZDataBinding.h b/Example/Pods/RZDataBinding/RZDataBinding/NSObject+RZDataBinding.h new file mode 100644 index 0000000..c3793bb --- /dev/null +++ b/Example/Pods/RZDataBinding/RZDataBinding/NSObject+RZDataBinding.h @@ -0,0 +1,192 @@ +// +// NSObject+RZDataBinding.h +// +// Created by Rob Visentin on 9/17/14. + +// Copyright 2014 Raizlabs and other contributors +// http://raizlabs.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +#import "RZDBTransforms.h" + +#pragma mark - Constants and Definitions + +/** + * The value for this key is the object that changed. This key is always present. + */ +OBJC_EXTERN NSString* const kRZDBChangeKeyObject; + +/** + * If present, the value for this key is the previous value on a key path change. + */ +OBJC_EXTERN NSString* const kRZDBChangeKeyOld; + +/** + * If present, the value for this key is the new value on a key path change, or the exisiting value for the key path for the initial call. + */ +OBJC_EXTERN NSString* const kRZDBChangeKeyNew; + +/** + * The value for this key is the key path that changed value. This key is always present. + */ +OBJC_EXTERN NSString* const kRZDBChangeKeyKeyPath; + +/** + * Set this to 1 (recommended) to enable automatic cleanup of observers on object deallocation. + * If enabled, it is safe to observe or bind to weak references, and there is no need to call rz_removeTarget + * or rz_unbindKey before targets or observed objects are deallocated. To achieve automatic cleanup, + * RZDB swizzles the dealloc method to ensure observers are properly invalidated. There are other ways of implementing similar + * behavior, but this has been found to be both the safest and most reliable in production. + * + * If set to 0 (not recommended), objects MUST remove themselves as targets and unbind their keys from any observed objects before being deallocated. + * Failure to do so will result in crashes (just like standard KVO). Additionally, you should not add a target to or bind keys to + * objects without first establishing a strong reference. Otherwise, the foreign object might be deallocated before the observer, causing in a crash. + * If you choose to disable global automatic cleanup by setting this to 0, you must cleanup observers manually. + * + * @see rz_cleanupObservers + */ +#ifndef RZDB_AUTOMATIC_CLEANUP +#define RZDB_AUTOMATIC_CLEANUP 1 +#endif + +#pragma mark - NSObject+RZDataBinding interface + +@interface NSObject (RZDataBinding) + +/** + * Register a selector to be called on a given target whenever keyPath changes on the receiver. The selector is not called immediately. + * + * @param target The object on which to call the action selector. Must be non-nil. This object is not retained. + * @param action The selector to call on the target. Must not be NULL. The method must take either zero or exactly one parameter, an NSDictionary, and have a void return type. If the method has an NSDictionary parameter, the dictionary will contain values for the appropriate RZDBChangeKeys. If keys are absent, they can be assumed to be nil. Values will not be NSNull. + * @param keyPath The key path of the receiver for which changes should trigger an action. Must be KVC compliant. + * + * @see RZDB_KP macro for creating keypaths. + */ +- (void)rz_addTarget:(id)target action:(SEL)action forKeyPathChange:(NSString *)keyPath; + +/** + * Register a selector to be called on a given target whenever keyPath changes on the receiver. + * + * @param target The object on which to call the action selector. Must be non-nil. This object is not retained. + * @param action The selector to call on the target. Must not be NULL. The method must take either zero or exactly one parameter, an NSDictionary, and have a void return type. If the method has an NSDictionary parameter, the dictionary will contain values for the appropriate RZDBChangeKeys. If keys are absent, they can be assumed to be nil. Values will not be NSNull. + * @param keyPath The key path of the receiver for which changes should trigger an action. Must be KVC compliant. + * @param callImmediately If YES, the action is also called immediately before this method returns. In this case the change dictionary, if present, will not contain a value for kRZDBChangeKeyOld. + * + * @see RZDB_KP macro for creating keypaths. + */ +- (void)rz_addTarget:(id)target action:(SEL)action forKeyPathChange:(NSString *)keyPath callImmediately:(BOOL)callImmediately; + +/** + * A convenience method that calls rz_addTarget:action:forKeyPathChange: for each keyPath in the keyPaths array. + * + * @param target The object on which to call the action selector. Must be non-nil. This object is not retained. + * @param action The selector to call on the target. Must not be NULL. See rz_addTarget documentation for more details. + * @param keyPaths An array of key paths that should trigger an action. Each key path must be KVC compliant. + * + * @note The action is not called immediately. + * + * @see RZDB_KP macro for creating keypaths. + */ +- (void)rz_addTarget:(id)target action:(SEL)action forKeyPathChanges:(NSArray *)keyPaths; + +/** + * A convenience method that calls rz_addTarget:action:forKeyPathChange: for each keyPath in the keyPaths array. + * + * @param target The object on which to call the action selector. Must be non-nil. This object is not retained. + * @param action The selector to call on the target. Must not be NULL. See rz_addTarget documentation for more details. + * @param keyPaths An array of key paths that should trigger an action. Each key path must be KVC compliant. + * @param callImmediately If YES, the action is also called immediately before this method returns. If the action takes no arguments, it will be called once. If the action takes a change dictonary parameter, it will be called once for each keypath, with the appropriate change dict. Note that in this case the dictionary will not contain a value for kRZDBChangeKeyOld. + * + * @see RZDB_KP macro for creating keypaths. + */ +- (void)rz_addTarget:(id)target action:(SEL)action forKeyPathChanges:(NSArray *)keyPaths callImmediately:(BOOL)callImmediately; + +/** + * Removes previously registered target/action pairs so that the actions are no longer called when the receiver changes value for keyPath. + * + * @param target The target to remove. Must be non-nil. + * @param action The action to remove. Pass NULL to remove all actions registered for the target. + * @param keyPath The key path to remove the target/action pair for. + * + * @note If RZDB_AUTOMATIC_CLEANUP is enabled, then there is obligation to call this method before either the target or receiver are deallocated. + * + * @see RZDB_KP macro for creating keypaths. + */ +- (void)rz_removeTarget:(id)target action:(SEL)action forKeyPathChange:(NSString *)keyPath; + +/** + * Binds the value of a given key of the receiver to the value of a key path of another object. When the key path of the object changes, the bound key of the receiver is set to the same value. The receiver's value for the key will match the value for the object's foreign key path before this method returns. + * + * @param key The receiver's key whose value should be bound to the value of a foreign key path. Must be KVC compliant. + * @param foreignKeyPath A key path of another object to which the receiver's key value should be bound. Must be KVC compliant. + * @param object An object with a key path that the receiver should bind to. + * + * @note If binding a primitive-type key to a keypath that may hit a nil object, you MUST use + * rz_bindKey:toKeyPath:ofObject:withTransform: instead. This is because attempting to set a nil + * value to a primitive-type using KVC causes a crash. In this case it may be helpful to use + * one of the default RZDBTransforms. + * + * @see RZDB_KP macro for creating keypaths. + */ +- (void)rz_bindKey:(NSString *)key toKeyPath:(NSString *)foreignKeyPath ofObject:(id)object; + +/** + * Binds the value of a given key of the receiver to the value of a key path of another object. When the key path of the object changes, the binding transform is invoked and the bound key of the receiver is set to the transform's return value. The receiver's value for the key will be set before this method returns. + * + * @param key The receiver's key whose value should be bound to the value of a foreign key path. Must be KVC compliant. + * @param foreignKeyPath A key path of another object to which the receiver's key value should be bound. Must be KVC compliant. + * @param object An object with a key path that the receiver should bind to. + * @param bindingTransform The transform to apply to changed values before setting the value of the bound key. If nil, the identity transform is assumed, making this method identical to regular rz_bindKey:. + * You may use the constant RZDBTransforms provided for convenience. + * + * @see RZDB_KP macro for creating keypaths, and RZDBTransforms for constant transforms. + */ +- (void)rz_bindKey:(NSString *)key toKeyPath:(NSString *)foreignKeyPath ofObject:(id)object withTransform:(RZDBKeyBindingTransform)bindingTransform; + +/** + * Unbinds the given key of the receiver from the key path of another object. + * + * @param key The key to unbind. + * @param foreignKeyPath The key path that the key should be unbound from. + * @param object The object that the receiver should be unbound from. + * + * @note If RZDB_AUTOMATIC_CLEANUP is enabled, then there is no obligation to call this method before either the receiver or the foreign object are deallocated. + * + * @see RZDB_KP macro for creating keypaths. + */ +- (void)rz_unbindKey:(NSString *)key fromKeyPath:(NSString *)foreignKeyPath ofObject:(id)object; + +#if !RZDB_AUTOMATIC_CLEANUP +/** + * Removes all callbacks and bindings both to and from the receiver. + * This method essentially resets the receiver to a pristine state with respect to RZDataBinding. + * + * If RZDB_AUTOMATIC_CLEANUP is not enabled, you MUST call this method on any + * observing or observed object it is deallocated. Failure to do so will result in a crash (just like standard KVO). + * + * @note This method breaks all bindings and callbacks on the receiver, including those created + * by other clients. Therefore it is only safe to call this method from the receiver's dealloc method. + */ +- (void)rz_cleanupObservers; +#endif + +@end diff --git a/Example/Pods/RZDataBinding/RZDataBinding/NSObject+RZDataBinding.m b/Example/Pods/RZDataBinding/RZDataBinding/NSObject+RZDataBinding.m new file mode 100644 index 0000000..057e38f --- /dev/null +++ b/Example/Pods/RZDataBinding/RZDataBinding/NSObject+RZDataBinding.m @@ -0,0 +1,515 @@ +// +// NSObject+RZDataBinding.m +// +// Created by Rob Visentin on 9/17/14. + +// Copyright 2014 Raizlabs and other contributors +// http://raizlabs.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +#import +#import + +#import "NSObject+RZDataBinding.h" +#import "RZDBMacros.h" + +@class RZDBObserver; +@class RZDBObserverContainer; + +// public change keys +NSString* const kRZDBChangeKeyObject = @"RZDBChangeObject"; +NSString* const kRZDBChangeKeyOld = @"RZDBChangeOld"; +NSString* const kRZDBChangeKeyNew = @"RZDBChangeNew"; +NSString* const kRZDBChangeKeyKeyPath = @"RZDBChangeKeyPath"; + +// private change keys +static NSString* const kRZDBChangeKeyBoundKey = @"_RZDBChangeBoundKey"; +static NSString* const kRZDBChangeKeyBindingTransformKey = @"_RZDBChangeBindingTransform"; + +static void* const kRZDBSwizzledDeallocKey = (void *)&kRZDBSwizzledDeallocKey; + +static void* const kRZDBKVOContext = (void *)&kRZDBKVOContext; + +#define RZDBNotNull(obj) ((obj) != nil && ![(obj) isEqual:[NSNull null]]) + +#pragma mark - RZDataBinding_Private interface + +// methods used to implement RZDB_AUTOMATIC_CLEANUP +BOOL rz_requiresDeallocSwizzle(Class class); +void rz_swizzleDeallocIfNeeded(Class class); + +@interface NSObject (RZDataBinding_Private) + +- (NSMutableArray *)rz_registeredObservers; +- (void)rz_setRegisteredObservers:(NSMutableArray *)registeredObservers; + +- (RZDBObserverContainer *)rz_dependentObservers; +- (void)rz_setDependentObservers:(RZDBObserverContainer *)dependentObservers; + +- (void)rz_addTarget:(id)target action:(SEL)action boundKey:(NSString *)boundKey bindingTransform:(RZDBKeyBindingTransform)bindingTransform forKeyPath:(NSString *)keyPath withOptions:(NSKeyValueObservingOptions)options; +- (void)rz_removeTarget:(id)target action:(SEL)action boundKey:(NSString *)boundKey forKeyPath:(NSString *)keyPath; +- (void)rz_observeBoundKeyChange:(NSDictionary *)change; +- (void)rz_setBoundKey:(NSString *)key withValue:(id)value transform:(RZDBKeyBindingTransform)transform; + +@end + +#pragma mark - RZDBObserver interface + +@interface RZDBObserver : NSObject; + +@property (assign, nonatomic) __unsafe_unretained NSObject *observedObject; +@property (copy, nonatomic) NSString *keyPath; +@property (copy, nonatomic) NSString *boundKey; +@property (assign, nonatomic) NSKeyValueObservingOptions observationOptions; + +@property (assign, nonatomic) __unsafe_unretained id target; +@property (assign, nonatomic) SEL action; +@property (strong, nonatomic) NSMethodSignature *methodSignature; + +@property (copy, nonatomic) RZDBKeyBindingTransform bindingTransform; + +- (instancetype)initWithObservedObject:(NSObject *)observedObject keyPath:(NSString *)keyPath observationOptions:(NSKeyValueObservingOptions)observingOptions; + +- (void)setTarget:(id)target action:(SEL)action boundKey:(NSString *)boundKey bindingTransform:(RZDBKeyBindingTransform)bindingTransform; + +- (void)invalidate; + +@end + +#pragma mark - RZDBObserverContainer interface + +@interface RZDBObserverContainer : NSObject + +@property (strong, nonatomic) NSHashTable *observers; + +- (void)addObserver:(RZDBObserver *)observer; +- (void)removeObserver:(RZDBObserver *)observer; + +@end + +#pragma mark - RZDataBinding implementation + +@implementation NSObject (RZDataBinding) + +- (void)rz_addTarget:(id)target action:(SEL)action forKeyPathChange:(NSString *)keyPath +{ + [self rz_addTarget:target action:action forKeyPathChange:keyPath callImmediately:NO]; +} + +- (void)rz_addTarget:(id)target action:(SEL)action forKeyPathChange:(NSString *)keyPath callImmediately:(BOOL)callImmediately +{ + NSParameterAssert(target); + NSParameterAssert(action); + + NSKeyValueObservingOptions observationOptions = kNilOptions; + + if ( [target methodSignatureForSelector:action].numberOfArguments > 2 ) { + observationOptions |= NSKeyValueObservingOptionNew | NSKeyValueObservingOptionOld; + } + + if ( callImmediately ) { + observationOptions |= NSKeyValueObservingOptionInitial; + } + + [self rz_addTarget:target action:action boundKey:nil bindingTransform:nil forKeyPath:keyPath withOptions:observationOptions]; +} + +- (void)rz_addTarget:(id)target action:(SEL)action forKeyPathChanges:(NSArray *)keyPaths +{ + [self rz_addTarget:target action:action forKeyPathChanges:keyPaths callImmediately:NO]; +} + +- (void)rz_addTarget:(id)target action:(SEL)action forKeyPathChanges:(NSArray *)keyPaths callImmediately:(BOOL)callImmediately +{ + BOOL callMultiple = NO; + + if ( callImmediately ) { + callMultiple = [target methodSignatureForSelector:action].numberOfArguments > 2; + } + + [keyPaths enumerateObjectsUsingBlock:^(NSString *keyPath, NSUInteger idx, BOOL *stop) { + [self rz_addTarget:target action:action forKeyPathChange:keyPath callImmediately:callMultiple]; + }]; + + if ( callImmediately && !callMultiple ) { + ((void(*)(id, SEL))objc_msgSend)(target, action); + } +} + +- (void)rz_removeTarget:(id)target action:(SEL)action forKeyPathChange:(NSString *)keyPath +{ + [self rz_removeTarget:target action:action boundKey:nil forKeyPath:keyPath]; +} + +- (void)rz_bindKey:(NSString *)key toKeyPath:(NSString *)foreignKeyPath ofObject:(id)object +{ + [self rz_bindKey:key toKeyPath:foreignKeyPath ofObject:object withTransform:nil]; +} + +- (void)rz_bindKey:(NSString *)key toKeyPath:(NSString *)foreignKeyPath ofObject:(id)object withTransform:(RZDBKeyBindingTransform)bindingTransform +{ + NSParameterAssert(key); + NSParameterAssert(foreignKeyPath); + + if ( object != nil ) { + @try { + id val = [object valueForKeyPath:foreignKeyPath]; + + [self rz_setBoundKey:key withValue:val transform:bindingTransform]; + } + @catch (NSException *exception) { + [NSException raise:NSInvalidArgumentException format:@"RZDataBinding cannot bind key:%@ to key path:%@ of object:%@. Reason: %@", key, foreignKeyPath, [object description], exception.reason]; + } + + [object rz_addTarget:self action:@selector(rz_observeBoundKeyChange:) boundKey:key bindingTransform:bindingTransform forKeyPath:foreignKeyPath withOptions:NSKeyValueObservingOptionNew]; + } +} + +- (void)rz_unbindKey:(NSString *)key fromKeyPath:(NSString *)foreignKeyPath ofObject:(id)object +{ + [object rz_removeTarget:self action:@selector(rz_observeBoundKeyChange:) boundKey:key forKeyPath:foreignKeyPath]; +} + +@end + +#pragma mark - RZDataBinding_Private implementation + +@implementation NSObject (RZDataBinding_Private) + +- (NSMutableArray *)rz_registeredObservers +{ + return objc_getAssociatedObject(self, @selector(rz_registeredObservers)); +} + +- (void)rz_setRegisteredObservers:(NSMutableArray *)registeredObservers +{ + objc_setAssociatedObject(self, @selector(rz_registeredObservers), registeredObservers, OBJC_ASSOCIATION_RETAIN_NONATOMIC); +} + +- (RZDBObserverContainer *)rz_dependentObservers +{ + return objc_getAssociatedObject(self, @selector(rz_dependentObservers)); +} + +- (void)rz_setDependentObservers:(RZDBObserverContainer *)dependentObservers +{ + objc_setAssociatedObject(self, @selector(rz_dependentObservers), dependentObservers, OBJC_ASSOCIATION_RETAIN_NONATOMIC); +} + +- (void)rz_addTarget:(id)target action:(SEL)action boundKey:(NSString *)boundKey bindingTransform:(RZDBKeyBindingTransform)bindingTransform forKeyPath:(NSString *)keyPath withOptions:(NSKeyValueObservingOptions)options +{ + NSMutableArray *registeredObservers = nil; + RZDBObserverContainer *dependentObservers = nil; + + RZDBObserver *observer = [[RZDBObserver alloc] initWithObservedObject:self keyPath:keyPath observationOptions:options]; + + [observer setTarget:target action:action boundKey:boundKey bindingTransform:bindingTransform]; + + @synchronized (self) { + registeredObservers = [self rz_registeredObservers]; + + if ( registeredObservers == nil ) { + registeredObservers = [NSMutableArray array]; + [self rz_setRegisteredObservers:registeredObservers]; + } + + [registeredObservers addObject:observer]; + } + + @synchronized (target) { + dependentObservers = [target rz_dependentObservers]; + + if ( dependentObservers == nil ) { + dependentObservers = [[RZDBObserverContainer alloc] init]; + [target rz_setDependentObservers:dependentObservers]; + } + + [dependentObservers addObserver:observer]; + } + +#if RZDB_AUTOMATIC_CLEANUP + rz_swizzleDeallocIfNeeded([self class]); + rz_swizzleDeallocIfNeeded([target class]); +#endif +} + +- (void)rz_removeTarget:(id)target action:(SEL)action boundKey:(NSString *)boundKey forKeyPath:(NSString *)keyPath +{ + @synchronized (self) { + NSMutableArray *registeredObservers = [self rz_registeredObservers]; + + [registeredObservers enumerateObjectsUsingBlock:^(RZDBObserver *observer, NSUInteger idx, BOOL *stop) { + BOOL targetsEqual = (target == observer.target); + BOOL actionsEqual = (action == NULL || action == observer.action); + BOOL boundKeysEqual = (boundKey == observer.boundKey || [boundKey isEqualToString:observer.boundKey]); + BOOL keyPathsEqual = [keyPath isEqualToString:observer.keyPath]; + + BOOL allEqual = (targetsEqual && actionsEqual && boundKeysEqual && keyPathsEqual); + + if ( allEqual ) { + [observer invalidate]; + } + }]; + } +} + +- (void)rz_observeBoundKeyChange:(NSDictionary *)change +{ + NSString *boundKey = change[kRZDBChangeKeyBoundKey]; + + if ( boundKey != nil ) { + id value = change[kRZDBChangeKeyNew]; + + [self rz_setBoundKey:boundKey withValue:value transform:change[kRZDBChangeKeyBindingTransformKey]]; + } +} + +- (void)rz_setBoundKey:(NSString *)key withValue:(id)value transform:(RZDBKeyBindingTransform)transform +{ + id currentValue = [self valueForKey:key]; + + if ( transform != nil ) { + value = transform(value); + } + + if ( currentValue != value && ![currentValue isEqual:value] ) { + [self setValue:value forKey:key]; + } +} + +- (void)rz_cleanupObservers +{ + NSMutableArray *registeredObservers = [self rz_registeredObservers]; + RZDBObserverContainer *dependentObservers = [self rz_dependentObservers]; + + [[registeredObservers copy] enumerateObjectsUsingBlock:^(RZDBObserver *obs, NSUInteger idx, BOOL *stop) { + [obs invalidate]; + }]; + + [[dependentObservers.observers allObjects] enumerateObjectsUsingBlock:^(RZDBObserver *obs, NSUInteger idx, BOOL *stop) { + [obs invalidate]; + }]; +} + +@end + +#pragma mark - RZDBObserver implementation + +@implementation RZDBObserver + +- (instancetype)initWithObservedObject:(NSObject *)observedObject keyPath:(NSString *)keyPath observationOptions:(NSKeyValueObservingOptions)observingOptions +{ + self = [super init]; + if ( self != nil ) { + _observedObject = observedObject; + _keyPath = keyPath; + _observationOptions = observingOptions; + } + + return self; +} + +- (void)setTarget:(id)target action:(SEL)action boundKey:(NSString *)boundKey bindingTransform:(RZDBKeyBindingTransform)bindingTransform +{ + self.target = target; + self.action = action; + self.methodSignature = [target methodSignatureForSelector:action]; + + self.boundKey = boundKey; + self.bindingTransform = bindingTransform; + + [self.observedObject addObserver:self forKeyPath:self.keyPath options:self.observationOptions context:kRZDBKVOContext]; +} + +- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context +{ + if ( context == kRZDBKVOContext ) { + if ( self.methodSignature.numberOfArguments > 2 ) { + NSDictionary *changeDict = [self changeDictForKVOChange:change]; + + ((void(*)(id, SEL, NSDictionary *))objc_msgSend)(self.target, self.action, changeDict); + } + else { + ((void(*)(id, SEL))objc_msgSend)(self.target, self.action); + } + } +} + +- (NSDictionary *)changeDictForKVOChange:(NSDictionary *)kvoChange +{ + NSMutableDictionary *changeDict = [NSMutableDictionary dictionary]; + + if ( self.observedObject != nil ) { + changeDict[kRZDBChangeKeyObject] = self.observedObject; + } + + if ( RZDBNotNull(kvoChange[NSKeyValueChangeOldKey]) ) { + changeDict[kRZDBChangeKeyOld] = kvoChange[NSKeyValueChangeOldKey]; + } + + if ( RZDBNotNull(kvoChange[NSKeyValueChangeNewKey]) ) { + changeDict[kRZDBChangeKeyNew] = kvoChange[NSKeyValueChangeNewKey]; + } + + if ( self.keyPath != nil ) { + changeDict[kRZDBChangeKeyKeyPath] = self.keyPath; + } + + if ( self.boundKey != nil ) { + changeDict[kRZDBChangeKeyBoundKey] = self.boundKey; + } + + if ( self.bindingTransform != nil ) { + changeDict[kRZDBChangeKeyBindingTransformKey] = self.bindingTransform; + } + + return [changeDict copy]; +} + +- (void)invalidate +{ + [[self.target rz_dependentObservers] removeObserver:self]; + [[self.observedObject rz_registeredObservers] removeObject:self]; + + // KVO throws an exception when removing an observer that was never added. + // This should never be a problem given how things are setup, but make sure to avoid a crash. + @try { + [self.observedObject removeObserver:self forKeyPath:self.keyPath context:kRZDBKVOContext]; + } + @catch (__unused NSException *exception) { + RZDBLog(@"RZDataBinding attempted to remove an observer from object:%@, but the observer was never added. This shouldn't have happened, but won't affect anything going forward.", self.observedObject); + } + + self.observedObject = nil; + self.target = nil; + self.action = NULL; + self.methodSignature = nil; +} + +@end + +#pragma mark - RZDBObserverContainer implementation + +@implementation RZDBObserverContainer + +- (instancetype)init +{ + self = [super init]; + if ( self != nil ) { + _observers = [NSHashTable weakObjectsHashTable]; + } + return self; +} + +- (void)addObserver:(RZDBObserver *)observer +{ + @synchronized (self) { + [self.observers addObject:observer]; + } +} + +- (void)removeObserver:(RZDBObserver *)observer +{ + @synchronized (self) { + [self.observers removeObject:observer]; + } +} + +@end + +// a class doesn't need dealloc swizzled if it or a superclass has been swizzled already +BOOL rz_requiresDeallocSwizzle(Class class) +{ + BOOL swizzled = NO; + + for ( Class currentClass = class; !swizzled && currentClass != nil; currentClass = class_getSuperclass(currentClass) ) { + swizzled = [objc_getAssociatedObject(currentClass, kRZDBSwizzledDeallocKey) boolValue]; + } + + return !swizzled; +} + +// In order for automatic cleanup to work, observers must be removed before deallocation. +// This method ensures that rz_cleanupObservers is called in the dealloc of classes of objects +// that are used in RZDataBinding. +void rz_swizzleDeallocIfNeeded(Class class) +{ + static SEL deallocSEL = NULL; + static SEL cleanupSEL = NULL; + + static dispatch_once_t onceToken; + dispatch_once(&onceToken, ^{ + deallocSEL = sel_getUid("dealloc"); + cleanupSEL = sel_getUid("rz_cleanupObservers"); + }); + + @synchronized (class) { + if ( !rz_requiresDeallocSwizzle(class) ) { + // dealloc swizzling already resolved + return; + } + + objc_setAssociatedObject(class, kRZDBSwizzledDeallocKey, @(YES), OBJC_ASSOCIATION_RETAIN_NONATOMIC); + } + + Method dealloc = NULL; + + // search instance methods of the class (does not search superclass methods) + unsigned int n; + Method *methods = class_copyMethodList(class, &n); + + for ( unsigned int i = 0; i < n; i++ ) { + if ( method_getName(methods[i]) == deallocSEL ) { + dealloc = methods[i]; + break; + } + } + + free(methods); + + if ( dealloc == NULL ) { + Class superclass = class_getSuperclass(class); + + // class does not implement dealloc, so implement it directly + class_addMethod(class, deallocSEL, imp_implementationWithBlock(^(__unsafe_unretained id self) { + + // cleanup RZDB observers + ((void(*)(id, SEL))objc_msgSend)(self, cleanupSEL); + + // ARC automatically calls super when dealloc is implemented in code, + // but when provided our own dealloc IMP we have to call through to super manually + struct objc_super superStruct = (struct objc_super){ self, superclass }; + ((void (*)(struct objc_super*, SEL))objc_msgSendSuper)(&superStruct, deallocSEL); + + }), method_getTypeEncoding(dealloc)); + } + else { + // class implements dealloc, so extend the existing implementation + __block IMP deallocIMP = method_setImplementation(dealloc, imp_implementationWithBlock(^(__unsafe_unretained id self) { + // cleanup RZDB observers + ((void(*)(id, SEL))objc_msgSend)(self, cleanupSEL); + + // invoke the original dealloc IMP + ((void(*)(id, SEL))deallocIMP)(self, deallocSEL); + })); + } +} diff --git a/Example/Pods/RZDataBinding/RZDataBinding/RZDBCoalesce.h b/Example/Pods/RZDataBinding/RZDataBinding/RZDBCoalesce.h new file mode 100644 index 0000000..4e71f28 --- /dev/null +++ b/Example/Pods/RZDataBinding/RZDataBinding/RZDBCoalesce.h @@ -0,0 +1,111 @@ +// +// RZDBCoalesce.h +// +// Created by Rob Visentin on 4/1/15. + +// Copyright 2014 Raizlabs and other contributors +// http://raizlabs.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +#import + +#pragma mark - NSObject+RZDBCoalesce interface + +/** + * Provides an interface for supporting coalesced data binding callbacks. + */ +@interface NSObject (RZDBCoalesce) + +/** + * Returns a proxy object that will participate in coalescing events. + * + * Use [target rz_coalesceProxy] as the target of the rz_addTarget:action: methods to support + * coalescing for a target/action pair. If the callback occurs during a an RZDBCoalesce event, it will be + * coalesced and deferred until the end RZDBCoalesce is committed. + * + * @note You should generally not call methods on the coalesce proxy directly. + * The proxy will treat any 0-arg or 1-dictionary-arg methods with void return type as RZDB callbacks, + * and coalesce them accordingly. + * + * @see RZDBCoalesce for how to begin/end coalesce events. + * + * @return A proxy object to use as a data binding target in the rz_addTarget:action: methods. + */ +- (id)rz_coalesceProxy; + +@end + +#pragma mark - RZDBCoalesce interface + +/** + * There may be chunks of work that should be completed "atomically" with respect to RZDataBinding. + * That is, actions registered using the rz_addTarget:action: methods that support coalescing + * will be fired once, when the work is completed. + * + * The RZDBCoalesce object provides class methods to manage coalescing events. + * + * Coalescing is an advanced feature that should generally only be used if you encounter a performance issue, + * or find some other requirement for it. + * + * @see NSObject+RZDBCoalesce for how to support coalesced callbacks. + */ +@interface RZDBCoalesce : NSObject + +/** + * Begin coalescing events for the current thread. + * Changes that occur during the coalesce that would trigger actions registered to coalesce proxies with + * the rz_addTarget:action: methods are instead coalesced and executed once when the coalesce ends. + * + * Every call to +begin MUST be balanced by a call to +commit on the same thread. + * It is fine to begin a coalesce while already coalescing-- + * the coalesce will simply not end until both matching commits are hit. + * + * @note Bindings that occur during a coalesce still occur immediately. + * + * @see NSObject+RZDBCoalesce for how to support coalesced callbacks. + */ ++ (void)begin; + +/** + * Commit the current coalesce, sending the coalesced change callbacks. + * If this commit closes a nested coalesce, callbacks are not sent until the outermost coalesce is committed. + * + * Calling this method from outside a coalesce has no effect. + */ ++ (void)commit; + +/** + * Convenience method that first calls +begin, then executes the block, then calls +commit. + * You should prefer this method where possible to avoid programmer error (i.e. forgetting to call +commit). + * + * @param coalesceBlock The block to execute inside a coalesce. Must be non-nil. + * + * @see NSObject+RZDBCoalesce for how to support coalesced callbacks. + */ ++ (void)coalesceBlock:(void (^)())coalesceBlock; + +/** + * Cannot instantiate RZDBCoalesce directly. Use the class methods instead. + */ +- (instancetype)init __attribute__((unavailable("Cannot instantiate RZDBCoalesce directly. Use the class methods instead."))); + +@end diff --git a/Example/Pods/RZDataBinding/RZDataBinding/RZDBCoalesce.m b/Example/Pods/RZDataBinding/RZDataBinding/RZDBCoalesce.m new file mode 100644 index 0000000..48d7bdc --- /dev/null +++ b/Example/Pods/RZDataBinding/RZDataBinding/RZDBCoalesce.m @@ -0,0 +1,297 @@ +// +// RZDBCoalesce.m +// +// Created by Rob Visentin on 4/1/15. + +// Copyright 2014 Raizlabs and other contributors +// http://raizlabs.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +// + +#import +#import + +#import "RZDBCoalesce.h" + +#import "NSObject+RZDataBinding.h" + +static NSString* const kRZDBCoalesceStorageKey = @"RZDBCoalesce"; + +#pragma mark - RZDBNotification interface + +@interface RZDBNotification : NSObject + +@property (weak, nonatomic) id target; +@property (assign, nonatomic) SEL action; + +@property (strong, nonatomic) NSMutableDictionary *changeDict; + ++ (instancetype)notificationWithInvocation:(NSInvocation *)invocation; + +- (void)send; + +@end + +#pragma mark - RZDBCoalesceProxy interface + +@interface RZDBCoalesceProxy : NSProxy + +@property (assign, nonatomic) __unsafe_unretained id representedObject; + ++ (instancetype)proxyForObject:(id)object; + +@end + +#pragma mark - RZDBCoalesce private interface + +@interface RZDBCoalesce () + +@property (assign, nonatomic) NSInteger beginCount; +@property (strong, nonatomic, readonly) NSMutableArray *notifications; + +@end + +#pragma mark - RZDBCoalesce implementation + +@implementation RZDBCoalesce + ++ (void)begin +{ + RZDBCoalesce *current = [self currentCoalesce]; + + if ( current == nil ) { + [self setCurrentCoalesce:[[self alloc] init]]; + } + else { + current.beginCount++; + } +} + ++ (void)commit +{ + RZDBCoalesce *current = [self currentCoalesce]; + current.beginCount--; + + if ( current.beginCount == 0 ) { + [self setCurrentCoalesce:nil]; + [current.notifications enumerateObjectsUsingBlock:^(RZDBNotification *notification, NSUInteger idx, BOOL *stop) { + [notification send]; + }]; + } +} + ++ (void)coalesceBlock:(void (^)())coalesceBlock +{ + NSParameterAssert(coalesceBlock); + + [RZDBCoalesce begin]; + coalesceBlock(); + [RZDBCoalesce commit]; +} + +#pragma mark - private methods + ++ (RZDBCoalesce *)currentCoalesce +{ + return [NSThread currentThread].threadDictionary[kRZDBCoalesceStorageKey]; +} + ++ (void)setCurrentCoalesce:(RZDBCoalesce *)current +{ + if ( current != nil ) { + [NSThread currentThread].threadDictionary[kRZDBCoalesceStorageKey] = current; + } + else { + [[NSThread currentThread].threadDictionary removeObjectForKey:kRZDBCoalesceStorageKey]; + } +} + +- (instancetype)init +{ + self = [super init]; + if ( self ) { + _beginCount = 1; + _notifications = [NSMutableArray array]; + } + + return self; +} + +- (void)addNotification:(RZDBNotification *)notification +{ + NSUInteger existingIdx = [self.notifications indexOfObjectPassingTest:^BOOL(RZDBNotification *existing, NSUInteger idx, BOOL *stop) { + return [notification isEqual:existing]; + }]; + + if ( existingIdx != NSNotFound ) { + RZDBNotification *existing = self.notifications[existingIdx]; + + if ( notification.changeDict[kRZDBChangeKeyNew] != nil ) { + existing.changeDict[kRZDBChangeKeyNew] = notification.changeDict[kRZDBChangeKeyNew]; + } + else { + [existing.changeDict removeObjectForKey:kRZDBChangeKeyNew]; + } + } + else { + [self.notifications addObject:notification]; + } +} + +@end + +#pragma mark - RZDBNotification implementation + +@implementation RZDBNotification + ++ (instancetype)notificationWithInvocation:(NSInvocation *)invocation +{ + RZDBNotification *notification = nil; + + NSMethodSignature *methodSig = invocation.methodSignature; + + // rzdb callbacks must have void return type, and + // if there are any arguments, the first and only argument must be a dictionary + if ( methodSig.methodReturnLength == 0 && (methodSig.numberOfArguments == 2 || methodSig.numberOfArguments == 3) ) { + notification = [[self alloc] init]; + notification.target = invocation.target; + notification.action = invocation.selector; + + if ( methodSig.numberOfArguments == 3 && strcmp([methodSig getArgumentTypeAtIndex:2], @encode(id)) == 0 ) { + __unsafe_unretained id arg1; + [invocation getArgument:&arg1 atIndex:2]; + + if ( [arg1 isKindOfClass:[NSDictionary class]] ) { + notification.changeDict = [arg1 mutableCopy]; + } + else { + notification = nil; + } + } + } + + return notification; +} + +- (BOOL)isEqual:(id)object +{ + BOOL equal = [super isEqual:object]; + + if ( !equal && [object isKindOfClass:[RZDBNotification class]] ) { + RZDBNotification *other = (RZDBNotification *)object; + + equal = (self.target == other.target) && + (self.action == other.action) && + (self.changeDict == other.changeDict || + (self.changeDict[kRZDBChangeKeyObject] == other.changeDict[kRZDBChangeKeyObject] && + [self.changeDict[kRZDBChangeKeyKeyPath] isEqualToString:other.changeDict[kRZDBChangeKeyKeyPath]] + ) + ); + } + + return equal; +} + +- (void)send +{ + if ( self.target != nil && self.action != NULL ) { + if ( self.changeDict != nil ) { + ((void(*)(id, SEL, NSDictionary *))objc_msgSend)(self.target, self.action, [self.changeDict copy]); + } + else { + ((void(*)(id, SEL))objc_msgSend)(self.target, self.action); + } + } +} + +@end + +#pragma mark - NSObject+RZDBCoalesce implementation + +@implementation NSObject (RZDBCoalesce) + +- (id)rz_coalesceProxy +{ + @synchronized (self) { + id proxy = objc_getAssociatedObject(self, _cmd); + + if ( proxy == nil ) { + proxy = [RZDBCoalesceProxy proxyForObject:self]; + objc_setAssociatedObject(self, _cmd, proxy, OBJC_ASSOCIATION_RETAIN_NONATOMIC); + } + + return proxy; + } +} + +@end + +#pragma mark - RZDBCoalesceProxy implementation + +@implementation RZDBCoalesceProxy + ++ (instancetype)proxyForObject:(id)object +{ + RZDBCoalesceProxy *proxy = [self alloc]; + proxy.representedObject = object; + + return proxy; +} + +- (Class)class +{ + return [self.representedObject class]; +} + +- (NSMethodSignature *)methodSignatureForSelector:(SEL)sel +{ + return [self.representedObject methodSignatureForSelector:sel]; +} + +- (void)forwardInvocation:(NSInvocation *)invocation +{ + invocation.target = self.representedObject; + + RZDBCoalesce *currentCoalesce = [RZDBCoalesce currentCoalesce]; + + if ( currentCoalesce != nil ) { + // notificaton will be non-nil for a valid RZDataBinding callback + RZDBNotification *notification = [RZDBNotification notificationWithInvocation:invocation]; + + if ( notification != nil ) { + [currentCoalesce addNotification:notification]; + } + else { + [invocation invoke]; + } + } + else { + [invocation invoke]; + } +} + +- (void)doesNotRecognizeSelector:(SEL)aSelector +{ + [self.representedObject doesNotRecognizeSelector:aSelector]; +} + +@end + diff --git a/Example/Pods/RZDataBinding/RZDataBinding/RZDBMacros.h b/Example/Pods/RZDataBinding/RZDataBinding/RZDBMacros.h new file mode 100644 index 0000000..0a7fff6 --- /dev/null +++ b/Example/Pods/RZDataBinding/RZDataBinding/RZDBMacros.h @@ -0,0 +1,103 @@ +// +// RZDBMacros.h +// +// Created by Rob Visentin on 3/18/15. + +// Copyright 2014 Raizlabs and other contributors +// http://raizlabs.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +#ifndef __RZDBMacros__ +#define __RZDBMacros__ + +//////////////////////////////////////// +//// //// +//// Logging //// +//// //// +//////////////////////////////////////// + +/** + * The method that should be used to log errors in RZDataBinding that are non-fatal, + * but may be useful in debugging. You might choose for example to `#define RZDBLog DDLogInfo`. + * The method defined must take exactly two parameters, a format string, and a variable list of arguments. + * By default, log messages are sent using NSLog. + */ +#ifndef RZDBLog +#define RZDBLog NSLog +#endif + +//////////////////////////////////////// +//// //// +//// Key Path creation Macros //// +//// //// +//////////////////////////////////////// + +/** + * Convenience macros for creating keypaths. An invalid keypath will throw a compile-time error when compiling in debug mode. + * + * The first parameter of these macros is used only for compile-time validation of the keypath. + * + * @return An NSString containing the keypath. + * + * @example RZDB_KP(NSObject, description.length) -> @"description.length" + * RZDB_KP_OBJ(MyLabel, text) -> @"text" + * RZDB_KP_SELF(user.firstName) -> @"user.firstName" + */ +#if DEBUG +#define RZDB_KP(Classname, keypath) ({\ +Classname *_rzdb_keypath_obj; \ +__unused __typeof(_rzdb_keypath_obj.keypath) _rzdb_keypath_prop; \ +@#keypath; \ +}) + +#define RZDB_KP_OBJ(object, keypath) ({\ +__typeof(object) _rzdb_keypath_obj; \ +__unused __typeof(_rzdb_keypath_obj.keypath) _rzdb_keypath_prop; \ +@#keypath; \ +}) + +#define RZDB_KP_PROTOCOL(ProtocolName, keypath) ({\ +id _rzdb_keypath_obj; \ +__unused __typeof(_rzdb_keypath_obj.keypath) _rzdb_keypath_prop; \ +@#keypath; \ +}) +#else +#define RZDB_KP(Classname, keypath) (@#keypath) +#define RZDB_KP_OBJ(self, keypath) (@#keypath) +#define RZDB_KP_PROTOCOL(ProtocolName, keypath) (@#keypath) +#endif + +/** + * @note This macro will implicitly retain self from within blocks while running in debug mode. + * The safe way to generate a keypath on self from within a block + * is to define a weak reference to self outside the block, and then use RZDB_KP_OBJ(weakSelf, keypath). + */ +#define RZDB_KP_SELF(keypath) RZDB_KP_OBJ(self, keypath) + +/** + * Concatenate two keypath strings. + * + * keypath1 and keypath2 must be NSStrings like, for example, the ones created by the other RZDB keypath generation macros. + * The result is another NSString concatenating the two keypaths, but there is no implicit check that the key path exists. + */ +#define RZDB_KP_CONCAT(keypath1, keypath2) [keypath1 stringByAppendingFormat:@".%@", keypath2] + +#endif /** __RZDBMacros__ defined */ diff --git a/Example/Pods/RZDataBinding/RZDataBinding/RZDBTransforms.h b/Example/Pods/RZDataBinding/RZDataBinding/RZDBTransforms.h new file mode 100644 index 0000000..c298b6a --- /dev/null +++ b/Example/Pods/RZDataBinding/RZDataBinding/RZDBTransforms.h @@ -0,0 +1,81 @@ +// +// RZDataBinding.h +// +// Created by Rob Visentin on 4/7/15. + +// Copyright 2014 Raizlabs and other contributors +// http://raizlabs.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +#import + +#pragma mark - Definitions + +/** + * A transform that takes a value as a parameter and returns an object. + * + * @param value The value that just changed on a foreign object for a bound key path. + * + * @return The value to set for the bound key. Ideally the returned value should depend solely on the input value. + */ +typedef id (^RZDBKeyBindingTransform)(id value); + +#pragma mark - Convenience Constants + +/** + * If value is nil, returns @(0), otherwise returns value. + */ +OBJC_EXTERN RZDBKeyBindingTransform const kRZDBNilToZeroTransform; + +/** + * If value is nil, returns @(1), otherwise returns value. + */ +OBJC_EXTERN RZDBKeyBindingTransform const kRZDBNilToOneTransform; + +/** + * If value is nil, returns NSValue with CGSizeZero, otherwise returns value. + */ +OBJC_EXTERN RZDBKeyBindingTransform const kRZDBNilToCGSizeZeroTransform; + +/** + * If value is nil, returns NSValue with CGRectZero, otherwise returns value. + */ +OBJC_EXTERN RZDBKeyBindingTransform const kRZDBNilToCGRectZeroTransform; + +/** + * If value is nil, returns NSValue with CGRectNull, otherwise returns value. + */ +OBJC_EXTERN RZDBKeyBindingTransform const kRZDBNilToCGRectNullTransform; + +/** + * Returns @(![value boolValue]) + */ +OBJC_EXTERN RZDBKeyBindingTransform const kRZDBLogicalNegateTransform; + +/** + * Returns @(1.0 - [value doubleValue]) + */ +OBJC_EXTERN RZDBKeyBindingTransform const kRZDBOneMinusTransform; + +/** + * Returns @(~[value longLongValue]) + */ +OBJC_EXTERN RZDBKeyBindingTransform const kRZDBBitwiseComplementTransform; diff --git a/Example/Pods/RZDataBinding/RZDataBinding/RZDBTransforms.m b/Example/Pods/RZDataBinding/RZDataBinding/RZDBTransforms.m new file mode 100644 index 0000000..0d374a8 --- /dev/null +++ b/Example/Pods/RZDataBinding/RZDataBinding/RZDBTransforms.m @@ -0,0 +1,71 @@ +// +// RZDataBinding.m +// +// Created by Rob Visentin on 4/7/15. + +// Copyright 2014 Raizlabs and other contributors +// http://raizlabs.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +#import + +#import "RZDBTransforms.h" + +RZDBKeyBindingTransform const kRZDBNilToZeroTransform = ^(id value) { + return (value == nil) ? @(0) : value; +}; + +RZDBKeyBindingTransform const kRZDBNilToOneTransform = ^(id value) { + return (value == nil) ? @(1) : value; +}; + +RZDBKeyBindingTransform const kRZDBNilToCGSizeZeroTransform = ^(id value) { + if ( value == nil ) { + value = [NSValue valueWithBytes:&CGSizeZero objCType:@encode(CGSize)]; + } + return value; +}; + +RZDBKeyBindingTransform const kRZDBNilToCGRectZeroTransform = ^(id value) { + if ( value == nil ) { + value = [NSValue valueWithBytes:&CGRectZero objCType:@encode(CGRect)]; + } + return value; +}; + +RZDBKeyBindingTransform const kRZDBNilToCGRectNullTransform = ^(id value) { + if ( value == nil ) { + value = [NSValue valueWithBytes:&CGRectNull objCType:@encode(CGRect)]; + } + return value; +}; + +RZDBKeyBindingTransform const kRZDBLogicalNegateTransform = ^(id value) { + return @(![value boolValue]); +}; + +RZDBKeyBindingTransform const kRZDBOneMinusTransform = ^(id value) { + return @(1.0 - [value doubleValue]); +}; + +RZDBKeyBindingTransform const kRZDBBitwiseComplementTransform = ^(id value) { + return @(~[value longLongValue]); +}; diff --git a/Example/Pods/RZDataBinding/RZDataBinding/RZDataBinding.h b/Example/Pods/RZDataBinding/RZDataBinding/RZDataBinding.h new file mode 100644 index 0000000..f648066 --- /dev/null +++ b/Example/Pods/RZDataBinding/RZDataBinding/RZDataBinding.h @@ -0,0 +1,31 @@ +// +// RZDataBinding.h +// +// Created by Rob Visentin on 4/7/15. + +// Copyright 2014 Raizlabs and other contributors +// http://raizlabs.com/ +// +// Permission is hereby granted, free of charge, to any person obtaining +// a copy of this software and associated documentation files (the +// "Software"), to deal in the Software without restriction, including +// without limitation the rights to use, copy, modify, merge, publish, +// distribute, sublicense, and/or sell copies of the Software, and to +// permit persons to whom the Software is furnished to do so, subject to +// the following conditions: +// +// The above copyright notice and this permission notice shall be +// included in all copies or substantial portions of the Software. +// +// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +#import "RZDBMacros.h" +#import "RZDBTransforms.h" +#import "RZDBCoalesce.h" +#import "NSObject+RZDataBinding.h" diff --git a/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots.xcconfig b/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots.xcconfig index 86db3e6..26dfe1e 100644 --- a/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots.xcconfig +++ b/Example/Pods/Target Support Files/Expecta+Snapshots/Expecta+Snapshots.xcconfig @@ -1,7 +1,6 @@ FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Expecta+Snapshots" "${PODS_ROOT}/Headers/Public" OTHER_LDFLAGS = -framework "Foundation" -framework "XCTest" PODS_ROOT = ${SRCROOT} -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES +SKIP_INSTALL = YES \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Expecta+Snapshots/Info.plist b/Example/Pods/Target Support Files/Expecta+Snapshots/Info.plist index 0a12077..dc92af9 100644 --- a/Example/Pods/Target Support Files/Expecta+Snapshots/Info.plist +++ b/Example/Pods/Target Support Files/Expecta+Snapshots/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0 + 3.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/Expecta/Expecta.xcconfig b/Example/Pods/Target Support Files/Expecta/Expecta.xcconfig index bd75300..1782198 100644 --- a/Example/Pods/Target Support Files/Expecta/Expecta.xcconfig +++ b/Example/Pods/Target Support Files/Expecta/Expecta.xcconfig @@ -1,8 +1,7 @@ ENABLE_BITCODE = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Expecta" "${PODS_ROOT}/Headers/Public" OTHER_LDFLAGS = -framework "Foundation" -framework "XCTest" PODS_ROOT = ${SRCROOT} -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES +SKIP_INSTALL = YES \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Expecta/Info.plist b/Example/Pods/Target Support Files/Expecta/Info.plist index a5730fa..135c3f4 100644 --- a/Example/Pods/Target Support Files/Expecta/Info.plist +++ b/Example/Pods/Target Support Files/Expecta/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig b/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig index 08f0943..f30c1e2 100644 --- a/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig +++ b/Example/Pods/Target Support Files/FBSnapshotTestCase/FBSnapshotTestCase.xcconfig @@ -1,9 +1,8 @@ ENABLE_BITCODE = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/FBSnapshotTestCase" "${PODS_ROOT}/Headers/Public" OTHER_LDFLAGS = -framework "Foundation" -framework "QuartzCore" -framework "UIKit" -framework "XCTest" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_ROOT = ${SRCROOT} -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES +SKIP_INSTALL = YES \ No newline at end of file diff --git a/Example/Pods/Target Support Files/FBSnapshotTestCase/Info.plist b/Example/Pods/Target Support Files/FBSnapshotTestCase/Info.plist index 4fcad82..7ecddcc 100644 --- a/Example/Pods/Target Support Files/FBSnapshotTestCase/Info.plist +++ b/Example/Pods/Target Support Files/FBSnapshotTestCase/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.7 + 2.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/PNGradientView/Info.plist b/Example/Pods/Target Support Files/PNGradientView/Info.plist index 161a9d3..d6832b5 100644 --- a/Example/Pods/Target Support Files/PNGradientView/Info.plist +++ b/Example/Pods/Target Support Files/PNGradientView/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.0 + 0.1.5 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/PNGradientView/PNGradientView.xcconfig b/Example/Pods/Target Support Files/PNGradientView/PNGradientView.xcconfig index a3dfcd5..cc8e225 100644 --- a/Example/Pods/Target Support Files/PNGradientView/PNGradientView.xcconfig +++ b/Example/Pods/Target Support Files/PNGradientView/PNGradientView.xcconfig @@ -1,6 +1,5 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/PNGradientView" "${PODS_ROOT}/Headers/Public" OTHER_LDFLAGS = -framework "QuartzCore" PODS_ROOT = ${SRCROOT} -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES +SKIP_INSTALL = YES \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Info.plist b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Info.plist index 2243fe6..6974542 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Info.plist +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-acknowledgements.markdown index e0d5b56..0fb5002 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-acknowledgements.markdown @@ -23,4 +23,30 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Generated by CocoaPods - https://cocoapods.org + +## RZDataBinding + + +Copyright 2014 Raizlabs and other contributors +http://raizlabs.com/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Generated by CocoaPods - http://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-acknowledgements.plist index ae92b5d..1997b0a 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-acknowledgements.plist @@ -41,7 +41,37 @@ THE SOFTWARE. FooterText - Generated by CocoaPods - https://cocoapods.org + +Copyright 2014 Raizlabs and other contributors +http://raizlabs.com/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Title + RZDataBinding + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - http://cocoapods.org Title Type diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-frameworks.sh index f7a6abd..1a96cee 100755 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-frameworks.sh @@ -85,7 +85,9 @@ strip_invalid_archs() { if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "Pods-PNGradientView_Example/PNGradientView.framework" + install_framework "Pods-PNGradientView_Example/RZDataBinding.framework" fi if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "Pods-PNGradientView_Example/PNGradientView.framework" + install_framework "Pods-PNGradientView_Example/RZDataBinding.framework" fi diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-resources.sh b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-resources.sh index fa69136..16774fb 100755 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-resources.sh +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example-resources.sh @@ -16,51 +16,44 @@ realpath() { install_resource() { - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in + case $1 in *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" ;; *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" ;; *.framework) echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av $RESOURCE_PATH ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "$RESOURCE_PATH" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" ;; *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" - xcrun momc "$RESOURCE_PATH" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" ;; *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" - xcrun momc "$RESOURCE_PATH" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" ;; *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" - xcrun mapc "$RESOURCE_PATH" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" + xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" ;; *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH") + ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1") XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") ;; + /*) + echo "$1" + echo "$1" >> "$RESOURCES_TO_COPY" + ;; *) - echo "$RESOURCE_PATH" - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + echo "${PODS_ROOT}/$1" + echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" ;; esac } @@ -98,5 +91,5 @@ then fi done <<<"$OTHER_XCASSETS" - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" fi diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example.debug.xcconfig index e666c2e..2c8349b 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example.debug.xcconfig @@ -1,6 +1,6 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PNGradientView.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "PNGradientView" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PNGradientView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RZDataBinding.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "PNGradientView" -framework "RZDataBinding" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PNGradientView_Example -PODS_ROOT = ${SRCROOT}/Pods +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example.release.xcconfig index e666c2e..2c8349b 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Example/Pods-PNGradientView_Example.release.xcconfig @@ -1,6 +1,6 @@ GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PNGradientView.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "PNGradientView" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/PNGradientView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RZDataBinding.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "PNGradientView" -framework "RZDataBinding" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PNGradientView_Example -PODS_ROOT = ${SRCROOT}/Pods +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Info.plist b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Info.plist index 2243fe6..6974542 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Info.plist +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-acknowledgements.markdown index b724b1b..4057156 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-acknowledgements.markdown @@ -24,6 +24,32 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +## RZDataBinding + + +Copyright 2014 Raizlabs and other contributors +http://raizlabs.com/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + ## Expecta Copyright (c) 2011-2015 Specta Team - https://github.com/specta @@ -129,4 +155,4 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Generated by CocoaPods - https://cocoapods.org +Generated by CocoaPods - http://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-acknowledgements.plist index fc5ca38..00eb93d 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-acknowledgements.plist @@ -39,6 +39,36 @@ THE SOFTWARE. Type PSGroupSpecifier + + FooterText + +Copyright 2014 Raizlabs and other contributors +http://raizlabs.com/ + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + Title + RZDataBinding + Type + PSGroupSpecifier + FooterText Copyright (c) 2011-2015 Specta Team - https://github.com/specta @@ -163,7 +193,7 @@ THE SOFTWARE. FooterText - Generated by CocoaPods - https://cocoapods.org + Generated by CocoaPods - http://cocoapods.org Title Type diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-frameworks.sh index cd04735..6cdcfc8 100755 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-frameworks.sh @@ -85,6 +85,7 @@ strip_invalid_archs() { if [[ "$CONFIGURATION" == "Debug" ]]; then install_framework "Pods-PNGradientView_Tests/PNGradientView.framework" + install_framework "Pods-PNGradientView_Tests/RZDataBinding.framework" install_framework "Pods-PNGradientView_Tests/Expecta.framework" install_framework "Pods-PNGradientView_Tests/Expecta_Snapshots.framework" install_framework "Pods-PNGradientView_Tests/FBSnapshotTestCase.framework" @@ -92,6 +93,7 @@ if [[ "$CONFIGURATION" == "Debug" ]]; then fi if [[ "$CONFIGURATION" == "Release" ]]; then install_framework "Pods-PNGradientView_Tests/PNGradientView.framework" + install_framework "Pods-PNGradientView_Tests/RZDataBinding.framework" install_framework "Pods-PNGradientView_Tests/Expecta.framework" install_framework "Pods-PNGradientView_Tests/Expecta_Snapshots.framework" install_framework "Pods-PNGradientView_Tests/FBSnapshotTestCase.framework" diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-resources.sh b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-resources.sh index fa69136..16774fb 100755 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-resources.sh +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests-resources.sh @@ -16,51 +16,44 @@ realpath() { install_resource() { - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in + case $1 in *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .storyboard`.storyboardc" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" ;; *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" + echo "ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile ${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib ${PODS_ROOT}/$1 --sdk ${SDKROOT}" + ibtool --reference-external-strings-file --errors --warnings --notices --output-format human-readable-text --compile "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$1\" .xib`.nib" "${PODS_ROOT}/$1" --sdk "${SDKROOT}" ;; *.framework) echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av $RESOURCE_PATH ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "$RESOURCE_PATH" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + echo "rsync -av ${PODS_ROOT}/$1 ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" + rsync -av "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" ;; *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" - xcrun momc "$RESOURCE_PATH" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1"`.mom\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodel`.mom" ;; *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" - xcrun momc "$RESOURCE_PATH" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" + echo "xcrun momc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd\"" + xcrun momc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcdatamodeld`.momd" ;; *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" - xcrun mapc "$RESOURCE_PATH" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" + echo "xcrun mapc \"${PODS_ROOT}/$1\" \"${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm\"" + xcrun mapc "${PODS_ROOT}/$1" "${CONFIGURATION_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$1" .xcmappingmodel`.cdm" ;; *.xcassets) - ABSOLUTE_XCASSET_FILE=$(realpath "$RESOURCE_PATH") + ABSOLUTE_XCASSET_FILE=$(realpath "${PODS_ROOT}/$1") XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") ;; + /*) + echo "$1" + echo "$1" >> "$RESOURCES_TO_COPY" + ;; *) - echo "$RESOURCE_PATH" - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" + echo "${PODS_ROOT}/$1" + echo "${PODS_ROOT}/$1" >> "$RESOURCES_TO_COPY" ;; esac } @@ -98,5 +91,5 @@ then fi done <<<"$OTHER_XCASSETS" - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" + printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${IPHONEOS_DEPLOYMENT_TARGET}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" fi diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests.debug.xcconfig index 32c0d5d..7602785 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests.debug.xcconfig @@ -1,8 +1,8 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNGradientView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSnapshotTestCase" -framework "PNGradientView" -framework "Specta" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNGradientView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RZDataBinding.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSnapshotTestCase" -framework "PNGradientView" -framework "RZDataBinding" -framework "Specta" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PNGradientView_Tests -PODS_ROOT = ${SRCROOT}/Pods +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests.release.xcconfig index 32c0d5d..7602785 100644 --- a/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-PNGradientView_Tests/Pods-PNGradientView_Tests.release.xcconfig @@ -1,8 +1,8 @@ EMBEDDED_CONTENT_CONTAINS_SWIFT = YES GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNGradientView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSnapshotTestCase" -framework "PNGradientView" -framework "Specta" +OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/Expecta.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Expecta_Snapshots.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/FBSnapshotTestCase.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/PNGradientView.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/RZDataBinding.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/Specta.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "Expecta" -framework "Expecta_Snapshots" -framework "FBSnapshotTestCase" -framework "PNGradientView" -framework "RZDataBinding" -framework "Specta" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PNGradientView_Tests -PODS_ROOT = ${SRCROOT}/Pods +PODS_ROOT = ${SRCROOT}/Pods \ No newline at end of file diff --git a/Example/Pods/Target Support Files/PNGradientView/ResourceBundle-PNGradientView-Info.plist b/Example/Pods/Target Support Files/RZDataBinding/Info.plist similarity index 78% rename from Example/Pods/Target Support Files/PNGradientView/ResourceBundle-PNGradientView-Info.plist rename to Example/Pods/Target Support Files/RZDataBinding/Info.plist index aec6281..1151db3 100644 --- a/Example/Pods/Target Support Files/PNGradientView/ResourceBundle-PNGradientView-Info.plist +++ b/Example/Pods/Target Support Files/RZDataBinding/Info.plist @@ -4,16 +4,18 @@ CFBundleDevelopmentRegion en + CFBundleExecutable + ${EXECUTABLE_NAME} CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName ${PRODUCT_NAME} CFBundlePackageType - BNDL + FMWK CFBundleShortVersionString - 0.1.0 + 2.0.3 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-dummy.m b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-dummy.m new file mode 100644 index 0000000..381d4cb --- /dev/null +++ b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_RZDataBinding : NSObject +@end +@implementation PodsDummy_RZDataBinding +@end diff --git a/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-prefix.pch b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-prefix.pch new file mode 100644 index 0000000..aa992a4 --- /dev/null +++ b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-prefix.pch @@ -0,0 +1,4 @@ +#ifdef __OBJC__ +#import +#endif + diff --git a/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-umbrella.h b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-umbrella.h new file mode 100644 index 0000000..b70100b --- /dev/null +++ b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding-umbrella.h @@ -0,0 +1,11 @@ +#import + +#import "NSObject+RZDataBinding.h" +#import "RZDataBinding.h" +#import "RZDBCoalesce.h" +#import "RZDBMacros.h" +#import "RZDBTransforms.h" + +FOUNDATION_EXPORT double RZDataBindingVersionNumber; +FOUNDATION_EXPORT const unsigned char RZDataBindingVersionString[]; + diff --git a/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding.modulemap b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding.modulemap new file mode 100644 index 0000000..4119535 --- /dev/null +++ b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding.modulemap @@ -0,0 +1,6 @@ +framework module RZDataBinding { + umbrella header "RZDataBinding-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding.xcconfig b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding.xcconfig new file mode 100644 index 0000000..bd25314 --- /dev/null +++ b/Example/Pods/Target Support Files/RZDataBinding/RZDataBinding.xcconfig @@ -0,0 +1,4 @@ +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/RZDataBinding" "${PODS_ROOT}/Headers/Public" +PODS_ROOT = ${SRCROOT} +SKIP_INSTALL = YES \ No newline at end of file diff --git a/Example/Pods/Target Support Files/Specta/Info.plist b/Example/Pods/Target Support Files/Specta/Info.plist index a5730fa..135c3f4 100644 --- a/Example/Pods/Target Support Files/Specta/Info.plist +++ b/Example/Pods/Target Support Files/Specta/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIdentifier - ${PRODUCT_BUNDLE_IDENTIFIER} + org.cocoapods.${PRODUCT_NAME:rfc1034identifier} CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/Example/Pods/Target Support Files/Specta/Specta.xcconfig b/Example/Pods/Target Support Files/Specta/Specta.xcconfig index bd75300..c7ae144 100644 --- a/Example/Pods/Target Support Files/Specta/Specta.xcconfig +++ b/Example/Pods/Target Support Files/Specta/Specta.xcconfig @@ -1,8 +1,7 @@ ENABLE_BITCODE = NO FRAMEWORK_SEARCH_PATHS = $(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 -HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Specta" "${PODS_ROOT}/Headers/Public" OTHER_LDFLAGS = -framework "Foundation" -framework "XCTest" PODS_ROOT = ${SRCROOT} -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES +SKIP_INSTALL = YES \ No newline at end of file diff --git a/PNGradientView.podspec b/PNGradientView.podspec index 56533fe..9c2cda7 100644 --- a/PNGradientView.podspec +++ b/PNGradientView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "PNGradientView" -s.version = "0.1.0" +s.version = "0.1.5" s.summary = "PNGradientView is a UIView subclassing with gradient support" # This description is used to generate tags and improve search results. @@ -35,5 +35,6 @@ s.resource_bundles = { # s.public_header_files = 'Pod/Classes/**/*.h' s.frameworks = 'QuartzCore' -# s.dependency 'AFNetworking', '~> 2.3' +s.dependency 'RZDataBinding' + end diff --git a/Pod/Classes/PNGradientView.m b/Pod/Classes/PNGradientView.m index 4632dce..b6b0b7a 100644 --- a/Pod/Classes/PNGradientView.m +++ b/Pod/Classes/PNGradientView.m @@ -7,6 +7,7 @@ // #import "PNGradientView.h" +#import @interface PNGradientView() @@ -24,9 +25,10 @@ - (instancetype) init { self = [super init]; if (self) { - [self addObserver:self forKeyPath:@"bounds" options:0 context:nil]; + _colors = [[NSMutableArray alloc] init]; _cgColors = [[NSMutableArray alloc] init]; + [self rz_addTarget:self action:@selector(valueChanged:) forKeyPathChange:@"bounds"]; } return self; } @@ -34,9 +36,10 @@ - (instancetype) initWithCoder:(NSCoder *)aDecoder { self = [super initWithCoder:aDecoder]; if (self) { - [self addObserver:self forKeyPath:@"bounds" options:0 context:nil]; + _colors = [[NSMutableArray alloc] init]; _cgColors = [[NSMutableArray alloc] init]; + [self rz_addTarget:self action:@selector(valueChanged:) forKeyPathChange:@"bounds"]; } return self; } @@ -44,9 +47,10 @@ - (instancetype) initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { - [self addObserver:self forKeyPath:@"bounds" options:0 context:nil]; + _colors = [[NSMutableArray alloc] init]; _cgColors = [[NSMutableArray alloc] init]; + [self rz_addTarget:self action:@selector(valueChanged:) forKeyPathChange:@"bounds"]; } return self; } @@ -108,10 +112,15 @@ }); } +/* + NSString* const kRZDBChangeKeyObject = @"RZDBChangeObject"; + NSString* const kRZDBChangeKeyOld = @"RZDBChangeOld"; + NSString* const kRZDBChangeKeyNew = @"RZDBChangeNew"; + NSString* const kRZDBChangeKeyKeyPath = @"RZDBChangeKeyPath"; + */ -- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context -{ - if (object == self && [keyPath isEqualToString:@"bounds"]) { +- (void) valueChanged:(NSDictionary *) value { + if ([value objectForKey:kRZDBChangeKeyNew]) { if(_gradientLayer) { dispatch_async(dispatch_get_main_queue(), ^{ [self setBackgroundLayerWithColors:_colors startPoint:_startPoint];