diff --git a/Example/Podfile.lock b/Example/Podfile.lock index a87ebf5..7acef05 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,16 +1,16 @@ PODS: - - ResizableView (0.1.0) + - ResizableView (0.2.0) DEPENDENCIES: - ResizableView (from `../`) EXTERNAL SOURCES: ResizableView: - :path: ../ + :path: "../" SPEC CHECKSUMS: - ResizableView: e5d596811a327ff1e954ccef39c7594872688bc5 + ResizableView: 83936597e3b85366ed4682ad456a3c9e6760b816 PODFILE CHECKSUM: 18a82a4d9c44c86dbff50f26253fec283949abb6 -COCOAPODS: 1.2.0 +COCOAPODS: 1.10.1 diff --git a/Example/Pods/Local Podspecs/ResizableView.podspec.json b/Example/Pods/Local Podspecs/ResizableView.podspec.json index 14922f8..59b9527 100644 --- a/Example/Pods/Local Podspecs/ResizableView.podspec.json +++ b/Example/Pods/Local Podspecs/ResizableView.podspec.json @@ -1,6 +1,6 @@ { "name": "ResizableView", - "version": "0.1.0", + "version": "0.2.0", "summary": "An iOS library for making user-resizable UIView objects", "description": "This library allows iOS app developer to create user resizable UIView objects such as UIView and UIImageView. The user will be able to resize and move these objects by dragging them on the screen", "homepage": "https://github.com/rcholic/ResizableView", @@ -13,7 +13,7 @@ }, "source": { "git": "https://github.com/rcholic/ResizableView.git", - "tag": "0.1.0" + "tag": "0.2.0" }, "platforms": { "ios": "8.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index a87ebf5..7acef05 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,16 +1,16 @@ PODS: - - ResizableView (0.1.0) + - ResizableView (0.2.0) DEPENDENCIES: - ResizableView (from `../`) EXTERNAL SOURCES: ResizableView: - :path: ../ + :path: "../" SPEC CHECKSUMS: - ResizableView: e5d596811a327ff1e954ccef39c7594872688bc5 + ResizableView: 83936597e3b85366ed4682ad456a3c9e6760b816 PODFILE CHECKSUM: 18a82a4d9c44c86dbff50f26253fec283949abb6 -COCOAPODS: 1.2.0 +COCOAPODS: 1.10.1 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 33364b4..6ff55b2 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -7,712 +7,784 @@ objects = { /* Begin PBXBuildFile section */ - 06DEA1B393E8839BCA7353F895587538 /* Pods-ResizableView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = BA6B19A273216A6B3DE690F91505B15A /* Pods-ResizableView_Tests-dummy.m */; }; - 0BD2CFA8EE781003294ED42DC3E33116 /* ResizableView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5CEED5F6CF99302813E8E1AE82AA3085 /* ResizableView-dummy.m */; }; - 1367F30A8E694E6BD33D94B15B6F1EF9 /* ResizableView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = C664D694EEDAED1F62C410B3054CA6D3 /* ResizableView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 2151527CE32EFB63E3D421161D34CDF3 /* GripperBorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 830527DF5407BFC753F7B0A9D6308D0C /* GripperBorder.swift */; }; - 300B8932C1CA2C5E35CD2D11569D7743 /* CGPoint+ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = 62F404839EA5428FB7552B22075ED8F7 /* CGPoint+ext.swift */; }; - 532898465B77FF5F6D2519D7B832F940 /* Pods-ResizableView_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = E88E2B31EAB6FDE094E365ABF5CE072A /* Pods-ResizableView_Example-dummy.m */; }; - 5C58A2F6DDCE7C9A73AEBE0EEB0C7344 /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = C1187632809A948F16DF634C4D91E100 /* Configuration.swift */; }; - 5C7A3D4CC6653644769314B2CF8A4E0A /* ResizableView+Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4838199DB85580054249D10F232A2BA9 /* ResizableView+Events.swift */; }; - 67C04D277F3F2091641E6FF714EC2796 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */; }; - 780FC181100779A44BB743E61C75F585 /* Pods-ResizableView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = A526564E6D106F44A315614620CC23D1 /* Pods-ResizableView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 7B658502F4C08AF8F8923C7FB5B8BB09 /* Pods-ResizableView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = E79B0906B2E70B629AA4BA665F86167F /* Pods-ResizableView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 864633D7492C9868D4F2FCB6A885A893 /* ResizableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E3885618522E7868993208E455140CA2 /* ResizableView.swift */; }; - BBC1551F0672CA349FA44EC2FB611117 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7EC994CDC2D681BA26389F78A7E4B325 /* UIKit.framework */; }; - D877710CD3676AD39B29EF56F29F81E0 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */; }; - F806474B18F63B665C8D4E795C6930FD /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */; }; + 1540CE50F28799E04D21AC2C299B9B37 /* ResizableView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = D96FB5EE3B31FCD6C2C99B2E9C715E9A /* ResizableView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 330C29C5D7CF64215A93BD7F512AAC67 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D245E0514AAC1A2B9A6D5EA2F383E90F /* UIKit.framework */; }; + 59612892C0F1F4CF186C6F3DC8DB8687 /* CGPoint+ext.swift in Sources */ = {isa = PBXBuildFile; fileRef = B94F9CB76B8FF84BE406F588BEB9282C /* CGPoint+ext.swift */; }; + 6E1EBF07C620952DC34BD2AAB95B2509 /* ResizableView+Events.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1FC1E5295BE3553806A64002F897C536 /* ResizableView+Events.swift */; }; + 9794799754500F575866DC153FF9DDCC /* Pods-ResizableView_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 5BEE50E3C09E01D51733B90B299CADBF /* Pods-ResizableView_Example-dummy.m */; }; + 9E5326EF2A8C1659695A87D960CA285D /* ResizableView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = C8E492C5ADE52E0B4AC59480D5A344F4 /* ResizableView-dummy.m */; }; + A13268F6A03659F97AB3ACE9ADC6096D /* Configuration.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3C9B008D3A4DA8DAD91A35F6C423C540 /* Configuration.swift */; }; + B5286E5465DF4BE6AC739693449D2B45 /* Pods-ResizableView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = AB9269E4A66CA4593EF854C353609419 /* Pods-ResizableView_Tests-dummy.m */; }; + B8BD2805FB7A51C4953E862CDFF85728 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAB6F611E86A4758835A715E4B4184F6 /* Foundation.framework */; }; + B990557DCA2E969269001240EFF1BCAF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAB6F611E86A4758835A715E4B4184F6 /* Foundation.framework */; }; + C50CEDEDE4C57D388B879DFBCE513D8F /* Pods-ResizableView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = EE686023F5C49F8519683E2311D89F24 /* Pods-ResizableView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + C533C331FEA0EA2C4CD5365BB9B34EDC /* ResizableView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 238BA03DD328AD656AE66A8A031434C6 /* ResizableView.swift */; }; + D1C7284F2EE8847115A5276819933466 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EAB6F611E86A4758835A715E4B4184F6 /* Foundation.framework */; }; + D952E7E601A8F48722F30B38EA0E4898 /* Pods-ResizableView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 795A760E65ED2633FD0CCD5C64809112 /* Pods-ResizableView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + ECCB2D6245E8AE62BE420224C3EB124C /* GripperBorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30B1CC6434ECD7F19E8504DD9DB80564 /* GripperBorder.swift */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ - 38CB170C09F7145E4188E3E5D22F4E8E /* PBXContainerItemProxy */ = { + 593888482CCBCB3FD6594D36F99AF7CF /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; proxyType = 1; - remoteGlobalIDString = 30B8F5DB731C12EAA8BB58DDEDEE9D46; + remoteGlobalIDString = B6DEEC60CDDE31B0C08602DFC6FCA623; remoteInfo = ResizableView; }; + 968B6C5A583D8F6D39E29AC69EFA0F4E /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 29449C1F5A2AA2B47C773770EAFF7959; + remoteInfo = "Pods-ResizableView_Example"; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 13FA910018682B8A20C7244960E2514C /* Pods-ResizableView_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ResizableView_Tests-acknowledgements.markdown"; sourceTree = ""; }; - 17E297B30D4AE3F41EB2588823514D01 /* Pods-ResizableView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ResizableView_Example.debug.xcconfig"; sourceTree = ""; }; - 1D259459248083246258B2E572B09426 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 2F7657CDE1EFEDF21AF9F82E1FC3033B /* Pods_ResizableView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_ResizableView_Tests.framework; path = "Pods-ResizableView_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 463AF661E6FABCFCEAA26C67DED479A0 /* Pods_ResizableView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_ResizableView_Example.framework; path = "Pods-ResizableView_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - 4838199DB85580054249D10F232A2BA9 /* ResizableView+Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "ResizableView+Events.swift"; sourceTree = ""; }; - 55EE5CA1CC37A3313929F4C3CFB1FE82 /* Pods-ResizableView_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ResizableView_Example-acknowledgements.markdown"; sourceTree = ""; }; - 5CEED5F6CF99302813E8E1AE82AA3085 /* ResizableView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ResizableView-dummy.m"; sourceTree = ""; }; - 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; - 62F404839EA5428FB7552B22075ED8F7 /* CGPoint+ext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "CGPoint+ext.swift"; sourceTree = ""; }; - 6369DE4D61DB6A35E5F56A31646CCF2D /* Pods-ResizableView_Example-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ResizableView_Example-resources.sh"; sourceTree = ""; }; - 762C9A077DFB64E7BA5C0B8DE7A342EB /* ResizableView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ResizableView-prefix.pch"; sourceTree = ""; }; - 79F1391CC7BF669FE0C11546D0C07A96 /* Pods-ResizableView_Tests-resources.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ResizableView_Tests-resources.sh"; sourceTree = ""; }; - 7EC994CDC2D681BA26389F78A7E4B325 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; - 830527DF5407BFC753F7B0A9D6308D0C /* GripperBorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = GripperBorder.swift; sourceTree = ""; }; - 84AA26E411D88DB1F68583C970DB9175 /* Pods-ResizableView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ResizableView_Example.release.xcconfig"; sourceTree = ""; }; - 863956A3F3A3A6FEE443DE7F563134A0 /* Pods-ResizableView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ResizableView_Example-frameworks.sh"; sourceTree = ""; }; - 873039F151CE49027CEB9380ECDCCCA0 /* ResizableView.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ResizableView.xcconfig; sourceTree = ""; }; - 87AD686EB50EA9D13537AA87A696038D /* Pods-ResizableView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ResizableView_Example-acknowledgements.plist"; sourceTree = ""; }; - 8BAB9EA2F1E3D8F8B695A9C039FED9F7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 946012EC8BDC59F4727E6195BD29C6C0 /* Pods-ResizableView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-ResizableView_Tests.modulemap"; sourceTree = ""; }; - 959BC6FDAEC90279BC3ED69E0140B8DC /* Pods-ResizableView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ResizableView_Tests.debug.xcconfig"; sourceTree = ""; }; - 99BC3033FECCB63D3501FB4F3780F26E /* Pods-ResizableView_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ResizableView_Tests-acknowledgements.plist"; sourceTree = ""; }; - 9F6EC4F2089710424BF7B61ED2A46C14 /* Pods-ResizableView_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = "Pods-ResizableView_Example.modulemap"; sourceTree = ""; }; - A20587544870BEAFE3B973A1FDE2DF6F /* Pods-ResizableView_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ResizableView_Tests-frameworks.sh"; sourceTree = ""; }; - A526564E6D106F44A315614620CC23D1 /* Pods-ResizableView_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ResizableView_Tests-umbrella.h"; sourceTree = ""; }; - A674D940F97CAE279BB356FA10BB57A1 /* Pods-ResizableView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ResizableView_Tests.release.xcconfig"; sourceTree = ""; }; - A8066B75AA492D81895FFF7ADBDE1F91 /* ResizableView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; path = ResizableView.modulemap; sourceTree = ""; }; - BA6B19A273216A6B3DE690F91505B15A /* Pods-ResizableView_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ResizableView_Tests-dummy.m"; sourceTree = ""; }; - BD5A6B6ED5B3CD5135A0430719F4DAAD /* ResizableView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ResizableView.framework; path = ResizableView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - C1187632809A948F16DF634C4D91E100 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Configuration.swift; sourceTree = ""; }; - C664D694EEDAED1F62C410B3054CA6D3 /* ResizableView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ResizableView-umbrella.h"; sourceTree = ""; }; - DF92DAE86F65E8A847889E8C62680FD7 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - E3885618522E7868993208E455140CA2 /* ResizableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = ResizableView.swift; sourceTree = ""; }; - E79B0906B2E70B629AA4BA665F86167F /* Pods-ResizableView_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ResizableView_Example-umbrella.h"; sourceTree = ""; }; - E88E2B31EAB6FDE094E365ABF5CE072A /* Pods-ResizableView_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ResizableView_Example-dummy.m"; sourceTree = ""; }; + 08797387FDBCB98E5A20C27A550BEDB0 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; + 1511431175A73C16576FE20DACB2E82B /* ResizableView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ResizableView.debug.xcconfig; sourceTree = ""; }; + 1FC1E5295BE3553806A64002F897C536 /* ResizableView+Events.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "ResizableView+Events.swift"; path = "Source/ResizableView+Events.swift"; sourceTree = ""; }; + 238BA03DD328AD656AE66A8A031434C6 /* ResizableView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = ResizableView.swift; path = Source/ResizableView.swift; sourceTree = ""; }; + 2879A0F314F84FDB5F2355BE19914688 /* Pods-ResizableView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ResizableView_Tests.release.xcconfig"; sourceTree = ""; }; + 2E5F51ACDF83EF1EA8A1E694BBFEF7E1 /* Pods-ResizableView_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ResizableView_Tests-Info.plist"; sourceTree = ""; }; + 30B1CC6434ECD7F19E8504DD9DB80564 /* GripperBorder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = GripperBorder.swift; path = Source/GripperBorder.swift; sourceTree = ""; }; + 30C97AB429CA2900FF4C8EC0EC53A763 /* Pods-ResizableView_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ResizableView_Tests-acknowledgements.plist"; sourceTree = ""; }; + 3C9B008D3A4DA8DAD91A35F6C423C540 /* Configuration.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Configuration.swift; path = Source/Configuration.swift; sourceTree = ""; }; + 46BBBA8B5C7EED8D369C443916E51486 /* Pods-ResizableView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ResizableView_Example.release.xcconfig"; sourceTree = ""; }; + 4AC3D28925E33BA0C835A9B0EB37DE4C /* Pods-ResizableView_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ResizableView_Example-Info.plist"; sourceTree = ""; }; + 51031AE394B0C770875A04F74EB7A9F6 /* ResizableView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ResizableView-prefix.pch"; sourceTree = ""; }; + 556B31A19FB3DF2A9469524D9F1C8E72 /* Pods-ResizableView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-ResizableView_Example-frameworks.sh"; sourceTree = ""; }; + 5B118BAADF743383EC891EA9036DC436 /* ResizableView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = ResizableView.release.xcconfig; sourceTree = ""; }; + 5BEE50E3C09E01D51733B90B299CADBF /* Pods-ResizableView_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ResizableView_Example-dummy.m"; sourceTree = ""; }; + 61B69BA03E05CDA912E0D8C8A1FB1C62 /* ResizableView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = ResizableView.modulemap; sourceTree = ""; }; + 62D3883B760BCE25C493E3DFCE753509 /* ResizableView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = ResizableView.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; + 68270E8155CC0D045D3F071CAA085742 /* Pods_ResizableView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_ResizableView_Tests.framework; path = "Pods-ResizableView_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 6CCA514030C962FAB10310DCBFD5C83C /* Pods-ResizableView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-ResizableView_Example-acknowledgements.plist"; sourceTree = ""; }; + 73C19473A5CF4D1BC52176A96CE647C7 /* Pods-ResizableView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ResizableView_Tests.modulemap"; sourceTree = ""; }; + 795A760E65ED2633FD0CCD5C64809112 /* Pods-ResizableView_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ResizableView_Tests-umbrella.h"; 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; }; + A20F967331A140EFF252B2925576D712 /* Pods-ResizableView_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-ResizableView_Example.modulemap"; sourceTree = ""; }; + AB9269E4A66CA4593EF854C353609419 /* Pods-ResizableView_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-ResizableView_Tests-dummy.m"; sourceTree = ""; }; + AE7AE1949924AB31EFB8ABC573538889 /* Pods-ResizableView_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ResizableView_Example-acknowledgements.markdown"; sourceTree = ""; }; + B307B755424A502B7F76FD084785A74C /* Pods-ResizableView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ResizableView_Tests.debug.xcconfig"; sourceTree = ""; }; + B94F9CB76B8FF84BE406F588BEB9282C /* CGPoint+ext.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "CGPoint+ext.swift"; path = "Source/CGPoint+ext.swift"; sourceTree = ""; }; + BA6282E14A50342A292209B7531C6E8A /* Pods-ResizableView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-ResizableView_Example.debug.xcconfig"; sourceTree = ""; }; + C134FF1BADCE79DC143A832D67CEDF6E /* Pods_ResizableView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_ResizableView_Example.framework; path = "Pods-ResizableView_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + C21605336A5C22C5EBA75C80B3C41022 /* ResizableView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "ResizableView-Info.plist"; sourceTree = ""; }; + C8E492C5ADE52E0B4AC59480D5A344F4 /* ResizableView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "ResizableView-dummy.m"; sourceTree = ""; }; + D245E0514AAC1A2B9A6D5EA2F383E90F /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/UIKit.framework; sourceTree = DEVELOPER_DIR; }; + D3422EB30923CF8C0B183BC85F76AAD3 /* ResizableView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = ResizableView.framework; path = ResizableView.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + D96FB5EE3B31FCD6C2C99B2E9C715E9A /* ResizableView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "ResizableView-umbrella.h"; sourceTree = ""; }; + E6999CBB6AEA7CE3F271D1D113102892 /* Pods-ResizableView_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-ResizableView_Tests-acknowledgements.markdown"; sourceTree = ""; }; + EAB6F611E86A4758835A715E4B4184F6 /* 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; }; + EE686023F5C49F8519683E2311D89F24 /* Pods-ResizableView_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-ResizableView_Example-umbrella.h"; sourceTree = ""; }; + EF5702AAC0444F124DBC87ADC0E56DA0 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ - 08F47494EC156E3E90D9603305B379A1 /* Frameworks */ = { + 30670E30F38B4AFFBA21A27AB8162AF9 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 67C04D277F3F2091641E6FF714EC2796 /* Foundation.framework in Frameworks */, + B8BD2805FB7A51C4953E862CDFF85728 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 4B4F64BC0330A5DE702280155ABE0051 /* Frameworks */ = { + 56353316E14EE80A819184C4C9D721FE /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - D877710CD3676AD39B29EF56F29F81E0 /* Foundation.framework in Frameworks */, + D1C7284F2EE8847115A5276819933466 /* Foundation.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; - 5FE315A9B481D56B14D8A13FE2B9A06A /* Frameworks */ = { + DF0E89BA32A952A00B09767161A4AC0E /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - F806474B18F63B665C8D4E795C6930FD /* Foundation.framework in Frameworks */, - BBC1551F0672CA349FA44EC2FB611117 /* UIKit.framework in Frameworks */, + B990557DCA2E969269001240EFF1BCAF /* Foundation.framework in Frameworks */, + 330C29C5D7CF64215A93BD7F512AAC67 /* UIKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ - 17A29598E2D59A80E54C765319A0D066 /* Support Files */ = { + 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */ = { isa = PBXGroup; children = ( - 8BAB9EA2F1E3D8F8B695A9C039FED9F7 /* Info.plist */, - A8066B75AA492D81895FFF7ADBDE1F91 /* ResizableView.modulemap */, - 873039F151CE49027CEB9380ECDCCCA0 /* ResizableView.xcconfig */, - 5CEED5F6CF99302813E8E1AE82AA3085 /* ResizableView-dummy.m */, - 762C9A077DFB64E7BA5C0B8DE7A342EB /* ResizableView-prefix.pch */, - C664D694EEDAED1F62C410B3054CA6D3 /* ResizableView-umbrella.h */, + 59DA5C1F72E1D5BABC43EACBA672C3BA /* iOS */, ); - name = "Support Files"; - path = "Example/Pods/Target Support Files/ResizableView"; + name = Frameworks; sourceTree = ""; }; - 1DF8BE2A05CE04953515BEB4D9623107 /* Products */ = { + 2FA2A7AB020638C771EE8ED43AC1F291 /* ResizableView */ = { isa = PBXGroup; children = ( - 463AF661E6FABCFCEAA26C67DED479A0 /* Pods_ResizableView_Example.framework */, - 2F7657CDE1EFEDF21AF9F82E1FC3033B /* Pods_ResizableView_Tests.framework */, - BD5A6B6ED5B3CD5135A0430719F4DAAD /* ResizableView.framework */, + B94F9CB76B8FF84BE406F588BEB9282C /* CGPoint+ext.swift */, + 3C9B008D3A4DA8DAD91A35F6C423C540 /* Configuration.swift */, + 30B1CC6434ECD7F19E8504DD9DB80564 /* GripperBorder.swift */, + 238BA03DD328AD656AE66A8A031434C6 /* ResizableView.swift */, + 1FC1E5295BE3553806A64002F897C536 /* ResizableView+Events.swift */, + 8FE048D9D75550A49E0C80A5887CC392 /* Pod */, + DCBF7E8D80102B317D77F87E6DB6C047 /* Support Files */, ); - name = Products; + name = ResizableView; + path = ../..; sourceTree = ""; }; - 209BDE70488866BBD16504A9C58DC08F /* ResizableView */ = { + 3D70ED47B8194C7EB8489595D8E3A542 /* Products */ = { isa = PBXGroup; children = ( - F1E2315693536449CFACB43F068CE1C6 /* Source */, - 17A29598E2D59A80E54C765319A0D066 /* Support Files */, + C134FF1BADCE79DC143A832D67CEDF6E /* Pods_ResizableView_Example.framework */, + 68270E8155CC0D045D3F071CAA085742 /* Pods_ResizableView_Tests.framework */, + D3422EB30923CF8C0B183BC85F76AAD3 /* ResizableView.framework */, ); - name = ResizableView; - path = ../..; + name = Products; sourceTree = ""; }; - 433CD3331B6C3787F473C941B61FC68F /* Frameworks */ = { + 546C1336E07327C903B56AFDE3930B0F /* Targets Support Files */ = { isa = PBXGroup; children = ( - E6EE98446B568159EE277B68FD442AF0 /* iOS */, + 70F8B6CD4D02EA3574BDB759DDBAF465 /* Pods-ResizableView_Example */, + 77151075C643353527C9CDA51C34B47F /* Pods-ResizableView_Tests */, ); - name = Frameworks; + name = "Targets Support Files"; sourceTree = ""; }; - 7DB346D0F39D3F0E887471402A8071AB = { + 59DA5C1F72E1D5BABC43EACBA672C3BA /* iOS */ = { isa = PBXGroup; children = ( - 93A4A3777CF96A4AAC1D13BA6DCCEA73 /* Podfile */, - 81C81EB6119A0B527EA92BA222B4BFF6 /* Development Pods */, - 433CD3331B6C3787F473C941B61FC68F /* Frameworks */, - 1DF8BE2A05CE04953515BEB4D9623107 /* Products */, - FFAE370273AE1CF723384C90A6D6507A /* Targets Support Files */, + EAB6F611E86A4758835A715E4B4184F6 /* Foundation.framework */, + D245E0514AAC1A2B9A6D5EA2F383E90F /* UIKit.framework */, ); + name = iOS; sourceTree = ""; }; - 81C81EB6119A0B527EA92BA222B4BFF6 /* Development Pods */ = { + 70F8B6CD4D02EA3574BDB759DDBAF465 /* Pods-ResizableView_Example */ = { isa = PBXGroup; children = ( - 209BDE70488866BBD16504A9C58DC08F /* ResizableView */, + A20F967331A140EFF252B2925576D712 /* Pods-ResizableView_Example.modulemap */, + AE7AE1949924AB31EFB8ABC573538889 /* Pods-ResizableView_Example-acknowledgements.markdown */, + 6CCA514030C962FAB10310DCBFD5C83C /* Pods-ResizableView_Example-acknowledgements.plist */, + 5BEE50E3C09E01D51733B90B299CADBF /* Pods-ResizableView_Example-dummy.m */, + 556B31A19FB3DF2A9469524D9F1C8E72 /* Pods-ResizableView_Example-frameworks.sh */, + 4AC3D28925E33BA0C835A9B0EB37DE4C /* Pods-ResizableView_Example-Info.plist */, + EE686023F5C49F8519683E2311D89F24 /* Pods-ResizableView_Example-umbrella.h */, + BA6282E14A50342A292209B7531C6E8A /* Pods-ResizableView_Example.debug.xcconfig */, + 46BBBA8B5C7EED8D369C443916E51486 /* Pods-ResizableView_Example.release.xcconfig */, ); - name = "Development Pods"; + name = "Pods-ResizableView_Example"; + path = "Target Support Files/Pods-ResizableView_Example"; sourceTree = ""; }; - A6AE6552FB89BCD95B5E687897CA3713 /* Pods-ResizableView_Tests */ = { + 77151075C643353527C9CDA51C34B47F /* Pods-ResizableView_Tests */ = { isa = PBXGroup; children = ( - DF92DAE86F65E8A847889E8C62680FD7 /* Info.plist */, - 946012EC8BDC59F4727E6195BD29C6C0 /* Pods-ResizableView_Tests.modulemap */, - 13FA910018682B8A20C7244960E2514C /* Pods-ResizableView_Tests-acknowledgements.markdown */, - 99BC3033FECCB63D3501FB4F3780F26E /* Pods-ResizableView_Tests-acknowledgements.plist */, - BA6B19A273216A6B3DE690F91505B15A /* Pods-ResizableView_Tests-dummy.m */, - A20587544870BEAFE3B973A1FDE2DF6F /* Pods-ResizableView_Tests-frameworks.sh */, - 79F1391CC7BF669FE0C11546D0C07A96 /* Pods-ResizableView_Tests-resources.sh */, - A526564E6D106F44A315614620CC23D1 /* Pods-ResizableView_Tests-umbrella.h */, - 959BC6FDAEC90279BC3ED69E0140B8DC /* Pods-ResizableView_Tests.debug.xcconfig */, - A674D940F97CAE279BB356FA10BB57A1 /* Pods-ResizableView_Tests.release.xcconfig */, + 73C19473A5CF4D1BC52176A96CE647C7 /* Pods-ResizableView_Tests.modulemap */, + E6999CBB6AEA7CE3F271D1D113102892 /* Pods-ResizableView_Tests-acknowledgements.markdown */, + 30C97AB429CA2900FF4C8EC0EC53A763 /* Pods-ResizableView_Tests-acknowledgements.plist */, + AB9269E4A66CA4593EF854C353609419 /* Pods-ResizableView_Tests-dummy.m */, + 2E5F51ACDF83EF1EA8A1E694BBFEF7E1 /* Pods-ResizableView_Tests-Info.plist */, + 795A760E65ED2633FD0CCD5C64809112 /* Pods-ResizableView_Tests-umbrella.h */, + B307B755424A502B7F76FD084785A74C /* Pods-ResizableView_Tests.debug.xcconfig */, + 2879A0F314F84FDB5F2355BE19914688 /* Pods-ResizableView_Tests.release.xcconfig */, ); name = "Pods-ResizableView_Tests"; path = "Target Support Files/Pods-ResizableView_Tests"; sourceTree = ""; }; - B6BFBBE9E6A5918087C45AE6596ECD98 /* Pods-ResizableView_Example */ = { + 8FE048D9D75550A49E0C80A5887CC392 /* Pod */ = { isa = PBXGroup; children = ( - 1D259459248083246258B2E572B09426 /* Info.plist */, - 9F6EC4F2089710424BF7B61ED2A46C14 /* Pods-ResizableView_Example.modulemap */, - 55EE5CA1CC37A3313929F4C3CFB1FE82 /* Pods-ResizableView_Example-acknowledgements.markdown */, - 87AD686EB50EA9D13537AA87A696038D /* Pods-ResizableView_Example-acknowledgements.plist */, - E88E2B31EAB6FDE094E365ABF5CE072A /* Pods-ResizableView_Example-dummy.m */, - 863956A3F3A3A6FEE443DE7F563134A0 /* Pods-ResizableView_Example-frameworks.sh */, - 6369DE4D61DB6A35E5F56A31646CCF2D /* Pods-ResizableView_Example-resources.sh */, - E79B0906B2E70B629AA4BA665F86167F /* Pods-ResizableView_Example-umbrella.h */, - 17E297B30D4AE3F41EB2588823514D01 /* Pods-ResizableView_Example.debug.xcconfig */, - 84AA26E411D88DB1F68583C970DB9175 /* Pods-ResizableView_Example.release.xcconfig */, + EF5702AAC0444F124DBC87ADC0E56DA0 /* LICENSE */, + 08797387FDBCB98E5A20C27A550BEDB0 /* README.md */, + 62D3883B760BCE25C493E3DFCE753509 /* ResizableView.podspec */, ); - name = "Pods-ResizableView_Example"; - path = "Target Support Files/Pods-ResizableView_Example"; + name = Pod; sourceTree = ""; }; - E6EE98446B568159EE277B68FD442AF0 /* iOS */ = { + B58BC557AFD367BD2F1C9F0075CC45EF /* Development Pods */ = { isa = PBXGroup; children = ( - 616BEB51ECCAD129BDBCB7A956B56CC6 /* Foundation.framework */, - 7EC994CDC2D681BA26389F78A7E4B325 /* UIKit.framework */, + 2FA2A7AB020638C771EE8ED43AC1F291 /* ResizableView */, ); - name = iOS; + name = "Development Pods"; sourceTree = ""; }; - F1E2315693536449CFACB43F068CE1C6 /* Source */ = { + CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( - 62F404839EA5428FB7552B22075ED8F7 /* CGPoint+ext.swift */, - C1187632809A948F16DF634C4D91E100 /* Configuration.swift */, - 830527DF5407BFC753F7B0A9D6308D0C /* GripperBorder.swift */, - E3885618522E7868993208E455140CA2 /* ResizableView.swift */, - 4838199DB85580054249D10F232A2BA9 /* ResizableView+Events.swift */, - ); - name = Source; - path = Source; + 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, + B58BC557AFD367BD2F1C9F0075CC45EF /* Development Pods */, + 1628BF05B4CAFDCC3549A101F5A10A17 /* Frameworks */, + 3D70ED47B8194C7EB8489595D8E3A542 /* Products */, + 546C1336E07327C903B56AFDE3930B0F /* Targets Support Files */, + ); sourceTree = ""; }; - FFAE370273AE1CF723384C90A6D6507A /* Targets Support Files */ = { + DCBF7E8D80102B317D77F87E6DB6C047 /* Support Files */ = { isa = PBXGroup; children = ( - B6BFBBE9E6A5918087C45AE6596ECD98 /* Pods-ResizableView_Example */, - A6AE6552FB89BCD95B5E687897CA3713 /* Pods-ResizableView_Tests */, + 61B69BA03E05CDA912E0D8C8A1FB1C62 /* ResizableView.modulemap */, + C8E492C5ADE52E0B4AC59480D5A344F4 /* ResizableView-dummy.m */, + C21605336A5C22C5EBA75C80B3C41022 /* ResizableView-Info.plist */, + 51031AE394B0C770875A04F74EB7A9F6 /* ResizableView-prefix.pch */, + D96FB5EE3B31FCD6C2C99B2E9C715E9A /* ResizableView-umbrella.h */, + 1511431175A73C16576FE20DACB2E82B /* ResizableView.debug.xcconfig */, + 5B118BAADF743383EC891EA9036DC436 /* ResizableView.release.xcconfig */, ); - name = "Targets Support Files"; + name = "Support Files"; + path = "Example/Pods/Target Support Files/ResizableView"; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ - 1119E2910D73E3218FB03790E01572BD /* Headers */ = { + 2D6BD4C516D2A435F0B61B3140C0C305 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 1367F30A8E694E6BD33D94B15B6F1EF9 /* ResizableView-umbrella.h in Headers */, + 1540CE50F28799E04D21AC2C299B9B37 /* ResizableView-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 2CD2DC4CB2F38C6902324449C15198CA /* Headers */ = { + 8BD6F69D40857053CCD91354C7279432 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 780FC181100779A44BB743E61C75F585 /* Pods-ResizableView_Tests-umbrella.h in Headers */, + D952E7E601A8F48722F30B38EA0E4898 /* Pods-ResizableView_Tests-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; - 76E09BFAE48C995F6BA1570AB8C7A9F5 /* Headers */ = { + C475C7B39F110EBDD04CCCB6ADA07B0D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 7B658502F4C08AF8F8923C7FB5B8BB09 /* Pods-ResizableView_Example-umbrella.h in Headers */, + C50CEDEDE4C57D388B879DFBCE513D8F /* Pods-ResizableView_Example-umbrella.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 30B8F5DB731C12EAA8BB58DDEDEE9D46 /* ResizableView */ = { + 29449C1F5A2AA2B47C773770EAFF7959 /* Pods-ResizableView_Example */ = { isa = PBXNativeTarget; - buildConfigurationList = 206BC9F4A4872BC6D2B2E2D98F34F9AF /* Build configuration list for PBXNativeTarget "ResizableView" */; + buildConfigurationList = F851B93F87B3B743E17775D04036358F /* Build configuration list for PBXNativeTarget "Pods-ResizableView_Example" */; buildPhases = ( - 2CF79D1E577234AC1852786724E1F72F /* Sources */, - 5FE315A9B481D56B14D8A13FE2B9A06A /* Frameworks */, - 1119E2910D73E3218FB03790E01572BD /* Headers */, + C475C7B39F110EBDD04CCCB6ADA07B0D /* Headers */, + 04275407BFECFB0F4206359A945E7D8E /* Sources */, + 56353316E14EE80A819184C4C9D721FE /* Frameworks */, + D23DD85CE7BC0680C9F160D844D13F81 /* Resources */, ); buildRules = ( ); dependencies = ( + A263CEB6A3355ADC093AAA487FA3BF57 /* PBXTargetDependency */, ); - name = ResizableView; - productName = ResizableView; - productReference = BD5A6B6ED5B3CD5135A0430719F4DAAD /* ResizableView.framework */; + name = "Pods-ResizableView_Example"; + productName = "Pods-ResizableView_Example"; + productReference = C134FF1BADCE79DC143A832D67CEDF6E /* Pods_ResizableView_Example.framework */; productType = "com.apple.product-type.framework"; }; - 342B3517F125F61ADB8F681D57006858 /* Pods-ResizableView_Example */ = { + 29741BD2831489146B98BF4CB7B98C2A /* Pods-ResizableView_Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = D3194ED5547E63621251472D74A1D05D /* Build configuration list for PBXNativeTarget "Pods-ResizableView_Example" */; + buildConfigurationList = 6EB0FD94CCA71EC0DC5082CD46DAE20E /* Build configuration list for PBXNativeTarget "Pods-ResizableView_Tests" */; buildPhases = ( - A6F9D07ABEC25CE7F6870E7937155DD2 /* Sources */, - 4B4F64BC0330A5DE702280155ABE0051 /* Frameworks */, - 76E09BFAE48C995F6BA1570AB8C7A9F5 /* Headers */, + 8BD6F69D40857053CCD91354C7279432 /* Headers */, + 9EA83DB36D8AFC50E9B961903A050109 /* Sources */, + 30670E30F38B4AFFBA21A27AB8162AF9 /* Frameworks */, + 9356A0ABC9A3DFB97AEE29AF159A53D4 /* Resources */, ); buildRules = ( ); dependencies = ( - B19EE808A476CD2A1A44C5453D163A4D /* PBXTargetDependency */, + 853689086C0F18D87F394EC636440195 /* PBXTargetDependency */, ); - name = "Pods-ResizableView_Example"; - productName = "Pods-ResizableView_Example"; - productReference = 463AF661E6FABCFCEAA26C67DED479A0 /* Pods_ResizableView_Example.framework */; + name = "Pods-ResizableView_Tests"; + productName = "Pods-ResizableView_Tests"; + productReference = 68270E8155CC0D045D3F071CAA085742 /* Pods_ResizableView_Tests.framework */; productType = "com.apple.product-type.framework"; }; - 473ACC3A40E22775DED07DBABEC4C7BA /* Pods-ResizableView_Tests */ = { + B6DEEC60CDDE31B0C08602DFC6FCA623 /* ResizableView */ = { isa = PBXNativeTarget; - buildConfigurationList = 0AD1959782E867612061208275FA9867 /* Build configuration list for PBXNativeTarget "Pods-ResizableView_Tests" */; + buildConfigurationList = 9356AF4A3775C27C046981A1D88D9168 /* Build configuration list for PBXNativeTarget "ResizableView" */; buildPhases = ( - 7CAA0477645EBA98BDA9F66955C19984 /* Sources */, - 08F47494EC156E3E90D9603305B379A1 /* Frameworks */, - 2CD2DC4CB2F38C6902324449C15198CA /* Headers */, + 2D6BD4C516D2A435F0B61B3140C0C305 /* Headers */, + A579D158DE99650DBDE6E0D4682484B8 /* Sources */, + DF0E89BA32A952A00B09767161A4AC0E /* Frameworks */, + 4F78B93F3854F48944EFBEB11605B7FA /* Resources */, ); buildRules = ( ); dependencies = ( ); - name = "Pods-ResizableView_Tests"; - productName = "Pods-ResizableView_Tests"; - productReference = 2F7657CDE1EFEDF21AF9F82E1FC3033B /* Pods_ResizableView_Tests.framework */; + name = ResizableView; + productName = ResizableView; + productReference = D3422EB30923CF8C0B183BC85F76AAD3 /* ResizableView.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ - D41D8CD98F00B204E9800998ECF8427E /* Project object */ = { + BFDFE7DC352907FC980B868725387E98 /* Project object */ = { isa = PBXProject; attributes = { - LastSwiftUpdateCheck = 0730; - LastUpgradeCheck = 0700; + LastSwiftUpdateCheck = 1100; + LastUpgradeCheck = 1100; }; - buildConfigurationList = 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */; + buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, + Base, ); - mainGroup = 7DB346D0F39D3F0E887471402A8071AB; - productRefGroup = 1DF8BE2A05CE04953515BEB4D9623107 /* Products */; + mainGroup = CF1408CF629C7361332E53B88F7BD30C; + productRefGroup = 3D70ED47B8194C7EB8489595D8E3A542 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( - 342B3517F125F61ADB8F681D57006858 /* Pods-ResizableView_Example */, - 473ACC3A40E22775DED07DBABEC4C7BA /* Pods-ResizableView_Tests */, - 30B8F5DB731C12EAA8BB58DDEDEE9D46 /* ResizableView */, + 29449C1F5A2AA2B47C773770EAFF7959 /* Pods-ResizableView_Example */, + 29741BD2831489146B98BF4CB7B98C2A /* Pods-ResizableView_Tests */, + B6DEEC60CDDE31B0C08602DFC6FCA623 /* ResizableView */, ); }; /* End PBXProject section */ +/* Begin PBXResourcesBuildPhase section */ + 4F78B93F3854F48944EFBEB11605B7FA /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 9356A0ABC9A3DFB97AEE29AF159A53D4 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; + D23DD85CE7BC0680C9F160D844D13F81 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + /* Begin PBXSourcesBuildPhase section */ - 2CF79D1E577234AC1852786724E1F72F /* Sources */ = { + 04275407BFECFB0F4206359A945E7D8E /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 300B8932C1CA2C5E35CD2D11569D7743 /* CGPoint+ext.swift in Sources */, - 5C58A2F6DDCE7C9A73AEBE0EEB0C7344 /* Configuration.swift in Sources */, - 2151527CE32EFB63E3D421161D34CDF3 /* GripperBorder.swift in Sources */, - 5C7A3D4CC6653644769314B2CF8A4E0A /* ResizableView+Events.swift in Sources */, - 0BD2CFA8EE781003294ED42DC3E33116 /* ResizableView-dummy.m in Sources */, - 864633D7492C9868D4F2FCB6A885A893 /* ResizableView.swift in Sources */, + 9794799754500F575866DC153FF9DDCC /* Pods-ResizableView_Example-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - 7CAA0477645EBA98BDA9F66955C19984 /* Sources */ = { + 9EA83DB36D8AFC50E9B961903A050109 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 06DEA1B393E8839BCA7353F895587538 /* Pods-ResizableView_Tests-dummy.m in Sources */, + B5286E5465DF4BE6AC739693449D2B45 /* Pods-ResizableView_Tests-dummy.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; - A6F9D07ABEC25CE7F6870E7937155DD2 /* Sources */ = { + A579D158DE99650DBDE6E0D4682484B8 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( - 532898465B77FF5F6D2519D7B832F940 /* Pods-ResizableView_Example-dummy.m in Sources */, + 59612892C0F1F4CF186C6F3DC8DB8687 /* CGPoint+ext.swift in Sources */, + A13268F6A03659F97AB3ACE9ADC6096D /* Configuration.swift in Sources */, + ECCB2D6245E8AE62BE420224C3EB124C /* GripperBorder.swift in Sources */, + 6E1EBF07C620952DC34BD2AAB95B2509 /* ResizableView+Events.swift in Sources */, + 9E5326EF2A8C1659695A87D960CA285D /* ResizableView-dummy.m in Sources */, + C533C331FEA0EA2C4CD5365BB9B34EDC /* ResizableView.swift in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ - B19EE808A476CD2A1A44C5453D163A4D /* PBXTargetDependency */ = { + 853689086C0F18D87F394EC636440195 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = "Pods-ResizableView_Example"; + target = 29449C1F5A2AA2B47C773770EAFF7959 /* Pods-ResizableView_Example */; + targetProxy = 968B6C5A583D8F6D39E29AC69EFA0F4E /* PBXContainerItemProxy */; + }; + A263CEB6A3355ADC093AAA487FA3BF57 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = ResizableView; - target = 30B8F5DB731C12EAA8BB58DDEDEE9D46 /* ResizableView */; - targetProxy = 38CB170C09F7145E4188E3E5D22F4E8E /* PBXContainerItemProxy */; + target = B6DEEC60CDDE31B0C08602DFC6FCA623 /* ResizableView */; + targetProxy = 593888482CCBCB3FD6594D36F99AF7CF /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ - 015A368F878AC3E2CEAE21DDE8026304 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - ALWAYS_SEARCH_USER_PATHS = NO; - CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; - CLANG_CXX_LIBRARY = "libc++"; - CLANG_ENABLE_MODULES = YES; - CLANG_ENABLE_OBJC_ARC = YES; - CLANG_WARN_BOOL_CONVERSION = YES; - CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; - CLANG_WARN_EMPTY_BODY = YES; - CLANG_WARN_ENUM_CONVERSION = YES; - CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; - CLANG_WARN_UNREACHABLE_CODE = YES; - CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_REQUIRED = NO; - COPY_PHASE_STRIP = NO; - ENABLE_TESTABILITY = YES; - GCC_C_LANGUAGE_STANDARD = gnu99; - GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_PREPROCESSOR_DEFINITIONS = ( - "POD_CONFIGURATION_DEBUG=1", - "DEBUG=1", - "$(inherited)", - ); - GCC_SYMBOLS_PRIVATE_EXTERN = NO; - GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; - GCC_WARN_UNUSED_FUNCTION = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.0; - ONLY_ACTIVE_ARCH = YES; - PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; - STRIP_INSTALLED_PRODUCT = NO; - SYMROOT = "${SRCROOT}/../build"; - }; - name = Debug; - }; - 081A6673492E42F10E9B0F3FD1976FE9 /* Release */ = { + 34226F0C25674F2F770A13B5F75092FB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 84AA26E411D88DB1F68583C970DB9175 /* Pods-ResizableView_Example.release.xcconfig */; + baseConfigurationReference = 5B118BAADF743383EC891EA9036DC436 /* ResizableView.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_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ResizableView_Example/Info.plist"; + GCC_PREFIX_HEADER = "Target Support Files/ResizableView/ResizableView-prefix.pch"; + INFOPLIST_FILE = "Target Support Files/ResizableView/ResizableView-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_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_ResizableView_Example; + MODULEMAP_FILE = "Target Support Files/ResizableView/ResizableView.modulemap"; + PRODUCT_MODULE_NAME = ResizableView; + PRODUCT_NAME = ResizableView; SDKROOT = iphoneos; SKIP_INSTALL = YES; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - 283C6B14F3AA0AEE7243DCD2C11D6ED6 /* Release */ = { + 5DF24ACBB1A9E1E14080972A3D040964 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 873039F151CE49027CEB9380ECDCCCA0 /* ResizableView.xcconfig */; + baseConfigurationReference = 1511431175A73C16576FE20DACB2E82B /* ResizableView.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-with-dsym"; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; DYLIB_INSTALL_NAME_BASE = "@rpath"; - ENABLE_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; GCC_PREFIX_HEADER = "Target Support Files/ResizableView/ResizableView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/ResizableView/Info.plist"; + INFOPLIST_FILE = "Target Support Files/ResizableView/ResizableView-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MODULEMAP_FILE = "Target Support Files/ResizableView/ResizableView.modulemap"; - MTL_ENABLE_DEBUG_INFO = NO; + PRODUCT_MODULE_NAME = ResizableView; PRODUCT_NAME = ResizableView; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_VERSION = 3.0; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) "; + SWIFT_VERSION = 5.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Release; + name = Debug; }; - 29C0A58BBD8E638A0B930457E07AE205 /* Debug */ = { + 630FC9B6BCD2E86121B7A9F5E5CFC70B /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 873039F151CE49027CEB9380ECDCCCA0 /* ResizableView.xcconfig */; + baseConfigurationReference = B307B755424A502B7F76FD084785A74C /* Pods-ResizableView_Tests.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; "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_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - GCC_PREFIX_HEADER = "Target Support Files/ResizableView/ResizableView-prefix.pch"; - INFOPLIST_FILE = "Target Support Files/ResizableView/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - MODULEMAP_FILE = "Target Support Files/ResizableView/ResizableView.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; - PRODUCT_NAME = ResizableView; + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; - SWIFT_VERSION = 3.0; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 44CDBB6D11DE06DB64D6268622BDC47E /* Release */ = { + 6D42DC62C4F2E194221DF89C48496C98 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_ANALYZER_NONNULL = YES; - CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; - CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; - CLANG_WARN_OBJC_ROOT_CLASS = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; - CODE_SIGNING_REQUIRED = NO; - COPY_PHASE_STRIP = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; - GCC_C_LANGUAGE_STANDARD = gnu99; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; GCC_PREPROCESSOR_DEFINITIONS = ( "POD_CONFIGURATION_RELEASE=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; - GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; - GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 8.0; - PROVISIONING_PROFILE_SPECIFIER = NO_SIGNING/; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; STRIP_INSTALLED_PRODUCT = NO; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + SWIFT_VERSION = 5.0; SYMROOT = "${SRCROOT}/../build"; - VALIDATE_PRODUCT = YES; }; name = Release; }; - 608A679116CC97DD8335A357A9B78ECD /* Debug */ = { + 7F8DA2E2FE3D8C814B1DF66D7341CFF7 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 17E297B30D4AE3F41EB2588823514D01 /* Pods-ResizableView_Example.debug.xcconfig */; + baseConfigurationReference = BA6282E14A50342A292209B7531C6E8A /* Pods-ResizableView_Example.debug.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; "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_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ResizableView_Example/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_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_ResizableView_Example; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; - SWIFT_OPTIMIZATION_LEVEL = "-Onone"; TARGETED_DEVICE_FAMILY = "1,2"; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Debug; }; - 75FEC12A36499BB25957CA2045C2FF5C /* Release */ = { + 9258E62B4B73386EFE66F7057FAADE38 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A674D940F97CAE279BB356FA10BB57A1 /* Pods-ResizableView_Tests.release.xcconfig */; + baseConfigurationReference = 2879A0F314F84FDB5F2355BE19914688 /* Pods-ResizableView_Tests.release.xcconfig */; buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; "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_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ResizableView_Tests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; MODULEMAP_FILE = "Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_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_ResizableView_Tests; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; name = Release; }; - 878314E67F1C1AEC7C557889AFED93E9 /* Debug */ = { + E4D0D44B090D4284607EBBC4E71A96C1 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 959BC6FDAEC90279BC3ED69E0140B8DC /* Pods-ResizableView_Tests.debug.xcconfig */; buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "POD_CONFIGURATION_DEBUG=1", + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 8.0; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + PRODUCT_NAME = "$(TARGET_NAME)"; + STRIP_INSTALLED_PRODUCT = NO; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + SWIFT_VERSION = 5.0; + SYMROOT = "${SRCROOT}/../build"; + }; + name = Debug; + }; + F9B5CB0A5D921E8AE6E9C3A7FE176E49 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 46BBBA8B5C7EED8D369C443916E51486 /* Pods-ResizableView_Example.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; "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_STRICT_OBJC_MSGSEND = YES; - GCC_NO_COMMON_BLOCKS = YES; - INFOPLIST_FILE = "Target Support Files/Pods-ResizableView_Tests/Info.plist"; + INFOPLIST_FILE = "Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-Info.plist"; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; IPHONEOS_DEPLOYMENT_TARGET = 8.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; MACH_O_TYPE = staticlib; - MODULEMAP_FILE = "Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.modulemap"; - MTL_ENABLE_DEBUG_INFO = YES; + MODULEMAP_FILE = "Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example.modulemap"; OTHER_LDFLAGS = ""; OTHER_LIBTOOLFLAGS = ""; PODS_ROOT = "$(SRCROOT)"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; - PRODUCT_NAME = Pods_ResizableView_Tests; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; SDKROOT = iphoneos; SKIP_INSTALL = YES; TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; VERSIONING_SYSTEM = "apple-generic"; VERSION_INFO_PREFIX = ""; }; - name = Debug; + name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 0AD1959782E867612061208275FA9867 /* Build configuration list for PBXNativeTarget "Pods-ResizableView_Tests" */ = { + 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = { isa = XCConfigurationList; buildConfigurations = ( - 878314E67F1C1AEC7C557889AFED93E9 /* Debug */, - 75FEC12A36499BB25957CA2045C2FF5C /* Release */, + E4D0D44B090D4284607EBBC4E71A96C1 /* Debug */, + 6D42DC62C4F2E194221DF89C48496C98 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 206BC9F4A4872BC6D2B2E2D98F34F9AF /* Build configuration list for PBXNativeTarget "ResizableView" */ = { + 6EB0FD94CCA71EC0DC5082CD46DAE20E /* Build configuration list for PBXNativeTarget "Pods-ResizableView_Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( - 29C0A58BBD8E638A0B930457E07AE205 /* Debug */, - 283C6B14F3AA0AEE7243DCD2C11D6ED6 /* Release */, + 630FC9B6BCD2E86121B7A9F5E5CFC70B /* Debug */, + 9258E62B4B73386EFE66F7057FAADE38 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 2D8E8EC45A3A1A1D94AE762CB5028504 /* Build configuration list for PBXProject "Pods" */ = { + 9356AF4A3775C27C046981A1D88D9168 /* Build configuration list for PBXNativeTarget "ResizableView" */ = { isa = XCConfigurationList; buildConfigurations = ( - 015A368F878AC3E2CEAE21DDE8026304 /* Debug */, - 44CDBB6D11DE06DB64D6268622BDC47E /* Release */, + 5DF24ACBB1A9E1E14080972A3D040964 /* Debug */, + 34226F0C25674F2F770A13B5F75092FB /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - D3194ED5547E63621251472D74A1D05D /* Build configuration list for PBXNativeTarget "Pods-ResizableView_Example" */ = { + F851B93F87B3B743E17775D04036358F /* Build configuration list for PBXNativeTarget "Pods-ResizableView_Example" */ = { isa = XCConfigurationList; buildConfigurations = ( - 608A679116CC97DD8335A357A9B78ECD /* Debug */, - 081A6673492E42F10E9B0F3FD1976FE9 /* Release */, + 7F8DA2E2FE3D8C814B1DF66D7341CFF7 /* Debug */, + F9B5CB0A5D921E8AE6E9C3A7FE176E49 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; - rootObject = D41D8CD98F00B204E9800998ECF8427E /* Project object */; + rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */; } diff --git a/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index 919434a..0000000 --- a/Example/Pods/Pods.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,7 +0,0 @@ - - - - - diff --git a/Example/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/guwang.xcuserdatad/UserInterfaceState.xcuserstate b/Example/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/guwang.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index a8413d3..0000000 Binary files a/Example/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/guwang.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/Pods-ResizableView_Example.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/afham.xcuserdatad/xcschemes/Pods-ResizableView_Example.xcscheme similarity index 76% rename from Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/Pods-ResizableView_Example.xcscheme rename to Example/Pods/Pods.xcodeproj/xcuserdata/afham.xcuserdatad/xcschemes/Pods-ResizableView_Example.xcscheme index a963349..7c427f2 100644 --- a/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/Pods-ResizableView_Example.xcscheme +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/afham.xcuserdatad/xcschemes/Pods-ResizableView_Example.xcscheme @@ -1,6 +1,6 @@ @@ -29,8 +29,6 @@ shouldUseLaunchSchemeArgsEnv = "YES"> - - - - - - - - @@ -29,8 +29,6 @@ shouldUseLaunchSchemeArgsEnv = "YES"> - - - - - - - - + BuildableIdentifier = "primary" + BlueprintIdentifier = "B6DEEC60CDDE31B0C08602DFC6FCA623" + BuildableName = "ResizableView.framework" + BlueprintName = "ResizableView" + ReferencedContainer = "container:Pods.xcodeproj"> diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/guoliangwang.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/Pods/Pods.xcodeproj/xcuserdata/afham.xcuserdatad/xcschemes/xcschememanagement.plist similarity index 64% rename from Example/Pods/Pods.xcodeproj/xcuserdata/guoliangwang.xcuserdatad/xcschemes/xcschememanagement.plist rename to Example/Pods/Pods.xcodeproj/xcuserdata/afham.xcuserdatad/xcschemes/xcschememanagement.plist index 91d9dae..5a76794 100644 --- a/Example/Pods/Pods.xcodeproj/xcuserdata/guoliangwang.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/afham.xcuserdatad/xcschemes/xcschememanagement.plist @@ -21,22 +21,6 @@ SuppressBuildableAutocreation - - 30B8F5DB731C12EAA8BB58DDEDEE9D46 - - primary - - - 342B3517F125F61ADB8F681D57006858 - - primary - - - 473ACC3A40E22775DED07DBABEC4C7BA - - primary - - - + diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/guoliangwang.xcuserdatad/xcschemes/Pods-ResizableView_Example.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/guoliangwang.xcuserdatad/xcschemes/Pods-ResizableView_Example.xcscheme deleted file mode 100644 index a963349..0000000 --- a/Example/Pods/Pods.xcodeproj/xcuserdata/guoliangwang.xcuserdatad/xcschemes/Pods-ResizableView_Example.xcscheme +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/Pods-ResizableView_Tests.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/Pods-ResizableView_Tests.xcscheme deleted file mode 100644 index d994636..0000000 --- a/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/Pods-ResizableView_Tests.xcscheme +++ /dev/null @@ -1,71 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/ResizableView.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/ResizableView.xcscheme deleted file mode 100644 index 086f736..0000000 --- a/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/ResizableView.xcscheme +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/xcschememanagement.plist deleted file mode 100644 index 91d9dae..0000000 --- a/Example/Pods/Pods.xcodeproj/xcuserdata/guwang.xcuserdatad/xcschemes/xcschememanagement.plist +++ /dev/null @@ -1,42 +0,0 @@ - - - - - SchemeUserState - - Pods-ResizableView_Example.xcscheme - - isShown - - - Pods-ResizableView_Tests.xcscheme - - isShown - - - ResizableView.xcscheme - - isShown - - - - SuppressBuildableAutocreation - - 30B8F5DB731C12EAA8BB58DDEDEE9D46 - - primary - - - 342B3517F125F61ADB8F681D57006858 - - primary - - - 473ACC3A40E22775DED07DBABEC4C7BA - - primary - - - - - diff --git a/Example/Pods/ResizableView/LICENSE b/Example/Pods/ResizableView/LICENSE deleted file mode 100644 index 521b220..0000000 --- a/Example/Pods/ResizableView/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License -Copyright (c) [Tony Wang] https://github.com/rcholic/ResizableView - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/Example/Pods/ResizableView/README.md b/Example/Pods/ResizableView/README.md deleted file mode 100644 index 665e1f7..0000000 --- a/Example/Pods/ResizableView/README.md +++ /dev/null @@ -1,29 +0,0 @@ -# ResizableView - -[![CI Status](http://img.shields.io/travis/rcholic/ResizableView.svg?style=flat)](https://travis-ci.org/rcholic/ResizableView) -[![Version](https://img.shields.io/cocoapods/v/ResizableView.svg?style=flat)](http://cocoapods.org/pods/ResizableView) -[![License](https://img.shields.io/cocoapods/l/ResizableView.svg?style=flat)](http://cocoapods.org/pods/ResizableView) -[![Platform](https://img.shields.io/cocoapods/p/ResizableView.svg?style=flat)](http://cocoapods.org/pods/ResizableView) - -## Example - -To run the example project, clone the repo, and run `pod install` from the Example directory first. - -## Requirements - -## Installation - -ResizableView is available through [CocoaPods](http://cocoapods.org). To install -it, simply add the following line to your Podfile: - -```ruby -pod "ResizableView" -``` - -## Author - -rcholic, ivytony@gmail.com - -## License - -ResizableView is available under the MIT license. See the LICENSE file for more info. diff --git a/Example/Pods/ResizableView/Sources/CGPoint+ext.swift b/Example/Pods/ResizableView/Sources/CGPoint+ext.swift deleted file mode 100644 index a875762..0000000 --- a/Example/Pods/ResizableView/Sources/CGPoint+ext.swift +++ /dev/null @@ -1,19 +0,0 @@ -// -// CGPoint+ext.swift -// ResizableView -// -// Created by Guoliang Wang on 3/19/17. -// Copyright © 2017 Guoliang Wang. All rights reserved. -// - -import Foundation -import UIKit - -extension CGPoint { - - func distance(toPoint p: CGPoint) -> CGFloat { - let dx = p.x - self.x - let dy = p.y - self.y - return sqrt(dx * dx + dy * dy) - } -} diff --git a/Example/Pods/ResizableView/Sources/Configuration.swift b/Example/Pods/ResizableView/Sources/Configuration.swift deleted file mode 100644 index 840348d..0000000 --- a/Example/Pods/ResizableView/Sources/Configuration.swift +++ /dev/null @@ -1,32 +0,0 @@ -// -// Configuration.swift -// ResizableView -// -// Created by Guoliang Wang on 3/19/17. -// Copyright © 2017 Guoliang Wang. All rights reserved. -// - -import Foundation -import UIKit - -internal let VIEW_INSET: CGFloat = 0.0 - -internal let BORDER_SIZE: CGFloat = 7.0 - -internal let centerAnchor = AnchorPoint(x: 0, y: 0, height: 0, width: 0) - -internal let topLeftAnchor = AnchorPoint(x: 1, y: 1, height: -1, width: 1) - -internal let leftMiddleAnchor = AnchorPoint(x: 1, y: 0, height: 0, width: 1) - -internal let bottomLeftAnchor = AnchorPoint(x: 1, y: 0, height: 1, width: 1) - -internal let topMiddleAnchor = AnchorPoint(x: 0, y: 1, height: -1, width: 0) - -internal let topRightAnchor = AnchorPoint(x: 0, y: 1, height: -1, width: -1) - -internal let rightMiddleAnchor = AnchorPoint(x: 0, y: 0, height: 0, width: -1) - -internal let bottomRightAnchor = AnchorPoint(x: 0, y: 0, height: 1, width: -1) - -internal let bottomMiddleAnchor = AnchorPoint(x: 0, y: 0, height: 1, width: 0) diff --git a/Example/Pods/ResizableView/Sources/DraggableView+Events.swift b/Example/Pods/ResizableView/Sources/DraggableView+Events.swift deleted file mode 100644 index ed4f842..0000000 --- a/Example/Pods/ResizableView/Sources/DraggableView+Events.swift +++ /dev/null @@ -1,171 +0,0 @@ -// -// ResizableView+Events.swift -// ResizableView -// -// Created by Guoliang Wang on 3/17/17. -// Copyright © 2017 Guoliang Wang. All rights reserved. -// - -import UIKit - -extension ResizableView { - - override func touchesBegan(_ touches: Set, with event: UIEvent?) { - - guard let firstTouch = touches.first else { return } - - self.isActive = true - delegate?.resizableView(self, didBegin: true) - - anchorPoint = locateAnchorPoint(closeTo: firstTouch.location(in: self)) - firstTouchPoint = firstTouch.preciseLocation(in: self.superview) // use superview's coord for resizing - - if !self.isResizing { - // for translating/moving, use the view's self coordinate system - firstTouchPoint = firstTouch.preciseLocation(in: self) - } - } - - override func touchesMoved(_ touches: Set, with event: UIEvent?) { - - self.isActive = true - - if self.isResizing { - // resize using touch location - if let referencePoint = touches.first?.preciseLocation(in: self.superview) { - resize(relativeTo: referencePoint) - } - } else { - // translate using touch location - if let destPoint = touches.first?.preciseLocation(in: self) { - translate(to: destPoint) - } - } - } - - override func touchesEnded(_ touches: Set, with event: UIEvent?) { - delegate?.resizableView(self, didEnd: true) -// self.firstTouchPoint = .zero - self.isActive = false - self.delegate?.resizableView(self, didEnd: true) - } - - override func touchesCancelled(_ touches: Set, with event: UIEvent?) { -// self.firstTouchPoint = .zero - self.isActive = false - self.delegate?.resizableView(self, didEnd: true) - } - - fileprivate func translate(to point: CGPoint) { - let dx = point.x - firstTouchPoint.x - let dy = point.y - firstTouchPoint.y - var centerPoint = CGPoint(x: self.center.x + dx, y: self.center.y + dy) - - if let parentView = self.superview, self.keepInsideParentView { - - let midX = self.bounds.midX - let midY = self.bounds.midY - - if (centerPoint.x > parentView.bounds.size.width - midX) { - centerPoint.x = parentView.bounds.size.width - midX - } - - if (centerPoint.x < midX) { - centerPoint.x = midX - } - - if (centerPoint.y > parentView.bounds.size.height - midY) { - centerPoint.y = parentView.bounds.size.height - midY - } - - if (centerPoint.y < midY) { - centerPoint.y = midY - } - } - // disregard parent's view frame - self.center = centerPoint - } - - fileprivate func resize(relativeTo point: CGPoint) { - - guard self.isResizing else { - return - } - - guard let parentView = self.superview else { - return - } - - let parentWidth = parentView.bounds.size.width - let parentHeight = parentView.bounds.size.height - - // check if outside of the superview - if self.keepInsideParentView { - if firstTouchPoint.x < self.padding { - firstTouchPoint.x = self.padding - } - if firstTouchPoint.x > parentWidth - padding { - firstTouchPoint.x = parentWidth - padding - } - - if firstTouchPoint.y < padding { - firstTouchPoint.y = padding - } - - if firstTouchPoint.y > parentHeight - padding { - firstTouchPoint.y = parentHeight - padding - } - } - - // compute deltas - var deltaW = anchorPoint.updatesW * (firstTouchPoint.x - point.x) - let deltaX = anchorPoint.updatesX * (-1.0 * deltaW) - var deltaH = anchorPoint.updatesH * (point.y - firstTouchPoint.y) - let deltaY = anchorPoint.updatesY * (-1.0 * deltaH) - - // new frame - var newX = self.frame.origin.x + deltaX - var newY = self.frame.origin.y + deltaY - var newWidth = self.width + deltaW - var newHeight = self.height + deltaH - - if newWidth < minimumWidth { - newWidth = self.width - newX = self.frame.origin.x - } - - if newHeight < minimumHeight { - newHeight = self.height - newY = self.frame.origin.y - } - - // should not move offscreen - if self.keepInsideParentView { - if newX < parentView.bounds.origin.x { - deltaW = self.frame.origin.x - parentView.bounds.origin.x - newWidth = self.width + deltaW - newX = parentView.bounds.origin.x - } - - if newX + newWidth > parentView.bounds.origin.x + parentView.bounds.size.width { - newWidth = parentView.bounds.size.width - newX - } - - if newY < parentView.bounds.origin.y { - deltaH = self.frame.origin.y - parentView.bounds.origin.y - newHeight = self.height + deltaH - newY = parentView.bounds.origin.y - } - - if newY + newHeight > parentView.bounds.origin.y + parentView.bounds.size.height { - newHeight = parentView.bounds.size.height - newY - } - } - - self.frame = CGRect(x: newX, y: newY, width: newWidth, height: newHeight) - self.gripperBorder.frame.origin = self.frame.origin - self.gripperBorder.frame = self.bounds.insetBy(dx: VIEW_INSET, dy: VIEW_INSET) // update border frame - self.gripperBorder.setNeedsDisplay() - firstTouchPoint = point // update the firstTouchPoint - } -} diff --git a/Example/Pods/ResizableView/Sources/DraggableView.swift b/Example/Pods/ResizableView/Sources/DraggableView.swift deleted file mode 100644 index 9aad919..0000000 --- a/Example/Pods/ResizableView/Sources/DraggableView.swift +++ /dev/null @@ -1,227 +0,0 @@ -// -// ResizableView.swift -// ResizableView -// -// Created by Guoliang Wang on 3/17/17. -// Copyright © 2017 Guoliang Wang. All rights reserved. -// - -import UIKit - -@objc -protocol ResizableViewDelegate: class { - - @objc func resizableView(_ resizableView: ResizableView, didBegin: Bool) - @objc func resizableView(_ resizableView: ResizableView, didEnd: Bool) -} - -internal struct AnchorPoint { - let updatesW: CGFloat - let updatesH: CGFloat - let updatesX: CGFloat - let updatesY: CGFloat - - init(x: CGFloat, y: CGFloat, height: CGFloat, width: CGFloat) { - self.updatesX = x - self.updatesY = y - self.updatesH = height - self.updatesW = width - } -} - -internal struct AnchorPointPair { - let point: CGPoint - let anchor: AnchorPoint -} - -class ResizableView: UIView { - -// let RADIUS: CGFloat = 3.0 - - var gripperBorder: GripperBorder! - - var content: UIView! - - var firstTouchPoint: CGPoint = .zero - - var keepInsideParentView: Bool = true - - let padding: CGFloat = VIEW_INSET + BORDER_SIZE / 2.0 - - let minimumWidth: CGFloat = 30.0 - - let minimumHeight: CGFloat = 30.0 - - var anchorPoint: AnchorPoint = centerAnchor { - didSet { - // check if it's resizing - self.isResizing = (anchorPoint.updatesH != 0 || anchorPoint.updatesW != 0 || anchorPoint.updatesX != 0 || anchorPoint.updatesY != 0) - } - } - - var isResizing: Bool = false - - var isActive: Bool = false { - didSet { - self.gripperBorder.isHidden = !isActive - } - } - - var image: UIImage? = nil { - didSet { - let imageView = UIImageView(image: image) - imageView.contentMode = .scaleAspectFill - imageView.frame = self.content.frame - self.content = imageView - } - } - - var contentView: UIView? = nil { - didSet { - guard let view = contentView else { return } - view.frame = self.content.frame - self.content = view - } - } - - weak var delegate: ResizableViewDelegate? - - override init(frame: CGRect) { - super.init(frame: frame) - commonInit() - } - - required init?(coder aDecoder: NSCoder) { - super.init(coder: aDecoder) - commonInit() - } - - override func layoutSubviews() { - super.layoutSubviews() - setupContentView() - } - - fileprivate func commonInit() { - self.backgroundColor = UIColor.clear // #colorLiteral(red: 0, green: 0.5694751143, blue: 1, alpha: 1) - gripperBorder = GripperBorder(frame: self.bounds.insetBy(dx: VIEW_INSET, dy: VIEW_INSET)) - gripperBorder.isHidden = true - content = UIView() - content.backgroundColor = #colorLiteral(red: 0.8039215803, green: 0.8039215803, blue: 0.8039215803, alpha: 1) // TODO: change the default color - - pinchGesture.addTarget(self, action: #selector(self.didPinchView(sender:))) - addGestureRecognizer(pinchGesture) - } - - fileprivate func setupContentView() { - content.removeFromSuperview() - content.frame = self.bounds.insetBy(dx: padding, dy: padding) - - self.addSubview(content) - gripperBorder.setNeedsDisplay() - self.addSubview(gripperBorder) - } - - deinit { - gripperBorder.removeFromSuperview() - gripperBorder = nil - content.removeFromSuperview() - content = nil - - removeGestureRecognizer(pinchGesture) - self.removeFromSuperview() - } - - // MARK: locate the anchor point closes to the touch point - internal func locateAnchorPoint(closeTo point: CGPoint) -> AnchorPoint { - - var anchor = centerAnchor - var minDistance: CGFloat = CGFloat.greatestFiniteMagnitude - // should we apply a minimum distance to anchor point for considering resizing? - anchorPoints.forEach { - let dist = point.distance(toPoint: $0.point) -// NSLog("dist: \(dist)") - if dist < minDistance { - minDistance = dist - anchor = $0.anchor - } - } - - return anchor - } - -// internal func generateBorderGrabber(rect: CGRect) -> CAShapeLayer { -// -// let leftPoint = CGPoint(x: rect.minX, y: rect.height/2.0) -// let circleL = UIBezierPath(roundedRect: CGRect(x: rect.minX, y: rect.midY, width: 2.0 * RADIUS, height: 2.0 * RADIUS), cornerRadius: RADIUS) -// let circleShape = CAShapeLayer() -// circleShape.path = circleL.cgPath -// circleShape.position = leftPoint -// circleShape.fillColor = UIColor.red.cgColor -// circleShape.strokeColor = UIColor.red.cgColor -// -// return circleShape -// } - - private func distance(p1: CGPoint, p2: CGPoint) -> CGFloat { - return CGFloat(hypotf(Float(p1.x) - Float(p2.x), Float(p1.y) - Float(p2.y))) - } - - @objc private func didPinchView(sender: UIPinchGestureRecognizer) { - NSLog("did pinch view, scale: \(sender.scale)") - self.transform = CGAffineTransform(scaleX: sender.scale, y: sender.scale) - } - - open func showGripper() { - self.gripperBorder.isHidden = false - } - - open func hideGripper() { - self.gripperBorder.isHidden = true - } - - internal var width: CGFloat { - return self.bounds.size.width - } - - internal var height: CGFloat { - return self.bounds.size.height - } - - internal lazy var pinchGesture: UIPinchGestureRecognizer = { - return UIPinchGestureRecognizer() - }() - - internal lazy var anchorPoints: [AnchorPointPair] = { - - let minX = self.bounds.minX + self.padding - let maxX = self.bounds.maxX - self.padding - - let minY = self.bounds.minY + self.padding - let maxY = self.bounds.maxY - self.padding - - var pointPairs: [AnchorPointPair] = [] - let topLeft = CGPoint(x: minX, y: minY) - let topMiddle = CGPoint(x: self.bounds.midX, y: minY) - let topRight = CGPoint(x: maxX, y: minY) - let rightMiddle = CGPoint(x: maxX, y: self.bounds.midY) - let bottomRight = CGPoint(x: maxX, y: maxY) - let bottomMiddle = CGPoint(x: self.bounds.midX, y: maxY) - let bottomLeft = CGPoint(x: minX, y: maxY) - let leftMiddle = CGPoint(x: minX, y: self.bounds.midY) - let centerPoint = self.center - - pointPairs.append(AnchorPointPair(point: topLeft, anchor: topLeftAnchor)) - pointPairs.append(AnchorPointPair(point: topMiddle, anchor: topMiddleAnchor)) - pointPairs.append(AnchorPointPair(point: topRight, anchor: topRightAnchor)) - pointPairs.append(AnchorPointPair(point: rightMiddle, anchor: rightMiddleAnchor)) - - pointPairs.append(AnchorPointPair(point: bottomRight, anchor: bottomRightAnchor)) - pointPairs.append(AnchorPointPair(point: bottomMiddle, anchor: bottomMiddleAnchor)) - pointPairs.append(AnchorPointPair(point: bottomLeft, anchor: bottomLeftAnchor)) - pointPairs.append(AnchorPointPair(point: leftMiddle, anchor: leftMiddleAnchor)) - - pointPairs.append(AnchorPointPair(point: centerPoint, anchor: centerAnchor)) - - return pointPairs - }() -} diff --git a/Example/Pods/ResizableView/Sources/GripperBorder.swift b/Example/Pods/ResizableView/Sources/GripperBorder.swift deleted file mode 100644 index 0fd53a5..0000000 --- a/Example/Pods/ResizableView/Sources/GripperBorder.swift +++ /dev/null @@ -1,84 +0,0 @@ -// -// GripperBorder.swift -// ResizableView -// -// Created by Guoliang Wang on 3/18/17. -// Copyright © 2017 Guoliang Wang. All rights reserved. -// - -import UIKit - -class GripperBorder: UIView { - - let gradColors: [CGFloat] = [0.4, 0.8, 1.0, 1.0, 0.0, 0.0, 1.0, 1.0] - - override init(frame: CGRect) { - super.init(frame: frame) - commonInit() - } - - required init?(coder aDecoder: NSCoder) { - super.init(coder: aDecoder) - commonInit() - } - - override func draw(_ rect: CGRect) { - - let context = UIGraphicsGetCurrentContext() - context?.saveGState() - - // bounding box - context?.setLineWidth(1.0) - context?.setStrokeColor(self.tintColor.cgColor) - let rectangle = self.bounds.insetBy(dx: BORDER_SIZE/2.0, dy: BORDER_SIZE/2.0) - context?.addRect(rectangle) - context?.strokePath() - - let topLeft = CGRect(x: 0, y: 0, width: BORDER_SIZE, height: BORDER_SIZE) - let topRight = CGRect(x: self.width - BORDER_SIZE, y: 0, width: BORDER_SIZE, height: BORDER_SIZE) - - let bottomRight = CGRect(x: self.width - BORDER_SIZE, y: self.height - BORDER_SIZE, width: BORDER_SIZE, height: BORDER_SIZE) - let bottomLeft = CGRect(x: 0, y: self.height - BORDER_SIZE, width: BORDER_SIZE, height: BORDER_SIZE) - - let topMiddle = CGRect(x: (self.width - BORDER_SIZE)/2.0, y: 0, width: BORDER_SIZE, height: BORDER_SIZE) - - let bottomMiddle = CGRect(x: (self.width - BORDER_SIZE)/2.0, y: self.height - BORDER_SIZE, width: BORDER_SIZE, height: BORDER_SIZE) - - let middleLeft = CGRect(x: 0, y: (self.height - BORDER_SIZE) / 2.0, width: BORDER_SIZE, height: BORDER_SIZE) - - let middleRight = CGRect(x: self.width - BORDER_SIZE, y: (self.height - BORDER_SIZE) / 2.0, width: BORDER_SIZE, height: BORDER_SIZE) - - let baseSpace = CGColorSpaceCreateDeviceRGB() - let gradient = CGGradient.init(colorSpace: baseSpace, colorComponents: gradColors, locations: nil, count: 2) - - // fill each anchor point with the gradient then stroke the border - let allPoints: [CGRect] = [topLeft, topRight, bottomRight, - bottomLeft, topMiddle, bottomMiddle, - middleLeft, middleRight] - - for gripper in allPoints { - context?.saveGState() - context?.addEllipse(in: gripper) - context?.clip() - let startPoint = CGPoint(x: gripper.midX, y: gripper.minY) - let endPoint = CGPoint(x: gripper.midX, y: gripper.maxY) - context?.drawLinearGradient(gradient!, start: startPoint, end: endPoint, options: CGGradientDrawingOptions.drawsBeforeStartLocation) - context?.restoreGState() - context?.strokeEllipse(in: gripper.insetBy(dx: 1, dy: 1)) - } - - } - - fileprivate func commonInit() { - self.backgroundColor = UIColor.clear - } - - internal var width: CGFloat { - return self.bounds.size.width - } - - internal var height: CGFloat { - return self.bounds.size.height - } - -} diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Example/Info.plist b/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-Info.plist similarity index 100% rename from Example/Pods/Target Support Files/Pods-ResizableView_Example/Info.plist rename to Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-Info.plist diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-frameworks.sh b/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-frameworks.sh index a54e147..198a3de 100755 --- a/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-frameworks.sh +++ b/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-frameworks.sh @@ -1,11 +1,32 @@ #!/bin/sh set -e +set -u +set -o pipefail + +function on_error { + echo "$(realpath -mq "${0}"):$1: error: Unexpected failure" +} +trap 'on_error $LINENO' ERR + +if [ -z ${FRAMEWORKS_FOLDER_PATH+x} ]; then + # If FRAMEWORKS_FOLDER_PATH is not set, then there's nowhere for us to copy + # frameworks to, so exit 0 (signalling the script phase was successful). + exit 0 +fi echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" +COCOAPODS_PARALLEL_CODE_SIGN="${COCOAPODS_PARALLEL_CODE_SIGN:-false}" SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" +BCSYMBOLMAP_DIR="BCSymbolMaps" + +# This protects against multiple targets copying the same framework dependency at the same time. The solution +# was originally proposed here: https://lists.samba.org/archive/rsync/2008-February/020158.html +RSYNC_PROTECT_TMP_FILES=(--filter "P .*.??????") + +# Copies and strips a vendored framework install_framework() { if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then @@ -19,19 +40,34 @@ install_framework() local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" + echo "Symlinked..." + source="$(readlink "${source}")" + fi + + if [ -d "${source}/${BCSYMBOLMAP_DIR}" ]; then + # Locate and install any .bcsymbolmaps if present, and remove them from the .framework before the framework is copied + find "${source}/${BCSYMBOLMAP_DIR}" -name "*.bcsymbolmap"|while read f; do + echo "Installing $f" + install_bcsymbolmap "$f" "$destination" + rm "$f" + done + rmdir "${source}/${BCSYMBOLMAP_DIR}" fi - # use filter instead of exclude so missing patterns dont' throw errors - echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" + # Use filter instead of exclude so missing patterns don't throw errors. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" local basename basename="$(basename -s .framework "$1")" binary="${destination}/${basename}.framework/${basename}" + if ! [ -r "$binary" ]; then binary="${destination}/${basename}" + elif [ -L "${binary}" ]; then + echo "Destination binary is symlinked..." + dirname="$(dirname "${binary}")" + binary="${dirname}/$(readlink "${binary}")" fi # Strip invalid architectures so "fat" simulator / device frameworks work on device @@ -45,7 +81,7 @@ install_framework() # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) + swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u) for lib in $swift_runtime_libs; do echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" @@ -53,46 +89,96 @@ install_framework() done fi } +# Copies and strips a vendored dSYM +install_dsym() { + local source="$1" + warn_missing_arch=${2:-true} + if [ -r "$source" ]; then + # Copy the dSYM into the targets temp dir. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${DERIVED_FILES_DIR}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${DERIVED_FILES_DIR}" -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" + local basename + basename="$(basename -s .dSYM "$source")" + binary_name="$(ls "$source/Contents/Resources/DWARF")" + binary="${DERIVED_FILES_DIR}/${basename}.dSYM/Contents/Resources/DWARF/${binary_name}" - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" + # Strip invalid architectures from the dSYM. + if [[ "$(file "$binary")" == *"Mach-O "*"dSYM companion"* ]]; then + strip_invalid_archs "$binary" "$warn_missing_arch" + fi + if [[ $STRIP_BINARY_RETVAL == 0 ]]; then + # Move the stripped file into its final destination. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${DERIVED_FILES_DIR}/${basename}.framework.dSYM\" \"${DWARF_DSYM_FOLDER_PATH}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.dSYM" "${DWARF_DSYM_FOLDER_PATH}" + else + # The dSYM was not stripped at all, in this case touch a fake folder so the input/output paths from Xcode do not reexecute this script because the file is missing. + touch "${DWARF_DSYM_FOLDER_PATH}/${basename}.dSYM" fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" fi } +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + # Strip invalid architectures strip_invalid_archs() { binary="$1" - # Get architectures for current file - archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" + warn_missing_arch=${2:-true} + # Get architectures for current target binary + binary_archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | awk '{$1=$1;print}' | rev)" + # Intersect them with the architectures we are building for + intersected_archs="$(echo ${ARCHS[@]} ${binary_archs[@]} | tr ' ' '\n' | sort | uniq -d)" + # If there are no archs supported by this binary then warn the user + if [[ -z "$intersected_archs" ]]; then + if [[ "$warn_missing_arch" == "true" ]]; then + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + fi + STRIP_BINARY_RETVAL=1 + return + fi stripped="" - for arch in $archs; do - if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 + lipo -remove "$arch" -output "$binary" "$binary" stripped="$stripped $arch" fi done if [[ "$stripped" ]]; then echo "Stripped $binary of architectures:$stripped" fi + STRIP_BINARY_RETVAL=0 } +# Copies the bcsymbolmap files of a vendored framework +install_bcsymbolmap() { + local bcsymbolmap_path="$1" + local destination="${BUILT_PRODUCTS_DIR}" + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${bcsymbolmap_path}" "${destination}" +} + +# Signs a framework with the provided identity +code_sign_if_enabled() { + if [ -n "${EXPANDED_CODE_SIGN_IDENTITY:-}" -a "${CODE_SIGNING_REQUIRED:-}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then + # Use the current code_sign_identity + echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" + local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS:-} --preserve-metadata=identifier,entitlements '$1'" + + if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + code_sign_cmd="$code_sign_cmd &" + fi + echo "$code_sign_cmd" + eval "$code_sign_cmd" + fi +} if [[ "$CONFIGURATION" == "Debug" ]]; then - install_framework "$BUILT_PRODUCTS_DIR/ResizableView/ResizableView.framework" + install_framework "${BUILT_PRODUCTS_DIR}/ResizableView/ResizableView.framework" fi if [[ "$CONFIGURATION" == "Release" ]]; then - install_framework "$BUILT_PRODUCTS_DIR/ResizableView/ResizableView.framework" + install_framework "${BUILT_PRODUCTS_DIR}/ResizableView/ResizableView.framework" fi if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then wait diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-resources.sh b/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-resources.sh deleted file mode 100755 index 4602c68..0000000 --- a/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-resources.sh +++ /dev/null @@ -1,99 +0,0 @@ -#!/bin/sh -set -e - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -case "${TARGETED_DEVICE_FAMILY}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; -esac - -install_resource() -{ - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" - xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - *) - echo "$RESOURCE_PATH" - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] -then - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "${PODS_ROOT}*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example.debug.xcconfig b/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example.debug.xcconfig index 64f3434..cf3508d 100644 --- a/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example.debug.xcconfig @@ -1,10 +1,14 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ResizableView" +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ResizableView" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ResizableView/ResizableView.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ResizableView/ResizableView.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "ResizableView" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_BUILD_DIR = $BUILD_DIR -PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +OTHER_LDFLAGS = $(inherited) -framework "ResizableView" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example.release.xcconfig b/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example.release.xcconfig index 64f3434..cf3508d 100644 --- a/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example.release.xcconfig @@ -1,10 +1,14 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ResizableView" +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ResizableView" GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ResizableView/ResizableView.framework/Headers" LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' -OTHER_CFLAGS = $(inherited) -iquote "$PODS_CONFIGURATION_BUILD_DIR/ResizableView/ResizableView.framework/Headers" -OTHER_LDFLAGS = $(inherited) -framework "ResizableView" -OTHER_SWIFT_FLAGS = $(inherited) "-D" "COCOAPODS" -PODS_BUILD_DIR = $BUILD_DIR -PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +OTHER_LDFLAGS = $(inherited) -framework "ResizableView" -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Info.plist b/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-Info.plist similarity index 100% rename from Example/Pods/Target Support Files/Pods-ResizableView_Tests/Info.plist rename to Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-Info.plist diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-frameworks.sh b/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-frameworks.sh deleted file mode 100755 index 0f29f13..0000000 --- a/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-frameworks.sh +++ /dev/null @@ -1,92 +0,0 @@ -#!/bin/sh -set -e - -echo "mkdir -p ${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" -mkdir -p "${CONFIGURATION_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - -SWIFT_STDLIB_PATH="${DT_TOOLCHAIN_DIR}/usr/lib/swift/${PLATFORM_NAME}" - -install_framework() -{ - if [ -r "${BUILT_PRODUCTS_DIR}/$1" ]; then - local source="${BUILT_PRODUCTS_DIR}/$1" - elif [ -r "${BUILT_PRODUCTS_DIR}/$(basename "$1")" ]; then - local source="${BUILT_PRODUCTS_DIR}/$(basename "$1")" - elif [ -r "$1" ]; then - local source="$1" - fi - - local destination="${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - - if [ -L "${source}" ]; then - echo "Symlinked..." - source="$(readlink "${source}")" - fi - - # use filter instead of exclude so missing patterns dont' throw errors - echo "rsync -av --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" - rsync -av --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${source}" "${destination}" - - local basename - basename="$(basename -s .framework "$1")" - binary="${destination}/${basename}.framework/${basename}" - if ! [ -r "$binary" ]; then - binary="${destination}/${basename}" - fi - - # Strip invalid architectures so "fat" simulator / device frameworks work on device - if [[ "$(file "$binary")" == *"dynamically linked shared library"* ]]; then - strip_invalid_archs "$binary" - fi - - # Resign the code if required by the build settings to avoid unstable apps - code_sign_if_enabled "${destination}/$(basename "$1")" - - # Embed linked Swift runtime libraries. No longer necessary as of Xcode 7. - if [ "${XCODE_VERSION_MAJOR}" -lt 7 ]; then - local swift_runtime_libs - swift_runtime_libs=$(xcrun otool -LX "$binary" | grep --color=never @rpath/libswift | sed -E s/@rpath\\/\(.+dylib\).*/\\1/g | uniq -u && exit ${PIPESTATUS[0]}) - for lib in $swift_runtime_libs; do - echo "rsync -auv \"${SWIFT_STDLIB_PATH}/${lib}\" \"${destination}\"" - rsync -auv "${SWIFT_STDLIB_PATH}/${lib}" "${destination}" - code_sign_if_enabled "${destination}/${lib}" - done - fi -} - -# Signs a framework with the provided identity -code_sign_if_enabled() { - if [ -n "${EXPANDED_CODE_SIGN_IDENTITY}" -a "${CODE_SIGNING_REQUIRED}" != "NO" -a "${CODE_SIGNING_ALLOWED}" != "NO" ]; then - # Use the current code_sign_identitiy - echo "Code Signing $1 with Identity ${EXPANDED_CODE_SIGN_IDENTITY_NAME}" - local code_sign_cmd="/usr/bin/codesign --force --sign ${EXPANDED_CODE_SIGN_IDENTITY} ${OTHER_CODE_SIGN_FLAGS} --preserve-metadata=identifier,entitlements '$1'" - - if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - code_sign_cmd="$code_sign_cmd &" - fi - echo "$code_sign_cmd" - eval "$code_sign_cmd" - fi -} - -# Strip invalid architectures -strip_invalid_archs() { - binary="$1" - # Get architectures for current file - archs="$(lipo -info "$binary" | rev | cut -d ':' -f1 | rev)" - stripped="" - for arch in $archs; do - if ! [[ "${VALID_ARCHS}" == *"$arch"* ]]; then - # Strip non-valid architectures in-place - lipo -remove "$arch" -output "$binary" "$binary" || exit 1 - stripped="$stripped $arch" - fi - done - if [[ "$stripped" ]]; then - echo "Stripped $binary of architectures:$stripped" - fi -} - -if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then - wait -fi diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-resources.sh b/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-resources.sh deleted file mode 100755 index 4602c68..0000000 --- a/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-resources.sh +++ /dev/null @@ -1,99 +0,0 @@ -#!/bin/sh -set -e - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - -RESOURCES_TO_COPY=${PODS_ROOT}/resources-to-copy-${TARGETNAME}.txt -> "$RESOURCES_TO_COPY" - -XCASSET_FILES=() - -case "${TARGETED_DEVICE_FAMILY}" in - 1,2) - TARGET_DEVICE_ARGS="--target-device ipad --target-device iphone" - ;; - 1) - TARGET_DEVICE_ARGS="--target-device iphone" - ;; - 2) - TARGET_DEVICE_ARGS="--target-device ipad" - ;; - 3) - TARGET_DEVICE_ARGS="--target-device tv" - ;; - *) - TARGET_DEVICE_ARGS="--target-device mac" - ;; -esac - -install_resource() -{ - if [[ "$1" = /* ]] ; then - RESOURCE_PATH="$1" - else - RESOURCE_PATH="${PODS_ROOT}/$1" - fi - if [[ ! -e "$RESOURCE_PATH" ]] ; then - cat << EOM -error: Resource "$RESOURCE_PATH" not found. Run 'pod install' to update the copy resources script. -EOM - exit 1 - fi - case $RESOURCE_PATH in - *.storyboard) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .storyboard`.storyboardc" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.xib) - echo "ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile ${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib $RESOURCE_PATH --sdk ${SDKROOT} ${TARGET_DEVICE_ARGS}" - ibtool --reference-external-strings-file --errors --warnings --notices --minimum-deployment-target ${!DEPLOYMENT_TARGET_SETTING_NAME} --output-format human-readable-text --compile "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename \"$RESOURCE_PATH\" .xib`.nib" "$RESOURCE_PATH" --sdk "${SDKROOT}" ${TARGET_DEVICE_ARGS} - ;; - *.framework) - echo "mkdir -p ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - mkdir -p "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - echo "rsync -av $RESOURCE_PATH ${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - rsync -av "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}" - ;; - *.xcdatamodel) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH"`.mom\"" - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodel`.mom" - ;; - *.xcdatamodeld) - echo "xcrun momc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd\"" - xcrun momc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcdatamodeld`.momd" - ;; - *.xcmappingmodel) - echo "xcrun mapc \"$RESOURCE_PATH\" \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm\"" - xcrun mapc "$RESOURCE_PATH" "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/`basename "$RESOURCE_PATH" .xcmappingmodel`.cdm" - ;; - *.xcassets) - ABSOLUTE_XCASSET_FILE="$RESOURCE_PATH" - XCASSET_FILES+=("$ABSOLUTE_XCASSET_FILE") - ;; - *) - echo "$RESOURCE_PATH" - echo "$RESOURCE_PATH" >> "$RESOURCES_TO_COPY" - ;; - esac -} - -mkdir -p "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -if [[ "${ACTION}" == "install" ]] && [[ "${SKIP_INSTALL}" == "NO" ]]; then - mkdir -p "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" - rsync -avr --copy-links --no-relative --exclude '*/.svn/*' --files-from="$RESOURCES_TO_COPY" / "${INSTALL_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi -rm -f "$RESOURCES_TO_COPY" - -if [[ -n "${WRAPPER_EXTENSION}" ]] && [ "`xcrun --find actool`" ] && [ -n "$XCASSET_FILES" ] -then - # Find all other xcassets (this unfortunately includes those of path pods and other targets). - OTHER_XCASSETS=$(find "$PWD" -iname "*.xcassets" -type d) - while read line; do - if [[ $line != "${PODS_ROOT}*" ]]; then - XCASSET_FILES+=("$line") - fi - done <<<"$OTHER_XCASSETS" - - printf "%s\0" "${XCASSET_FILES[@]}" | xargs -0 xcrun actool --output-format human-readable-text --notices --warnings --platform "${PLATFORM_NAME}" --minimum-deployment-target "${!DEPLOYMENT_TARGET_SETTING_NAME}" ${TARGET_DEVICE_ARGS} --compress-pngs --compile "${BUILT_PRODUCTS_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}" -fi diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.debug.xcconfig index 478c53a..1b99ba1 100644 --- a/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.debug.xcconfig +++ b/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.debug.xcconfig @@ -1,7 +1,11 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ResizableView" +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ResizableView" 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/ResizableView/ResizableView.framework/Headers" -PODS_BUILD_DIR = $BUILD_DIR -PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ResizableView/ResizableView.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "ResizableView" -framework "UIKit" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.release.xcconfig b/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.release.xcconfig index 478c53a..1b99ba1 100644 --- a/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.release.xcconfig +++ b/Example/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests.release.xcconfig @@ -1,7 +1,11 @@ -FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_CONFIGURATION_BUILD_DIR/ResizableView" +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ResizableView" 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/ResizableView/ResizableView.framework/Headers" -PODS_BUILD_DIR = $BUILD_DIR -PODS_CONFIGURATION_BUILD_DIR = $PODS_BUILD_DIR/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/ResizableView/ResizableView.framework/Headers" +OTHER_LDFLAGS = $(inherited) -framework "ResizableView" -framework "UIKit" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_PODFILE_DIR_PATH = ${SRCROOT}/. PODS_ROOT = ${SRCROOT}/Pods +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Example/Pods/Target Support Files/ResizableView/Info.plist b/Example/Pods/Target Support Files/ResizableView/ResizableView-Info.plist similarity index 96% rename from Example/Pods/Target Support Files/ResizableView/Info.plist rename to Example/Pods/Target Support Files/ResizableView/ResizableView-Info.plist index 161a9d3..0d7bfa2 100644 --- a/Example/Pods/Target Support Files/ResizableView/Info.plist +++ b/Example/Pods/Target Support Files/ResizableView/ResizableView-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.1.0 + 0.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/ResizableView/ResizableView.debug.xcconfig b/Example/Pods/Target Support Files/ResizableView/ResizableView.debug.xcconfig new file mode 100644 index 0000000..1ed8fad --- /dev/null +++ b/Example/Pods/Target Support Files/ResizableView/ResizableView.debug.xcconfig @@ -0,0 +1,13 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ResizableView +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Example/Pods/Target Support Files/ResizableView/ResizableView.release.xcconfig b/Example/Pods/Target Support Files/ResizableView/ResizableView.release.xcconfig new file mode 100644 index 0000000..1ed8fad --- /dev/null +++ b/Example/Pods/Target Support Files/ResizableView/ResizableView.release.xcconfig @@ -0,0 +1,13 @@ +CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/ResizableView +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "UIKit" +OTHER_SWIFT_FLAGS = $(inherited) -D COCOAPODS +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. +PODS_XCFRAMEWORKS_BUILD_DIR = $(PODS_CONFIGURATION_BUILD_DIR)/XCFrameworkIntermediates +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES diff --git a/Example/Pods/Target Support Files/ResizableView/ResizableView.xcconfig b/Example/Pods/Target Support Files/ResizableView/ResizableView.xcconfig deleted file mode 100644 index bbe8c65..0000000 --- a/Example/Pods/Target Support Files/ResizableView/ResizableView.xcconfig +++ /dev/null @@ -1,11 +0,0 @@ -CONFIGURATION_BUILD_DIR = $PODS_CONFIGURATION_BUILD_DIR/ResizableView -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) -PODS_ROOT = ${SRCROOT} -PODS_TARGET_SRCROOT = ${PODS_ROOT}/../.. -PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} -SKIP_INSTALL = YES diff --git a/Example/ResizableView.xcodeproj/project.pbxproj b/Example/ResizableView.xcodeproj/project.pbxproj index 351b649..d314d0e 100644 --- a/Example/ResizableView.xcodeproj/project.pbxproj +++ b/Example/ResizableView.xcodeproj/project.pbxproj @@ -194,7 +194,6 @@ 607FACCD1AFB9204008FA782 /* Frameworks */, 607FACCE1AFB9204008FA782 /* Resources */, 37B8C33FBB6D13A6481BAC84 /* [CP] Embed Pods Frameworks */, - 34D1F04C2FB2A826D87CFD98 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -213,8 +212,6 @@ 607FACE11AFB9204008FA782 /* Sources */, 607FACE21AFB9204008FA782 /* Frameworks */, 607FACE31AFB9204008FA782 /* Resources */, - 666392D81833F6BFBB1437B3 /* [CP] Embed Pods Frameworks */, - E4CFCDC424A8F34A15D2AA14 /* [CP] Copy Pods Resources */, ); buildRules = ( ); @@ -252,6 +249,7 @@ developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( + English, en, Base, ); @@ -287,34 +285,22 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 34D1F04C2FB2A826D87CFD98 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-resources.sh\"\n"; - showEnvVarsInLog = 0; - }; 37B8C33FBB6D13A6481BAC84 /* [CP] Embed Pods Frameworks */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; files = ( ); inputPaths = ( + "${PODS_ROOT}/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/ResizableView/ResizableView.framework", ); name = "[CP] Embed Pods Frameworks"; outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ResizableView.framework", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-frameworks.sh\"\n"; + shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ResizableView_Example/Pods-ResizableView_Example-frameworks.sh\"\n"; showEnvVarsInLog = 0; }; 631ACDAEA7985CD4A7DDA2C2 /* [CP] Check Pods Manifest.lock */ = { @@ -323,28 +309,16 @@ files = ( ); inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-ResizableView_Tests-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - 666392D81833F6BFBB1437B3 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-frameworks.sh\"\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; 6A9FD7FE69E7596B58B75508 /* [CP] Check Pods Manifest.lock */ = { @@ -353,28 +327,16 @@ files = ( ); inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", ); name = "[CP] Check Pods Manifest.lock"; outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-ResizableView_Example-checkManifestLockResult.txt", ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; - shellScript = "diff \"${PODS_ROOT}/../Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n"; - showEnvVarsInLog = 0; - }; - E4CFCDC424A8F34A15D2AA14 /* [CP] Copy Pods Resources */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "[CP] Copy Pods Resources"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-ResizableView_Tests/Pods-ResizableView_Tests-resources.sh\"\n"; + shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n"; showEnvVarsInLog = 0; }; /* End PBXShellScriptBuildPhase section */ @@ -471,7 +433,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = iphoneos; @@ -511,7 +473,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - IPHONEOS_DEPLOYMENT_TARGET = 8.3; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; @@ -525,12 +487,12 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = ResizableView/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.1; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 5.0; }; name = Debug; }; @@ -540,12 +502,12 @@ buildSettings = { ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; INFOPLIST_FILE = ResizableView/Info.plist; - IPHONEOS_DEPLOYMENT_TARGET = 10.1; + IPHONEOS_DEPLOYMENT_TARGET = 14.0; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; MODULE_NAME = ExampleApp; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.demo.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 5.0; }; name = Release; }; @@ -565,7 +527,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 5.0; }; name = Debug; }; @@ -581,7 +543,7 @@ LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.$(PRODUCT_NAME:rfc1034identifier)"; PRODUCT_NAME = "$(TARGET_NAME)"; - SWIFT_VERSION = 3.0; + SWIFT_VERSION = 5.0; }; name = Release; }; diff --git a/Example/ResizableView.xcodeproj/xcuserdata/afham.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/ResizableView.xcodeproj/xcuserdata/afham.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..5614d25 --- /dev/null +++ b/Example/ResizableView.xcodeproj/xcuserdata/afham.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + ResizableView-Example.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/Example/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/guwang.xcuserdatad/WorkspaceSettings.xcsettings b/Example/ResizableView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 73% rename from Example/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/guwang.xcuserdatad/WorkspaceSettings.xcsettings rename to Example/ResizableView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist index a8f6112..18d9810 100644 --- a/Example/Pods/Pods.xcodeproj/project.xcworkspace/xcuserdata/guwang.xcuserdatad/WorkspaceSettings.xcsettings +++ b/Example/ResizableView.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -2,7 +2,7 @@ - BuildLocationStyle - UseTargetSettings + IDEDidComputeMac32BitWarning + diff --git a/Example/ResizableView.xcworkspace/xcuserdata/afham.xcuserdatad/UserInterfaceState.xcuserstate b/Example/ResizableView.xcworkspace/xcuserdata/afham.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..6b2d203 Binary files /dev/null and b/Example/ResizableView.xcworkspace/xcuserdata/afham.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Example/ResizableView.xcworkspace/xcuserdata/guoliangwang.xcuserdatad/UserInterfaceState.xcuserstate b/Example/ResizableView.xcworkspace/xcuserdata/guoliangwang.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 8fff7fe..0000000 Binary files a/Example/ResizableView.xcworkspace/xcuserdata/guoliangwang.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/Example/ResizableView.xcworkspace/xcuserdata/guwang.xcuserdatad/UserInterfaceState.xcuserstate b/Example/ResizableView.xcworkspace/xcuserdata/guwang.xcuserdatad/UserInterfaceState.xcuserstate deleted file mode 100644 index 51b52b9..0000000 Binary files a/Example/ResizableView.xcworkspace/xcuserdata/guwang.xcuserdatad/UserInterfaceState.xcuserstate and /dev/null differ diff --git a/Example/ResizableView.xcworkspace/xcuserdata/guwang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist b/Example/ResizableView.xcworkspace/xcuserdata/guwang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist deleted file mode 100644 index ed9a9b4..0000000 --- a/Example/ResizableView.xcworkspace/xcuserdata/guwang.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist +++ /dev/null @@ -1,5 +0,0 @@ - - - diff --git a/Example/ResizableView/AppDelegate.swift b/Example/ResizableView/AppDelegate.swift index 14e5ed5..25d7d55 100644 --- a/Example/ResizableView/AppDelegate.swift +++ b/Example/ResizableView/AppDelegate.swift @@ -14,7 +14,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate { var window: UIWindow? - func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { + internal func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. return true } diff --git a/Example/ResizableView/ViewController.swift b/Example/ResizableView/ViewController.swift index 5f7fddc..1d2103e 100644 --- a/Example/ResizableView/ViewController.swift +++ b/Example/ResizableView/ViewController.swift @@ -39,7 +39,7 @@ extension ViewController: ResizableViewDelegate { } func resizableView(_ resizableView: ResizableView, didBegin: Bool) { - self.view.bringSubview(toFront: resizableView) + self.view.bringSubviewToFront(resizableView) // self.resizableView.showGripper() } }