From 70871eb3f8acb53f8496dd42049090277d6fc920 Mon Sep 17 00:00:00 2001 From: shlesberg Date: Wed, 13 Feb 2019 15:19:30 +0300 Subject: [PATCH] changed protection level --- Example/Podfile | 4 + Example/Podfile.lock | 6 +- .../TrueTransition.podspec.json | 6 +- Example/Pods/Manifest.lock | 6 +- Example/Pods/Pods.xcodeproj/project.pbxproj | 276 +++++++++++++++--- .../Pods-TrueTransitionTests.xcscheme | 71 +++++ .../xcschemes/xcschememanagement.plist | 9 +- .../Pods-TrueTransitionTests-Info.plist | 26 ++ ...eTransitionTests-acknowledgements.markdown | 13 + ...TrueTransitionTests-acknowledgements.plist | 45 +++ .../Pods-TrueTransitionTests-dummy.m | 5 + .../Pods-TrueTransitionTests-frameworks.sh | 163 +++++++++++ .../Pods-TrueTransitionTests-umbrella.h | 16 + .../Pods-TrueTransitionTests.debug.xcconfig | 11 + .../Pods-TrueTransitionTests.modulemap | 6 + .../Pods-TrueTransitionTests.release.xcconfig | 11 + .../TrueTransition/TrueTransition-Info.plist | 2 +- .../TrueTransition.xcodeproj/project.pbxproj | 7 +- .../xcschemes/xcschememanagement.plist | 2 +- .../UserInterfaceState.xcuserstate | Bin 21891 -> 24740 bytes 20 files changed, 625 insertions(+), 60 deletions(-) create mode 100644 Example/Pods/Pods.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/Pods-TrueTransitionTests.xcscheme create mode 100644 Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-Info.plist create mode 100644 Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-acknowledgements.markdown create mode 100644 Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-acknowledgements.plist create mode 100644 Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-dummy.m create mode 100755 Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-frameworks.sh create mode 100644 Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-umbrella.h create mode 100644 Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.debug.xcconfig create mode 100644 Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.modulemap create mode 100644 Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.release.xcconfig diff --git a/Example/Podfile b/Example/Podfile index a7a660f..25322c2 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -4,3 +4,7 @@ use_frameworks! target 'TrueTransition' do pod 'TrueTransition', :path => '../' end + +target 'TrueTransitionTests' do + pod 'TrueTransition', :path => '../' +end \ No newline at end of file diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 94001db..dd57dd5 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - TrueTransition (0.3.1) + - TrueTransition (0.4.2) DEPENDENCIES: - TrueTransition (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - TrueTransition: 8e199cb108d8b0dcfe45cd9cc66d6aae64b337f0 + TrueTransition: 532fd492edf90ff52e4c5da6aa78c6f811baa891 -PODFILE CHECKSUM: 60f7ce52bfa40bb1f94de7f4a595faafc5c32c4f +PODFILE CHECKSUM: e1ac442c2cab24745aa3c9e6075e05e07db35ef6 COCOAPODS: 1.6.0 diff --git a/Example/Pods/Local Podspecs/TrueTransition.podspec.json b/Example/Pods/Local Podspecs/TrueTransition.podspec.json index 7d96bea..ca384fa 100644 --- a/Example/Pods/Local Podspecs/TrueTransition.podspec.json +++ b/Example/Pods/Local Podspecs/TrueTransition.podspec.json @@ -1,6 +1,6 @@ { "name": "TrueTransition", - "version": "0.3.1", + "version": "0.4.2", "summary": "Simple pod for decoupling transitions.", "description": "This library allows you to easily use different transitions", "homepage": "https://github.com/shles/transitionKit", @@ -12,8 +12,8 @@ "Artemiy Shlesberg": "temitrix@gmail.com" }, "source": { - "git": "https://github.com/shles/transitionKit.git", - "tag": "0.3.1" + "git": "https://github.com/shles/TrueTransition.git", + "tag": "0.4.2" }, "platforms": { "ios": "11.0" diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 94001db..dd57dd5 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - TrueTransition (0.3.1) + - TrueTransition (0.4.2) DEPENDENCIES: - TrueTransition (from `../`) @@ -9,8 +9,8 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - TrueTransition: 8e199cb108d8b0dcfe45cd9cc66d6aae64b337f0 + TrueTransition: 532fd492edf90ff52e4c5da6aa78c6f811baa891 -PODFILE CHECKSUM: 60f7ce52bfa40bb1f94de7f4a595faafc5c32c4f +PODFILE CHECKSUM: e1ac442c2cab24745aa3c9e6075e05e07db35ef6 COCOAPODS: 1.6.0 diff --git a/Example/Pods/Pods.xcodeproj/project.pbxproj b/Example/Pods/Pods.xcodeproj/project.pbxproj index 716182c..c43e963 100644 --- a/Example/Pods/Pods.xcodeproj/project.pbxproj +++ b/Example/Pods/Pods.xcodeproj/project.pbxproj @@ -8,12 +8,15 @@ /* Begin PBXBuildFile section */ 52555CEE956E4284A9B986C90E84B80D /* Transition.swift in Sources */ = {isa = PBXBuildFile; fileRef = 564C18E266164F62CAF8CEBCEEAAC12B /* Transition.swift */; }; - 85F56102370CBB74B3829C042321A4DD /* Pods-TrueTransition-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 58AB8EFD007D8CDF211518D61FB088E5 /* Pods-TrueTransition-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 580DC44679E53DEC5BA26D2EA2C4251C /* Pods-TrueTransitionTests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = B74D7ABA62CCDE0199DCD145CF951936 /* Pods-TrueTransitionTests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 85F56102370CBB74B3829C042321A4DD /* Pods-TrueTransition-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 66D2F6DA35E6FEA84DDC05EAA5B615F8 /* Pods-TrueTransition-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 89E98B554615665B83E6016FE0D22703 /* Pods-TrueTransitionTests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 184EB4E7F780B40F50BFB5B072C39941 /* Pods-TrueTransitionTests-dummy.m */; }; 9F0ABA2EBA639E92329D7FDB684BC7E7 /* TrueTransition-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = D9D34DDB56B0DB21CF20B52ABEE8C526 /* TrueTransition-dummy.m */; }; C8B6A6F6E6ECD53C294114131E42716D /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB4607EFCA7C5F75397649E792E2AFCB /* Foundation.framework */; }; - CE50E2FFC93B13EF1292C5D8BFDBF24F /* Pods-TrueTransition-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FC361DBE3CDF41165D3D162B5728875E /* Pods-TrueTransition-dummy.m */; }; + CE50E2FFC93B13EF1292C5D8BFDBF24F /* Pods-TrueTransition-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 6073FF9A1C177B2FFBF320C51C438294 /* Pods-TrueTransition-dummy.m */; }; E1202542890D4958F0D9B2BC9418EA4B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB4607EFCA7C5F75397649E792E2AFCB /* Foundation.framework */; }; E8678D0FE622CE2B379E11C0A0482ECE /* TrueTransition-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 74F599FA51D700ED68B77E67B73D4A45 /* TrueTransition-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; }; + F9BC22D12965CEB9CD37D1426273D104 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CB4607EFCA7C5F75397649E792E2AFCB /* Foundation.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -24,35 +27,60 @@ remoteGlobalIDString = A4478FB9FC8F550A863A87988B94C9B7; remoteInfo = TrueTransition; }; + F2371D3E8DC7466346BB856F67B0E73F /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */; + proxyType = 1; + remoteGlobalIDString = A4478FB9FC8F550A863A87988B94C9B7; + remoteInfo = TrueTransition; + }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 047A247459B3556D322B304EBBC2ACEA /* Pods-TrueTransition-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TrueTransition-frameworks.sh"; sourceTree = ""; }; + 0D68756753DED7FCDCD9F5CA67D30F07 /* Pods-TrueTransition-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TrueTransition-Info.plist"; sourceTree = ""; }; + 184EB4E7F780B40F50BFB5B072C39941 /* Pods-TrueTransitionTests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TrueTransitionTests-dummy.m"; sourceTree = ""; }; 1CDE7FEF6B4458725AC4DCF4B030ABBA /* TrueTransition-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "TrueTransition-Info.plist"; sourceTree = ""; }; - 22BF827C75508930025FAF6E02006816 /* Pods-TrueTransition-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TrueTransition-acknowledgements.markdown"; sourceTree = ""; }; + 1CDEA13A079D7FC66F78CA568CB28383 /* Pods_TrueTransitionTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_TrueTransitionTests.framework; path = "Pods-TrueTransitionTests.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; + 2614DD207A39118806465470B8D7DFF8 /* Pods-TrueTransition.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TrueTransition.release.xcconfig"; sourceTree = ""; }; + 2F5EF6DE3664590A67143488DBFD78DC /* Pods-TrueTransition-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TrueTransition-acknowledgements.plist"; sourceTree = ""; }; + 32E4B1659B69B736BE8C0686828A5536 /* Pods-TrueTransitionTests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TrueTransitionTests-acknowledgements.markdown"; sourceTree = ""; }; 4889181586C6F3A21A074B603CC48F02 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = ""; }; + 4C9B928374C4D2858A74D9A1194F351B /* Pods-TrueTransition.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TrueTransition.debug.xcconfig"; sourceTree = ""; }; 516247C04DB6F179DA89ED7F950AA387 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = ""; }; - 53D89224E129144DD044E0DF4D873C81 /* Pods-TrueTransition.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TrueTransition.debug.xcconfig"; sourceTree = ""; }; + 5379720AA8FB1CA7A0A98BD14E9F5F0B /* Pods-TrueTransition-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-TrueTransition-acknowledgements.markdown"; sourceTree = ""; }; 564C18E266164F62CAF8CEBCEEAAC12B /* Transition.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Transition.swift; path = Source/Transition.swift; sourceTree = ""; }; - 58AB8EFD007D8CDF211518D61FB088E5 /* Pods-TrueTransition-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TrueTransition-umbrella.h"; sourceTree = ""; }; - 6053A2E9863D0D6ACCC8A344791D777A /* Pods-TrueTransition-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TrueTransition-Info.plist"; sourceTree = ""; }; + 6073FF9A1C177B2FFBF320C51C438294 /* Pods-TrueTransition-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TrueTransition-dummy.m"; sourceTree = ""; }; + 66D2F6DA35E6FEA84DDC05EAA5B615F8 /* Pods-TrueTransition-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TrueTransition-umbrella.h"; sourceTree = ""; }; + 6E31D1EDD3905FAFEC33EDED6FEF919E /* Pods_TrueTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_TrueTransition.framework; path = "Pods-TrueTransition.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; 74F599FA51D700ED68B77E67B73D4A45 /* TrueTransition-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TrueTransition-umbrella.h"; sourceTree = ""; }; 7D532B2B7924F0ECC273F829C1FAC9F5 /* TrueTransition.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = TrueTransition.modulemap; sourceTree = ""; }; - 8551C87746E52692F2F83830F492675C /* Pods-TrueTransition-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TrueTransition-acknowledgements.plist"; sourceTree = ""; }; + 81604DB78F592BAB19C7011118A0A347 /* Pods-TrueTransitionTests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-TrueTransitionTests.modulemap"; sourceTree = ""; }; + 8D0A80087AA4EEE3DD2D4F7E2248C7C6 /* Pods-TrueTransitionTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TrueTransitionTests.debug.xcconfig"; sourceTree = ""; }; 8DC47823AFF4084935A92D62C3A4BA74 /* TrueTransition.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = TrueTransition.podspec; sourceTree = ""; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; }; - 939D55A346E4E06C034FE195764270E2 /* TrueTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = TrueTransition.framework; path = TrueTransition.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 9513F9CC57664FCB7FB1606F55D10D48 /* Pods-TrueTransition.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-TrueTransition.modulemap"; 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; }; - BA90E104290DD0CD51C813E7775EE8FB /* Pods-TrueTransition.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TrueTransition.release.xcconfig"; sourceTree = ""; }; + A6E8BF4E74302D7865B37152C391CAE7 /* Pods-TrueTransitionTests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TrueTransitionTests-acknowledgements.plist"; sourceTree = ""; }; + A9FAA4AEA5AF45AB67A089153A26E358 /* Pods-TrueTransition-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TrueTransition-frameworks.sh"; sourceTree = ""; }; + B74D7ABA62CCDE0199DCD145CF951936 /* Pods-TrueTransitionTests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-TrueTransitionTests-umbrella.h"; sourceTree = ""; }; + C74D3EB93890E05A0F2CE1226AC652A0 /* Pods-TrueTransitionTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-TrueTransitionTests.release.xcconfig"; sourceTree = ""; }; CB4607EFCA7C5F75397649E792E2AFCB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; }; + D0291D8FD0B41F9A7016B4D9F2DFEAB9 /* Pods-TrueTransitionTests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-TrueTransitionTests-Info.plist"; sourceTree = ""; }; D9D34DDB56B0DB21CF20B52ABEE8C526 /* TrueTransition-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "TrueTransition-dummy.m"; sourceTree = ""; }; + DD8CCA740565AC3C55E0005ED4E3AF9D /* TrueTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = TrueTransition.framework; path = TrueTransition.framework; sourceTree = BUILT_PRODUCTS_DIR; }; E017B9DD872DF76D1BC3AB9F8E0767BA /* TrueTransition-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "TrueTransition-prefix.pch"; sourceTree = ""; }; + EA187D3E6A9BB1F4FB237B7A34980330 /* Pods-TrueTransition.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-TrueTransition.modulemap"; sourceTree = ""; }; F2C9EE4BEE866B81F6B55CCCBBA9AF7B /* TrueTransition.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = TrueTransition.xcconfig; sourceTree = ""; }; - FAEC8791F97EB1C4902D780112B45CA4 /* Pods_TrueTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_TrueTransition.framework; path = "Pods-TrueTransition.framework"; sourceTree = BUILT_PRODUCTS_DIR; }; - FC361DBE3CDF41165D3D162B5728875E /* Pods-TrueTransition-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-TrueTransition-dummy.m"; sourceTree = ""; }; + FF087E10CB3C642097BDC0D14028541C /* Pods-TrueTransitionTests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-TrueTransitionTests-frameworks.sh"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ + BDA3696A5A97AB7953E7D2C9CA459F32 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + F9BC22D12965CEB9CD37D1426273D104 /* Foundation.framework in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; D4CF49FEE9B541DF75BD928DEF9411D4 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; @@ -86,15 +114,6 @@ path = "Example/Pods/Target Support Files/TrueTransition"; sourceTree = ""; }; - 25FC031919F63B245B056FE7C7BE38AB /* Products */ = { - isa = PBXGroup; - children = ( - FAEC8791F97EB1C4902D780112B45CA4 /* Pods_TrueTransition.framework */, - 939D55A346E4E06C034FE195764270E2 /* TrueTransition.framework */, - ); - name = Products; - sourceTree = ""; - }; 46443242ED4DD005FB67D009B6932D3E /* Development Pods */ = { isa = PBXGroup; children = ( @@ -103,14 +122,6 @@ name = "Development Pods"; sourceTree = ""; }; - 9759552632850FD71E47931CBAC868CB /* Targets Support Files */ = { - isa = PBXGroup; - children = ( - DE045DD2A524F72899823A3D81ED1519 /* Pods-TrueTransition */, - ); - name = "Targets Support Files"; - sourceTree = ""; - }; 9B055D0CFEA43187E72B03DED11F5662 /* iOS */ = { isa = PBXGroup; children = ( @@ -140,14 +151,23 @@ name = Pod; sourceTree = ""; }; + BCB7F3981611D91D443797878364ADB1 /* Targets Support Files */ = { + isa = PBXGroup; + children = ( + F33E18BF922D3C17C982AF45A33D7BAA /* Pods-TrueTransition */, + D5ABE6B28168D49942F030A2F920BEF0 /* Pods-TrueTransitionTests */, + ); + name = "Targets Support Files"; + sourceTree = ""; + }; CF1408CF629C7361332E53B88F7BD30C = { isa = PBXGroup; children = ( 9D940727FF8FB9C785EB98E56350EF41 /* Podfile */, 46443242ED4DD005FB67D009B6932D3E /* Development Pods */, D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */, - 25FC031919F63B245B056FE7C7BE38AB /* Products */, - 9759552632850FD71E47931CBAC868CB /* Targets Support Files */, + E65687BB18EE06727D8ADE10AD2A42B7 /* Products */, + BCB7F3981611D91D443797878364ADB1 /* Targets Support Files */, ); sourceTree = ""; }; @@ -159,18 +179,45 @@ name = Frameworks; sourceTree = ""; }; - DE045DD2A524F72899823A3D81ED1519 /* Pods-TrueTransition */ = { + D5ABE6B28168D49942F030A2F920BEF0 /* Pods-TrueTransitionTests */ = { + isa = PBXGroup; + children = ( + 81604DB78F592BAB19C7011118A0A347 /* Pods-TrueTransitionTests.modulemap */, + 32E4B1659B69B736BE8C0686828A5536 /* Pods-TrueTransitionTests-acknowledgements.markdown */, + A6E8BF4E74302D7865B37152C391CAE7 /* Pods-TrueTransitionTests-acknowledgements.plist */, + 184EB4E7F780B40F50BFB5B072C39941 /* Pods-TrueTransitionTests-dummy.m */, + FF087E10CB3C642097BDC0D14028541C /* Pods-TrueTransitionTests-frameworks.sh */, + D0291D8FD0B41F9A7016B4D9F2DFEAB9 /* Pods-TrueTransitionTests-Info.plist */, + B74D7ABA62CCDE0199DCD145CF951936 /* Pods-TrueTransitionTests-umbrella.h */, + 8D0A80087AA4EEE3DD2D4F7E2248C7C6 /* Pods-TrueTransitionTests.debug.xcconfig */, + C74D3EB93890E05A0F2CE1226AC652A0 /* Pods-TrueTransitionTests.release.xcconfig */, + ); + name = "Pods-TrueTransitionTests"; + path = "Target Support Files/Pods-TrueTransitionTests"; + sourceTree = ""; + }; + E65687BB18EE06727D8ADE10AD2A42B7 /* Products */ = { + isa = PBXGroup; + children = ( + 6E31D1EDD3905FAFEC33EDED6FEF919E /* Pods_TrueTransition.framework */, + 1CDEA13A079D7FC66F78CA568CB28383 /* Pods_TrueTransitionTests.framework */, + DD8CCA740565AC3C55E0005ED4E3AF9D /* TrueTransition.framework */, + ); + name = Products; + sourceTree = ""; + }; + F33E18BF922D3C17C982AF45A33D7BAA /* Pods-TrueTransition */ = { isa = PBXGroup; children = ( - 9513F9CC57664FCB7FB1606F55D10D48 /* Pods-TrueTransition.modulemap */, - 22BF827C75508930025FAF6E02006816 /* Pods-TrueTransition-acknowledgements.markdown */, - 8551C87746E52692F2F83830F492675C /* Pods-TrueTransition-acknowledgements.plist */, - FC361DBE3CDF41165D3D162B5728875E /* Pods-TrueTransition-dummy.m */, - 047A247459B3556D322B304EBBC2ACEA /* Pods-TrueTransition-frameworks.sh */, - 6053A2E9863D0D6ACCC8A344791D777A /* Pods-TrueTransition-Info.plist */, - 58AB8EFD007D8CDF211518D61FB088E5 /* Pods-TrueTransition-umbrella.h */, - 53D89224E129144DD044E0DF4D873C81 /* Pods-TrueTransition.debug.xcconfig */, - BA90E104290DD0CD51C813E7775EE8FB /* Pods-TrueTransition.release.xcconfig */, + EA187D3E6A9BB1F4FB237B7A34980330 /* Pods-TrueTransition.modulemap */, + 5379720AA8FB1CA7A0A98BD14E9F5F0B /* Pods-TrueTransition-acknowledgements.markdown */, + 2F5EF6DE3664590A67143488DBFD78DC /* Pods-TrueTransition-acknowledgements.plist */, + 6073FF9A1C177B2FFBF320C51C438294 /* Pods-TrueTransition-dummy.m */, + A9FAA4AEA5AF45AB67A089153A26E358 /* Pods-TrueTransition-frameworks.sh */, + 0D68756753DED7FCDCD9F5CA67D30F07 /* Pods-TrueTransition-Info.plist */, + 66D2F6DA35E6FEA84DDC05EAA5B615F8 /* Pods-TrueTransition-umbrella.h */, + 4C9B928374C4D2858A74D9A1194F351B /* Pods-TrueTransition.debug.xcconfig */, + 2614DD207A39118806465470B8D7DFF8 /* Pods-TrueTransition.release.xcconfig */, ); name = "Pods-TrueTransition"; path = "Target Support Files/Pods-TrueTransition"; @@ -195,9 +242,36 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + FCF0535EE88E1E02EFD4D1906F64503C /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 580DC44679E53DEC5BA26D2EA2C4251C /* Pods-TrueTransitionTests-umbrella.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ + 0BBBAC8CA11F7C3BBE90348E6CA66061 /* Pods-TrueTransitionTests */ = { + isa = PBXNativeTarget; + buildConfigurationList = 57E1F0AAA9B221E1557DCF3CD99F15D0 /* Build configuration list for PBXNativeTarget "Pods-TrueTransitionTests" */; + buildPhases = ( + FCF0535EE88E1E02EFD4D1906F64503C /* Headers */, + C86E0CF2890A99182C870C63B3894E17 /* Sources */, + BDA3696A5A97AB7953E7D2C9CA459F32 /* Frameworks */, + 8A8656065510D2D5A6D2CCCBDB9E6D50 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + 7C8DA8E868DFEB8F4F8FC71FEBA9DE58 /* PBXTargetDependency */, + ); + name = "Pods-TrueTransitionTests"; + productName = "Pods-TrueTransitionTests"; + productReference = 1CDEA13A079D7FC66F78CA568CB28383 /* Pods_TrueTransitionTests.framework */; + productType = "com.apple.product-type.framework"; + }; 76076E2ED3DA75A65FCCAC68B870B6ED /* Pods-TrueTransition */ = { isa = PBXNativeTarget; buildConfigurationList = B0256B9A7E5E890324A997AA746463C5 /* Build configuration list for PBXNativeTarget "Pods-TrueTransition" */; @@ -214,7 +288,7 @@ ); name = "Pods-TrueTransition"; productName = "Pods-TrueTransition"; - productReference = FAEC8791F97EB1C4902D780112B45CA4 /* Pods_TrueTransition.framework */; + productReference = 6E31D1EDD3905FAFEC33EDED6FEF919E /* Pods_TrueTransition.framework */; productType = "com.apple.product-type.framework"; }; A4478FB9FC8F550A863A87988B94C9B7 /* TrueTransition */ = { @@ -232,7 +306,7 @@ ); name = TrueTransition; productName = TrueTransition; - productReference = 939D55A346E4E06C034FE195764270E2 /* TrueTransition.framework */; + productReference = DD8CCA740565AC3C55E0005ED4E3AF9D /* TrueTransition.framework */; productType = "com.apple.product-type.framework"; }; /* End PBXNativeTarget section */ @@ -252,11 +326,12 @@ en, ); mainGroup = CF1408CF629C7361332E53B88F7BD30C; - productRefGroup = 25FC031919F63B245B056FE7C7BE38AB /* Products */; + productRefGroup = E65687BB18EE06727D8ADE10AD2A42B7 /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 76076E2ED3DA75A65FCCAC68B870B6ED /* Pods-TrueTransition */, + 0BBBAC8CA11F7C3BBE90348E6CA66061 /* Pods-TrueTransitionTests */, A4478FB9FC8F550A863A87988B94C9B7 /* TrueTransition */, ); }; @@ -270,6 +345,13 @@ ); runOnlyForDeploymentPostprocessing = 0; }; + 8A8656065510D2D5A6D2CCCBDB9E6D50 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; EFF9F0A55C855A03DD9001F657ABAB75 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; @@ -280,6 +362,14 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ + C86E0CF2890A99182C870C63B3894E17 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 89E98B554615665B83E6016FE0D22703 /* Pods-TrueTransitionTests-dummy.m in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; F885A8EA0D04454E64076A8D0C183EBC /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; @@ -300,6 +390,12 @@ /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ + 7C8DA8E868DFEB8F4F8FC71FEBA9DE58 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = TrueTransition; + target = A4478FB9FC8F550A863A87988B94C9B7 /* TrueTransition */; + targetProxy = F2371D3E8DC7466346BB856F67B0E73F /* PBXContainerItemProxy */; + }; DF6319B28ADA81A7C42561FD96562C6C /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = TrueTransition; @@ -311,7 +407,7 @@ /* Begin XCBuildConfiguration section */ 02ABF90C8D4444B3E09116D80AE5A365 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 53D89224E129144DD044E0DF4D873C81 /* Pods-TrueTransition.debug.xcconfig */; + baseConfigurationReference = 4C9B928374C4D2858A74D9A1194F351B /* Pods-TrueTransition.debug.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -385,7 +481,7 @@ }; 2AE96AD9C6C29F6055391F5697A4FCE9 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = BA90E104290DD0CD51C813E7775EE8FB /* Pods-TrueTransition.release.xcconfig */; + baseConfigurationReference = 2614DD207A39118806465470B8D7DFF8 /* Pods-TrueTransition.release.xcconfig */; buildSettings = { ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; CLANG_ENABLE_OBJC_WEAK = NO; @@ -422,6 +518,44 @@ }; name = Release; }; + 3206153EFE45EDB3E380A51DA34E7517 /* Debug */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = 8D0A80087AA4EEE3DD2D4F7E2248C7C6 /* Pods-TrueTransitionTests.debug.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Debug; + }; 4CE281642D6EE9FAB113046B4B6328A0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { @@ -482,6 +616,45 @@ }; name = Release; }; + 5EC48DDB163CDB1B6BCC332C92022A65 /* Release */ = { + isa = XCBuildConfiguration; + baseConfigurationReference = C74D3EB93890E05A0F2CE1226AC652A0 /* Pods-TrueTransitionTests.release.xcconfig */; + buildSettings = { + ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO; + CLANG_ENABLE_OBJC_WEAK = NO; + CODE_SIGN_IDENTITY = ""; + "CODE_SIGN_IDENTITY[sdk=appletvos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = ""; + "CODE_SIGN_IDENTITY[sdk=watchos*]" = ""; + CURRENT_PROJECT_VERSION = 1; + DEFINES_MODULE = YES; + DYLIB_COMPATIBILITY_VERSION = 1; + DYLIB_CURRENT_VERSION = 1; + DYLIB_INSTALL_NAME_BASE = "@rpath"; + INFOPLIST_FILE = "Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-Info.plist"; + INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; + IPHONEOS_DEPLOYMENT_TARGET = 11.0; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + "@loader_path/Frameworks", + ); + MACH_O_TYPE = staticlib; + MODULEMAP_FILE = "Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.modulemap"; + OTHER_LDFLAGS = ""; + OTHER_LIBTOOLFLAGS = ""; + PODS_ROOT = "$(SRCROOT)"; + PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}"; + PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)"; + SDKROOT = iphoneos; + SKIP_INSTALL = YES; + TARGETED_DEVICE_FAMILY = "1,2"; + VALIDATE_PRODUCT = YES; + VERSIONING_SYSTEM = "apple-generic"; + VERSION_INFO_PREFIX = ""; + }; + name = Release; + }; 6DFA1578582149B7E24AD55CBA30F07A /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { @@ -604,6 +777,15 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; + 57E1F0AAA9B221E1557DCF3CD99F15D0 /* Build configuration list for PBXNativeTarget "Pods-TrueTransitionTests" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 3206153EFE45EDB3E380A51DA34E7517 /* Debug */, + 5EC48DDB163CDB1B6BCC332C92022A65 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; B0256B9A7E5E890324A997AA746463C5 /* Build configuration list for PBXNativeTarget "Pods-TrueTransition" */ = { isa = XCConfigurationList; buildConfigurations = ( diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/Pods-TrueTransitionTests.xcscheme b/Example/Pods/Pods.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/Pods-TrueTransitionTests.xcscheme new file mode 100644 index 0000000..58cfb48 --- /dev/null +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/Pods-TrueTransitionTests.xcscheme @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Example/Pods/Pods.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/Pods/Pods.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/xcschememanagement.plist index fd2f28b..64edc57 100644 --- a/Example/Pods/Pods.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Example/Pods/Pods.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/xcschememanagement.plist @@ -11,13 +11,20 @@ orderHint 0 - TrueTransition.xcscheme + Pods-TrueTransitionTests.xcscheme isShown orderHint 1 + TrueTransition.xcscheme + + isShown + + orderHint + 2 + SuppressBuildableAutocreation diff --git a/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-Info.plist b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-Info.plist new file mode 100644 index 0000000..2243fe6 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-Info.plist @@ -0,0 +1,26 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + ${PRODUCT_BUNDLE_IDENTIFIER} + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + ${PRODUCT_NAME} + CFBundlePackageType + FMWK + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + ${CURRENT_PROJECT_VERSION} + NSPrincipalClass + + + diff --git a/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-acknowledgements.markdown b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-acknowledgements.markdown new file mode 100644 index 0000000..b5fa49b --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-acknowledgements.markdown @@ -0,0 +1,13 @@ +# Acknowledgements +This application makes use of the following third party libraries: + +## TrueTransition + +Copyright 2019 Artemiy Shlesberg + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +Generated by CocoaPods - https://cocoapods.org diff --git a/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-acknowledgements.plist b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-acknowledgements.plist new file mode 100644 index 0000000..45aa5e8 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-acknowledgements.plist @@ -0,0 +1,45 @@ + + + + + PreferenceSpecifiers + + + FooterText + This application makes use of the following third party libraries: + Title + Acknowledgements + Type + PSGroupSpecifier + + + FooterText + Copyright 2019 Artemiy Shlesberg + +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. + License + MIT + Title + TrueTransition + Type + PSGroupSpecifier + + + FooterText + Generated by CocoaPods - https://cocoapods.org + Title + + Type + PSGroupSpecifier + + + StringsTable + Acknowledgements + Title + Acknowledgements + + diff --git a/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-dummy.m b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-dummy.m new file mode 100644 index 0000000..451dd14 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-dummy.m @@ -0,0 +1,5 @@ +#import +@interface PodsDummy_Pods_TrueTransitionTests : NSObject +@end +@implementation PodsDummy_Pods_TrueTransitionTests +@end diff --git a/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-frameworks.sh b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-frameworks.sh new file mode 100755 index 0000000..84c6c25 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-frameworks.sh @@ -0,0 +1,163 @@ +#!/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}" + +# Used as a return value for each invocation of `strip_invalid_archs` function. +STRIP_BINARY_RETVAL=0 + +# 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 + 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 don't throw errors. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --filter \"- CVS/\" --filter \"- .svn/\" --filter \"- .git/\" --filter \"- .hg/\" --filter \"- Headers\" --filter \"- PrivateHeaders\" --filter \"- Modules\" \"${source}\" \"${destination}\"" + rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --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 + 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) + 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 +} + +# Copies and strips a vendored dSYM +install_dsym() { + local source="$1" + if [ -r "$source" ]; then + # Copy the dSYM into a 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}" + + local basename + basename="$(basename -s .framework.dSYM "$source")" + binary="${DERIVED_FILES_DIR}/${basename}.framework.dSYM/Contents/Resources/DWARF/${basename}" + + # Strip invalid architectures so "fat" simulator / device frameworks work on device + if [[ "$(file "$binary")" == *"Mach-O dSYM companion"* ]]; then + strip_invalid_archs "$binary" + fi + + if [[ $STRIP_BINARY_RETVAL == 1 ]]; then + # Move the stripped file into its final destination. + echo "rsync --delete -av "${RSYNC_PROTECT_TMP_FILES[@]}" --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[@]}" --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "${DERIVED_FILES_DIR}/${basename}.framework.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}.framework.dSYM" + fi + 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_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 +} + +# Strip invalid architectures +strip_invalid_archs() { + binary="$1" + # 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 + echo "warning: [CP] Vendored binary '$binary' contains architectures ($binary_archs) none of which match the current build architectures ($ARCHS)." + STRIP_BINARY_RETVAL=0 + return + fi + stripped="" + for arch in $binary_archs; do + if ! [[ "${ARCHS}" == *"$arch"* ]]; then + # Strip non-valid architectures in-place + lipo -remove "$arch" -output "$binary" "$binary" + stripped="$stripped $arch" + fi + done + if [[ "$stripped" ]]; then + echo "Stripped $binary of architectures:$stripped" + fi + STRIP_BINARY_RETVAL=1 +} + + +if [[ "$CONFIGURATION" == "Debug" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/TrueTransition/TrueTransition.framework" +fi +if [[ "$CONFIGURATION" == "Release" ]]; then + install_framework "${BUILT_PRODUCTS_DIR}/TrueTransition/TrueTransition.framework" +fi +if [ "${COCOAPODS_PARALLEL_CODE_SIGN}" == "true" ]; then + wait +fi diff --git a/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-umbrella.h b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-umbrella.h new file mode 100644 index 0000000..781ce88 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests-umbrella.h @@ -0,0 +1,16 @@ +#ifdef __OBJC__ +#import +#else +#ifndef FOUNDATION_EXPORT +#if defined(__cplusplus) +#define FOUNDATION_EXPORT extern "C" +#else +#define FOUNDATION_EXPORT extern +#endif +#endif +#endif + + +FOUNDATION_EXPORT double Pods_TrueTransitionTestsVersionNumber; +FOUNDATION_EXPORT const unsigned char Pods_TrueTransitionTestsVersionString[]; + diff --git a/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.debug.xcconfig b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.debug.xcconfig new file mode 100644 index 0000000..dd09f86 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.debug.xcconfig @@ -0,0 +1,11 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/TrueTransition" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/TrueTransition/TrueTransition.framework/Headers" +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_LDFLAGS = $(inherited) -framework "TrueTransition" +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 diff --git a/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.modulemap b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.modulemap new file mode 100644 index 0000000..851e699 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.modulemap @@ -0,0 +1,6 @@ +framework module Pods_TrueTransitionTests { + umbrella header "Pods-TrueTransitionTests-umbrella.h" + + export * + module * { export * } +} diff --git a/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.release.xcconfig b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.release.xcconfig new file mode 100644 index 0000000..dd09f86 --- /dev/null +++ b/Example/Pods/Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.release.xcconfig @@ -0,0 +1,11 @@ +ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/TrueTransition" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +HEADER_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/TrueTransition/TrueTransition.framework/Headers" +LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks' +OTHER_LDFLAGS = $(inherited) -framework "TrueTransition" +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 diff --git a/Example/Pods/Target Support Files/TrueTransition/TrueTransition-Info.plist b/Example/Pods/Target Support Files/TrueTransition/TrueTransition-Info.plist index 1caf1ff..a71f7a0 100644 --- a/Example/Pods/Target Support Files/TrueTransition/TrueTransition-Info.plist +++ b/Example/Pods/Target Support Files/TrueTransition/TrueTransition-Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.3.1 + 0.4.2 CFBundleSignature ???? CFBundleVersion diff --git a/Example/TrueTransition.xcodeproj/project.pbxproj b/Example/TrueTransition.xcodeproj/project.pbxproj index 7bae25d..f0a266b 100644 --- a/Example/TrueTransition.xcodeproj/project.pbxproj +++ b/Example/TrueTransition.xcodeproj/project.pbxproj @@ -18,6 +18,7 @@ /* Begin PBXFileReference section */ 25BC6E13ADFF61552D53AEA3 /* Pods-TrueTransition.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TrueTransition.debug.xcconfig"; path = "Target Support Files/Pods-TrueTransition/Pods-TrueTransition.debug.xcconfig"; sourceTree = ""; }; 3CAAC42383CC589E620076D5 /* Pods-TrueTransition.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TrueTransition.release.xcconfig"; path = "Target Support Files/Pods-TrueTransition/Pods-TrueTransition.release.xcconfig"; sourceTree = ""; }; + 676B67E1906931003A09EFCF /* Pods_TrueTransitionTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TrueTransitionTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 700B7AA12211A88F00CC9D15 /* TrueTransition.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = TrueTransition.app; sourceTree = BUILT_PRODUCTS_DIR; }; 700B7AA42211A88F00CC9D15 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; 700B7AA62211A88F00CC9D15 /* ViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewController.swift; sourceTree = ""; }; @@ -25,6 +26,8 @@ 700B7AAB2211A88F00CC9D15 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 700B7AAE2211A88F00CC9D15 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 700B7AB02211A88F00CC9D15 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 84D98CEF63523AE25E1F8BE5 /* Pods-TrueTransitionTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TrueTransitionTests.debug.xcconfig"; path = "Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.debug.xcconfig"; sourceTree = ""; }; + AE00EF11BA7A31846D0EE7BB /* Pods-TrueTransitionTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-TrueTransitionTests.release.xcconfig"; path = "Target Support Files/Pods-TrueTransitionTests/Pods-TrueTransitionTests.release.xcconfig"; sourceTree = ""; }; FF778485676D1D5C9F21F49B /* Pods_TrueTransition.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_TrueTransition.framework; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ @@ -44,6 +47,7 @@ isa = PBXGroup; children = ( FF778485676D1D5C9F21F49B /* Pods_TrueTransition.framework */, + 676B67E1906931003A09EFCF /* Pods_TrueTransitionTests.framework */, ); name = Frameworks; sourceTree = ""; @@ -84,8 +88,9 @@ children = ( 25BC6E13ADFF61552D53AEA3 /* Pods-TrueTransition.debug.xcconfig */, 3CAAC42383CC589E620076D5 /* Pods-TrueTransition.release.xcconfig */, + 84D98CEF63523AE25E1F8BE5 /* Pods-TrueTransitionTests.debug.xcconfig */, + AE00EF11BA7A31846D0EE7BB /* Pods-TrueTransitionTests.release.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; diff --git a/Example/TrueTransition.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/xcschememanagement.plist b/Example/TrueTransition.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/xcschememanagement.plist index d7af2e6..fbb55fe 100644 --- a/Example/TrueTransition.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/xcschememanagement.plist +++ b/Example/TrueTransition.xcodeproj/xcuserdata/shlesberg.xcuserdatad/xcschemes/xcschememanagement.plist @@ -7,7 +7,7 @@ TrueTransition.xcscheme_^#shared#^_ orderHint - 2 + 3 diff --git a/Example/TrueTransition.xcworkspace/xcuserdata/shlesberg.xcuserdatad/UserInterfaceState.xcuserstate b/Example/TrueTransition.xcworkspace/xcuserdata/shlesberg.xcuserdatad/UserInterfaceState.xcuserstate index afde2a31b13bbac9fc1f45606212756b53081ca0..5d92ab8c30007a1256ba08e1e24b16dc6b4ec124 100644 GIT binary patch delta 11671 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 XM&y+TwvXh`F8)`LAn@J%nOFIL2O$Qx delta 9105 zcmaJ_2Yk~-`~N+6mz_4FNwZ2xnl`&>D3sE&XVWrEDVvs#0EN;BIoaxZB*H+#T*NcaOUd8~_MF1~H%kEyRKjT7wxZ;Dol&4$`1Kq(eu@ zfxa*Z@?Z$$LmwCpqo4pvgAjlTPyv-t3qhd3!=vyR%!4KHG%SS`@Di+qZLl5QfHz?W zyajK=JMb>N2fJW5?1TMq98SPV_ySJBukagOg3E9PuEOu|Z}KyRY=(EDf?I)FY$2ho@4U+63JE&35% zM%U0C%wdAXSdOEx3ddq2j>ieu7Q`;x4R^;qa8KL|_r`s27WU(8oQntJJUjxA!3DS! z2XHN(foI~mIEWv^^Y8+^5I=>N;1&2Kyb`~RSK)fR0dK|I@P~LO{s`~FyYZ*^AU=c- z<0JTA_$z!0|Ac?W=kYK20=|T=;k)=AzE5N%C?`=QnkYyNF%lE8l0=e3+K^Pzmb4>j zB!hG#ev(b{$xt$k3@0PV7*a~g$z)PNYDg`aN}eQ($YSyoSwfyBOUW|w3<;5E$#U`> zd7jjfdeT4|$!lZ>d5gSF-XZUj_sIL?Q?i%rBm2p5a-st{Nxmaz$XRlZ{6Vgf>*NNx zN$!yQ0!{z|fj}lu2-Jc&fmvV?BnfN+m%uGZ5%>h{Lc4Gm{4-4rAu?N*Mt`J28cWlt zYx_bn6eQzl8T)rSb%o9g_6s`GF6`}y#2WfaI8oM?sio2OG@Z!?h;~D2NG0~=x~Z#R zNL6iMNL5iqby-bWWyO#|m8I3kISD7_WL%JYl(W@yl;f#`I>RrNy*Q|A(0}wg#x3NY z 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