From 7fe161bfbfa542e7edea24ea979e5ce4f8abe7a3 Mon Sep 17 00:00:00 2001 From: Pete Smith Date: Sun, 2 Oct 2016 14:02:34 +0100 Subject: [PATCH] Rename, reorganize, latest iteration --- Example/Podfile | 6 +- Example/Podfile.lock | 10 +- .../ScalingCarousel.podspec.json | 24 + .../ScalingCarouselView.podspec.json | 22 - Example/Pods/Manifest.lock | 10 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 876 +++++++++--------- .../contents.xcworkspacedata | 7 + .../Pods-ScalingCarouselView_Example-dummy.m | 5 - ...ods-ScalingCarouselView_Example-umbrella.h | 6 - ...Pods-ScalingCarouselView_Example.modulemap | 6 - .../Pods-ScalingCarouselView_Tests-dummy.m | 5 - .../Pods-ScalingCarouselView_Tests-umbrella.h | 6 - .../Pods-ScalingCarouselView_Tests.modulemap | 6 - .../Info.plist | 0 ...arousel_Example-acknowledgements.markdown} | 2 +- ...ngCarousel_Example-acknowledgements.plist} | 2 +- .../Pods-ScalingCarousel_Example-dummy.m | 5 + ...ods-ScalingCarousel_Example-frameworks.sh} | 4 +- ...Pods-ScalingCarousel_Example-resources.sh} | 0 .../Pods-ScalingCarousel_Example-umbrella.h | 6 + ...ds-ScalingCarousel_Example.debug.xcconfig} | 6 +- .../Pods-ScalingCarousel_Example.modulemap | 6 + ...-ScalingCarousel_Example.release.xcconfig} | 6 +- .../Info.plist | 0 ...gCarousel_Tests-acknowledgements.markdown} | 0 ...lingCarousel_Tests-acknowledgements.plist} | 0 .../Pods-ScalingCarousel_Tests-dummy.m | 5 + .../Pods-ScalingCarousel_Tests-frameworks.sh} | 0 .../Pods-ScalingCarousel_Tests-resources.sh} | 0 .../Pods-ScalingCarousel_Tests-umbrella.h | 6 + ...Pods-ScalingCarousel_Tests.debug.xcconfig} | 4 +- .../Pods-ScalingCarousel_Tests.modulemap | 6 + ...ds-ScalingCarousel_Tests.release.xcconfig} | 4 +- .../Info.plist | 2 +- .../ScalingCarousel/ScalingCarousel-dummy.m | 5 + .../ScalingCarousel-prefix.pch} | 0 .../ScalingCarousel-umbrella.h | 6 + .../ScalingCarousel/ScalingCarousel.modulemap | 6 + .../ScalingCarousel.xcconfig} | 3 +- .../ScalingCarouselView-dummy.m | 5 - .../ScalingCarouselView-umbrella.h | 6 - .../ScalingCarouselView.modulemap | 6 - .../project.pbxproj | 102 +- .../contents.xcworkspacedata | 0 .../ScalingCarousel-Example.xcscheme} | 36 +- .../contents.xcworkspacedata | 5 +- .../AppDelegate.swift | 0 .../Base.lproj/LaunchScreen.xib | 11 +- .../Base.lproj/Main.storyboard | 20 +- .../AppIcon.appiconset/Contents.json | 0 .../Info.plist | 0 .../ViewController.swift | 8 +- Example/Tests/Tests.swift | 2 +- 53 files changed, 653 insertions(+), 621 deletions(-) create mode 100644 Example/Pods/Local Podspecs/ScalingCarousel.podspec.json delete mode 100644 Example/Pods/Local Podspecs/ScalingCarouselView.podspec.json create mode 100644 Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata delete mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-dummy.m delete mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-umbrella.h delete mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.modulemap delete mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-dummy.m delete mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-umbrella.h delete mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.modulemap rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Example => Pods-ScalingCarousel_Example}/Info.plist (100%) rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-acknowledgements.markdown => Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-acknowledgements.markdown} (98%) rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-acknowledgements.plist => Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-acknowledgements.plist} (98%) create mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-dummy.m rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-frameworks.sh => Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-frameworks.sh} (94%) rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-resources.sh => Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-resources.sh} (100%) create mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-umbrella.h rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.debug.xcconfig => Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.debug.xcconfig} (78%) create mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.modulemap rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.release.xcconfig => Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.release.xcconfig} (78%) rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Tests => Pods-ScalingCarousel_Tests}/Info.plist (100%) rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-acknowledgements.markdown => Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-acknowledgements.markdown} (100%) rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-acknowledgements.plist => Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-acknowledgements.plist} (100%) create mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-dummy.m rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-frameworks.sh => Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-frameworks.sh} (100%) rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-resources.sh => Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-resources.sh} (100%) create mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-umbrella.h rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.debug.xcconfig => Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.debug.xcconfig} (89%) create mode 100644 Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.modulemap rename Example/Pods/Target Support Files/{Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.release.xcconfig => Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.release.xcconfig} (89%) rename Example/Pods/Target Support Files/{ScalingCarouselView => ScalingCarousel}/Info.plist (96%) create mode 100644 Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-dummy.m rename Example/Pods/Target Support Files/{ScalingCarouselView/ScalingCarouselView-prefix.pch => ScalingCarousel/ScalingCarousel-prefix.pch} (100%) create mode 100644 Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-umbrella.h create mode 100644 Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.modulemap rename Example/Pods/Target Support Files/{ScalingCarouselView/ScalingCarouselView.xcconfig => ScalingCarousel/ScalingCarousel.xcconfig} (91%) delete mode 100644 Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-dummy.m delete mode 100644 Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-umbrella.h delete mode 100644 Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView.modulemap rename Example/{ScalingCarouselView.xcodeproj => ScalingCarousel.xcodeproj}/project.pbxproj (77%) rename Example/{ScalingCarouselView.xcodeproj => ScalingCarousel.xcodeproj}/project.xcworkspace/contents.xcworkspacedata (100%) rename Example/{ScalingCarouselView.xcodeproj/xcshareddata/xcschemes/ScalingCarouselView-Example.xcscheme => ScalingCarousel.xcodeproj/xcshareddata/xcschemes/ScalingCarousel-Example.xcscheme} (73%) rename Example/{ScalingCarouselView.xcworkspace => ScalingCarousel.xcworkspace}/contents.xcworkspacedata (62%) rename Example/{ScalingCarouselView => ScalingCarousel}/AppDelegate.swift (100%) rename Example/{ScalingCarouselView => ScalingCarousel}/Base.lproj/LaunchScreen.xib (82%) rename Example/{ScalingCarouselView => ScalingCarousel}/Base.lproj/Main.storyboard (76%) rename Example/{ScalingCarouselView => ScalingCarousel}/Images.xcassets/AppIcon.appiconset/Contents.json (100%) rename Example/{ScalingCarouselView => ScalingCarousel}/Info.plist (100%) rename Example/{ScalingCarouselView => ScalingCarousel}/ViewController.swift (86%) diff --git a/Example/Podfile b/Example/Podfile index 9f3062a..54766f4 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -1,9 +1,9 @@ use_frameworks! -target 'ScalingCarouselView_Example' do - pod 'ScalingCarouselView', :path => '../' +target 'ScalingCarousel_Example' do + pod 'ScalingCarousel', :path => '../' - target 'ScalingCarouselView_Tests' do + target 'ScalingCarousel_Tests' do inherit! :search_paths pod 'Quick' diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 07d9bcb..d57c2ec 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -10,20 +10,20 @@ PODS: - Nimble - Quick - Quick (0.10.0) - - ScalingCarouselView (0.1.0) + - ScalingCarousel (1.0) DEPENDENCIES: - FBSnapshotTestCase (from `https://github.com/facebook/ios-snapshot-test-case`, branch `swift-beta-3`) - Nimble - Nimble-Snapshots - Quick - - ScalingCarouselView (from `../`) + - ScalingCarousel (from `../`) EXTERNAL SOURCES: FBSnapshotTestCase: :branch: swift-beta-3 :git: https://github.com/facebook/ios-snapshot-test-case - ScalingCarouselView: + ScalingCarousel: :path: "../" CHECKOUT OPTIONS: @@ -36,8 +36,8 @@ SPEC CHECKSUMS: Nimble: 56fc9f5020effa2206de22c3dd910f4fb011b92f Nimble-Snapshots: 4826e3ee211d2c7af27645e35d68b9e9917882e7 Quick: 5d290df1c69d5ee2f0729956dcf0fd9a30447eaa - ScalingCarouselView: a2c4f5fad11ef7400ae89c4d3258f78af71afead + ScalingCarousel: 489ca421c708acbe12368d9d208d3172bf85a4be -PODFILE CHECKSUM: 8a197aa9af0000c2c5399854ae34ac1d7a1c03df +PODFILE CHECKSUM: d9053a176b0b51fe50cfa7a5b03b1b7306404900 COCOAPODS: 1.1.0.rc.2 diff --git a/Example/Pods/Local Podspecs/ScalingCarousel.podspec.json b/Example/Pods/Local Podspecs/ScalingCarousel.podspec.json new file mode 100644 index 0000000..85a9169 --- /dev/null +++ b/Example/Pods/Local Podspecs/ScalingCarousel.podspec.json @@ -0,0 +1,24 @@ +{ + "name": "ScalingCarousel", + "version": "1.0", + "summary": "A super simple carousel view with scaling cells written in Swift.", + "description": "ScalingCarouselView is a super simple carousel view with scaling cells written in Swift.", + "homepage": "https://github.com/superpeteblaze/ScalingCarousel", + "license": { + "type": "MIT", + "file": "LICENSE" + }, + "authors": { + "Pete Smith": "peadar81@gmail.com" + }, + "source": { + "git": "https://github.com/superpeteblaze/ScalingCarousel.git", + "tag": "1.0" + }, + "social_media_url": "https://twitter.com/superpeteblaze", + "platforms": { + "ios": "9.0" + }, + "source_files": "ScalingCarousel/Classes/**/*", + "frameworks": "UIKit" +} diff --git a/Example/Pods/Local Podspecs/ScalingCarouselView.podspec.json b/Example/Pods/Local Podspecs/ScalingCarouselView.podspec.json deleted file mode 100644 index 0c2208e..0000000 --- a/Example/Pods/Local Podspecs/ScalingCarouselView.podspec.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "name": "ScalingCarouselView", - "version": "0.1.0", - "summary": "A short description of ScalingCarouselView.", - "description": "TODO: Add long description of the pod here.", - "homepage": "https://github.com//ScalingCarouselView", - "license": { - "type": "MIT", - "file": "LICENSE" - }, - "authors": { - "Pete Smith": "peadar81@gmail.com" - }, - "source": { - "git": "https://github.com//ScalingCarouselView.git", - "tag": "0.1.0" - }, - "platforms": { - "ios": "8.0" - }, - "source_files": "ScalingCarouselView/Classes/**/*" -} diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 07d9bcb..d57c2ec 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -10,20 +10,20 @@ PODS: - Nimble - Quick - Quick (0.10.0) - - ScalingCarouselView (0.1.0) + - ScalingCarousel (1.0) DEPENDENCIES: - FBSnapshotTestCase (from `https://github.com/facebook/ios-snapshot-test-case`, branch `swift-beta-3`) - Nimble - Nimble-Snapshots - Quick - - ScalingCarouselView (from `../`) + - ScalingCarousel (from `../`) EXTERNAL SOURCES: FBSnapshotTestCase: :branch: swift-beta-3 :git: https://github.com/facebook/ios-snapshot-test-case - ScalingCarouselView: + ScalingCarousel: :path: "../" CHECKOUT OPTIONS: @@ -36,8 +36,8 @@ SPEC CHECKSUMS: Nimble: 56fc9f5020effa2206de22c3dd910f4fb011b92f Nimble-Snapshots: 4826e3ee211d2c7af27645e35d68b9e9917882e7 Quick: 5d290df1c69d5ee2f0729956dcf0fd9a30447eaa - ScalingCarouselView: a2c4f5fad11ef7400ae89c4d3258f78af71afead + ScalingCarousel: 489ca421c708acbe12368d9d208d3172bf85a4be -PODFILE CHECKSUM: 8a197aa9af0000c2c5399854ae34ac1d7a1c03df +PODFILE CHECKSUM: d9053a176b0b51fe50cfa7a5b03b1b7306404900 COCOAPODS: 1.1.0.rc.2 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 9305d7a..a9a49c4 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,16 +7,15 @@ objects = { /* Begin PBXBuildFile section */ - 05AD8ECA276B29DF166EE79503EBD2C7 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */; }; 0667612C6505ACFF5D92B5B61FE7BBEA /* QuickSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 4C9C962771DD2B1B049F98918116DABE /* QuickSpec.m */; }; + 078A8DCEAE9CEC8A3E6D39642441F0B0 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D582674A6983604C34B81F809F76255 /* UIKit.framework */; }; 099C64CF560DC424DB43BBBEC6370D8F /* ThrowError.swift in Sources */ = {isa = PBXBuildFile; fileRef = C91BD1852D275FA519A9546A6B5A0A2A /* ThrowError.swift */; }; - 09D6B56FC009DBB19ED1C319D9104C1E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */; }; 0A9DA2158E1A0BD404CD48D07C183F3A /* World+DSL.h in Headers */ = {isa = PBXBuildFile; fileRef = 6B1803B89967D1E59EBF19A30CEB68A2 /* World+DSL.h */; settings = {ATTRIBUTES = (Project, ); }; }; 109EB99F003668E3ED3868B57E1071AF /* ExampleMetadata.swift in Sources */ = {isa = PBXBuildFile; fileRef = D6559B0A2178C924FCB7881428C78787 /* ExampleMetadata.swift */; }; 11C22C7B844DF31A5EBDC9AC132C5E94 /* UIImage+Compare.m in Sources */ = {isa = PBXBuildFile; fileRef = 9082F45478C362610808EA87B8A66C41 /* UIImage+Compare.m */; }; 130F048002A62769FAFCC66F2C79391A /* FBSnapshotTestController.h in Headers */ = {isa = PBXBuildFile; fileRef = 76DB4B5E7898B25E3F577B7641E60510 /* FBSnapshotTestController.h */; settings = {ATTRIBUTES = (Public, ); }; }; 1330782A55555085FE8872AF7BA8DD48 /* DSL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 11BFA072BC85223ADDBDE3D73F35C9E6 /* DSL.swift */; }; - 1412BA1C5E085BFAA13439EAC892332A /* ScalingCarouselView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = A8A81506DBFE2F70480446BA4C0330F1 /* ScalingCarouselView-dummy.m */; }; + 1B5D8178CBAC033DB6B5A9B17B7EF5AE /* ScalingCarouselLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFA8691AE35E197F6C1CFAD0EC691EE2 /* ScalingCarouselLayout.swift */; }; 1C696A0CCC5C29FFBBB8620F5DC8FA6D /* Example.swift in Sources */ = {isa = PBXBuildFile; fileRef = C181D93F628682731FAE109D26962EE7 /* Example.swift */; }; 21FCC4B725EAF5F42EDFDA386FF3EC4C /* BeNil.swift in Sources */ = {isa = PBXBuildFile; fileRef = CFED69C9F357D4065EBD81E2F1039DB9 /* BeNil.swift */; }; 24AE47A6560D6EBB0AFF78BAAAB15E0F /* AsyncMatcherWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = BD2028A859FEF82FEA8F0DCE3ABC93AA /* AsyncMatcherWrapper.swift */; }; @@ -42,13 +41,17 @@ 499FBBE0BC69D633856BB07E2C80C0CF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */; }; 49CA018A1EFE0681D470F5743BA8BB0F /* QuickTestSuite.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8A9CEED1F8353F3A900611659B67BCDE /* QuickTestSuite.swift */; }; 4A2EF0E72836C8432665C044C67933EA /* String+FileName.swift in Sources */ = {isa = PBXBuildFile; fileRef = AFA9DD9A32782B9F4BE310FCEFCCEA22 /* String+FileName.swift */; }; + 502221482D2EFE8917F6BBA144708667 /* Pods-ScalingCarousel_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 417419558A0521B8032CB632897EDA4D /* Pods-ScalingCarousel_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 522E7C454877ACD8AB3D06601E7770AE /* CurrentTestCaseTracker.h in Headers */ = {isa = PBXBuildFile; fileRef = 24C503FEA6BBF87FE7B6C59FB4ECCFE4 /* CurrentTestCaseTracker.h */; settings = {ATTRIBUTES = (Private, ); }; }; + 5340285C270B7C18A014F1AD353FD0BD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */; }; + 537582BE39A662DE5BCBE3A9F14BE5F6 /* Pods-ScalingCarousel_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = DEEB538732DC02FB5EC65782B2D0F167 /* Pods-ScalingCarousel_Example-dummy.m */; }; 5438871833E759C86C2CA743AD3EF2DD /* World.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4948BAB46EEC9A11A941BC84AE265BE4 /* World.swift */; }; 56CA153033917F08CCDD22E94806C873 /* MatchError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 93266F78F7C6C1F161E418D4B0637D48 /* MatchError.swift */; }; 59A4C06B57864AA9BBFAE0B762DAE871 /* BeLessThan.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9296B4E7ECC49BD5269AEBCAB7B40C20 /* BeLessThan.swift */; }; 59AFC17D744CDEED360B4DF8876295BF /* Errors.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F1078D6737E32952C35C9AC1874F492 /* Errors.swift */; }; 5A4AC5619A05687E5EB0A4BBDC8AF154 /* AllPass.swift in Sources */ = {isa = PBXBuildFile; fileRef = 780E500297492BD494198765A72D0F4A /* AllPass.swift */; }; 5B21B2BBADCCEB5AC51E0A0C99BA5B93 /* Expression.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0AB5FC980EB77B65815ACB8F33387100 /* Expression.swift */; }; + 5DA67E463ED7824066B20BFF09E5B0AB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */; }; 602B5CEB21CA60AFA67B508D13282E94 /* BeCloseTo.swift in Sources */ = {isa = PBXBuildFile; fileRef = 303E271048DBBB0E4208E77C28941637 /* BeCloseTo.swift */; }; 61EBC5CF0D5E065C88028B49C6B8D3B3 /* UIImage+Diff.h in Headers */ = {isa = PBXBuildFile; fileRef = F0DD120BDC84BB26D97C0F6787E83B6E /* UIImage+Diff.h */; settings = {ATTRIBUTES = (Private, ); }; }; 636A1DD83197D4668B43CC94E874E892 /* Callsite.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA28356A18174F24234A03D509D7ED0F /* Callsite.swift */; }; @@ -57,15 +60,16 @@ 68B245DB47CA60F8F9ADCA1E8CCDC324 /* UIApplication+StrictKeyWindow.h in Headers */ = {isa = PBXBuildFile; fileRef = 4613CD7A9A219611CC5C966F2A544B7E /* UIApplication+StrictKeyWindow.h */; settings = {ATTRIBUTES = (Project, ); }; }; 6914EE43A9B8B8D30220B3B6B0D57523 /* FBSnapshotTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = 24AE05986ED0C8EE52848FBF33418273 /* FBSnapshotTestCase.m */; }; 69BB3B31F3C8AE199A43ABE8B0CBF802 /* QuickConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 1F2E910834C78FF33CCC5435FC2B30BC /* QuickConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 6DA10C9CDB6608FDE7BCD939DEEA3C32 /* Pods-ScalingCarouselView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = BB7C56E8727AF4B83F6D5EB50880377E /* Pods-ScalingCarouselView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 6E4A16BF4D27C48BB1FE1E1CF5E8B90E /* FBSnapshotTestCasePlatform.m in Sources */ = {isa = PBXBuildFile; fileRef = 88019BE679722D896B0BA84C93948876 /* FBSnapshotTestCasePlatform.m */; }; 7070E1BDFFD9D6D40C6ED465BD5C58CB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */; }; 730FE65CF9B832FC01AB3F545A8CAF73 /* QuickSelectedTestSuiteBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = C78B6ED294864387BED602BC3BF5A3B3 /* QuickSelectedTestSuiteBuilder.swift */; }; 73B96724E9D2B03677BA3C2D24601D64 /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD6EE56D4DC2461C7BBF0AE378723875 /* XCTest.framework */; }; - 748F4530B5B31A18F092B956FBAE8B7F /* ScalingCarouselCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = D4BAE514ABFDC457A9E486986662774D /* ScalingCarouselCell.swift */; }; + 73D956E326107049CD3432DD31345189 /* Pods-ScalingCarousel_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 8C0D80E7E8FB25B22F57888FACDBE974 /* Pods-ScalingCarousel_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 74C0C955A968122899AB6E0DA79D3FA0 /* NMBObjCMatcher.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA8A88D7384F1D92C3CD8EBFFC04C29E /* NMBObjCMatcher.swift */; }; 78C0EDC656B9152FB603EC259D241DA5 /* FBSnapshotTestCase.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9823197EA5904A9150FB0AD8B09841E6 /* FBSnapshotTestCase.framework */; }; - 7A8FBA97FC9F2CD067272C40969603F2 /* Pods-ScalingCarouselView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 22146E1B8E1FB6544639F9079CBACE05 /* Pods-ScalingCarouselView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 7BA25259054B47FE47765AC025F27033 /* Pods-ScalingCarousel_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 2C01AFAA1D0858D6F6046BD05C27FC43 /* Pods-ScalingCarousel_Tests-dummy.m */; }; + 7C48E2FF0AA826813B4C59DFF26CEB88 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */; }; + 7EA14711D9B9EC29DD32346CF9CC7761 /* ScalingCarousel-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BFB9D767913A7796D061F8BC5CA992A /* ScalingCarousel-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; 7F8AC53F92F56C3319DD733CAFB9DD58 /* BeAKindOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 416DCDCE6819617145DEFCA518A50810 /* BeAKindOf.swift */; }; 82E55B1159083B37527C20EB4E621550 /* Nimble.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5AD55F3974939097556240403DEE2DFF /* Nimble.framework */; }; 83DA9B6F380D643725CFEE4E9AAB9F5D /* Filter.swift in Sources */ = {isa = PBXBuildFile; fileRef = FB3E9E46640DBBCAB5505AB8F11882F5 /* Filter.swift */; }; @@ -79,7 +83,6 @@ 92BC58B0158D9DFE7D59C341A85D4359 /* Async.swift in Sources */ = {isa = PBXBuildFile; fileRef = E2FE74DF25810B09E3F9396F5EE42E79 /* Async.swift */; }; 95F54B9537875729AE90B472EA5D39BF /* Expectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = D9F3981F38B454DA7946EBCB54AD9D3C /* Expectation.swift */; }; 9BAEE6A607528BBFAA526CFFA5277E43 /* ExampleHooks.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4064EAC3E026BE12B1FC07E21A898318 /* ExampleHooks.swift */; }; - 9CBC3A459B9A831E5A776A4BCA184745 /* Pods-ScalingCarouselView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 83ED871BC37175F4B4D55747EF210602 /* Pods-ScalingCarouselView_Tests-dummy.m */; }; 9D904B7EAD0EC56AD12E704757CAA640 /* SourceLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 953F6BD069D4324933F7115FC34E088A /* SourceLocation.swift */; }; 9DBED967731DE53C22AD17C3E09079FD /* XCTestObservationCenter+Register.m in Sources */ = {isa = PBXBuildFile; fileRef = 5ED636BB81D1B1CF2C46AF06EF4E99B7 /* XCTestObservationCenter+Register.m */; }; 9EFD3EE819EB1FAA5EDE26E8DAA483CD /* EndWith.swift in Sources */ = {isa = PBXBuildFile; fileRef = B90E809A9EB4BE08B463E1D7E5C5A69D /* EndWith.swift */; }; @@ -89,8 +92,10 @@ A18E791645056D5563206104A3E3AD87 /* PostNotification.swift in Sources */ = {isa = PBXBuildFile; fileRef = 583998969C72F07BA9FDA89E5EBE6796 /* PostNotification.swift */; }; A1F69DD3961B60955EFD28E2BDF446E8 /* Nimble.h in Headers */ = {isa = PBXBuildFile; fileRef = 4C829CB1A73B6C829F36B55FC6353B22 /* Nimble.h */; settings = {ATTRIBUTES = (Public, ); }; }; A29D71806400C5A396AEB085F6AB5D2B /* World.h in Headers */ = {isa = PBXBuildFile; fileRef = 58EEBF4678ECD0AB476599E085CB1D4A /* World.h */; settings = {ATTRIBUTES = (Project, ); }; }; + A5B1F41A56B1AF20C72D6AF14F6A0307 /* ScalingCarouselCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0F029A4B46297C4E659645069518366C /* ScalingCarouselCell.swift */; }; A8B06933352034483F1654F21432FDCF /* Closures.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE229B8054D29B99878D59189F07F68C /* Closures.swift */; }; A932B89F114B02D24B5FBF362FD0B9F9 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */; }; + A9888D239E82AB5CA3CA1D16E1AAB95F /* ScalingCarousel-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E2EAEF86695413083D9741AF8ABEDC48 /* ScalingCarousel-dummy.m */; }; A9DA3829FA747E599023EF1394CD2EB5 /* BeVoid.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EC69C4EF126AE28CCA3F0A3085D895F /* BeVoid.swift */; }; AB2B63BFFD7A11E6871B472150F7984B /* NMBExceptionCapture.m in Sources */ = {isa = PBXBuildFile; fileRef = 2B0CE7CDCF6C972F42529D1F85E0EC13 /* NMBExceptionCapture.m */; }; AD2D4354F429E4DBD49D327BD408A3EB /* NSBundle+CurrentTestBundle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 44B09305E7DCB46CECE1EF85C05E1CEA /* NSBundle+CurrentTestBundle.swift */; }; @@ -109,22 +114,18 @@ C033C346AC287D2009457C31E85587D1 /* Quick.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8C36DB6F05615EC71278526272A72BAD /* Quick.framework */; }; C10896B1EEB0291A92FBA848007CD7CF /* NMBExpectation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 79AE7B678AAF23FAFF6E6BDDCDE88312 /* NMBExpectation.swift */; }; C360952381641F725C15758993A0F665 /* UIImage+Diff.m in Sources */ = {isa = PBXBuildFile; fileRef = 9CF3C95FEF7D0FD6C288789E9061CD70 /* UIImage+Diff.m */; }; - C4D49FFDFCA6C3D308B063D9DCEFBAFD /* ScalingCarouselView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C2EB44810BF4C7EA042811866AF27CC6 /* ScalingCarouselView.swift */; }; C755136BFCDFA000C44C8BBCA065E4BE /* HaveCount.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1BBE5432DE146838ACF242D31E4B0D1D /* HaveCount.swift */; }; C81BEDE79545C013BEBBA0363480FD47 /* DSL+Wait.swift in Sources */ = {isa = PBXBuildFile; fileRef = 077F88487EFD2154D5D18B73D0FE85AA /* DSL+Wait.swift */; }; C8A959D4777884FEF0AC76BE0A56E1BD /* QuickSpec.h in Headers */ = {isa = PBXBuildFile; fileRef = A9DA4449E8BAEB6FE5331178C5D6CB12 /* QuickSpec.h */; settings = {ATTRIBUTES = (Public, ); }; }; - C9FEBD45644670D20236ABD044EFD1F2 /* ScalingCarouselLayout.swift in Sources */ = {isa = PBXBuildFile; fileRef = A31871CBEF3E13E27507A439577A0465 /* ScalingCarouselLayout.swift */; }; CBB70E882E7FE0FF926730EAA0CD59DA /* ExampleGroup.swift in Sources */ = {isa = PBXBuildFile; fileRef = B95C44837CA080E45BC91C3C117C1CA0 /* ExampleGroup.swift */; }; D39881E8AB50A77DABF756314695BF25 /* PrettySyntax.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8CF342D0975EDCEBBA92D14E81D90E98 /* PrettySyntax.swift */; }; D45096E61E72E772AF46C3BECA03583B /* BeLogical.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2DBDC23165E799874F5A468DD3948C63 /* BeLogical.swift */; }; - D4D66E99B2344770779F2D9ED7F01B0F /* ScalingCarouselView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 13C1DA0566AD4DC8D93672EFA4472F06 /* ScalingCarouselView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; D5C30BC656C11AF60394E3180A217BB1 /* UIImage+Snapshot.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EA8353924C917823667BE3AEC84759A /* UIImage+Snapshot.m */; }; D8E0C72DDE130D4471BB48D2081FD235 /* Nimble-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 0ABF947A344EF6249D1254633B7A4383 /* Nimble-dummy.m */; }; DE5F3C28CC8C40B8031C784835B3577D /* MatcherProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = CBC20C3028482A1C39B66EE37A34FE92 /* MatcherProtocols.swift */; }; E008736F5514F44C0E07DD052A7B6D67 /* AdapterProtocols.swift in Sources */ = {isa = PBXBuildFile; fileRef = 94614A40FE83CD21010E9D268F4D49CF /* AdapterProtocols.swift */; }; - E5FBBF178358262ADE2E52C1A7C0F81F /* Pods-ScalingCarouselView_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C1B39C4B919AC33CBEF53B7CC7FFD8C8 /* Pods-ScalingCarouselView_Example-dummy.m */; }; - E698A5B8058BA4A323F2F2EB7F2E631E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */; }; E8DE03684C234604E472C27ECD8F6B70 /* BeAnInstanceOf.swift in Sources */ = {isa = PBXBuildFile; fileRef = 55196666FC4F151DD087CD7C72FBF79F /* BeAnInstanceOf.swift */; }; + E9E1C7E7CCE00D085371997CA219B623 /* ScalingCarouselView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BA88835C545DBDE8A6A6984912DA1E88 /* ScalingCarouselView.swift */; }; EAA652557B70F493923A3447B5D64E0D /* UIImage+Compare.h in Headers */ = {isa = PBXBuildFile; fileRef = 15972504538C2E413FB24CBD8408A1EE /* UIImage+Compare.h */; settings = {ATTRIBUTES = (Private, ); }; }; EB5BA9C76733488A03A8A59552D1AB61 /* Quick.h in Headers */ = {isa = PBXBuildFile; fileRef = 805EF8DE398C0351120C158B885E1465 /* Quick.h */; settings = {ATTRIBUTES = (Public, ); }; }; ED60F0FCE00B05D670EAEAAB22A01B7C /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FD6EE56D4DC2461C7BBF0AE378723875 /* XCTest.framework */; }; @@ -143,21 +144,28 @@ /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 5BE43E0D7068FE195F96DBC6CF577311 /* PBXContainerItemProxy */ = { + 0EEE873D5C6EA3690B1B7770523E8086 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = A5C430B1E2D8298FD6C5403590C0B80F; - remoteInfo = Quick; + remoteGlobalIDString = 9810B52C47A98E7464EA9C3331136AE9; + remoteInfo = ScalingCarousel; }; - 67B84CC48124DDE2ADD9AFDFBAEE034C /* PBXContainerItemProxy */ = { + 1B55B6B8BF6C484477273333295A406B /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 5DB46EA499F9A5E22765121102FCC34B; remoteInfo = FBSnapshotTestCase; }; - 67D5187D64A929A1E7F38CD6223EF24A /* PBXContainerItemProxy */ = { + 5B4778266E2C97A3C23756A4D4E560BA /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + proxyType = 1; + remoteGlobalIDString = 9A3AE440FB23CCC076AA408C3C4836C4; + remoteInfo = "Nimble-Snapshots"; + }; + 67B84CC48124DDE2ADD9AFDFBAEE034C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; @@ -178,68 +186,65 @@ remoteGlobalIDString = A5C430B1E2D8298FD6C5403590C0B80F; remoteInfo = Quick; }; - 8D2EA56786679B508585A023E0DED4FC /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; - proxyType = 1; - remoteGlobalIDString = 9A3AE440FB23CCC076AA408C3C4836C4; - remoteInfo = "Nimble-Snapshots"; - }; - A2BF1CA6F380DEDDDA27731604DBCAA6 /* PBXContainerItemProxy */ = { + A759FB96A0D575B89E47F1E0A681DD3E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; remoteGlobalIDString = 40FF1C77152F384080A1A02E90A36DA9; remoteInfo = Nimble; }; - FFF9440E325AB91908CB4A5344E7CFEF /* PBXContainerItemProxy */ = { + FE990BBEA10D46D0F41BB6DB710E5F4A /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; proxyType = 1; - remoteGlobalIDString = F78B840A204732D0641961CD57C6D1CD; - remoteInfo = ScalingCarouselView; + remoteGlobalIDString = A5C430B1E2D8298FD6C5403590C0B80F; + remoteInfo = Quick; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 010BF853FDFFD01EB13B06D26144F8BD /* Nimble_Snapshots.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nimble_Snapshots.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 01BF96909EDC4CCB6D8E5693F8D37092 /* FBSnapshotTestCase.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = FBSnapshotTestCase.xcconfig; sourceTree = ""; }; + 01C79AA056271150E9D54DCE90188F19 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 0279B430D9728C12FCC154306B21AAC7 /* Match.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Match.swift; path = Sources/Nimble/Matchers/Match.swift; sourceTree = ""; }; 05AEE152EDF65EE475EA3BBA0B128AF6 /* UIImage+Snapshot.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Snapshot.h"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.h"; sourceTree = ""; }; 077F88487EFD2154D5D18B73D0FE85AA /* DSL+Wait.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "DSL+Wait.swift"; path = "Sources/Nimble/DSL+Wait.swift"; sourceTree = ""; }; - 0AAB4664D35BCC9FDBEA2703320FEDBC /* Nimble_Snapshots.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nimble_Snapshots.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 0AB5FC980EB77B65815ACB8F33387100 /* Expression.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expression.swift; path = Sources/Nimble/Expression.swift; sourceTree = ""; }; 0ABF947A344EF6249D1254633B7A4383 /* Nimble-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Nimble-dummy.m"; sourceTree = ""; }; 0B41C94CDDB8E92732838471FB3E4E52 /* Nimble.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Nimble.modulemap; sourceTree = ""; }; + 0BD8EDDEBABC48D3179839296EFE8607 /* ScalingCarousel.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ScalingCarousel.xcconfig; sourceTree = ""; }; 0C1AC971E106C697F0F341D2A89BFF27 /* FBSnapshotTestCase-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-umbrella.h"; sourceTree = ""; }; 0D6A7CB967FB30ABD7519E562C1B21F7 /* DSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = DSL.m; path = Sources/NimbleObjectiveC/DSL.m; sourceTree = ""; }; 0E39919745142DBFA9E9A13766F238D4 /* SwiftSupport.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SwiftSupport.swift; path = FBSnapshotTestCase/SwiftSupport.swift; sourceTree = ""; }; + 0F029A4B46297C4E659645069518366C /* ScalingCarouselCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ScalingCarouselCell.swift; sourceTree = ""; }; 11BFA072BC85223ADDBDE3D73F35C9E6 /* DSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DSL.swift; path = Sources/Quick/DSL/DSL.swift; sourceTree = ""; }; 12D833954B0B9590C952733B5F482814 /* Quick-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Quick-umbrella.h"; sourceTree = ""; }; - 13C1DA0566AD4DC8D93672EFA4472F06 /* ScalingCarouselView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ScalingCarouselView-umbrella.h"; sourceTree = ""; }; 15972504538C2E413FB24CBD8408A1EE /* UIImage+Compare.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Compare.h"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.h"; sourceTree = ""; }; + 19C1707F62C29F4AC2B96390F0071185 /* Pods-ScalingCarousel_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScalingCarousel_Tests.release.xcconfig"; sourceTree = ""; }; 1BBE5432DE146838ACF242D31E4B0D1D /* HaveCount.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HaveCount.swift; path = Sources/Nimble/Matchers/HaveCount.swift; sourceTree = ""; }; 1F2E910834C78FF33CCC5435FC2B30BC /* QuickConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuickConfiguration.h; path = Sources/QuickObjectiveC/Configuration/QuickConfiguration.h; sourceTree = ""; }; - 22146E1B8E1FB6544639F9079CBACE05 /* Pods-ScalingCarouselView_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ScalingCarouselView_Example-umbrella.h"; sourceTree = ""; }; + 1F64E86C5EFE06B04C8365687F1846CC /* ScalingCarousel.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ScalingCarousel.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 24AE05986ED0C8EE52848FBF33418273 /* FBSnapshotTestCase.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCase.m; path = FBSnapshotTestCase/FBSnapshotTestCase.m; sourceTree = ""; }; 24C503FEA6BBF87FE7B6C59FB4ECCFE4 /* CurrentTestCaseTracker.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = CurrentTestCaseTracker.h; path = Sources/NimbleObjectiveC/CurrentTestCaseTracker.h; sourceTree = ""; }; 24D858940B934FE9F5F607BC07086B78 /* BeLessThanOrEqual.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLessThanOrEqual.swift; path = Sources/Nimble/Matchers/BeLessThanOrEqual.swift; sourceTree = ""; }; 28FD848AFC07C090348CAF492401F36D /* Nimble-Snapshots-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-Snapshots-umbrella.h"; sourceTree = ""; }; 29CB98A16E0D456241ACFA378ED0A2AF /* AssertionDispatcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionDispatcher.swift; path = Sources/Nimble/Adapters/AssertionDispatcher.swift; sourceTree = ""; }; 2B0CE7CDCF6C972F42529D1F85E0EC13 /* NMBExceptionCapture.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NMBExceptionCapture.m; path = Sources/NimbleObjectiveC/NMBExceptionCapture.m; sourceTree = ""; }; + 2C01AFAA1D0858D6F6046BD05C27FC43 /* Pods-ScalingCarousel_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ScalingCarousel_Tests-dummy.m"; sourceTree = ""; }; + 2CAFE40C0C16F348A480291448686E57 /* Pods-ScalingCarousel_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScalingCarousel_Example.release.xcconfig"; sourceTree = ""; }; 2DBDC23165E799874F5A468DD3948C63 /* BeLogical.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLogical.swift; path = Sources/Nimble/Matchers/BeLogical.swift; sourceTree = ""; }; + 2FC8311F81D0078492903ED596FAD12D /* Pods-ScalingCarousel_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ScalingCarousel_Tests-acknowledgements.markdown"; sourceTree = ""; }; 303E271048DBBB0E4208E77C28941637 /* BeCloseTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeCloseTo.swift; path = Sources/Nimble/Matchers/BeCloseTo.swift; sourceTree = ""; }; - 3348E50D6DDDE63D4871C292A4EE8EF3 /* Pods-ScalingCarouselView_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ScalingCarouselView_Tests-frameworks.sh"; sourceTree = ""; }; 35E21278E64AA798C95FD9DEFA9FA3F9 /* NSString+QCKSelectorName.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "NSString+QCKSelectorName.m"; path = "Sources/QuickObjectiveC/NSString+QCKSelectorName.m"; sourceTree = ""; }; 36EB8BCB4E328BA8D5718066561F94EC /* Equal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Equal.swift; path = Sources/Nimble/Matchers/Equal.swift; sourceTree = ""; }; 376CDF4C1B71DB76A4AE4C5BCE79CE3B /* NimbleSnapshotsConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = NimbleSnapshotsConfiguration.swift; sourceTree = ""; }; - 3A032BA40E1D8607EC6C9747789EBB03 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3F5EC9E8C172BE9692A541E0084EA5F6 /* Pods-ScalingCarouselView_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ScalingCarouselView_Example-resources.sh"; sourceTree = ""; }; 4064EAC3E026BE12B1FC07E21A898318 /* ExampleHooks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExampleHooks.swift; path = Sources/Quick/Hooks/ExampleHooks.swift; sourceTree = ""; }; 416DCDCE6819617145DEFCA518A50810 /* BeAKindOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAKindOf.swift; path = Sources/Nimble/Matchers/BeAKindOf.swift; sourceTree = ""; }; - 43BE69FE4700A155CC2750477FACFA20 /* Pods_ScalingCarouselView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarouselView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 417419558A0521B8032CB632897EDA4D /* Pods-ScalingCarousel_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ScalingCarousel_Example-umbrella.h"; sourceTree = ""; }; 44B09305E7DCB46CECE1EF85C05E1CEA /* NSBundle+CurrentTestBundle.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "NSBundle+CurrentTestBundle.swift"; path = "Sources/Quick/NSBundle+CurrentTestBundle.swift"; sourceTree = ""; }; 4613CD7A9A219611CC5C966F2A544B7E /* UIApplication+StrictKeyWindow.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIApplication+StrictKeyWindow.h"; path = "FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.h"; sourceTree = ""; }; 4948BAB46EEC9A11A941BC84AE265BE4 /* World.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = World.swift; path = Sources/Quick/World.swift; sourceTree = ""; }; + 49960ABF17F9896BA2B38A7D834B48B8 /* ScalingCarousel-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ScalingCarousel-prefix.pch"; sourceTree = ""; }; 4A5BA45404994D810AF32680D5494917 /* FBSnapshotTestCase-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "FBSnapshotTestCase-dummy.m"; sourceTree = ""; }; 4AA88B172ABDA94F6478E9AB0B22494E /* Functional.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Functional.swift; path = Sources/Nimble/Utils/Functional.swift; sourceTree = ""; }; 4AB4672ADD7CC732E317AD387E9029D7 /* BeGreaterThan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThan.swift; path = Sources/Nimble/Matchers/BeGreaterThan.swift; sourceTree = ""; }; @@ -248,52 +253,51 @@ 4D582674A6983604C34B81F809F76255 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; 4E5718B90C7279FB3375B883E7F11A60 /* HaveValidSnapshot.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = HaveValidSnapshot.swift; sourceTree = ""; }; 4EA8353924C917823667BE3AEC84759A /* UIImage+Snapshot.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Snapshot.m"; path = "FBSnapshotTestCase/Categories/UIImage+Snapshot.m"; sourceTree = ""; }; - 4F7910938D9832FFD168294F43EBE13A /* Pods-ScalingCarouselView_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ScalingCarouselView_Tests-acknowledgements.plist"; sourceTree = ""; }; - 50EE4D6D3DDAF57455B310E7714256D0 /* Pods-ScalingCarouselView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-ScalingCarouselView_Tests.modulemap"; sourceTree = ""; }; + 54A5F7B5A891F3A4A73A5ACFFB5DA584 /* Pods-ScalingCarousel_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ScalingCarousel_Tests-resources.sh"; sourceTree = ""; }; 55196666FC4F151DD087CD7C72FBF79F /* BeAnInstanceOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeAnInstanceOf.swift; path = Sources/Nimble/Matchers/BeAnInstanceOf.swift; sourceTree = ""; }; 564BE59103383EAE403B1669B03D2CF9 /* BeIdenticalTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeIdenticalTo.swift; path = Sources/Nimble/Matchers/BeIdenticalTo.swift; sourceTree = ""; }; 572497090050D3BE1BEB6CD556B09382 /* SatisfyAnyOf.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SatisfyAnyOf.swift; path = Sources/Nimble/Matchers/SatisfyAnyOf.swift; sourceTree = ""; }; 583998969C72F07BA9FDA89E5EBE6796 /* PostNotification.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PostNotification.swift; path = Sources/Nimble/Matchers/PostNotification.swift; sourceTree = ""; }; + 58693D3BA830121335F860639B7719F3 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 58EEBF4678ECD0AB476599E085CB1D4A /* World.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = World.h; path = Sources/QuickObjectiveC/World.h; sourceTree = ""; }; 59B099B85514FAFA571CB2712263229C /* QuickConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QuickConfiguration.m; path = Sources/QuickObjectiveC/Configuration/QuickConfiguration.m; sourceTree = ""; }; 5AD55F3974939097556240403DEE2DFF /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 5CE0F74F3D19787D4C2D38C5D26D5211 /* Nimble.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Nimble.xcconfig; sourceTree = ""; }; 5DBE39329559FFC9790A4BB9CD44876E /* Contain.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Contain.swift; path = Sources/Nimble/Matchers/Contain.swift; sourceTree = ""; }; - 5DC44E1C6D0401AC5D61C27E03E22818 /* ScalingCarouselView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ScalingCarouselView.xcconfig; sourceTree = ""; }; 5ED636BB81D1B1CF2C46AF06EF4E99B7 /* XCTestObservationCenter+Register.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestObservationCenter+Register.m"; path = "Sources/NimbleObjectiveC/XCTestObservationCenter+Register.m"; sourceTree = ""; }; - 63603D37075F372D4CA6E99EA89926FC /* Pods-ScalingCarouselView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScalingCarouselView_Example.debug.xcconfig"; sourceTree = ""; }; + 63CAC80E88518EA41BCE34FCD671DA66 /* Pods-ScalingCarousel_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ScalingCarousel_Example-resources.sh"; sourceTree = ""; }; 6517892683F6AD0BBF0450F78A70BA8C /* NMBStringify.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = NMBStringify.m; path = Sources/NimbleObjectiveC/NMBStringify.m; sourceTree = ""; }; + 669A2515A368DC8D20D8009B9D46BAB9 /* Pods-ScalingCarousel_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScalingCarousel_Tests.debug.xcconfig"; sourceTree = ""; }; 66E7F921A5FA484CAEF02A7C6DB6EB13 /* Nimble-Snapshots.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Nimble-Snapshots.xcconfig"; sourceTree = ""; }; 680F72D45438C78D0EB35E4A30032748 /* DSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = DSL.h; path = Sources/NimbleObjectiveC/DSL.h; sourceTree = ""; }; - 68B232F59A10176B3DB585AFD709292D /* Pods-ScalingCarouselView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScalingCarouselView_Tests.release.xcconfig"; sourceTree = ""; }; + 6820F178C5F5E9638CACA2814BABA73E /* Pods-ScalingCarousel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScalingCarousel_Example.debug.xcconfig"; sourceTree = ""; }; 6B1803B89967D1E59EBF19A30CEB68A2 /* World+DSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "World+DSL.h"; path = "Sources/QuickObjectiveC/DSL/World+DSL.h"; sourceTree = ""; }; - 6B85DDD638E6F3EBA9695A5FDE6D114F /* Pods-ScalingCarouselView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScalingCarouselView_Example.release.xcconfig"; sourceTree = ""; }; 6D0A57AA107F4292506163947E3CF583 /* FBSnapshotTestCase.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCase.h; path = FBSnapshotTestCase/FBSnapshotTestCase.h; sourceTree = ""; }; 6D68BF9F862FF0965CB7B308F1E3374C /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 6D7B86663EA0929E4A1DBF41320F4510 /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 6EC69C4EF126AE28CCA3F0A3085D895F /* BeVoid.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeVoid.swift; path = Sources/Nimble/Matchers/BeVoid.swift; sourceTree = ""; }; 6F1078D6737E32952C35C9AC1874F492 /* Errors.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Errors.swift; path = Sources/Nimble/Utils/Errors.swift; sourceTree = ""; }; - 70251ECD6270D1E8FF047F53478CB600 /* Pods-ScalingCarouselView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ScalingCarouselView_Example-frameworks.sh"; sourceTree = ""; }; 745133B5A25CA92A9797839FD93CBDA3 /* XCTestSuite+QuickTestSuiteBuilder.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "XCTestSuite+QuickTestSuiteBuilder.m"; path = "Sources/QuickObjectiveC/XCTestSuite+QuickTestSuiteBuilder.m"; sourceTree = ""; }; 76DB4B5E7898B25E3F577B7641E60510 /* FBSnapshotTestController.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestController.h; path = FBSnapshotTestCase/FBSnapshotTestController.h; sourceTree = ""; }; 77FF979DB93FFC369BEC3D6B3C8B9C7A /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 780E500297492BD494198765A72D0F4A /* AllPass.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AllPass.swift; path = Sources/Nimble/Matchers/AllPass.swift; sourceTree = ""; }; 79AE7B678AAF23FAFF6E6BDDCDE88312 /* NMBExpectation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NMBExpectation.swift; path = Sources/Nimble/Adapters/NMBExpectation.swift; sourceTree = ""; }; 7A587A1D3F23BEE74E95F9AE52EAE864 /* UIApplication+StrictKeyWindow.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIApplication+StrictKeyWindow.m"; path = "FBSnapshotTestCase/Categories/UIApplication+StrictKeyWindow.m"; sourceTree = ""; }; + 7A6882E2B3C060D623F392A7891C244D /* Pods-ScalingCarousel_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ScalingCarousel_Example-acknowledgements.markdown"; sourceTree = ""; }; + 7BFB9D767913A7796D061F8BC5CA992A /* ScalingCarousel-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ScalingCarousel-umbrella.h"; sourceTree = ""; }; 7DB34BF24FC34A36FD4FD1D23B70E0D8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 7EE6E46DBD550BA5110C20BAB0809A7F /* RaisesException.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = RaisesException.swift; path = Sources/Nimble/Matchers/RaisesException.swift; sourceTree = ""; }; + 804CFC680216E537E60EF978B733B11D /* Pods_ScalingCarousel_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarousel_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 805EF8DE398C0351120C158B885E1465 /* Quick.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = Quick.h; path = Sources/QuickObjectiveC/Quick.h; sourceTree = ""; }; - 83ED871BC37175F4B4D55747EF210602 /* Pods-ScalingCarouselView_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ScalingCarouselView_Tests-dummy.m"; sourceTree = ""; }; - 845E3D3A3FE4B4ADEC5B44DE134B41A4 /* ScalingCarouselView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ScalingCarouselView-prefix.pch"; sourceTree = ""; }; 856E2FDF76D15D359F10614E4CA48211 /* NMBExceptionCapture.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NMBExceptionCapture.h; path = Sources/NimbleObjectiveC/NMBExceptionCapture.h; sourceTree = ""; }; 88019BE679722D896B0BA84C93948876 /* FBSnapshotTestCasePlatform.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestCasePlatform.m; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.m; sourceTree = ""; }; - 8A6C3C702E902E0150D065808237162C /* Pods-ScalingCarouselView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ScalingCarouselView_Example-acknowledgements.plist"; sourceTree = ""; }; + 8A4628742CEC5B0630D62508B0BA697C /* Pods-ScalingCarousel_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ScalingCarousel_Example-acknowledgements.plist"; sourceTree = ""; }; 8A9CEED1F8353F3A900611659B67BCDE /* QuickTestSuite.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickTestSuite.swift; path = Sources/Quick/QuickTestSuite.swift; sourceTree = ""; }; + 8C0D80E7E8FB25B22F57888FACDBE974 /* Pods-ScalingCarousel_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ScalingCarousel_Tests-umbrella.h"; sourceTree = ""; }; 8C36DB6F05615EC71278526272A72BAD /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 8CC730EEBD5651EF71C46E2A22AC4651 /* Nimble.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Nimble.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 8CF342D0975EDCEBBA92D14E81D90E98 /* PrettySyntax.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PrettySyntax.swift; sourceTree = ""; }; 8DED50B8805DBC0C29D699899DC21E52 /* World+DSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "World+DSL.swift"; path = "Sources/Quick/DSL/World+DSL.swift"; sourceTree = ""; }; 9082F45478C362610808EA87B8A66C41 /* UIImage+Compare.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Compare.m"; path = "FBSnapshotTestCase/Categories/UIImage+Compare.m"; sourceTree = ""; }; + 91AA682B515A5FDE6F771021DFDD353A /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 91FFCB7C7AA459BA3EE25C72706D13B0 /* BeEmpty.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeEmpty.swift; path = Sources/Nimble/Matchers/BeEmpty.swift; sourceTree = ""; }; 9296B4E7ECC49BD5269AEBCAB7B40C20 /* BeLessThan.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeLessThan.swift; path = Sources/Nimble/Matchers/BeLessThan.swift; sourceTree = ""; }; 93266F78F7C6C1F161E418D4B0637D48 /* MatchError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatchError.swift; path = Sources/Nimble/Matchers/MatchError.swift; sourceTree = ""; }; @@ -306,55 +310,48 @@ 987EDB5E1E3B4E2E0C356380F09D7D87 /* Nimble-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-umbrella.h"; sourceTree = ""; }; 9CF3C95FEF7D0FD6C288789E9061CD70 /* UIImage+Diff.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UIImage+Diff.m"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.m"; sourceTree = ""; }; 9DD777FB8FEDE0FB9B23938CF5E05AF1 /* SuiteHooks.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SuiteHooks.swift; path = Sources/Quick/Hooks/SuiteHooks.swift; sourceTree = ""; }; - A11F58EB5FB2F636F4898AB75E785EC4 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - A18ED60C2989DAC1A338A8AE63293A3F /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; A1F739A1F98AAF2DD04AED50D15E7299 /* Stringers.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Stringers.swift; path = Sources/Nimble/Utils/Stringers.swift; sourceTree = ""; }; A1FB93B2BA8D088CE5BFC2720246C173 /* QCKDSL.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QCKDSL.h; path = Sources/QuickObjectiveC/DSL/QCKDSL.h; sourceTree = ""; }; - A31871CBEF3E13E27507A439577A0465 /* ScalingCarouselLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ScalingCarouselLayout.swift; sourceTree = ""; }; - A457811FEA5CC25FC28FA2E19EEE2438 /* Pods-ScalingCarouselView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ScalingCarouselView_Tests.debug.xcconfig"; sourceTree = ""; }; A8455A0F53ED8DEFB47169D79C9009B7 /* FBSnapshotTestCasePlatform.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = FBSnapshotTestCasePlatform.h; path = FBSnapshotTestCase/FBSnapshotTestCasePlatform.h; sourceTree = ""; }; - A8A81506DBFE2F70480446BA4C0330F1 /* ScalingCarouselView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ScalingCarouselView-dummy.m"; sourceTree = ""; }; A9DA4449E8BAEB6FE5331178C5D6CB12 /* QuickSpec.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QuickSpec.h; path = Sources/QuickObjectiveC/QuickSpec.h; sourceTree = ""; }; AAAA128C3DFBB59BCE7034FF40860D00 /* NimbleEnvironment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleEnvironment.swift; path = Sources/Nimble/Adapters/NimbleEnvironment.swift; sourceTree = ""; }; AAF58500988D3C4DF554D3E6A513D283 /* Quick-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Quick-dummy.m"; sourceTree = ""; }; - AD88B5A43D3FCAEB65C10C2026A78C94 /* Pods-ScalingCarouselView_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ScalingCarouselView_Tests-acknowledgements.markdown"; sourceTree = ""; }; AF4FDE5A9EA303E1B54BD924B103FFD7 /* FailureMessage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = FailureMessage.swift; path = Sources/Nimble/FailureMessage.swift; sourceTree = ""; }; AFA9DD9A32782B9F4BE310FCEFCCEA22 /* String+FileName.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+FileName.swift"; path = "Sources/Quick/String+FileName.swift"; sourceTree = ""; }; - B299ADE4F64FAD0EB90C443573A184EA /* Pods_ScalingCarouselView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarouselView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; B2C2D14AA2DB1EF77751073FBE4348DC /* Quick.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = Quick.modulemap; sourceTree = ""; }; B615C0BD21E2A570AC3401523EFA5416 /* HooksPhase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = HooksPhase.swift; path = Sources/Quick/Hooks/HooksPhase.swift; sourceTree = ""; }; B90E809A9EB4BE08B463E1D7E5C5A69D /* EndWith.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = EndWith.swift; path = Sources/Nimble/Matchers/EndWith.swift; sourceTree = ""; }; B95C44837CA080E45BC91C3C117C1CA0 /* ExampleGroup.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExampleGroup.swift; path = Sources/Quick/ExampleGroup.swift; sourceTree = ""; }; BA28356A18174F24234A03D509D7ED0F /* Callsite.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Callsite.swift; path = Sources/Quick/Callsite.swift; sourceTree = ""; }; + BA88835C545DBDE8A6A6984912DA1E88 /* ScalingCarouselView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ScalingCarouselView.swift; sourceTree = ""; }; BA8A88D7384F1D92C3CD8EBFFC04C29E /* NMBObjCMatcher.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NMBObjCMatcher.swift; path = Sources/Nimble/Adapters/NMBObjCMatcher.swift; sourceTree = ""; }; - BB7C56E8727AF4B83F6D5EB50880377E /* Pods-ScalingCarouselView_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ScalingCarouselView_Tests-umbrella.h"; sourceTree = ""; }; - BD10BD1EA6E582270E448D4C3D0F1D03 /* Pods-ScalingCarouselView_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ScalingCarouselView_Example-acknowledgements.markdown"; sourceTree = ""; }; BD2028A859FEF82FEA8F0DCE3ABC93AA /* AsyncMatcherWrapper.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AsyncMatcherWrapper.swift; path = Sources/Nimble/Matchers/AsyncMatcherWrapper.swift; sourceTree = ""; }; BD607A34ED322DCAC12DEE2FF93B9CC6 /* QCKDSL.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QCKDSL.m; path = Sources/QuickObjectiveC/DSL/QCKDSL.m; sourceTree = ""; }; + BFA8691AE35E197F6C1CFAD0EC691EE2 /* ScalingCarouselLayout.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ScalingCarouselLayout.swift; sourceTree = ""; }; C181D93F628682731FAE109D26962EE7 /* Example.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Example.swift; path = Sources/Quick/Example.swift; sourceTree = ""; }; C19C42B8BB3BA162E2FB49113B8A2A08 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - C1B39C4B919AC33CBEF53B7CC7FFD8C8 /* Pods-ScalingCarouselView_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ScalingCarouselView_Example-dummy.m"; sourceTree = ""; }; - C2EB44810BF4C7EA042811866AF27CC6 /* ScalingCarouselView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ScalingCarouselView.swift; sourceTree = ""; }; C3EE67261216789A22D959DB9229C924 /* Nimble-Snapshots-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Nimble-Snapshots-dummy.m"; sourceTree = ""; }; C78B6ED294864387BED602BC3BF5A3B3 /* QuickSelectedTestSuiteBuilder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = QuickSelectedTestSuiteBuilder.swift; path = Sources/Quick/QuickSelectedTestSuiteBuilder.swift; sourceTree = ""; }; + C8390894CC5C8DB83D98359E79296B4A /* FBSnapshotTestCase.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = FBSnapshotTestCase.framework; sourceTree = BUILT_PRODUCTS_DIR; }; C91BD1852D275FA519A9546A6B5A0A2A /* ThrowError.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ThrowError.swift; path = Sources/Nimble/Matchers/ThrowError.swift; sourceTree = ""; }; CBC20C3028482A1C39B66EE37A34FE92 /* MatcherProtocols.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatcherProtocols.swift; path = Sources/Nimble/Matchers/MatcherProtocols.swift; sourceTree = ""; }; CBE643D724DA425DE914965F29391791 /* FBSnapshotTestController.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = FBSnapshotTestController.m; path = FBSnapshotTestCase/FBSnapshotTestController.m; sourceTree = ""; }; CCA2F7596178927FD84F8A04E76CDFB5 /* NimbleXCTestHandler.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NimbleXCTestHandler.swift; path = Sources/Nimble/Adapters/NimbleXCTestHandler.swift; sourceTree = ""; }; CCBA99E60C57041DCB968265BD79AA64 /* MatcherFunc.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = MatcherFunc.swift; path = Sources/Nimble/Matchers/MatcherFunc.swift; sourceTree = ""; }; + CE29603D532D094B23C15A8A8D5CABE3 /* Pods-ScalingCarousel_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-ScalingCarousel_Tests.modulemap"; sourceTree = ""; }; CFED69C9F357D4065EBD81E2F1039DB9 /* BeNil.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeNil.swift; path = Sources/Nimble/Matchers/BeNil.swift; sourceTree = ""; }; D003044674A8D90C2E0247D4B38FBCD5 /* BeGreaterThanOrEqualTo.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = BeGreaterThanOrEqualTo.swift; path = Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift; sourceTree = ""; }; - D49CEB21B0ECB50D4FE436B739A221A3 /* Pods-ScalingCarouselView_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-ScalingCarouselView_Example.modulemap"; sourceTree = ""; }; - D4BAE514ABFDC457A9E486986662774D /* ScalingCarouselCell.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ScalingCarouselCell.swift; sourceTree = ""; }; - D5621E9769EF4CE603A8AD5464682EA6 /* ScalingCarouselView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ScalingCarouselView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D4F1C843CC4888CA20EA2B705BFB0568 /* Pods-ScalingCarousel_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ScalingCarousel_Example-frameworks.sh"; sourceTree = ""; }; D6559B0A2178C924FCB7881428C78787 /* ExampleMetadata.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ExampleMetadata.swift; path = Sources/Quick/ExampleMetadata.swift; sourceTree = ""; }; D790832876C15B1E5DE24939E26714FA /* Nimble-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-prefix.pch"; sourceTree = ""; }; D9F3981F38B454DA7946EBCB54AD9D3C /* Expectation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Expectation.swift; path = Sources/Nimble/Expectation.swift; sourceTree = ""; }; DB2ECCA73CFA9724CF54790B9CA94D99 /* AssertionRecorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertionRecorder.swift; path = Sources/Nimble/Adapters/AssertionRecorder.swift; sourceTree = ""; }; DB83B5247BFDB707BC388C23F1B523B5 /* ErrorUtility.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ErrorUtility.swift; path = Sources/Quick/ErrorUtility.swift; sourceTree = ""; }; DCDF6DDC7BF79E7F88403998097C73D9 /* Quick-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Quick-prefix.pch"; sourceTree = ""; }; - E12C1AABC428B07D6CD9CCCEDB40D38D /* Pods-ScalingCarouselView_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ScalingCarouselView_Tests-resources.sh"; sourceTree = ""; }; + DE4B6042EF8A3E9AAE963A5944CAA511 /* Pods-ScalingCarousel_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Pods-ScalingCarousel_Example.modulemap"; sourceTree = ""; }; + DEEB538732DC02FB5EC65782B2D0F167 /* Pods-ScalingCarousel_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ScalingCarousel_Example-dummy.m"; sourceTree = ""; }; E231AE9187AD7BE7F34650EAF0F840D4 /* Nimble-Snapshots.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = "Nimble-Snapshots.modulemap"; sourceTree = ""; }; + E2EAEF86695413083D9741AF8ABEDC48 /* ScalingCarousel-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ScalingCarousel-dummy.m"; sourceTree = ""; }; E2FE74DF25810B09E3F9396F5EE42E79 /* Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Async.swift; path = Sources/Nimble/Utils/Async.swift; sourceTree = ""; }; E31F4834698C0F6F52893A946585EABD /* NMBStringify.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = NMBStringify.h; path = Sources/NimbleObjectiveC/NMBStringify.h; sourceTree = ""; }; E799D37D8B6C727B13EA2004D05E0ABD /* DSL.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DSL.swift; path = Sources/Nimble/DSL.swift; sourceTree = ""; }; @@ -362,13 +359,17 @@ ECD766B967272ACA06AB0F0E5B2D561F /* Nimble-Snapshots-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Nimble-Snapshots-prefix.pch"; sourceTree = ""; }; EEF157D8BC665625B6DFEF5169B3AF93 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; F0DD120BDC84BB26D97C0F6787E83B6E /* UIImage+Diff.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UIImage+Diff.h"; path = "FBSnapshotTestCase/Categories/UIImage+Diff.h"; sourceTree = ""; }; - F139F00D8A69539E5A6C19FE6D66C0DB /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + F57B2F4B768DBC2566345CA81CF4B55B /* Pods-ScalingCarousel_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ScalingCarousel_Tests-frameworks.sh"; sourceTree = ""; }; + F5B267F679A27AE6EA9396313E979303 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; F609119DC233417D2E53038D69EDA53D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/QuartzCore.framework; sourceTree = DEVELOPER_DIR; }; F7B563492046E9F5198F9CB24DE5E5A3 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Sources/Quick/Configuration/Configuration.swift; sourceTree = ""; }; + F8B36020E0B338F93C9F943ADC21CA56 /* ScalingCarousel.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = ScalingCarousel.modulemap; sourceTree = ""; }; + F96BEA12D6F0A5E84D844BF7AFF3DAF1 /* Pods-ScalingCarousel_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ScalingCarousel_Tests-acknowledgements.plist"; sourceTree = ""; }; FB3E9E46640DBBCAB5505AB8F11882F5 /* Filter.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Filter.swift; path = Sources/Quick/Filter.swift; sourceTree = ""; }; FC0E9362F64A623815A6FF09A0CA5D40 /* Quick.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = Quick.xcconfig; sourceTree = ""; }; + FC6ED79571CBAC613F65B6C27E15691B /* Quick.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Quick.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + FC9F874E8CB156D68551C5EE61F1938B /* Pods_ScalingCarousel_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarousel_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; FD0C4A39C1F486E53BA98E95DF01E9DB /* FBSnapshotTestCase-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "FBSnapshotTestCase-prefix.pch"; sourceTree = ""; }; - FD5046841D46D01CE0D7B6BA7CC0EB31 /* ScalingCarouselView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = "sourcecode.module-map"; path = ScalingCarouselView.modulemap; sourceTree = ""; }; FD6EE56D4DC2461C7BBF0AE378723875 /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; }; FE229B8054D29B99878D59189F07F68C /* Closures.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Closures.swift; path = Sources/Quick/Hooks/Closures.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -382,6 +383,14 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 3D3EB83293E785C86AA2BEA3168F8A8B /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 5340285C270B7C18A014F1AD353FD0BD /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 52D2A0585E7609A05EA3730EDC88EF38 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -391,19 +400,12 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 5424CC98C5605CA4FAB54444268FFB0A /* Frameworks */ = { + 5697C2503A1B0C40036B9EC379692EC3 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 09D6B56FC009DBB19ED1C319D9104C1E /* Foundation.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - B6D48B8599271D9D8F05DEF808C85653 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 05AD8ECA276B29DF166EE79503EBD2C7 /* Foundation.framework in Frameworks */, + 7C48E2FF0AA826813B4C59DFF26CEB88 /* Foundation.framework in Frameworks */, + 078A8DCEAE9CEC8A3E6D39642441F0B0 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -419,11 +421,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - C1294D990D277F7322E70991B7340F27 /* Frameworks */ = { + C87D8A1C3634656B522ECC5732115E18 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E698A5B8058BA4A323F2F2EB7F2E631E /* Foundation.framework in Frameworks */, + 5DA67E463ED7824066B20BFF09E5B0AB /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -465,22 +467,12 @@ path = "../Target Support Files/Nimble-Snapshots"; sourceTree = ""; }; - 0EE39C8ACEEBE32C3A282201110B4C5F /* Pods-ScalingCarouselView_Example */ = { + 186EEF7F3A96733FBE75660905E9F20D /* Development Pods */ = { isa = PBXGroup; children = ( - 3A032BA40E1D8607EC6C9747789EBB03 /* Info.plist */, - D49CEB21B0ECB50D4FE436B739A221A3 /* Pods-ScalingCarouselView_Example.modulemap */, - BD10BD1EA6E582270E448D4C3D0F1D03 /* Pods-ScalingCarouselView_Example-acknowledgements.markdown */, - 8A6C3C702E902E0150D065808237162C /* Pods-ScalingCarouselView_Example-acknowledgements.plist */, - C1B39C4B919AC33CBEF53B7CC7FFD8C8 /* Pods-ScalingCarouselView_Example-dummy.m */, - 70251ECD6270D1E8FF047F53478CB600 /* Pods-ScalingCarouselView_Example-frameworks.sh */, - 3F5EC9E8C172BE9692A541E0084EA5F6 /* Pods-ScalingCarouselView_Example-resources.sh */, - 22146E1B8E1FB6544639F9079CBACE05 /* Pods-ScalingCarouselView_Example-umbrella.h */, - 63603D37075F372D4CA6E99EA89926FC /* Pods-ScalingCarouselView_Example.debug.xcconfig */, - 6B85DDD638E6F3EBA9695A5FDE6D114F /* Pods-ScalingCarouselView_Example.release.xcconfig */, + B00117DBB43A702D83647200F4B03A80 /* ScalingCarousel */, ); - name = "Pods-ScalingCarouselView_Example"; - path = "Target Support Files/Pods-ScalingCarouselView_Example"; + name = "Development Pods"; sourceTree = ""; }; 1E65EBB2C5B066FC8AA4E561750120B7 /* Nimble-Snapshots */ = { @@ -494,6 +486,62 @@ path = "Nimble-Snapshots"; sourceTree = ""; }; + 21E707B8F34DD92FB280AB6E22FF35F8 /* Support Files */ = { + isa = PBXGroup; + children = ( + F5B267F679A27AE6EA9396313E979303 /* Info.plist */, + F8B36020E0B338F93C9F943ADC21CA56 /* ScalingCarousel.modulemap */, + 0BD8EDDEBABC48D3179839296EFE8607 /* ScalingCarousel.xcconfig */, + E2EAEF86695413083D9741AF8ABEDC48 /* ScalingCarousel-dummy.m */, + 49960ABF17F9896BA2B38A7D834B48B8 /* ScalingCarousel-prefix.pch */, + 7BFB9D767913A7796D061F8BC5CA992A /* ScalingCarousel-umbrella.h */, + ); + name = "Support Files"; + path = "Example/Pods/Target Support Files/ScalingCarousel"; + sourceTree = ""; + }; + 2544500756F9547C9F5270166AEB4A6B /* Products */ = { + isa = PBXGroup; + children = ( + C8390894CC5C8DB83D98359E79296B4A /* FBSnapshotTestCase.framework */, + 58693D3BA830121335F860639B7719F3 /* Nimble.framework */, + 010BF853FDFFD01EB13B06D26144F8BD /* Nimble_Snapshots.framework */, + FC9F874E8CB156D68551C5EE61F1938B /* Pods_ScalingCarousel_Example.framework */, + 804CFC680216E537E60EF978B733B11D /* Pods_ScalingCarousel_Tests.framework */, + FC6ED79571CBAC613F65B6C27E15691B /* Quick.framework */, + 1F64E86C5EFE06B04C8365687F1846CC /* ScalingCarousel.framework */, + ); + name = Products; + sourceTree = ""; + }; + 26558FF8DC31DFFD2A6F09A7FFF87B64 /* Pods-ScalingCarousel_Example */ = { + isa = PBXGroup; + children = ( + 01C79AA056271150E9D54DCE90188F19 /* Info.plist */, + DE4B6042EF8A3E9AAE963A5944CAA511 /* Pods-ScalingCarousel_Example.modulemap */, + 7A6882E2B3C060D623F392A7891C244D /* Pods-ScalingCarousel_Example-acknowledgements.markdown */, + 8A4628742CEC5B0630D62508B0BA697C /* Pods-ScalingCarousel_Example-acknowledgements.plist */, + DEEB538732DC02FB5EC65782B2D0F167 /* Pods-ScalingCarousel_Example-dummy.m */, + D4F1C843CC4888CA20EA2B705BFB0568 /* Pods-ScalingCarousel_Example-frameworks.sh */, + 63CAC80E88518EA41BCE34FCD671DA66 /* Pods-ScalingCarousel_Example-resources.sh */, + 417419558A0521B8032CB632897EDA4D /* Pods-ScalingCarousel_Example-umbrella.h */, + 6820F178C5F5E9638CACA2814BABA73E /* Pods-ScalingCarousel_Example.debug.xcconfig */, + 2CAFE40C0C16F348A480291448686E57 /* Pods-ScalingCarousel_Example.release.xcconfig */, + ); + name = "Pods-ScalingCarousel_Example"; + path = "Target Support Files/Pods-ScalingCarousel_Example"; + sourceTree = ""; + }; + 2AF1556C49363C2BA1C10796E1C93F58 /* Classes */ = { + isa = PBXGroup; + children = ( + 0F029A4B46297C4E659645069518366C /* ScalingCarouselCell.swift */, + BFA8691AE35E197F6C1CFAD0EC691EE2 /* ScalingCarouselLayout.swift */, + BA88835C545DBDE8A6A6984912DA1E88 /* ScalingCarouselView.swift */, + ); + path = Classes; + sourceTree = ""; + }; 580D8667DBE58DEEBCF6D2BA4F90CC4B /* Support Files */ = { isa = PBXGroup; children = ( @@ -616,11 +664,11 @@ isa = PBXGroup; children = ( 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - DD3BAE95EA5A19C7728949307946FB54 /* Development Pods */, + 186EEF7F3A96733FBE75660905E9F20D /* Development Pods */, AF3FA1139EC69E065B1C1095C25B2636 /* Frameworks */, CB851A25FA75B1E1DA1748311B4839F2 /* Pods */, - CDA8E86F5D146E075C98A754F4482058 /* Products */, - B819BFE501A0AD58AC7D75A80F983821 /* Targets Support Files */, + 2544500756F9547C9F5270166AEB4A6B /* Products */, + AE7C671E1AA1C30241E0C18BEE9EF597 /* Targets Support Files */, ); sourceTree = ""; }; @@ -676,14 +724,39 @@ path = "../Target Support Files/Nimble"; sourceTree = ""; }; - A9ECC2F0126A8256AF9332BA74B46031 /* ScalingCarouselView */ = { + 9A61C64FE016305444D39F334FF54AD9 /* Pods-ScalingCarousel_Tests */ = { isa = PBXGroup; children = ( - E448B6ADAF07A440DE672D58EB5A3222 /* ScalingCarouselView */, - C9A3C59066E31DECE1180396CFC1F562 /* Support Files */, + 91AA682B515A5FDE6F771021DFDD353A /* Info.plist */, + CE29603D532D094B23C15A8A8D5CABE3 /* Pods-ScalingCarousel_Tests.modulemap */, + 2FC8311F81D0078492903ED596FAD12D /* Pods-ScalingCarousel_Tests-acknowledgements.markdown */, + F96BEA12D6F0A5E84D844BF7AFF3DAF1 /* Pods-ScalingCarousel_Tests-acknowledgements.plist */, + 2C01AFAA1D0858D6F6046BD05C27FC43 /* Pods-ScalingCarousel_Tests-dummy.m */, + F57B2F4B768DBC2566345CA81CF4B55B /* Pods-ScalingCarousel_Tests-frameworks.sh */, + 54A5F7B5A891F3A4A73A5ACFFB5DA584 /* Pods-ScalingCarousel_Tests-resources.sh */, + 8C0D80E7E8FB25B22F57888FACDBE974 /* Pods-ScalingCarousel_Tests-umbrella.h */, + 669A2515A368DC8D20D8009B9D46BAB9 /* Pods-ScalingCarousel_Tests.debug.xcconfig */, + 19C1707F62C29F4AC2B96390F0071185 /* Pods-ScalingCarousel_Tests.release.xcconfig */, ); - name = ScalingCarouselView; - path = ../..; + name = "Pods-ScalingCarousel_Tests"; + path = "Target Support Files/Pods-ScalingCarousel_Tests"; + sourceTree = ""; + }; + 9D9D714D4FAE0AFBBBF5DD39E9C1623D /* ScalingCarousel */ = { + isa = PBXGroup; + children = ( + 2AF1556C49363C2BA1C10796E1C93F58 /* Classes */, + ); + path = ScalingCarousel; + sourceTree = ""; + }; + AE7C671E1AA1C30241E0C18BEE9EF597 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + 26558FF8DC31DFFD2A6F09A7FFF87B64 /* Pods-ScalingCarousel_Example */, + 9A61C64FE016305444D39F334FF54AD9 /* Pods-ScalingCarousel_Tests */, + ); + name = "Targets Support Files"; sourceTree = ""; }; AF3FA1139EC69E065B1C1095C25B2636 /* Frameworks */ = { @@ -697,13 +770,14 @@ name = Frameworks; sourceTree = ""; }; - B819BFE501A0AD58AC7D75A80F983821 /* Targets Support Files */ = { + B00117DBB43A702D83647200F4B03A80 /* ScalingCarousel */ = { isa = PBXGroup; children = ( - 0EE39C8ACEEBE32C3A282201110B4C5F /* Pods-ScalingCarouselView_Example */, - ED6DB8C75072C75C86178DCEE47C22F7 /* Pods-ScalingCarouselView_Tests */, + 9D9D714D4FAE0AFBBBF5DD39E9C1623D /* ScalingCarousel */, + 21E707B8F34DD92FB280AB6E22FF35F8 /* Support Files */, ); - name = "Targets Support Files"; + name = ScalingCarousel; + path = ../..; sourceTree = ""; }; BF3B3A2F33523845D63D5ADBE29DBFF4 /* iOS */ = { @@ -717,20 +791,6 @@ name = iOS; sourceTree = ""; }; - C9A3C59066E31DECE1180396CFC1F562 /* Support Files */ = { - isa = PBXGroup; - children = ( - A11F58EB5FB2F636F4898AB75E785EC4 /* Info.plist */, - FD5046841D46D01CE0D7B6BA7CC0EB31 /* ScalingCarouselView.modulemap */, - 5DC44E1C6D0401AC5D61C27E03E22818 /* ScalingCarouselView.xcconfig */, - A8A81506DBFE2F70480446BA4C0330F1 /* ScalingCarouselView-dummy.m */, - 845E3D3A3FE4B4ADEC5B44DE134B41A4 /* ScalingCarouselView-prefix.pch */, - 13C1DA0566AD4DC8D93672EFA4472F06 /* ScalingCarouselView-umbrella.h */, - ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/ScalingCarouselView"; - sourceTree = ""; - }; CB851A25FA75B1E1DA1748311B4839F2 /* Pods */ = { isa = PBXGroup; children = ( @@ -742,64 +802,6 @@ name = Pods; sourceTree = ""; }; - CDA8E86F5D146E075C98A754F4482058 /* Products */ = { - isa = PBXGroup; - children = ( - A18ED60C2989DAC1A338A8AE63293A3F /* FBSnapshotTestCase.framework */, - 8CC730EEBD5651EF71C46E2A22AC4651 /* Nimble.framework */, - 0AAB4664D35BCC9FDBEA2703320FEDBC /* Nimble_Snapshots.framework */, - 43BE69FE4700A155CC2750477FACFA20 /* Pods_ScalingCarouselView_Example.framework */, - B299ADE4F64FAD0EB90C443573A184EA /* Pods_ScalingCarouselView_Tests.framework */, - 6D7B86663EA0929E4A1DBF41320F4510 /* Quick.framework */, - D5621E9769EF4CE603A8AD5464682EA6 /* ScalingCarouselView.framework */, - ); - name = Products; - sourceTree = ""; - }; - DD3BAE95EA5A19C7728949307946FB54 /* Development Pods */ = { - isa = PBXGroup; - children = ( - A9ECC2F0126A8256AF9332BA74B46031 /* ScalingCarouselView */, - ); - name = "Development Pods"; - sourceTree = ""; - }; - E448B6ADAF07A440DE672D58EB5A3222 /* ScalingCarouselView */ = { - isa = PBXGroup; - children = ( - FDE4B829923E6AEE7159BEAE3298BDA4 /* Classes */, - ); - path = ScalingCarouselView; - sourceTree = ""; - }; - ED6DB8C75072C75C86178DCEE47C22F7 /* Pods-ScalingCarouselView_Tests */ = { - isa = PBXGroup; - children = ( - F139F00D8A69539E5A6C19FE6D66C0DB /* Info.plist */, - 50EE4D6D3DDAF57455B310E7714256D0 /* Pods-ScalingCarouselView_Tests.modulemap */, - AD88B5A43D3FCAEB65C10C2026A78C94 /* Pods-ScalingCarouselView_Tests-acknowledgements.markdown */, - 4F7910938D9832FFD168294F43EBE13A /* Pods-ScalingCarouselView_Tests-acknowledgements.plist */, - 83ED871BC37175F4B4D55747EF210602 /* Pods-ScalingCarouselView_Tests-dummy.m */, - 3348E50D6DDDE63D4871C292A4EE8EF3 /* Pods-ScalingCarouselView_Tests-frameworks.sh */, - E12C1AABC428B07D6CD9CCCEDB40D38D /* Pods-ScalingCarouselView_Tests-resources.sh */, - BB7C56E8727AF4B83F6D5EB50880377E /* Pods-ScalingCarouselView_Tests-umbrella.h */, - A457811FEA5CC25FC28FA2E19EEE2438 /* Pods-ScalingCarouselView_Tests.debug.xcconfig */, - 68B232F59A10176B3DB585AFD709292D /* Pods-ScalingCarouselView_Tests.release.xcconfig */, - ); - name = "Pods-ScalingCarouselView_Tests"; - path = "Target Support Files/Pods-ScalingCarouselView_Tests"; - sourceTree = ""; - }; - FDE4B829923E6AEE7159BEAE3298BDA4 /* Classes */ = { - isa = PBXGroup; - children = ( - A31871CBEF3E13E27507A439577A0465 /* ScalingCarouselLayout.swift */, - C2EB44810BF4C7EA042811866AF27CC6 /* ScalingCarouselView.swift */, - D4BAE514ABFDC457A9E486986662774D /* ScalingCarouselCell.swift */, - ); - path = Classes; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -818,11 +820,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 11BB89B3F1441E7E218CA8881280BE11 /* Headers */ = { + 3716149795F58B8D4AE1DE32C9BFEFC8 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 6DA10C9CDB6608FDE7BCD939DEEA3C32 /* Pods-ScalingCarouselView_Tests-umbrella.h in Headers */, + 502221482D2EFE8917F6BBA144708667 /* Pods-ScalingCarousel_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -834,14 +836,6 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 7BBF1FD1AEDEF32EE62DDCEB8E486142 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 7A8FBA97FC9F2CD067272C40969603F2 /* Pods-ScalingCarouselView_Example-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 7CE59C92D6D376E1C09DB1B66DA51442 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -857,6 +851,22 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 7D1764A5BCEDEFA7E9A286BF50992B7D /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 7EA14711D9B9EC29DD32346CF9CC7761 /* ScalingCarousel-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 8FA55CED9C34D7B767C660A848424ECB /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 73D956E326107049CD3432DD31345189 /* Pods-ScalingCarousel_Tests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; C9CAD1C0891D5863FF8627A68CC68ECA /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; @@ -870,38 +880,9 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - E669751AF15D3EB776A91A39EF59D790 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - D4D66E99B2344770779F2D9ED7F01B0F /* ScalingCarouselView-umbrella.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 04F21106B4DC5FEE498EBA26214F539E /* Pods-ScalingCarouselView_Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 2D805DAACE781BA863124304677657B8 /* Build configuration list for PBXNativeTarget "Pods-ScalingCarouselView_Tests" */; - buildPhases = ( - 43ED063313FAA031315D72BAA4445D4A /* Sources */, - B6D48B8599271D9D8F05DEF808C85653 /* Frameworks */, - 11BB89B3F1441E7E218CA8881280BE11 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - 7B1A58ED19D28E37BF222CB536C73357 /* PBXTargetDependency */, - A9EE7B9F7CB06FDBA6D76DC75AC250A4 /* PBXTargetDependency */, - BC8B69F120D9E71AFDC40B80356645E6 /* PBXTargetDependency */, - A60B2BA99ADD27D23D41DD11250E1313 /* PBXTargetDependency */, - ); - name = "Pods-ScalingCarouselView_Tests"; - productName = "Pods-ScalingCarouselView_Tests"; - productReference = B299ADE4F64FAD0EB90C443573A184EA /* Pods_ScalingCarouselView_Tests.framework */; - productType = "com.apple.product-type.framework"; - }; 40FF1C77152F384080A1A02E90A36DA9 /* Nimble */ = { isa = PBXNativeTarget; buildConfigurationList = A4964CB88DC1058EA701972205BBB4A0 /* Build configuration list for PBXNativeTarget "Nimble" */; @@ -916,25 +897,25 @@ ); name = Nimble; productName = Nimble; - productReference = 8CC730EEBD5651EF71C46E2A22AC4651 /* Nimble.framework */; + productReference = 58693D3BA830121335F860639B7719F3 /* Nimble.framework */; productType = "com.apple.product-type.framework"; }; - 431689F6E1282EB6C45B416C95D1F16C /* Pods-ScalingCarouselView_Example */ = { + 567109A7A9CAEA4EA59B038F871DEBB9 /* Pods-ScalingCarousel_Example */ = { isa = PBXNativeTarget; - buildConfigurationList = 36BDB355688E24AA71306A87B88A8F5B /* Build configuration list for PBXNativeTarget "Pods-ScalingCarouselView_Example" */; + buildConfigurationList = EECA82991E8421AB62E46275565F4044 /* Build configuration list for PBXNativeTarget "Pods-ScalingCarousel_Example" */; buildPhases = ( - 94AC4C8F1FADCD4F56887A03FD60ADB9 /* Sources */, - C1294D990D277F7322E70991B7340F27 /* Frameworks */, - 7BBF1FD1AEDEF32EE62DDCEB8E486142 /* Headers */, + 7D9AA2950E48863363CE22DBFB234AA7 /* Sources */, + 3D3EB83293E785C86AA2BEA3168F8A8B /* Frameworks */, + 3716149795F58B8D4AE1DE32C9BFEFC8 /* Headers */, ); buildRules = ( ); dependencies = ( - F70814F07E9EC34B3A871E998A012202 /* PBXTargetDependency */, + B013DC3CBE38304FDD2A241EA056823D /* PBXTargetDependency */, ); - name = "Pods-ScalingCarouselView_Example"; - productName = "Pods-ScalingCarouselView_Example"; - productReference = 43BE69FE4700A155CC2750477FACFA20 /* Pods_ScalingCarouselView_Example.framework */; + name = "Pods-ScalingCarousel_Example"; + productName = "Pods-ScalingCarousel_Example"; + productReference = FC9F874E8CB156D68551C5EE61F1938B /* Pods_ScalingCarousel_Example.framework */; productType = "com.apple.product-type.framework"; }; 5DB46EA499F9A5E22765121102FCC34B /* FBSnapshotTestCase */ = { @@ -951,7 +932,45 @@ ); name = FBSnapshotTestCase; productName = FBSnapshotTestCase; - productReference = A18ED60C2989DAC1A338A8AE63293A3F /* FBSnapshotTestCase.framework */; + productReference = C8390894CC5C8DB83D98359E79296B4A /* FBSnapshotTestCase.framework */; + productType = "com.apple.product-type.framework"; + }; + 6A771A5669E84FE091CD268F1174889B /* Pods-ScalingCarousel_Tests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 48C5FDD983295DEE22F8CDD7AE5E0540 /* Build configuration list for PBXNativeTarget "Pods-ScalingCarousel_Tests" */; + buildPhases = ( + 923448C8909D8106706766D66CEFC217 /* Sources */, + C87D8A1C3634656B522ECC5732115E18 /* Frameworks */, + 8FA55CED9C34D7B767C660A848424ECB /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + 170C9B4FE1F4DBE948FCF7CD3DD41BE3 /* PBXTargetDependency */, + B644B96C6C547018D47078CECFCDB908 /* PBXTargetDependency */, + 1D89C96864CDA6A4570D40FF24640F60 /* PBXTargetDependency */, + FD12A4EDE8B41274FC3CE393CB6A0066 /* PBXTargetDependency */, + ); + name = "Pods-ScalingCarousel_Tests"; + productName = "Pods-ScalingCarousel_Tests"; + productReference = 804CFC680216E537E60EF978B733B11D /* Pods_ScalingCarousel_Tests.framework */; + productType = "com.apple.product-type.framework"; + }; + 9810B52C47A98E7464EA9C3331136AE9 /* ScalingCarousel */ = { + isa = PBXNativeTarget; + buildConfigurationList = 4DDA63BE0A978AA74670CB27DF98A00F /* Build configuration list for PBXNativeTarget "ScalingCarousel" */; + buildPhases = ( + 60297EFFC23A86EE071E96C5AC66028F /* Sources */, + 5697C2503A1B0C40036B9EC379692EC3 /* Frameworks */, + 7D1764A5BCEDEFA7E9A286BF50992B7D /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = ScalingCarousel; + productName = ScalingCarousel; + productReference = 1F64E86C5EFE06B04C8365687F1846CC /* ScalingCarousel.framework */; productType = "com.apple.product-type.framework"; }; 9A3AE440FB23CCC076AA408C3C4836C4 /* Nimble-Snapshots */ = { @@ -971,7 +990,7 @@ ); name = "Nimble-Snapshots"; productName = "Nimble-Snapshots"; - productReference = 0AAB4664D35BCC9FDBEA2703320FEDBC /* Nimble_Snapshots.framework */; + productReference = 010BF853FDFFD01EB13B06D26144F8BD /* Nimble_Snapshots.framework */; productType = "com.apple.product-type.framework"; }; A5C430B1E2D8298FD6C5403590C0B80F /* Quick */ = { @@ -988,24 +1007,7 @@ ); name = Quick; productName = Quick; - productReference = 6D7B86663EA0929E4A1DBF41320F4510 /* Quick.framework */; - productType = "com.apple.product-type.framework"; - }; - F78B840A204732D0641961CD57C6D1CD /* ScalingCarouselView */ = { - isa = PBXNativeTarget; - buildConfigurationList = 0F506824FE161D47AA831F4E7D3E5E01 /* Build configuration list for PBXNativeTarget "ScalingCarouselView" */; - buildPhases = ( - 905A54571CB53A63019F613519F6CEF8 /* Sources */, - 5424CC98C5605CA4FAB54444268FFB0A /* Frameworks */, - E669751AF15D3EB776A91A39EF59D790 /* Headers */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = ScalingCarouselView; - productName = ScalingCarouselView; - productReference = D5621E9769EF4CE603A8AD5464682EA6 /* ScalingCarouselView.framework */; + productReference = FC6ED79571CBAC613F65B6C27E15691B /* Quick.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -1025,30 +1027,22 @@ en, ); mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = CDA8E86F5D146E075C98A754F4482058 /* Products */; + productRefGroup = 2544500756F9547C9F5270166AEB4A6B /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 5DB46EA499F9A5E22765121102FCC34B /* FBSnapshotTestCase */, 40FF1C77152F384080A1A02E90A36DA9 /* Nimble */, 9A3AE440FB23CCC076AA408C3C4836C4 /* Nimble-Snapshots */, - 431689F6E1282EB6C45B416C95D1F16C /* Pods-ScalingCarouselView_Example */, - 04F21106B4DC5FEE498EBA26214F539E /* Pods-ScalingCarouselView_Tests */, + 567109A7A9CAEA4EA59B038F871DEBB9 /* Pods-ScalingCarousel_Example */, + 6A771A5669E84FE091CD268F1174889B /* Pods-ScalingCarousel_Tests */, A5C430B1E2D8298FD6C5403590C0B80F /* Quick */, - F78B840A204732D0641961CD57C6D1CD /* ScalingCarouselView */, + 9810B52C47A98E7464EA9C3331136AE9 /* ScalingCarousel */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ - 43ED063313FAA031315D72BAA4445D4A /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 9CBC3A459B9A831E5A776A4BCA184745 /* Pods-ScalingCarouselView_Tests-dummy.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; 48AE5F6A6BC1CC0328D35EC2621B440C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1105,6 +1099,25 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 60297EFFC23A86EE071E96C5AC66028F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + A9888D239E82AB5CA3CA1D16E1AAB95F /* ScalingCarousel-dummy.m in Sources */, + A5B1F41A56B1AF20C72D6AF14F6A0307 /* ScalingCarouselCell.swift in Sources */, + 1B5D8178CBAC033DB6B5A9B17B7EF5AE /* ScalingCarouselLayout.swift in Sources */, + E9E1C7E7CCE00D085371997CA219B623 /* ScalingCarouselView.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 7D9AA2950E48863363CE22DBFB234AA7 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 537582BE39A662DE5BCBE3A9F14BE5F6 /* Pods-ScalingCarousel_Example-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; 7DE474775CBF413C7A124107E34E5614 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -1121,22 +1134,11 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 905A54571CB53A63019F613519F6CEF8 /* Sources */ = { + 923448C8909D8106706766D66CEFC217 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - C9FEBD45644670D20236ABD044EFD1F2 /* ScalingCarouselLayout.swift in Sources */, - 1412BA1C5E085BFAA13439EAC892332A /* ScalingCarouselView-dummy.m in Sources */, - C4D49FFDFCA6C3D308B063D9DCEFBAFD /* ScalingCarouselView.swift in Sources */, - 748F4530B5B31A18F092B956FBAE8B7F /* ScalingCarouselCell.swift in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 94AC4C8F1FADCD4F56887A03FD60ADB9 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E5FBBF178358262ADE2E52C1A7C0F81F /* Pods-ScalingCarouselView_Example-dummy.m in Sources */, + 7BA25259054B47FE47765AC025F27033 /* Pods-ScalingCarousel_Tests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1185,29 +1187,29 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 170C9B4FE1F4DBE948FCF7CD3DD41BE3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = FBSnapshotTestCase; + target = 5DB46EA499F9A5E22765121102FCC34B /* FBSnapshotTestCase */; + targetProxy = 1B55B6B8BF6C484477273333295A406B /* PBXContainerItemProxy */; + }; + 1D89C96864CDA6A4570D40FF24640F60 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Nimble-Snapshots"; + target = 9A3AE440FB23CCC076AA408C3C4836C4 /* Nimble-Snapshots */; + targetProxy = 5B4778266E2C97A3C23756A4D4E560BA /* PBXContainerItemProxy */; + }; 51181AC113284270633563DB2A331F61 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = Nimble; target = 40FF1C77152F384080A1A02E90A36DA9 /* Nimble */; targetProxy = 7839961D148D585620FA3CB1EEE772EF /* PBXContainerItemProxy */; }; - 7B1A58ED19D28E37BF222CB536C73357 /* PBXTargetDependency */ = { + B013DC3CBE38304FDD2A241EA056823D /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = FBSnapshotTestCase; - target = 5DB46EA499F9A5E22765121102FCC34B /* FBSnapshotTestCase */; - targetProxy = 67D5187D64A929A1E7F38CD6223EF24A /* PBXContainerItemProxy */; - }; - A60B2BA99ADD27D23D41DD11250E1313 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Quick; - target = A5C430B1E2D8298FD6C5403590C0B80F /* Quick */; - targetProxy = 5BE43E0D7068FE195F96DBC6CF577311 /* PBXContainerItemProxy */; - }; - A9EE7B9F7CB06FDBA6D76DC75AC250A4 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = Nimble; - target = 40FF1C77152F384080A1A02E90A36DA9 /* Nimble */; - targetProxy = A2BF1CA6F380DEDDDA27731604DBCAA6 /* PBXContainerItemProxy */; + name = ScalingCarousel; + target = 9810B52C47A98E7464EA9C3331136AE9 /* ScalingCarousel */; + targetProxy = 0EEE873D5C6EA3690B1B7770523E8086 /* PBXContainerItemProxy */; }; B5EEF869A8D853590BFC239D1E1CB7D8 /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -1215,11 +1217,11 @@ target = A5C430B1E2D8298FD6C5403590C0B80F /* Quick */; targetProxy = 7B73A1A618322F16D02EC89ED7B2076D /* PBXContainerItemProxy */; }; - BC8B69F120D9E71AFDC40B80356645E6 /* PBXTargetDependency */ = { + B644B96C6C547018D47078CECFCDB908 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "Nimble-Snapshots"; - target = 9A3AE440FB23CCC076AA408C3C4836C4 /* Nimble-Snapshots */; - targetProxy = 8D2EA56786679B508585A023E0DED4FC /* PBXContainerItemProxy */; + name = Nimble; + target = 40FF1C77152F384080A1A02E90A36DA9 /* Nimble */; + targetProxy = A759FB96A0D575B89E47F1E0A681DD3E /* PBXContainerItemProxy */; }; DDF82A7F4F0212527E85A6197F5FD72A /* PBXTargetDependency */ = { isa = PBXTargetDependency; @@ -1227,11 +1229,11 @@ target = 5DB46EA499F9A5E22765121102FCC34B /* FBSnapshotTestCase */; targetProxy = 67B84CC48124DDE2ADD9AFDFBAEE034C /* PBXContainerItemProxy */; }; - F70814F07E9EC34B3A871E998A012202 /* PBXTargetDependency */ = { + FD12A4EDE8B41274FC3CE393CB6A0066 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = ScalingCarouselView; - target = F78B840A204732D0641961CD57C6D1CD /* ScalingCarouselView */; - targetProxy = FFF9440E325AB91908CB4A5344E7CFEF /* PBXContainerItemProxy */; + name = Quick; + target = A5C430B1E2D8298FD6C5403590C0B80F /* Quick */; + targetProxy = FE990BBEA10D46D0F41BB6DB710E5F4A /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -1269,44 +1271,6 @@ }; name = Release; }; - 35D8D9F20CEB75E0AAA3AAAF0229B789 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = A457811FEA5CC25FC28FA2E19EEE2438 /* Pods-ScalingCarouselView_Tests.debug.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - 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_BITCODE = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ScalingCarouselView_Tests/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_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_ScalingCarouselView_Tests; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; 44A77FE391B00B428B1602A43749925C /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 01BF96909EDC4CCB6D8E5693F8D37092 /* FBSnapshotTestCase.xcconfig */; @@ -1341,6 +1305,40 @@ }; name = Debug; }; + 50C2EFA5CC36CF495FC93D0C45550C99 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 0BD8EDDEBABC48D3179839296EFE8607 /* ScalingCarousel.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + 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_BITCODE = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + GCC_PREFIX_HEADER = "Target Support Files/ScalingCarousel/ScalingCarousel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/ScalingCarousel/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MODULEMAP_FILE = "Target Support Files/ScalingCarousel/ScalingCarousel.modulemap"; + MTL_ENABLE_DEBUG_INFO = YES; + PRODUCT_NAME = ScalingCarousel; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 59B042A655B7C20CBAB90E385BF4E4C7 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -1452,9 +1450,9 @@ }; name = Release; }; - 96B46FF1AF28BEEE74A53C1BF858552F /* Release */ = { + 804881CB510FC79BD04BF301D26CD949 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6B85DDD638E6F3EBA9695A5FDE6D114F /* Pods-ScalingCarouselView_Example.release.xcconfig */; + baseConfigurationReference = 2CAFE40C0C16F348A480291448686E57 /* Pods-ScalingCarousel_Example.release.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1468,18 +1466,55 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ScalingCarouselView_Example/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ScalingCarousel_Example/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_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_ScalingCarouselView_Example; + PRODUCT_NAME = Pods_ScalingCarousel_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; + B3C3DA72E437069F59F057FCF6181241 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 19C1707F62C29F4AC2B96390F0071185 /* Pods-ScalingCarousel_Tests.release.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + 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_BITCODE = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-ScalingCarousel_Tests/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_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_ScalingCarousel_Tests; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -1596,9 +1631,9 @@ }; name = Release; }; - C2C1B1F18CFF042330210463DDC344DB /* Release */ = { + CECA534923CF3714C13ADA53EC041E14 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 68B232F59A10176B3DB585AFD709292D /* Pods-ScalingCarouselView_Tests.release.xcconfig */; + baseConfigurationReference = 0BD8EDDEBABC48D3179839296EFE8607 /* ScalingCarousel.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1612,18 +1647,14 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ScalingCarouselView_Tests/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/ScalingCarousel/ScalingCarousel-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/ScalingCarousel/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.modulemap"; + MODULEMAP_FILE = "Target Support Files/ScalingCarousel/ScalingCarousel.modulemap"; MTL_ENABLE_DEBUG_INFO = NO; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_ScalingCarouselView_Tests; + PRODUCT_NAME = ScalingCarousel; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_VERSION = 3.0; @@ -1633,40 +1664,6 @@ }; name = Release; }; - C84FB51C80D401C535F22EA31EAC9926 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5DC44E1C6D0401AC5D61C27E03E22818 /* ScalingCarouselView.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - 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_BITCODE = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ScalingCarouselView/ScalingCarouselView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/ScalingCarouselView/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/ScalingCarouselView/ScalingCarouselView.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = ScalingCarouselView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; D6D8C8470CDE473F5565B05ED414A44A /* Release */ = { isa = XCBuildConfiguration; baseConfigurationReference = 01BF96909EDC4CCB6D8E5693F8D37092 /* FBSnapshotTestCase.xcconfig */; @@ -1700,9 +1697,9 @@ }; name = Release; }; - DB8FC87A9139873C40672A8D5343689A /* Debug */ = { + D9E2AC2031EBCF8659ACF1DAAF2AB28C /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 63603D37075F372D4CA6E99EA89926FC /* Pods-ScalingCarouselView_Example.debug.xcconfig */; + baseConfigurationReference = 669A2515A368DC8D20D8009B9D46BAB9 /* Pods-ScalingCarousel_Tests.debug.xcconfig */; buildSettings = { "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; @@ -1716,18 +1713,18 @@ ENABLE_BITCODE = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ScalingCarouselView_Example/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ScalingCarousel_Tests/Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.modulemap"; + MODULEMAP_FILE = "Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_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_ScalingCarouselView_Example; + PRODUCT_NAME = Pods_ScalingCarousel_Tests; SDKROOT = iphoneos; SKIP_INSTALL = YES; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -1738,39 +1735,6 @@ }; name = Debug; }; - E569DDEC145C993D805E00CE908EA193 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 5DC44E1C6D0401AC5D61C27E03E22818 /* ScalingCarouselView.xcconfig */; - buildSettings = { - "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; - "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; - 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_BITCODE = NO; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ScalingCarouselView/ScalingCarouselView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/ScalingCarouselView/Info.plist"; - INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/ScalingCarouselView/ScalingCarouselView.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; - PRODUCT_NAME = ScalingCarouselView; - SDKROOT = iphoneos; - SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; - TARGETED_DEVICE_FAMILY = "1,2"; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; EFDC0FDCD3AD1609C86CBAE4D18C0000 /* Debug */ = { isa = XCBuildConfiguration; baseConfigurationReference = 66E7F921A5FA484CAEF02A7C6DB6EB13 /* Nimble-Snapshots.xcconfig */; @@ -1805,18 +1769,47 @@ }; name = Debug; }; + FE4936705918D14F9C92DE48FA239870 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 6820F178C5F5E9638CACA2814BABA73E /* Pods-ScalingCarousel_Example.debug.xcconfig */; + buildSettings = { + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + 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_BITCODE = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_NO_COMMON_BLOCKS = YES; + INFOPLIST_FILE = "Target Support Files/Pods-ScalingCarousel_Example/Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_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_ScalingCarousel_Example; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 3.0; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0F506824FE161D47AA831F4E7D3E5E01 /* Build configuration list for PBXNativeTarget "ScalingCarouselView" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - C84FB51C80D401C535F22EA31EAC9926 /* Debug */, - E569DDEC145C993D805E00CE908EA193 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 16338EE1C1BD578312E653B5ED79DBC9 /* Build configuration list for PBXNativeTarget "Nimble-Snapshots" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -1826,15 +1819,6 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D805DAACE781BA863124304677657B8 /* Build configuration list for PBXNativeTarget "Pods-ScalingCarouselView_Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 35D8D9F20CEB75E0AAA3AAAF0229B789 /* Debug */, - C2C1B1F18CFF042330210463DDC344DB /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( @@ -1844,11 +1828,20 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 36BDB355688E24AA71306A87B88A8F5B /* Build configuration list for PBXNativeTarget "Pods-ScalingCarouselView_Example" */ = { + 48C5FDD983295DEE22F8CDD7AE5E0540 /* Build configuration list for PBXNativeTarget "Pods-ScalingCarousel_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - DB8FC87A9139873C40672A8D5343689A /* Debug */, - 96B46FF1AF28BEEE74A53C1BF858552F /* Release */, + D9E2AC2031EBCF8659ACF1DAAF2AB28C /* Debug */, + B3C3DA72E437069F59F057FCF6181241 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 4DDA63BE0A978AA74670CB27DF98A00F /* Build configuration list for PBXNativeTarget "ScalingCarousel" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 50C2EFA5CC36CF495FC93D0C45550C99 /* Debug */, + CECA534923CF3714C13ADA53EC041E14 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; @@ -1880,6 +1873,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + EECA82991E8421AB62E46275565F4044 /* Build configuration list for PBXNativeTarget "Pods-ScalingCarousel_Example" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + FE4936705918D14F9C92DE48FA239870 /* Debug */, + 804881CB510FC79BD04BF301D26CD949 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; /* End XCConfigurationList section */ }; rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; diff --git a/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..919434a --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-dummy.m b/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-dummy.m deleted file mode 100644 index b1e7432..0000000 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_ScalingCarouselView_Example : NSObject -@end -@implementation PodsDummy_Pods_ScalingCarouselView_Example -@end diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-umbrella.h b/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-umbrella.h deleted file mode 100644 index c270de7..0000000 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-umbrella.h +++ /dev/null @@ -1,6 +0,0 @@ -#import - - -FOUNDATION_EXPORT double Pods_ScalingCarouselView_ExampleVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_ScalingCarouselView_ExampleVersionString[]; - diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.modulemap b/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.modulemap deleted file mode 100644 index 9c6d291..0000000 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_ScalingCarouselView_Example { - umbrella header "Pods-ScalingCarouselView_Example-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-dummy.m b/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-dummy.m deleted file mode 100644 index 4924154..0000000 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_Pods_ScalingCarouselView_Tests : NSObject -@end -@implementation PodsDummy_Pods_ScalingCarouselView_Tests -@end diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-umbrella.h b/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-umbrella.h deleted file mode 100644 index ea3e056..0000000 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-umbrella.h +++ /dev/null @@ -1,6 +0,0 @@ -#import - - -FOUNDATION_EXPORT double Pods_ScalingCarouselView_TestsVersionNumber; -FOUNDATION_EXPORT const unsigned char Pods_ScalingCarouselView_TestsVersionString[]; - diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.modulemap b/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.modulemap deleted file mode 100644 index 85cad99..0000000 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module Pods_ScalingCarouselView_Tests { - umbrella header "Pods-ScalingCarouselView_Tests-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Info.plist b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Info.plist similarity index 100% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Info.plist rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Info.plist diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-acknowledgements.markdown similarity index 98% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-acknowledgements.markdown rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-acknowledgements.markdown index 49655bd..0665503 100644 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-acknowledgements.markdown +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-acknowledgements.markdown @@ -1,7 +1,7 @@ # Acknowledgements This application makes use of the following third party libraries: -## ScalingCarouselView +## ScalingCarousel Copyright (c) 2016 Pete Smith diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-acknowledgements.plist similarity index 98% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-acknowledgements.plist rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-acknowledgements.plist index 5794ade..c091060 100644 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-acknowledgements.plist +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-acknowledgements.plist @@ -37,7 +37,7 @@ THE SOFTWARE. License MIT Title - ScalingCarouselView + ScalingCarousel Type PSGroupSpecifier diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-dummy.m b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-dummy.m new file mode 100644 index 0000000..4dde162 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_ScalingCarousel_Example : NSObject +@end +@implementation PodsDummy_Pods_ScalingCarousel_Example +@end diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-frameworks.sh similarity index 94% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-frameworks.sh rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-frameworks.sh index 8d9d737..75400a9 100755 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-frameworks.sh @@ -84,8 +84,8 @@ strip_invalid_archs() { if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "$BUILT_PRODUCTS_DIR/ScalingCarouselView/ScalingCarouselView.framework" + install_framework "$BUILT_PRODUCTS_DIR/ScalingCarousel/ScalingCarousel.framework" fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "$BUILT_PRODUCTS_DIR/ScalingCarouselView/ScalingCarouselView.framework" + install_framework "$BUILT_PRODUCTS_DIR/ScalingCarousel/ScalingCarousel.framework" fi diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-resources.sh b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-resources.sh similarity index 100% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-resources.sh rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-resources.sh diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-umbrella.h b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-umbrella.h new file mode 100644 index 0000000..a55bbbf --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_ScalingCarousel_ExampleVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_ScalingCarousel_ExampleVersionString[]; + diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.debug.xcconfig similarity index 78% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.debug.xcconfig rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.debug.xcconfig index 2ea1227..e49222c 100644 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.debug.xcconfig @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView/ScalingCarouselView.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "ScalingCarouselView" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel/ScalingCarousel.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "ScalingCarousel" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.modulemap b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.modulemap new file mode 100644 index 0000000..92ae824 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.modulemap @@ -0,0 +1,6 @@ +framework module Pods_ScalingCarousel_Example { + umbrella header "Pods-ScalingCarousel_Example-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.release.xcconfig similarity index 78% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.release.xcconfig rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.release.xcconfig index 2ea1227..e49222c 100644 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.release.xcconfig @@ -1,10 +1,10 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView" +FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView/ScalingCarouselView.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "ScalingCarouselView" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel/ScalingCarousel.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "ScalingCarousel" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Info.plist b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Info.plist similarity index 100% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Info.plist rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Info.plist diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-acknowledgements.markdown similarity index 100% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-acknowledgements.markdown rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-acknowledgements.markdown diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-acknowledgements.plist similarity index 100% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-acknowledgements.plist rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-acknowledgements.plist diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-dummy.m b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-dummy.m new file mode 100644 index 0000000..d6e1705 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_ScalingCarousel_Tests : NSObject +@end +@implementation PodsDummy_Pods_ScalingCarousel_Tests +@end diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-frameworks.sh similarity index 100% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-frameworks.sh rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-frameworks.sh diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-resources.sh b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-resources.sh similarity index 100% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-resources.sh rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-resources.sh diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-umbrella.h b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-umbrella.h new file mode 100644 index 0000000..792fa8d --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double Pods_ScalingCarousel_TestsVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_ScalingCarousel_TestsVersionString[]; + diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.debug.xcconfig similarity index 89% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.debug.xcconfig rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.debug.xcconfig index 4eb3885..7057cb4 100644 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.debug.xcconfig @@ -1,9 +1,9 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/Nimble" "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/Quick" "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView" +FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/Nimble" "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/Quick" "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots/Nimble_Snapshots.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble/Nimble.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Quick/Quick.framework/Headers" $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView/ScalingCarouselView.framework/Headers" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots/Nimble_Snapshots.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble/Nimble.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Quick/Quick.framework/Headers" $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel/ScalingCarousel.framework/Headers" OTHER_LDFLAGS = $(inherited) -framework "FBSnapshotTestCase" -framework "Nimble" -framework "Nimble_Snapshots" -framework "Quick" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.modulemap b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.modulemap new file mode 100644 index 0000000..42b32f0 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.modulemap @@ -0,0 +1,6 @@ +framework module Pods_ScalingCarousel_Tests { + umbrella header "Pods-ScalingCarousel_Tests-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.release.xcconfig similarity index 89% rename from Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.release.xcconfig rename to Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.release.xcconfig index 4eb3885..7057cb4 100644 --- a/Example/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.release.xcconfig @@ -1,9 +1,9 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES EMBEDDED_CONTENT_CONTAINS_SWIFT = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/Nimble" "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/Quick" "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView" +FRAMEWORK_SEARCH_PATHS = $(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase" "$PODS_CONFIGURATION_BUILD_DIR/Nimble" "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots" "$PODS_CONFIGURATION_BUILD_DIR/Quick" "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots/Nimble_Snapshots.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble/Nimble.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Quick/Quick.framework/Headers" $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView/ScalingCarouselView.framework/Headers" +OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/FBSnapshotTestCase/FBSnapshotTestCase.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble-Snapshots/Nimble_Snapshots.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Nimble/Nimble.framework/Headers" -iquote "$PODS_CONFIGURATION_BUILD_DIR/Quick/Quick.framework/Headers" $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel/ScalingCarousel.framework/Headers" OTHER_LDFLAGS = $(inherited) -framework "FBSnapshotTestCase" -framework "Nimble" -framework "Nimble_Snapshots" -framework "Quick" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR diff --git a/Example/Pods/Target Support Files/ScalingCarouselView/Info.plist b/Example/Pods/Target Support Files/ScalingCarousel/Info.plist similarity index 96% rename from Example/Pods/Target Support Files/ScalingCarouselView/Info.plist rename to Example/Pods/Target Support Files/ScalingCarousel/Info.plist index 161a9d3..2243fe6 100644 --- a/Example/Pods/Target Support Files/ScalingCarouselView/Info.plist +++ b/Example/Pods/Target Support Files/ScalingCarousel/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.0 + 1.0.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-dummy.m b/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-dummy.m new file mode 100644 index 0000000..0bbf719 --- /dev/null +++ b/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_ScalingCarousel : NSObject +@end +@implementation PodsDummy_ScalingCarousel +@end diff --git a/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-prefix.pch b/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-prefix.pch similarity index 100% rename from Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-prefix.pch rename to Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-prefix.pch diff --git a/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-umbrella.h b/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-umbrella.h new file mode 100644 index 0000000..646540d --- /dev/null +++ b/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel-umbrella.h @@ -0,0 +1,6 @@ +#import + + +FOUNDATION_EXPORT double ScalingCarouselVersionNumber; +FOUNDATION_EXPORT const unsigned char ScalingCarouselVersionString[]; + diff --git a/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.modulemap b/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.modulemap new file mode 100644 index 0000000..b3c8202 --- /dev/null +++ b/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.modulemap @@ -0,0 +1,6 @@ +framework module ScalingCarousel { + umbrella header "ScalingCarousel-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView.xcconfig b/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.xcconfig similarity index 91% rename from Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView.xcconfig rename to Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.xcconfig index 2f936b4..033a525 100644 --- a/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView.xcconfig +++ b/Example/Pods/Target Support Files/ScalingCarousel/ScalingCarousel.xcconfig @@ -1,6 +1,7 @@ -CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/ScalingCarouselView +CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/ScalingCarousel GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Public" +OTHER_LDFLAGS = -framework "UIKit" OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" PODS_BUILD_DIR = $BUILD_DIR PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) diff --git a/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-dummy.m b/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-dummy.m deleted file mode 100644 index f63ac5c..0000000 --- a/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-dummy.m +++ /dev/null @@ -1,5 +0,0 @@ -#import -@interface PodsDummy_ScalingCarouselView : NSObject -@end -@implementation PodsDummy_ScalingCarouselView -@end diff --git a/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-umbrella.h b/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-umbrella.h deleted file mode 100644 index 9cc57eb..0000000 --- a/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView-umbrella.h +++ /dev/null @@ -1,6 +0,0 @@ -#import - - -FOUNDATION_EXPORT double ScalingCarouselViewVersionNumber; -FOUNDATION_EXPORT const unsigned char ScalingCarouselViewVersionString[]; - diff --git a/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView.modulemap b/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView.modulemap deleted file mode 100644 index fc490fa..0000000 --- a/Example/Pods/Target Support Files/ScalingCarouselView/ScalingCarouselView.modulemap +++ /dev/null @@ -1,6 +0,0 @@ -framework module ScalingCarouselView { - umbrella header "ScalingCarouselView-umbrella.h" - - export * - module * { export * } -} diff --git a/Example/ScalingCarouselView.xcodeproj/project.pbxproj b/Example/ScalingCarousel.xcodeproj/project.pbxproj similarity index 77% rename from Example/ScalingCarouselView.xcodeproj/project.pbxproj rename to Example/ScalingCarousel.xcodeproj/project.pbxproj index aac4da3..a639262 100644 --- a/Example/ScalingCarouselView.xcodeproj/project.pbxproj +++ b/Example/ScalingCarousel.xcodeproj/project.pbxproj @@ -13,8 +13,8 @@ 607FACDD1AFB9204008FA782 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDC1AFB9204008FA782 /* Images.xcassets */; }; 607FACE01AFB9204008FA782 /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 607FACDE1AFB9204008FA782 /* LaunchScreen.xib */; }; 607FACEC1AFB9204008FA782 /* Tests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 607FACEB1AFB9204008FA782 /* Tests.swift */; }; - B48378A7D67591B11C829CB1 /* Pods_ScalingCarouselView_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67967C08E03EA83459C56341 /* Pods_ScalingCarouselView_Example.framework */; }; - E28B9CC8C9B351E4CD2FF14F /* Pods_ScalingCarouselView_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAA413A845C43F4B10C6A16A /* Pods_ScalingCarouselView_Tests.framework */; }; + B48378A7D67591B11C829CB1 /* Pods_ScalingCarousel_Example.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67967C08E03EA83459C56341 /* Pods_ScalingCarousel_Example.framework */; }; + E28B9CC8C9B351E4CD2FF14F /* Pods_ScalingCarousel_Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAA413A845C43F4B10C6A16A /* Pods_ScalingCarousel_Tests.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -23,30 +23,31 @@ containerPortal = 607FACC81AFB9204008FA782 /* Project object */; proxyType = 1; remoteGlobalIDString = 607FACCF1AFB9204008FA782; - remoteInfo = ScalingCarouselView; + remoteInfo = ScalingCarousel; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 607FACD01AFB9204008FA782 /* ScalingCarouselView_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScalingCarouselView_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 2EF24B65108384B9109974CE /* Pods-ScalingCarousel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.debug.xcconfig"; sourceTree = ""; }; + 607FACD01AFB9204008FA782 /* ScalingCarousel_Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ScalingCarousel_Example.app; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACD41AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACD51AFB9204008FA782 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 607FACD71AFB9204008FA782 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; 607FACDA1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 607FACDC1AFB9204008FA782 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = ""; }; 607FACDF1AFB9204008FA782 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = ""; }; - 607FACE51AFB9204008FA782 /* ScalingCarouselView_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ScalingCarouselView_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; + 607FACE51AFB9204008FA782 /* ScalingCarousel_Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = ScalingCarousel_Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; 607FACEA1AFB9204008FA782 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 607FACEB1AFB9204008FA782 /* Tests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Tests.swift; sourceTree = ""; }; - 67967C08E03EA83459C56341 /* Pods_ScalingCarouselView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarouselView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarouselView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarouselView_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.debug.xcconfig"; sourceTree = ""; }; - A9F31E37480CE10477A6B3FB /* Pods-ScalingCarouselView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarouselView_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example.release.xcconfig"; sourceTree = ""; }; + 67967C08E03EA83459C56341 /* Pods_ScalingCarousel_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarousel_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarousel_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Example.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-scalingcarousel_Example.debug.xcconfig"; sourceTree = ""; }; + A9F31E37480CE10477A6B3FB /* Pods-ScalingCarousel_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Example.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example.release.xcconfig"; sourceTree = ""; }; DB20FF6098A73BDFCD7FA4AB /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = LICENSE; path = ../LICENSE; sourceTree = ""; }; - EAA413A845C43F4B10C6A16A /* Pods_ScalingCarouselView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarouselView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + EAA413A845C43F4B10C6A16A /* Pods_ScalingCarousel_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ScalingCarousel_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; ED05A5326F2ECD86C104CDCC /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; name = README.md; path = ../README.md; sourceTree = ""; }; - F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarouselView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarouselView_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.debug.xcconfig"; sourceTree = ""; }; - F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarouselView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarouselView_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests.release.xcconfig"; sourceTree = ""; }; - FD7074DF30B94DFF6FB8BCD5 /* ScalingCarouselView.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ScalingCarouselView.podspec; path = ../ScalingCarouselView.podspec; sourceTree = ""; }; + F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarousel_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Tests.debug.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.debug.xcconfig"; sourceTree = ""; }; + F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarousel_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ScalingCarousel_Tests.release.xcconfig"; path = "Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests.release.xcconfig"; sourceTree = ""; }; + FD7074DF30B94DFF6FB8BCD5 /* ScalingCarousel.podspec */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = ScalingCarousel.podspec; path = ../ScalingCarousel.podspec; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -54,7 +55,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - B48378A7D67591B11C829CB1 /* Pods_ScalingCarouselView_Example.framework in Frameworks */, + B48378A7D67591B11C829CB1 /* Pods_ScalingCarousel_Example.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -62,7 +63,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - E28B9CC8C9B351E4CD2FF14F /* Pods_ScalingCarouselView_Tests.framework in Frameworks */, + E28B9CC8C9B351E4CD2FF14F /* Pods_ScalingCarousel_Tests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -72,10 +73,11 @@ 45D18909CD5A8A153AC8CFB1 /* Pods */ = { isa = PBXGroup; children = ( - 6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarouselView_Example.debug.xcconfig */, - A9F31E37480CE10477A6B3FB /* Pods-ScalingCarouselView_Example.release.xcconfig */, - F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarouselView_Tests.debug.xcconfig */, - F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarouselView_Tests.release.xcconfig */, + 6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarousel_Example.debug.xcconfig */, + A9F31E37480CE10477A6B3FB /* Pods-ScalingCarousel_Example.release.xcconfig */, + F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarousel_Tests.debug.xcconfig */, + F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarousel_Tests.release.xcconfig */, + 2EF24B65108384B9109974CE /* Pods-ScalingCarousel_Example.debug.xcconfig */, ); name = Pods; sourceTree = ""; @@ -95,8 +97,8 @@ 607FACD11AFB9204008FA782 /* Products */ = { isa = PBXGroup; children = ( - 607FACD01AFB9204008FA782 /* ScalingCarouselView_Example.app */, - 607FACE51AFB9204008FA782 /* ScalingCarouselView_Tests.xctest */, + 607FACD01AFB9204008FA782 /* ScalingCarousel_Example.app */, + 607FACE51AFB9204008FA782 /* ScalingCarousel_Tests.xctest */, ); name = Products; sourceTree = ""; @@ -112,7 +114,7 @@ 607FACD31AFB9204008FA782 /* Supporting Files */, ); name = Example; - path = ScalingCarouselView; + path = ScalingCarousel; sourceTree = ""; }; 607FACD31AFB9204008FA782 /* Supporting Files */ = { @@ -143,7 +145,7 @@ 607FACF51AFB993E008FA782 /* Podspec Metadata */ = { isa = PBXGroup; children = ( - FD7074DF30B94DFF6FB8BCD5 /* ScalingCarouselView.podspec */, + FD7074DF30B94DFF6FB8BCD5 /* ScalingCarousel.podspec */, ED05A5326F2ECD86C104CDCC /* README.md */, DB20FF6098A73BDFCD7FA4AB /* LICENSE */, ); @@ -153,8 +155,8 @@ CEC2034578EA07540CBDBD8F /* Frameworks */ = { isa = PBXGroup; children = ( - 67967C08E03EA83459C56341 /* Pods_ScalingCarouselView_Example.framework */, - EAA413A845C43F4B10C6A16A /* Pods_ScalingCarouselView_Tests.framework */, + 67967C08E03EA83459C56341 /* Pods_ScalingCarousel_Example.framework */, + EAA413A845C43F4B10C6A16A /* Pods_ScalingCarousel_Tests.framework */, ); name = Frameworks; sourceTree = ""; @@ -162,9 +164,9 @@ /* End PBXGroup section */ /* Begin PBXNativeTarget section */ - 607FACCF1AFB9204008FA782 /* ScalingCarouselView_Example */ = { + 607FACCF1AFB9204008FA782 /* ScalingCarousel_Example */ = { isa = PBXNativeTarget; - buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarouselView_Example" */; + buildConfigurationList = 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarousel_Example" */; buildPhases = ( A05B2BF8C0250ED70E68E370 /* [CP] Check Pods Manifest.lock */, 607FACCC1AFB9204008FA782 /* Sources */, @@ -177,14 +179,14 @@ ); dependencies = ( ); - name = ScalingCarouselView_Example; - productName = ScalingCarouselView; - productReference = 607FACD01AFB9204008FA782 /* ScalingCarouselView_Example.app */; + name = ScalingCarousel_Example; + productName = ScalingCarousel; + productReference = 607FACD01AFB9204008FA782 /* ScalingCarousel_Example.app */; productType = "com.apple.product-type.application"; }; - 607FACE41AFB9204008FA782 /* ScalingCarouselView_Tests */ = { + 607FACE41AFB9204008FA782 /* ScalingCarousel_Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarouselView_Tests" */; + buildConfigurationList = 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarousel_Tests" */; buildPhases = ( 746B08292BDAB415EE4C00D5 /* [CP] Check Pods Manifest.lock */, 607FACE11AFB9204008FA782 /* Sources */, @@ -198,9 +200,9 @@ dependencies = ( 607FACE71AFB9204008FA782 /* PBXTargetDependency */, ); - name = ScalingCarouselView_Tests; + name = ScalingCarousel_Tests; productName = Tests; - productReference = 607FACE51AFB9204008FA782 /* ScalingCarouselView_Tests.xctest */; + productReference = 607FACE51AFB9204008FA782 /* ScalingCarousel_Tests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ @@ -224,7 +226,7 @@ }; }; }; - buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ScalingCarouselView" */; + buildConfigurationList = 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ScalingCarousel" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -237,8 +239,8 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 607FACCF1AFB9204008FA782 /* ScalingCarouselView_Example */, - 607FACE41AFB9204008FA782 /* ScalingCarouselView_Tests */, + 607FACCF1AFB9204008FA782 /* ScalingCarousel_Example */, + 607FACE41AFB9204008FA782 /* ScalingCarousel_Tests */, ); }; /* End PBXProject section */ @@ -276,7 +278,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-frameworks.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 746B08292BDAB415EE4C00D5 /* [CP] Check Pods Manifest.lock */ = { @@ -306,7 +308,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-frameworks.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; A05B2BF8C0250ED70E68E370 /* [CP] Check Pods Manifest.lock */ = { @@ -336,7 +338,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarouselView_Example/Pods-ScalingCarouselView_Example-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarousel_Example/Pods-ScalingCarousel_Example-resources.sh\"\n"; showEnvVarsInLog = 0; }; D5D6CD19663F1140B0894318 /* [CP] Copy Pods Resources */ = { @@ -351,7 +353,7 @@ ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarouselView_Tests/Pods-ScalingCarouselView_Tests-resources.sh\"\n"; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ScalingCarousel_Tests/Pods-ScalingCarousel_Tests-resources.sh\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -379,7 +381,7 @@ /* Begin PBXTargetDependency section */ 607FACE71AFB9204008FA782 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 607FACCF1AFB9204008FA782 /* ScalingCarouselView_Example */; + target = 607FACCF1AFB9204008FA782 /* ScalingCarousel_Example */; targetProxy = 607FACE61AFB9204008FA782 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -488,10 +490,10 @@ }; 607FACF01AFB9204008FA782 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 6F9DC769B8CD3D88949EFB87 /* Pods-ScalingCarouselView_Example.debug.xcconfig */; + baseConfigurationReference = 2EF24B65108384B9109974CE /* Pods-ScalingCarousel_Example.debug.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = ScalingCarouselView/Info.plist; + INFOPLIST_FILE = ScalingCarousel/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; @@ -503,10 +505,10 @@ }; 607FACF11AFB9204008FA782 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A9F31E37480CE10477A6B3FB /* Pods-ScalingCarouselView_Example.release.xcconfig */; + baseConfigurationReference = A9F31E37480CE10477A6B3FB /* Pods-ScalingCarousel_Example.release.xcconfig */; buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; - INFOPLIST_FILE = ScalingCarouselView/Info.plist; + INFOPLIST_FILE = ScalingCarousel/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 9.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; @@ -518,7 +520,7 @@ }; 607FACF31AFB9204008FA782 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarouselView_Tests.debug.xcconfig */; + baseConfigurationReference = F6B4CB731BA05FC5B9F6B207 /* Pods-ScalingCarousel_Tests.debug.xcconfig */; buildSettings = { FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", @@ -538,7 +540,7 @@ }; 607FACF41AFB9204008FA782 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarouselView_Tests.release.xcconfig */; + baseConfigurationReference = F7DA5B10BCF7874BDFDC1A14 /* Pods-ScalingCarousel_Tests.release.xcconfig */; buildSettings = { FRAMEWORK_SEARCH_PATHS = ( "$(SDKROOT)/Developer/Library/Frameworks", @@ -555,7 +557,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ScalingCarouselView" */ = { + 607FACCB1AFB9204008FA782 /* Build configuration list for PBXProject "ScalingCarousel" */ = { isa = XCConfigurationList; buildConfigurations = ( 607FACED1AFB9204008FA782 /* Debug */, @@ -564,7 +566,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarouselView_Example" */ = { + 607FACEF1AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarousel_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( 607FACF01AFB9204008FA782 /* Debug */, @@ -573,7 +575,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarouselView_Tests" */ = { + 607FACF21AFB9204008FA782 /* Build configuration list for PBXNativeTarget "ScalingCarousel_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( 607FACF31AFB9204008FA782 /* Debug */, diff --git a/Example/ScalingCarouselView.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/ScalingCarousel.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 100% rename from Example/ScalingCarouselView.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to Example/ScalingCarousel.xcodeproj/project.xcworkspace/contents.xcworkspacedata diff --git a/Example/ScalingCarouselView.xcodeproj/xcshareddata/xcschemes/ScalingCarouselView-Example.xcscheme b/Example/ScalingCarousel.xcodeproj/xcshareddata/xcschemes/ScalingCarousel-Example.xcscheme similarity index 73% rename from Example/ScalingCarouselView.xcodeproj/xcshareddata/xcschemes/ScalingCarouselView-Example.xcscheme rename to Example/ScalingCarousel.xcodeproj/xcshareddata/xcschemes/ScalingCarousel-Example.xcscheme index 7118a4b..35e1f45 100644 --- a/Example/ScalingCarouselView.xcodeproj/xcshareddata/xcschemes/ScalingCarouselView-Example.xcscheme +++ b/Example/ScalingCarousel.xcodeproj/xcshareddata/xcschemes/ScalingCarousel-Example.xcscheme @@ -15,9 +15,9 @@ + BuildableName = "ScalingCarousel_Example.app" + BlueprintName = "ScalingCarousel_Example" + ReferencedContainer = "container:ScalingCarousel.xcodeproj"> + BuildableName = "ScalingCarousel_Tests.xctest" + BlueprintName = "ScalingCarousel_Tests" + ReferencedContainer = "container:ScalingCarousel.xcodeproj"> @@ -47,9 +47,9 @@ + BuildableName = "ScalingCarousel_Tests.xctest" + BlueprintName = "ScalingCarousel_Tests" + ReferencedContainer = "container:ScalingCarousel.xcodeproj"> @@ -57,9 +57,9 @@ + BuildableName = "ScalingCarousel_Example.app" + BlueprintName = "ScalingCarousel_Example" + ReferencedContainer = "container:ScalingCarousel.xcodeproj"> @@ -80,9 +80,9 @@ + BuildableName = "ScalingCarousel_Example.app" + BlueprintName = "ScalingCarousel_Example" + ReferencedContainer = "container:ScalingCarousel.xcodeproj"> @@ -99,9 +99,9 @@ + BuildableName = "ScalingCarousel_Example.app" + BlueprintName = "ScalingCarousel_Example" + ReferencedContainer = "container:ScalingCarousel.xcodeproj"> diff --git a/Example/ScalingCarouselView.xcworkspace/contents.xcworkspacedata b/Example/ScalingCarousel.xcworkspace/contents.xcworkspacedata similarity index 62% rename from Example/ScalingCarouselView.xcworkspace/contents.xcworkspacedata rename to Example/ScalingCarousel.xcworkspace/contents.xcworkspacedata index 9392715..90ef6bf 100644 --- a/Example/ScalingCarouselView.xcworkspace/contents.xcworkspacedata +++ b/Example/ScalingCarousel.xcworkspace/contents.xcworkspacedata @@ -2,9 +2,12 @@ + location = "group:.."> + + diff --git a/Example/ScalingCarouselView/AppDelegate.swift b/Example/ScalingCarousel/AppDelegate.swift similarity index 100% rename from Example/ScalingCarouselView/AppDelegate.swift rename to Example/ScalingCarousel/AppDelegate.swift diff --git a/Example/ScalingCarouselView/Base.lproj/LaunchScreen.xib b/Example/ScalingCarousel/Base.lproj/LaunchScreen.xib similarity index 82% rename from Example/ScalingCarouselView/Base.lproj/LaunchScreen.xib rename to Example/ScalingCarousel/Base.lproj/LaunchScreen.xib index 7923d9e..8f668c0 100644 --- a/Example/ScalingCarouselView/Base.lproj/LaunchScreen.xib +++ b/Example/ScalingCarousel/Base.lproj/LaunchScreen.xib @@ -1,7 +1,8 @@ - - + + - + + @@ -17,14 +18,14 @@ -