diff --git a/DMScrollBar.podspec b/DMScrollBar.podspec index 4bfbcc4..9b59332 100644 --- a/DMScrollBar.podspec +++ b/DMScrollBar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'DMScrollBar' - s.version = '1.0.4' + s.version = '2.0.0' s.summary = 'Customizable Scroll Bar for Scroll view.' s.description = "Customizable Scroll Bar for Scroll View with additional info label appearing during the scroll." s.homepage = 'https://github.com/batanus/DMScrollBar' diff --git a/Example/Podfile.lock b/Example/Podfile.lock index f81e25a..d44c37f 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - DMScrollBar (1.0.4) + - DMScrollBar (2.0.0) DEPENDENCIES: - DMScrollBar (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - DMScrollBar: 29380234371048c10043a780772b15f236b39e7b + DMScrollBar: ce3c80b71f76f3adc133e7c71c58ec5e53a30ad9 PODFILE CHECKSUM: 507fb18072a74f73e82cc05d6cc741591f4798ee diff --git a/Example/Pods/Local Podspecs/DMScrollBar.podspec.json b/Example/Pods/Local Podspecs/DMScrollBar.podspec.json index 9d29f09..f97afb9 100644 --- a/Example/Pods/Local Podspecs/DMScrollBar.podspec.json +++ b/Example/Pods/Local Podspecs/DMScrollBar.podspec.json @@ -1,6 +1,6 @@ { "name": "DMScrollBar", - "version": "1.0.4", + "version": "2.0.0", "summary": "Customizable Scroll Bar for Scroll view.", "description": "Customizable Scroll Bar for Scroll View with additional info label appearing during the scroll.", "homepage": "https://github.com/batanus/DMScrollBar", @@ -18,7 +18,7 @@ }, "source": { "git": "https://github.com/batanus/DMScrollBar.git", - "tag": "1.0.4" + "tag": "2.0.0" }, "swift_versions": [ "5.7" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index f81e25a..d44c37f 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - DMScrollBar (1.0.4) + - DMScrollBar (2.0.0) DEPENDENCIES: - DMScrollBar (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - DMScrollBar: 29380234371048c10043a780772b15f236b39e7b + DMScrollBar: ce3c80b71f76f3adc133e7c71c58ec5e53a30ad9 PODFILE CHECKSUM: 507fb18072a74f73e82cc05d6cc741591f4798ee diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 999da6d..4d3447e 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,50 +7,50 @@ objects = { /* Begin PBXBuildFile section */ - 0A620F0A3ECB87E85677588A301C4CEB /* UIGestureRecognizer+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FEF5EA4DEEFED3F63BD56B3DD8CF81A7 /* UIGestureRecognizer+Utils.swift */; }; - 0EA695A0FAECB3AF3CC86D7E66DA318B /* Publisher+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B25E549E13A0814BA820AD487762D242 /* Publisher+Utils.swift */; }; + 02C6F4B47B5693CDF4E81767632C1E75 /* DMScrollBarDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6FE907EEE00C6B7A94D9E9997030D94A /* DMScrollBarDelegate.swift */; }; + 12E973E05F35449603883131886C5E5C /* Configuration+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 485DBDBECC68E5ADA1A20FB9D9CD311B /* Configuration+Utils.swift */; }; 1628385A3B613F5A8063FA11866F2064 /* Pods-DMScrollBar_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 11B93D3298A233904BF9787C189603AD /* Pods-DMScrollBar_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 1F9D74CF3977659B805F3DE75549A8D5 /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 42CF9D82D4EC83A0E43F231631702D8C /* UIColor+Utils.swift */; }; + 1694E37EF1AD8AF38C710B825953771E /* ConvenienceFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3D8AC84D5AB791A6461F8C7F14BB5820 /* ConvenienceFunctions.swift */; }; + 1F7A4551633A922E21236C3522AE3D0C /* GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = F17CD7E12A11B1BAEEE9348CC5E167E9 /* GeometryUtils.swift */; }; + 237CB0D2098AD19A277C32E857A3155B /* SpringTimingParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 53FD988ACDAF13B7C07A43FE6A11EFCA /* SpringTimingParameters.swift */; }; 29549F2CE3609643126CA62B15A814F7 /* Pods-DMScrollBar_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = EED318A074140B6C2EF31891FC523ABE /* Pods-DMScrollBar_Example-dummy.m */; }; - 2F27CD32AC616B39FD9A832CABC0032B /* DMScrollBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 259352A7115EC49799FB77B45FF76BCD /* DMScrollBar.swift */; }; - 39420545BED237A61E1AED3BA2898982 /* UILabel+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = CCCD9C05CCF9E7FC322F33768C11721B /* UILabel+Utils.swift */; }; - 3A7A2488D80931145D616B90D73859B4 /* CGPoint+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 86F47DA22F0749E5FF985FAFB3DC6B89 /* CGPoint+Utils.swift */; }; + 2CD940484A836A98B069EF14DCEE0DD5 /* UISpringTimingParameters+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 00604C48934DBBAFBC2CCF52A4FD2DE9 /* UISpringTimingParameters+Utils.swift */; }; + 36D14AA4F92AEAB1FBEABE6CB0953FDD /* DMScrollBar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4F182A94E70A6877A187ABE6C94E05EA /* DMScrollBar.swift */; }; + 3747FE77933EE9E6A6F0D656AEC76C63 /* CASpringAnimation+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 180DF78D2F60AF8B973D140D2533BF9A /* CASpringAnimation+Utils.swift */; }; 406FECA80336731B89EFE0FD90E306CC /* Pods-DMScrollBar_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 5B6A94E72BE461FD03E817AABB88A73F /* Pods-DMScrollBar_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 499FF5ADAC34BFFA2C47B07EF0FA6B26 /* DMScrollBar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B486E7143F5A74CE5DA223FB48F04CB7 /* DMScrollBar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 4A021DEC9692B3AC32411AA02685517C /* TimingParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 35BE43263DA7C2A3812AEAE3C28A6192 /* TimingParameters.swift */; }; - 574D4A39146CB13A6351DEB87DDCD989 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; - 57EC77DE4CFB03E83585B639FF077B3F /* CASpringAnimation+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6F61F751FB4F09A97FB7F5657F4CAF89 /* CASpringAnimation+Utils.swift */; }; - 74F3DF86B0714F1D76C84CABD5206518 /* UIScrollView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 540E5EB8C453CE3AC5963EA8A812AD14 /* UIScrollView+Utils.swift */; }; - 7CE0E7AC9A149275EDAA6EC02E30EAF0 /* RubberBand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C01AAC21FAD648BD0853D8EEC81C7A93 /* RubberBand.swift */; }; + 5E9A2680D08B6CA38609EBD93F3B1279 /* DMScrollBarConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25F64ABE9700399B0C35EADE5CD46533 /* DMScrollBarConfiguration.swift */; }; + 5EFB85327523F2876F46A1DA38DA5B29 /* Publisher+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04CC058B124A80D6BE4676664C4BDE03 /* Publisher+Utils.swift */; }; 7FA5821F00DAFF946FBD9A5549CD81A5 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; - 945A33AFB286A48D0F9B5E8BBA49D1FB /* GeometryUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6EDC2D8AFF37E5A7BA7818FA3865DD19 /* GeometryUtils.swift */; }; + 82999F46A72DFE592026B1E5A8CBDD2E /* UIScrollView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 95014B2EC27279201D0E1100433AB88D /* UIScrollView+Utils.swift */; }; + 84A62DAC29500030A815F22E79B31AD8 /* DMScrollBar-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 142A213AB17DA31402B90508859A8008 /* DMScrollBar-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 87369D2BB06BF2821807AD5A44294C08 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; + A3265882DE73377DDBF7D2C079ACF6DE /* TimingParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1C35BC8D1175209A6CA833F1C42DE736 /* TimingParameters.swift */; }; + A51D11B59EE1D616988DC79F76EBBA92 /* Sequence+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 31322586E10833D0997EF2B01C187CF0 /* Sequence+Utils.swift */; }; ABB4F1F163AD59FF5DF185AF87763B24 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; }; - B1E1306A5A97955220FB09949AD64F19 /* UISpringTimingParameters+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 652DCA7F20C5639171F499EED793ECF6 /* UISpringTimingParameters+Utils.swift */; }; - B95B20B55155E71F25DBA968BB00FB83 /* Comparable+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4B57941C98C83B75A7C5126891214FD /* Comparable+Utils.swift */; }; - BF6D5910297571EB00D07C4B /* ScrollBarIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6D590E297571EB00D07C4B /* ScrollBarIndicator.swift */; }; - BF6D5911297571EB00D07C4B /* ScrollBarInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = BF6D590F297571EB00D07C4B /* ScrollBarInfoView.swift */; }; - BFCEBDC62975626B00D59AD9 /* Sequence+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFCEBDC52975626B00D59AD9 /* Sequence+Utils.swift */; }; - BFCEBDC82975628F00D59AD9 /* Configuration+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = BFCEBDC72975628F00D59AD9 /* Configuration+Utils.swift */; }; - C6C322A84C7D96D17538D8475022D52B /* DMScrollBarConfiguration.swift in Sources */ = {isa = PBXBuildFile; fileRef = A3492AA78AC5174C7CE094ADECC23450 /* DMScrollBarConfiguration.swift */; }; - CB473A9D6F5B5F031484813374EF9F65 /* DMScrollBarDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D93D68D79E227149CF8D33C77CEBD0F8 /* DMScrollBarDelegate.swift */; }; - D29CBA526A20A08D31446DA688A2B973 /* DMScrollBar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4010C4BAF1D36522BBA1D0975AAA1774 /* DMScrollBar-dummy.m */; }; - DED58B2AEC2333080FE06FBB5A73F5DC /* ConvenienceFunctions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 37387A401D901C006248B54A671A1F97 /* ConvenienceFunctions.swift */; }; - DF444F3963B8E72AA8D4E7EE17BD1CED /* TimerAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = B430066DBCA920228CBFA5DE44349C76 /* TimerAnimation.swift */; }; - EB07239A6C8C20665807A32F98E89A02 /* SpringTimingParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 92089F3EA0BC7EBE4EF95FE7B272A3B5 /* SpringTimingParameters.swift */; }; - F10D87D8A61E420C32876D91AC93F0DF /* DecelerationTimingParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2B996ADE1BAB2A1153092A778B120BC6 /* DecelerationTimingParameters.swift */; }; + AD1DCDEEA58D26AB86727BF4F4EB6581 /* DMScrollBar-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5F8F6136144988F25123C412FFBB55B0 /* DMScrollBar-dummy.m */; }; + B3305817DC8B37089228BF5740761057 /* Comparable+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = EEAD9F9EB103A6A1A2707301EB97BDD2 /* Comparable+Utils.swift */; }; + B9314D720772249A6E1A7BC4FA0C6296 /* RubberBand.swift in Sources */ = {isa = PBXBuildFile; fileRef = C41BAC488B79A322B5FBDD4112C8BBAD /* RubberBand.swift */; }; + B95529B7E215A149CC4C795DDA8AA107 /* TimerAnimation.swift in Sources */ = {isa = PBXBuildFile; fileRef = A8C549C8275A93503DB104D537DB81B6 /* TimerAnimation.swift */; }; + C1EBA075F97F0BFC2CA841B07BFD3229 /* ScrollBarIndicator.swift in Sources */ = {isa = PBXBuildFile; fileRef = A9E5900509C690FA4736D73575D62F9E /* ScrollBarIndicator.swift */; }; + C315858660D23D4E694910CFE731FEAF /* UIColor+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 190C187D4DB1289DD20101F41C2D7F2C /* UIColor+Utils.swift */; }; + C9FB7D5C525970B6C268BCA0271DAFAB /* UIGestureRecognizer+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9384A77213B0599A5868B314E7E0B450 /* UIGestureRecognizer+Utils.swift */; }; + D563AA9F00A3D70CC06AD8FD3CFCE9E8 /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 988D552C51845FD7C502F2F23FBF7315 /* UIView+Utils.swift */; }; + D886C9D391449C5722AAA7769963D1E5 /* CGPoint+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BDB1E8D9DACA405078F5511E46298AE /* CGPoint+Utils.swift */; }; + DAA40B0C8F22BA73029A450EA635EFB1 /* ScrollBarInfoView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C8AF14B7C741E410B38C54711F6E24B9 /* ScrollBarInfoView.swift */; }; + EECBCC6D5B1FAA5117E3E362EECC8C24 /* DecelerationTimingParameters.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1EBE694A3EFA3A86B5E0D9EDF33B9E57 /* DecelerationTimingParameters.swift */; }; F112DBAE3801336630872665E604ABB9 /* Pods-DMScrollBar_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B6F585183A78BAFC1BDBE9BBF3DA62A /* Pods-DMScrollBar_Tests-dummy.m */; }; - FA394362F13DD4926CA09EA9A24B2057 /* UIView+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = E42C4E25C94FD6C8E3D99A615E650083 /* UIView+Utils.swift */; }; + FE10D2212B4CED0224C27D582CE809B0 /* UILabel+Utils.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0E4E98510A9F8C305A281750974CF74 /* UILabel+Utils.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - AD9955560422E29306D80FE9581D39C8 /* PBXContainerItemProxy */ = { + 8131AD57880009BE238203D2CC4D705D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; remoteGlobalIDString = 2CFD0C89C9500D8C1001E16F0EE8E712; remoteInfo = DMScrollBar; }; - ED8FDF9E35F5EFFDCB7881A1320A186A /* PBXContainerItemProxy */ = { + 8726D2FB8A541770A05DB8B13390A3E2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; @@ -60,70 +60,70 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 057718EF522E86DA30FFCF389B72C61D /* DMScrollBar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DMScrollBar.release.xcconfig; sourceTree = ""; }; + 00604C48934DBBAFBC2CCF52A4FD2DE9 /* UISpringTimingParameters+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UISpringTimingParameters+Utils.swift"; sourceTree = ""; }; + 04CC058B124A80D6BE4676664C4BDE03 /* Publisher+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Publisher+Utils.swift"; sourceTree = ""; }; + 0BDB1E8D9DACA405078F5511E46298AE /* CGPoint+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "CGPoint+Utils.swift"; sourceTree = ""; }; 0DAB62972920C4D5D8BFF966BEE4D828 /* Pods-DMScrollBar_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DMScrollBar_Example-acknowledgements.plist"; sourceTree = ""; }; + 0F721793A47D19AC16142B0DE1AF6AC2 /* DMScrollBar-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DMScrollBar-Info.plist"; sourceTree = ""; }; 11B93D3298A233904BF9787C189603AD /* Pods-DMScrollBar_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DMScrollBar_Tests-umbrella.h"; sourceTree = ""; }; - 22B6273DD5932E1B84351319F9E344E4 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; + 142A213AB17DA31402B90508859A8008 /* DMScrollBar-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DMScrollBar-umbrella.h"; sourceTree = ""; }; + 180DF78D2F60AF8B973D140D2533BF9A /* CASpringAnimation+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "CASpringAnimation+Utils.swift"; sourceTree = ""; }; + 190C187D4DB1289DD20101F41C2D7F2C /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIColor+Utils.swift"; sourceTree = ""; }; + 1C35BC8D1175209A6CA833F1C42DE736 /* TimingParameters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TimingParameters.swift; sourceTree = ""; }; + 1EBE694A3EFA3A86B5E0D9EDF33B9E57 /* DecelerationTimingParameters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DecelerationTimingParameters.swift; sourceTree = ""; }; 242C55D9793242B5899B439B8E51ABB6 /* Pods-DMScrollBar_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-DMScrollBar_Example-frameworks.sh"; sourceTree = ""; }; - 259352A7115EC49799FB77B45FF76BCD /* DMScrollBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DMScrollBar.swift; path = DMScrollBar/DMScrollBar.swift; sourceTree = ""; }; - 2B996ADE1BAB2A1153092A778B120BC6 /* DecelerationTimingParameters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = DecelerationTimingParameters.swift; sourceTree = ""; }; + 25F64ABE9700399B0C35EADE5CD46533 /* DMScrollBarConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DMScrollBarConfiguration.swift; path = DMScrollBar/DMScrollBarConfiguration.swift; sourceTree = ""; }; 2DBBFC6D3C53E210631BE2B2E296401E /* Pods-DMScrollBar_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DMScrollBar_Example.release.xcconfig"; sourceTree = ""; }; + 31322586E10833D0997EF2B01C187CF0 /* Sequence+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Sequence+Utils.swift"; sourceTree = ""; }; 33BDE7107734556421D2C988DD2109AF /* Pods-DMScrollBar_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DMScrollBar_Example.debug.xcconfig"; sourceTree = ""; }; 33E733600FF67FACBE1C4A2789E6E66E /* Pods-DMScrollBar_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DMScrollBar_Tests.release.xcconfig"; sourceTree = ""; }; - 35BE43263DA7C2A3812AEAE3C28A6192 /* TimingParameters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TimingParameters.swift; sourceTree = ""; }; - 37387A401D901C006248B54A671A1F97 /* ConvenienceFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ConvenienceFunctions.swift; sourceTree = ""; }; + 3A4DE22B4B267EBCA2DE41C8C8ADF984 /* DMScrollBar.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DMScrollBar.release.xcconfig; sourceTree = ""; }; 3B6F585183A78BAFC1BDBE9BBF3DA62A /* Pods-DMScrollBar_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DMScrollBar_Tests-dummy.m"; sourceTree = ""; }; - 4010C4BAF1D36522BBA1D0975AAA1774 /* DMScrollBar-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DMScrollBar-dummy.m"; sourceTree = ""; }; - 40663E3E2100CE5E24946EBDE48F26E0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; + 3D8AC84D5AB791A6461F8C7F14BB5820 /* ConvenienceFunctions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ConvenienceFunctions.swift; sourceTree = ""; }; 4077BA8233EEE9CDF68C1AEA682DB742 /* Pods-DMScrollBar_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DMScrollBar_Example-acknowledgements.markdown"; sourceTree = ""; }; - 42CF9D82D4EC83A0E43F231631702D8C /* UIColor+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIColor+Utils.swift"; sourceTree = ""; }; - 540E5EB8C453CE3AC5963EA8A812AD14 /* UIScrollView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIScrollView+Utils.swift"; sourceTree = ""; }; - 5B3457686B5B137BB457902520D3BC29 /* DMScrollBar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DMScrollBar.debug.xcconfig; sourceTree = ""; }; + 485DBDBECC68E5ADA1A20FB9D9CD311B /* Configuration+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Configuration+Utils.swift"; sourceTree = ""; }; + 4F182A94E70A6877A187ABE6C94E05EA /* DMScrollBar.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DMScrollBar.swift; path = DMScrollBar/DMScrollBar.swift; sourceTree = ""; }; + 53FD988ACDAF13B7C07A43FE6A11EFCA /* SpringTimingParameters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SpringTimingParameters.swift; sourceTree = ""; }; 5B6A94E72BE461FD03E817AABB88A73F /* Pods-DMScrollBar_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-DMScrollBar_Example-umbrella.h"; sourceTree = ""; }; - 652DCA7F20C5639171F499EED793ECF6 /* UISpringTimingParameters+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UISpringTimingParameters+Utils.swift"; sourceTree = ""; }; + 5F65158A89163BE959F597514729B961 /* DMScrollBar.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = DMScrollBar.debug.xcconfig; sourceTree = ""; }; + 5F8F6136144988F25123C412FFBB55B0 /* DMScrollBar-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "DMScrollBar-dummy.m"; sourceTree = ""; }; 653D426300DFBB5B7174245AA6893565 /* Pods-DMScrollBar_Tests */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-DMScrollBar_Tests"; path = Pods_DMScrollBar_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 6EDC2D8AFF37E5A7BA7818FA3865DD19 /* GeometryUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = GeometryUtils.swift; sourceTree = ""; }; - 6F61F751FB4F09A97FB7F5657F4CAF89 /* CASpringAnimation+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "CASpringAnimation+Utils.swift"; sourceTree = ""; }; - 70EED1FBA8B48E48D8782DE320F7F3F9 /* DMScrollBar.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = DMScrollBar.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 6B66B595EC35246A766DBC91856B047B /* DMScrollBar-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DMScrollBar-prefix.pch"; sourceTree = ""; }; + 6B77D0257637D60AB130855D2FB063B3 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 6FE907EEE00C6B7A94D9E9997030D94A /* DMScrollBarDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DMScrollBarDelegate.swift; path = DMScrollBar/DMScrollBarDelegate.swift; sourceTree = ""; }; 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; 764829016692988788E964936ADA6F10 /* DMScrollBar */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = DMScrollBar; path = DMScrollBar.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 808A7911B6D80855FB14542C7E5A76E6 /* Pods-DMScrollBar_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DMScrollBar_Tests.modulemap"; sourceTree = ""; }; 8336F7167B3B7D0FF83BF9D8568224A7 /* Pods-DMScrollBar_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-DMScrollBar_Tests-acknowledgements.markdown"; sourceTree = ""; }; - 86F47DA22F0749E5FF985FAFB3DC6B89 /* CGPoint+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "CGPoint+Utils.swift"; sourceTree = ""; }; 8D6B8EEDF6D6BD17CBDFEAE74706E46A /* Pods-DMScrollBar_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DMScrollBar_Example-Info.plist"; sourceTree = ""; }; - 92089F3EA0BC7EBE4EF95FE7B272A3B5 /* SpringTimingParameters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = SpringTimingParameters.swift; sourceTree = ""; }; - 9988C9517153BBB89EB09C49B62056FF /* DMScrollBar-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "DMScrollBar-Info.plist"; sourceTree = ""; }; - 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 9384A77213B0599A5868B314E7E0B450 /* UIGestureRecognizer+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIGestureRecognizer+Utils.swift"; sourceTree = ""; }; + 93E2ECDDF9A5B7A1DEE160F1EDDCCC44 /* DMScrollBar.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = DMScrollBar.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 95014B2EC27279201D0E1100433AB88D /* UIScrollView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIScrollView+Utils.swift"; sourceTree = ""; }; + 988D552C51845FD7C502F2F23FBF7315 /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIView+Utils.swift"; sourceTree = ""; }; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; A08F93FC2497F5D5451075C7D1A784E6 /* Pods-DMScrollBar_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-DMScrollBar_Tests.debug.xcconfig"; sourceTree = ""; }; - A3492AA78AC5174C7CE094ADECC23450 /* DMScrollBarConfiguration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DMScrollBarConfiguration.swift; path = DMScrollBar/DMScrollBarConfiguration.swift; sourceTree = ""; }; A58AC987EB9BD7404485338ED81A6DE1 /* Pods-DMScrollBar_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DMScrollBar_Tests-Info.plist"; sourceTree = ""; }; + A8C549C8275A93503DB104D537DB81B6 /* TimerAnimation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TimerAnimation.swift; sourceTree = ""; }; + A9E5900509C690FA4736D73575D62F9E /* ScrollBarIndicator.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScrollBarIndicator.swift; path = DMScrollBar/ScrollBarIndicator.swift; sourceTree = ""; }; AA44C0590A1B20D8675B884693878FA5 /* Pods-DMScrollBar_Example */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = "Pods-DMScrollBar_Example"; path = Pods_DMScrollBar_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - B25E549E13A0814BA820AD487762D242 /* Publisher+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Publisher+Utils.swift"; sourceTree = ""; }; - B430066DBCA920228CBFA5DE44349C76 /* TimerAnimation.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TimerAnimation.swift; sourceTree = ""; }; - B486E7143F5A74CE5DA223FB48F04CB7 /* DMScrollBar-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DMScrollBar-umbrella.h"; sourceTree = ""; }; - B4B57941C98C83B75A7C5126891214FD /* Comparable+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Comparable+Utils.swift"; sourceTree = ""; }; - B9470EE98BDF201066027659576E4EEA /* DMScrollBar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DMScrollBar.modulemap; sourceTree = ""; }; B948DB9BA0CAC89F74EB485B8F5F7C27 /* Pods-DMScrollBar_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-DMScrollBar_Example.modulemap"; sourceTree = ""; }; - BD78812C19E74B3C5B913D6F4F57D36B /* DMScrollBar-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "DMScrollBar-prefix.pch"; sourceTree = ""; }; - BF6D590E297571EB00D07C4B /* ScrollBarIndicator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ScrollBarIndicator.swift; path = DMScrollBar/ScrollBarIndicator.swift; sourceTree = ""; }; - BF6D590F297571EB00D07C4B /* ScrollBarInfoView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ScrollBarInfoView.swift; path = DMScrollBar/ScrollBarInfoView.swift; sourceTree = ""; }; - BFCEBDC52975626B00D59AD9 /* Sequence+Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Sequence+Utils.swift"; sourceTree = ""; }; - BFCEBDC72975628F00D59AD9 /* Configuration+Utils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Configuration+Utils.swift"; sourceTree = ""; }; - C01AAC21FAD648BD0853D8EEC81C7A93 /* RubberBand.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RubberBand.swift; sourceTree = ""; }; - CCCD9C05CCF9E7FC322F33768C11721B /* UILabel+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UILabel+Utils.swift"; sourceTree = ""; }; - D93D68D79E227149CF8D33C77CEBD0F8 /* DMScrollBarDelegate.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = DMScrollBarDelegate.swift; path = DMScrollBar/DMScrollBarDelegate.swift; sourceTree = ""; }; - E42C4E25C94FD6C8E3D99A615E650083 /* UIView+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIView+Utils.swift"; sourceTree = ""; }; + C41BAC488B79A322B5FBDD4112C8BBAD /* RubberBand.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = RubberBand.swift; sourceTree = ""; }; + C8AF14B7C741E410B38C54711F6E24B9 /* ScrollBarInfoView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ScrollBarInfoView.swift; path = DMScrollBar/ScrollBarInfoView.swift; sourceTree = ""; }; + D580AC237F05E40D21CC7E08AEF9EFBF /* DMScrollBar.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = DMScrollBar.modulemap; sourceTree = ""; }; E48CB995E84D18446506F4FBE9E57DB2 /* Pods-DMScrollBar_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-DMScrollBar_Tests-acknowledgements.plist"; sourceTree = ""; }; + EEAD9F9EB103A6A1A2707301EB97BDD2 /* Comparable+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Comparable+Utils.swift"; sourceTree = ""; }; EED318A074140B6C2EF31891FC523ABE /* Pods-DMScrollBar_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-DMScrollBar_Example-dummy.m"; sourceTree = ""; }; - FEF5EA4DEEFED3F63BD56B3DD8CF81A7 /* UIGestureRecognizer+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UIGestureRecognizer+Utils.swift"; sourceTree = ""; }; + F0E4E98510A9F8C305A281750974CF74 /* UILabel+Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "UILabel+Utils.swift"; sourceTree = ""; }; + F17CD7E12A11B1BAEEE9348CC5E167E9 /* GeometryUtils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = GeometryUtils.swift; sourceTree = ""; }; + FE0BF7D4D1E3C4202EACE66D5F2AD8DB /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 37E1A96CA887A0E4EABFEE2A9A4D56AE /* Frameworks */ = { + 4803CC5F6D740A8B41C36A20B65C5F31 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 574D4A39146CB13A6351DEB87DDCD989 /* Foundation.framework in Frameworks */, + 87369D2BB06BF2821807AD5A44294C08 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -146,25 +146,29 @@ /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 079BD00775F606940F61EBE2A5377F81 /* Utils */ = { + 00647FC37EDCAE88F66F1EDEC367DE3A /* Development Pods */ = { isa = PBXGroup; children = ( - 6F61F751FB4F09A97FB7F5657F4CAF89 /* CASpringAnimation+Utils.swift */, - 86F47DA22F0749E5FF985FAFB3DC6B89 /* CGPoint+Utils.swift */, - B4B57941C98C83B75A7C5126891214FD /* Comparable+Utils.swift */, - 37387A401D901C006248B54A671A1F97 /* ConvenienceFunctions.swift */, - BFCEBDC72975628F00D59AD9 /* Configuration+Utils.swift */, - B25E549E13A0814BA820AD487762D242 /* Publisher+Utils.swift */, - BFCEBDC52975626B00D59AD9 /* Sequence+Utils.swift */, - 42CF9D82D4EC83A0E43F231631702D8C /* UIColor+Utils.swift */, - FEF5EA4DEEFED3F63BD56B3DD8CF81A7 /* UIGestureRecognizer+Utils.swift */, - CCCD9C05CCF9E7FC322F33768C11721B /* UILabel+Utils.swift */, - 540E5EB8C453CE3AC5963EA8A812AD14 /* UIScrollView+Utils.swift */, - 652DCA7F20C5639171F499EED793ECF6 /* UISpringTimingParameters+Utils.swift */, - E42C4E25C94FD6C8E3D99A615E650083 /* UIView+Utils.swift */, + 084232289C1A354552819A44CA42BF31 /* DMScrollBar */, ); - name = Utils; - path = DMScrollBar/Utils; + name = "Development Pods"; + sourceTree = ""; + }; + 084232289C1A354552819A44CA42BF31 /* DMScrollBar */ = { + isa = PBXGroup; + children = ( + 4F182A94E70A6877A187ABE6C94E05EA /* DMScrollBar.swift */, + 25F64ABE9700399B0C35EADE5CD46533 /* DMScrollBarConfiguration.swift */, + 6FE907EEE00C6B7A94D9E9997030D94A /* DMScrollBarDelegate.swift */, + A9E5900509C690FA4736D73575D62F9E /* ScrollBarIndicator.swift */, + C8AF14B7C741E410B38C54711F6E24B9 /* ScrollBarInfoView.swift */, + 284456BA58A8002B8CBE8A1C7FC5432B /* Deceleration+Spring */, + 35BB5BFDFCBF98D2D0C49A101201569D /* Pod */, + B319DD0F659ACAD2476EB162BD45CED0 /* Support Files */, + 854E3FD086221EA659199012C778D564 /* Utils */, + ); + name = DMScrollBar; + path = ../..; sourceTree = ""; }; 0DBDF223FD3F844E544D92B75C1CB73B /* Targets Support Files */ = { @@ -176,43 +180,57 @@ name = "Targets Support Files"; sourceTree = ""; }; - 578452D2E740E91742655AC8F1636D1F /* iOS */ = { + 284456BA58A8002B8CBE8A1C7FC5432B /* Deceleration+Spring */ = { isa = PBXGroup; children = ( - 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */, + 1EBE694A3EFA3A86B5E0D9EDF33B9E57 /* DecelerationTimingParameters.swift */, + F17CD7E12A11B1BAEEE9348CC5E167E9 /* GeometryUtils.swift */, + C41BAC488B79A322B5FBDD4112C8BBAD /* RubberBand.swift */, + 53FD988ACDAF13B7C07A43FE6A11EFCA /* SpringTimingParameters.swift */, + A8C549C8275A93503DB104D537DB81B6 /* TimerAnimation.swift */, + 1C35BC8D1175209A6CA833F1C42DE736 /* TimingParameters.swift */, ); - name = iOS; + name = "Deceleration+Spring"; + path = "DMScrollBar/Deceleration+Spring"; sourceTree = ""; }; - 5B7E463C24B4D781697DA6CE817D7D89 /* Deceleration+Spring */ = { + 35BB5BFDFCBF98D2D0C49A101201569D /* Pod */ = { isa = PBXGroup; children = ( - 2B996ADE1BAB2A1153092A778B120BC6 /* DecelerationTimingParameters.swift */, - 6EDC2D8AFF37E5A7BA7818FA3865DD19 /* GeometryUtils.swift */, - C01AAC21FAD648BD0853D8EEC81C7A93 /* RubberBand.swift */, - 92089F3EA0BC7EBE4EF95FE7B272A3B5 /* SpringTimingParameters.swift */, - B430066DBCA920228CBFA5DE44349C76 /* TimerAnimation.swift */, - 35BE43263DA7C2A3812AEAE3C28A6192 /* TimingParameters.swift */, + 93E2ECDDF9A5B7A1DEE160F1EDDCCC44 /* DMScrollBar.podspec */, + 6B77D0257637D60AB130855D2FB063B3 /* LICENSE */, + FE0BF7D4D1E3C4202EACE66D5F2AD8DB /* README.md */, ); - name = "Deceleration+Spring"; - path = "DMScrollBar/Deceleration+Spring"; + name = Pod; sourceTree = ""; }; - 5D488E245E71FCE6C8C1089C63214233 /* DMScrollBar */ = { + 578452D2E740E91742655AC8F1636D1F /* iOS */ = { isa = PBXGroup; children = ( - 259352A7115EC49799FB77B45FF76BCD /* DMScrollBar.swift */, - A3492AA78AC5174C7CE094ADECC23450 /* DMScrollBarConfiguration.swift */, - D93D68D79E227149CF8D33C77CEBD0F8 /* DMScrollBarDelegate.swift */, - BF6D590E297571EB00D07C4B /* ScrollBarIndicator.swift */, - BF6D590F297571EB00D07C4B /* ScrollBarInfoView.swift */, - 5B7E463C24B4D781697DA6CE817D7D89 /* Deceleration+Spring */, - A63BB959D82BB59ED2C113B677432781 /* Pod */, - CF0F5424670C7AB150988E0B967F0C79 /* Support Files */, - 079BD00775F606940F61EBE2A5377F81 /* Utils */, + 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */, ); - name = DMScrollBar; - path = ../..; + name = iOS; + sourceTree = ""; + }; + 854E3FD086221EA659199012C778D564 /* Utils */ = { + isa = PBXGroup; + children = ( + 180DF78D2F60AF8B973D140D2533BF9A /* CASpringAnimation+Utils.swift */, + 0BDB1E8D9DACA405078F5511E46298AE /* CGPoint+Utils.swift */, + EEAD9F9EB103A6A1A2707301EB97BDD2 /* Comparable+Utils.swift */, + 485DBDBECC68E5ADA1A20FB9D9CD311B /* Configuration+Utils.swift */, + 3D8AC84D5AB791A6461F8C7F14BB5820 /* ConvenienceFunctions.swift */, + 04CC058B124A80D6BE4676664C4BDE03 /* Publisher+Utils.swift */, + 31322586E10833D0997EF2B01C187CF0 /* Sequence+Utils.swift */, + 190C187D4DB1289DD20101F41C2D7F2C /* UIColor+Utils.swift */, + 9384A77213B0599A5868B314E7E0B450 /* UIGestureRecognizer+Utils.swift */, + F0E4E98510A9F8C305A281750974CF74 /* UILabel+Utils.swift */, + 95014B2EC27279201D0E1100433AB88D /* UIScrollView+Utils.swift */, + 00604C48934DBBAFBC2CCF52A4FD2DE9 /* UISpringTimingParameters+Utils.swift */, + 988D552C51845FD7C502F2F23FBF7315 /* UIView+Utils.swift */, + ); + name = Utils; + path = DMScrollBar/Utils; sourceTree = ""; }; A5EB79D02970A5034A21A5B4B3630CF7 /* Pods-DMScrollBar_Example */ = { @@ -248,14 +266,19 @@ path = "Target Support Files/Pods-DMScrollBar_Tests"; sourceTree = ""; }; - A63BB959D82BB59ED2C113B677432781 /* Pod */ = { + B319DD0F659ACAD2476EB162BD45CED0 /* Support Files */ = { isa = PBXGroup; children = ( - 70EED1FBA8B48E48D8782DE320F7F3F9 /* DMScrollBar.podspec */, - 22B6273DD5932E1B84351319F9E344E4 /* LICENSE */, - 40663E3E2100CE5E24946EBDE48F26E0 /* README.md */, + D580AC237F05E40D21CC7E08AEF9EFBF /* DMScrollBar.modulemap */, + 5F8F6136144988F25123C412FFBB55B0 /* DMScrollBar-dummy.m */, + 0F721793A47D19AC16142B0DE1AF6AC2 /* DMScrollBar-Info.plist */, + 6B66B595EC35246A766DBC91856B047B /* DMScrollBar-prefix.pch */, + 142A213AB17DA31402B90508859A8008 /* DMScrollBar-umbrella.h */, + 5F65158A89163BE959F597514729B961 /* DMScrollBar.debug.xcconfig */, + 3A4DE22B4B267EBCA2DE41C8C8ADF984 /* DMScrollBar.release.xcconfig */, ); - name = Pod; + name = "Support Files"; + path = "Example/Pods/Target Support Files/DMScrollBar"; sourceTree = ""; }; BB6200CF05371A64D72AAD286412C086 /* Products */ = { @@ -268,26 +291,11 @@ name = Products; sourceTree = ""; }; - CF0F5424670C7AB150988E0B967F0C79 /* Support Files */ = { - isa = PBXGroup; - children = ( - B9470EE98BDF201066027659576E4EEA /* DMScrollBar.modulemap */, - 4010C4BAF1D36522BBA1D0975AAA1774 /* DMScrollBar-dummy.m */, - 9988C9517153BBB89EB09C49B62056FF /* DMScrollBar-Info.plist */, - BD78812C19E74B3C5B913D6F4F57D36B /* DMScrollBar-prefix.pch */, - B486E7143F5A74CE5DA223FB48F04CB7 /* DMScrollBar-umbrella.h */, - 5B3457686B5B137BB457902520D3BC29 /* DMScrollBar.debug.xcconfig */, - 057718EF522E86DA30FFCF389B72C61D /* DMScrollBar.release.xcconfig */, - ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/DMScrollBar"; - sourceTree = ""; - }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, - D2BB2109858BE87F7A5FDE953AB3FAA1 /* Development Pods */, + 00647FC37EDCAE88F66F1EDEC367DE3A /* Development Pods */, D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, BB6200CF05371A64D72AAD286412C086 /* Products */, 0DBDF223FD3F844E544D92B75C1CB73B /* Targets Support Files */, @@ -302,14 +310,6 @@ name = Frameworks; sourceTree = ""; }; - D2BB2109858BE87F7A5FDE953AB3FAA1 /* Development Pods */ = { - isa = PBXGroup; - children = ( - 5D488E245E71FCE6C8C1089C63214233 /* DMScrollBar */, - ); - name = "Development Pods"; - sourceTree = ""; - }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ @@ -321,19 +321,19 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - DE46244BAEAD6C6A996AB3BF36FA9D61 /* Headers */ = { + A754400FC8FD120D96F31DF4F80B5895 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1628385A3B613F5A8063FA11866F2064 /* Pods-DMScrollBar_Tests-umbrella.h in Headers */, + 84A62DAC29500030A815F22E79B31AD8 /* DMScrollBar-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - F3E42CC5CE5DC032B2436C078E42EC49 /* Headers */ = { + DE46244BAEAD6C6A996AB3BF36FA9D61 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 499FF5ADAC34BFFA2C47B07EF0FA6B26 /* DMScrollBar-umbrella.h in Headers */, + 1628385A3B613F5A8063FA11866F2064 /* Pods-DMScrollBar_Tests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -352,7 +352,7 @@ buildRules = ( ); dependencies = ( - FC5466F46D4E696B200004819C2E2355 /* PBXTargetDependency */, + 01AE7FDB4B693B2F9C3FF80BFE0EBDC4 /* PBXTargetDependency */, ); name = "Pods-DMScrollBar_Tests"; productName = Pods_DMScrollBar_Tests; @@ -361,12 +361,12 @@ }; 2CFD0C89C9500D8C1001E16F0EE8E712 /* DMScrollBar */ = { isa = PBXNativeTarget; - buildConfigurationList = BB14E026A25FDBF7241C9BEDC67D68ED /* Build configuration list for PBXNativeTarget "DMScrollBar" */; + buildConfigurationList = A90F033E02B769033DDFDCAB6AA1D5A8 /* Build configuration list for PBXNativeTarget "DMScrollBar" */; buildPhases = ( - F3E42CC5CE5DC032B2436C078E42EC49 /* Headers */, - 98E4FB50B9E379843BA6E82C900AF71D /* Sources */, - 37E1A96CA887A0E4EABFEE2A9A4D56AE /* Frameworks */, - 3B4A2D482C5EBAF472193F4017C77CD7 /* Resources */, + A754400FC8FD120D96F31DF4F80B5895 /* Headers */, + BB9A7DE7E1AAB5DAFD858CA926DE19B8 /* Sources */, + 4803CC5F6D740A8B41C36A20B65C5F31 /* Frameworks */, + 4ABADE201C8CA07D6B48222C591FF855 /* Resources */, ); buildRules = ( ); @@ -389,7 +389,7 @@ buildRules = ( ); dependencies = ( - C4212B5614659E595F3E24AAC1C82ECB /* PBXTargetDependency */, + C23676DB141906DF03E574252B33D7B3 /* PBXTargetDependency */, ); name = "Pods-DMScrollBar_Example"; productName = Pods_DMScrollBar_Example; @@ -433,7 +433,7 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 3B4A2D482C5EBAF472193F4017C77CD7 /* Resources */ = { + 4ABADE201C8CA07D6B48222C591FF855 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( @@ -466,52 +466,52 @@ ); runOnlyForDeploymentPostprocessing = 0; }; - 98E4FB50B9E379843BA6E82C900AF71D /* Sources */ = { + BB9A7DE7E1AAB5DAFD858CA926DE19B8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 57EC77DE4CFB03E83585B639FF077B3F /* CASpringAnimation+Utils.swift in Sources */, - BF6D5911297571EB00D07C4B /* ScrollBarInfoView.swift in Sources */, - 3A7A2488D80931145D616B90D73859B4 /* CGPoint+Utils.swift in Sources */, - B95B20B55155E71F25DBA968BB00FB83 /* Comparable+Utils.swift in Sources */, - DED58B2AEC2333080FE06FBB5A73F5DC /* ConvenienceFunctions.swift in Sources */, - F10D87D8A61E420C32876D91AC93F0DF /* DecelerationTimingParameters.swift in Sources */, - 2F27CD32AC616B39FD9A832CABC0032B /* DMScrollBar.swift in Sources */, - D29CBA526A20A08D31446DA688A2B973 /* DMScrollBar-dummy.m in Sources */, - C6C322A84C7D96D17538D8475022D52B /* DMScrollBarConfiguration.swift in Sources */, - BFCEBDC82975628F00D59AD9 /* Configuration+Utils.swift in Sources */, - CB473A9D6F5B5F031484813374EF9F65 /* DMScrollBarDelegate.swift in Sources */, - 945A33AFB286A48D0F9B5E8BBA49D1FB /* GeometryUtils.swift in Sources */, - 0EA695A0FAECB3AF3CC86D7E66DA318B /* Publisher+Utils.swift in Sources */, - 7CE0E7AC9A149275EDAA6EC02E30EAF0 /* RubberBand.swift in Sources */, - BFCEBDC62975626B00D59AD9 /* Sequence+Utils.swift in Sources */, - EB07239A6C8C20665807A32F98E89A02 /* SpringTimingParameters.swift in Sources */, - DF444F3963B8E72AA8D4E7EE17BD1CED /* TimerAnimation.swift in Sources */, - 4A021DEC9692B3AC32411AA02685517C /* TimingParameters.swift in Sources */, - 1F9D74CF3977659B805F3DE75549A8D5 /* UIColor+Utils.swift in Sources */, - 0A620F0A3ECB87E85677588A301C4CEB /* UIGestureRecognizer+Utils.swift in Sources */, - 39420545BED237A61E1AED3BA2898982 /* UILabel+Utils.swift in Sources */, - BF6D5910297571EB00D07C4B /* ScrollBarIndicator.swift in Sources */, - 74F3DF86B0714F1D76C84CABD5206518 /* UIScrollView+Utils.swift in Sources */, - B1E1306A5A97955220FB09949AD64F19 /* UISpringTimingParameters+Utils.swift in Sources */, - FA394362F13DD4926CA09EA9A24B2057 /* UIView+Utils.swift in Sources */, + 3747FE77933EE9E6A6F0D656AEC76C63 /* CASpringAnimation+Utils.swift in Sources */, + D886C9D391449C5722AAA7769963D1E5 /* CGPoint+Utils.swift in Sources */, + B3305817DC8B37089228BF5740761057 /* Comparable+Utils.swift in Sources */, + 12E973E05F35449603883131886C5E5C /* Configuration+Utils.swift in Sources */, + 1694E37EF1AD8AF38C710B825953771E /* ConvenienceFunctions.swift in Sources */, + EECBCC6D5B1FAA5117E3E362EECC8C24 /* DecelerationTimingParameters.swift in Sources */, + 36D14AA4F92AEAB1FBEABE6CB0953FDD /* DMScrollBar.swift in Sources */, + AD1DCDEEA58D26AB86727BF4F4EB6581 /* DMScrollBar-dummy.m in Sources */, + 5E9A2680D08B6CA38609EBD93F3B1279 /* DMScrollBarConfiguration.swift in Sources */, + 02C6F4B47B5693CDF4E81767632C1E75 /* DMScrollBarDelegate.swift in Sources */, + 1F7A4551633A922E21236C3522AE3D0C /* GeometryUtils.swift in Sources */, + 5EFB85327523F2876F46A1DA38DA5B29 /* Publisher+Utils.swift in Sources */, + B9314D720772249A6E1A7BC4FA0C6296 /* RubberBand.swift in Sources */, + C1EBA075F97F0BFC2CA841B07BFD3229 /* ScrollBarIndicator.swift in Sources */, + DAA40B0C8F22BA73029A450EA635EFB1 /* ScrollBarInfoView.swift in Sources */, + A51D11B59EE1D616988DC79F76EBBA92 /* Sequence+Utils.swift in Sources */, + 237CB0D2098AD19A277C32E857A3155B /* SpringTimingParameters.swift in Sources */, + B95529B7E215A149CC4C795DDA8AA107 /* TimerAnimation.swift in Sources */, + A3265882DE73377DDBF7D2C079ACF6DE /* TimingParameters.swift in Sources */, + C315858660D23D4E694910CFE731FEAF /* UIColor+Utils.swift in Sources */, + C9FB7D5C525970B6C268BCA0271DAFAB /* UIGestureRecognizer+Utils.swift in Sources */, + FE10D2212B4CED0224C27D582CE809B0 /* UILabel+Utils.swift in Sources */, + 82999F46A72DFE592026B1E5A8CBDD2E /* UIScrollView+Utils.swift in Sources */, + 2CD940484A836A98B069EF14DCEE0DD5 /* UISpringTimingParameters+Utils.swift in Sources */, + D563AA9F00A3D70CC06AD8FD3CFCE9E8 /* UIView+Utils.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - C4212B5614659E595F3E24AAC1C82ECB /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = DMScrollBar; - target = 2CFD0C89C9500D8C1001E16F0EE8E712 /* DMScrollBar */; - targetProxy = AD9955560422E29306D80FE9581D39C8 /* PBXContainerItemProxy */; - }; - FC5466F46D4E696B200004819C2E2355 /* PBXTargetDependency */ = { + 01AE7FDB4B693B2F9C3FF80BFE0EBDC4 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = "Pods-DMScrollBar_Example"; target = 351F47E22ECD461E90EC972AC10DF6AC /* Pods-DMScrollBar_Example */; - targetProxy = ED8FDF9E35F5EFFDCB7881A1320A186A /* PBXContainerItemProxy */; + targetProxy = 8726D2FB8A541770A05DB8B13390A3E2 /* PBXContainerItemProxy */; + }; + C23676DB141906DF03E574252B33D7B3 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = DMScrollBar; + target = 2CFD0C89C9500D8C1001E16F0EE8E712 /* DMScrollBar */; + targetProxy = 8131AD57880009BE238203D2CC4D705D /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -741,15 +741,16 @@ MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; - SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; }; name = Release; }; - CC7F2F7221D0A75A784EE4DA3E86C7D1 /* Debug */ = { + AE360DD3E7FF7A83B831BD024F3853D2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 5B3457686B5B137BB457902520D3BC29 /* DMScrollBar.debug.xcconfig */; + baseConfigurationReference = 5F65158A89163BE959F597514729B961 /* DMScrollBar.debug.xcconfig */; buildSettings = { ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; @@ -779,11 +780,10 @@ }; name = Debug; }; - CFE54D21ACFB710A26AB05A4026C08B2 /* Debug */ = { + CB9D4A731F0494AB2C188B7F83912B21 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 33BDE7107734556421D2C988DD2109AF /* Pods-DMScrollBar_Example.debug.xcconfig */; + baseConfigurationReference = 3A4DE22B4B267EBCA2DE41C8C8ADF984 /* DMScrollBar.release.xcconfig */; buildSettings = { - ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -794,29 +794,30 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - INFOPLIST_FILE = "Target Support Files/Pods-DMScrollBar_Example/Pods-DMScrollBar_Example-Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/DMScrollBar/DMScrollBar-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/DMScrollBar/DMScrollBar-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 13.0; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-DMScrollBar_Example/Pods-DMScrollBar_Example.modulemap"; - OTHER_LDFLAGS = ""; - OTHER_LIBTOOLFLAGS = ""; - PODS_ROOT = "$(SRCROOT)"; - PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + MODULEMAP_FILE = "Target Support Files/DMScrollBar/DMScrollBar.modulemap"; + PRODUCT_MODULE_NAME = DMScrollBar; + PRODUCT_NAME = DMScrollBar; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.7; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; - E35E90D5954799DE70FEA00983211CF6 /* Release */ = { + CFE54D21ACFB710A26AB05A4026C08B2 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 057718EF522E86DA30FFCF389B72C61D /* DMScrollBar.release.xcconfig */; + baseConfigurationReference = 33BDE7107734556421D2C988DD2109AF /* Pods-DMScrollBar_Example.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; ARCHS = "$(ARCHS_STANDARD_64_BIT)"; CLANG_ENABLE_OBJC_WEAK = NO; "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; @@ -827,24 +828,24 @@ DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - GCC_PREFIX_HEADER = "Target Support Files/DMScrollBar/DMScrollBar-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/DMScrollBar/DMScrollBar-Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-DMScrollBar_Example/Pods-DMScrollBar_Example-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; - IPHONEOS_DEPLOYMENT_TARGET = 14.0; + IPHONEOS_DEPLOYMENT_TARGET = 13.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/DMScrollBar/DMScrollBar.modulemap"; - PRODUCT_MODULE_NAME = DMScrollBar; - PRODUCT_NAME = DMScrollBar; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-DMScrollBar_Example/Pods-DMScrollBar_Example.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; - SWIFT_VERSION = 5.7; TARGETED_DEVICE_FAMILY = "1,2"; - VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; /* End XCBuildConfiguration section */ @@ -876,11 +877,11 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - BB14E026A25FDBF7241C9BEDC67D68ED /* Build configuration list for PBXNativeTarget "DMScrollBar" */ = { + A90F033E02B769033DDFDCAB6AA1D5A8 /* Build configuration list for PBXNativeTarget "DMScrollBar" */ = { isa = XCConfigurationList; buildConfigurations = ( - CC7F2F7221D0A75A784EE4DA3E86C7D1 /* Debug */, - E35E90D5954799DE70FEA00983211CF6 /* Release */, + AE360DD3E7FF7A83B831BD024F3853D2 /* Debug */, + CB9D4A731F0494AB2C188B7F83912B21 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; diff --git a/Example/Pods/Target Support Files/DMScrollBar/DMScrollBar-Info.plist b/Example/Pods/Target Support Files/DMScrollBar/DMScrollBar-Info.plist index 2660a93..0a12077 100644 --- a/Example/Pods/Target Support Files/DMScrollBar/DMScrollBar-Info.plist +++ b/Example/Pods/Target Support Files/DMScrollBar/DMScrollBar-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.4 + 2.0.0 CFBundleSignature ???? CFBundleVersion