From caa93bfd1fbd9897714f92e1aff6df123a2b41c3 Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 13 Mar 2019 14:11:00 +0500 Subject: [PATCH 1/9] Scheme updated. Libs updated --- Cartfile.resolved | 3 +- LeadKit.xcodeproj/project.pbxproj | 174 ++++++++++++++++++ .../xcschemes/LeadKit iOS Extensions.xcscheme | 99 ---------- Podfile | 14 -- Podfile.lock | 4 +- 5 files changed, 178 insertions(+), 116 deletions(-) delete mode 100644 LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS Extensions.xcscheme diff --git a/Cartfile.resolved b/Cartfile.resolved index e2b432b6..c9c2dbe3 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,5 +1,6 @@ +binary "https://raw.github.com/TouchInstinct/CarthageBinaries/master/Alamofire/Alamofire.json" "4.8.1" binary "https://raw.github.com/TouchInstinct/CarthageBinaries/master/RxAlamofire/RxAlamofire.json" "4.3.0" binary "https://raw.github.com/TouchInstinct/CarthageBinaries/master/SwiftDate/SwiftDate.json" "5.1.0" -github "ReactiveX/RxSwift" "4.4.1" +github "ReactiveX/RxSwift" "4.4.2" github "maxsokolov/TableKit" "2.8.1" github "pronebird/UIScrollView-InfiniteScroll" "1.1.0" diff --git a/LeadKit.xcodeproj/project.pbxproj b/LeadKit.xcodeproj/project.pbxproj index bb5d61e7..55011f8b 100644 --- a/LeadKit.xcodeproj/project.pbxproj +++ b/LeadKit.xcodeproj/project.pbxproj @@ -7,13 +7,16 @@ objects = { /* Begin PBXBuildFile section */ + 21A3B105772E876EA9F3B332 /* Pods_LeadKit_LeadKit_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 30DABA466214FE9ABDE2E685 /* Pods_LeadKit_LeadKit_tvOS.framework */; }; 36977763200CF12100ED9C6E /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36DAAF502007CC920090BE0D /* UITableView+Extensions.swift */; }; 36DAAF512007CC920090BE0D /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36DAAF502007CC920090BE0D /* UITableView+Extensions.swift */; }; 36FE777020F669E300284C09 /* String+ConvertToHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36FE776F20F669E300284C09 /* String+ConvertToHost.swift */; }; 36FE777220F669E300284C09 /* String+ConvertToHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36FE776F20F669E300284C09 /* String+ConvertToHost.swift */; }; 36FE777320F669E300284C09 /* String+ConvertToHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36FE776F20F669E300284C09 /* String+ConvertToHost.swift */; }; + 4098E82DE6429EF5B01B43D7 /* Pods_LeadKit_tvOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94DC826707A87C30CD4DB157 /* Pods_LeadKit_tvOSTests.framework */; }; 40F118471F8FEF97004AADAF /* AppearanceConfigurable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40F118461F8FEF97004AADAF /* AppearanceConfigurable.swift */; }; 40F118491F8FF223004AADAF /* TableRow+AppearanceExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40F118481F8FF223004AADAF /* TableRow+AppearanceExtension.swift */; }; + 5F9DF5361ADE4207C1032252 /* Pods_LeadKit_LeadKit_watchOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 48C5033AB9D51F5BA39AAAFC /* Pods_LeadKit_LeadKit_watchOS.framework */; }; 67051ADB1EBC7C36008EADC0 /* SpinnerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67051ADA1EBC7C36008EADC0 /* SpinnerView.swift */; }; 67051ADD1EBC7C36008EADC0 /* SpinnerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67051ADA1EBC7C36008EADC0 /* SpinnerView.swift */; }; 6713C23720AF0C4D00875921 /* NetworkOperationState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6713C23620AF0C4D00875921 /* NetworkOperationState.swift */; }; @@ -522,6 +525,7 @@ A6F32C0C1F6EBE5C00AC08EE /* String+LocalizedComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F32C071F6EBDAA00AC08EE /* String+LocalizedComponent.swift */; }; A6F32C101F6EBE9600AC08EE /* StringExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F32C0E1F6EBE8E00AC08EE /* StringExtensionTests.swift */; }; A6F32C121F6EBE9800AC08EE /* StringExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F32C0E1F6EBE8E00AC08EE /* StringExtensionTests.swift */; }; + A916FFFB6784C37DCD2217D1 /* Pods_LeadKit_LeadKit_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D75C8B2B1AE880554CF104E /* Pods_LeadKit_LeadKit_iOS.framework */; }; B84CB06A20B702240090DB91 /* Encodable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B85B768620B1CF6700F837C4 /* Encodable+Extensions.swift */; }; B84CB06B20B702260090DB91 /* Encodable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B85B768620B1CF6700F837C4 /* Encodable+Extensions.swift */; }; B84CB06D20B8325D0090DB91 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B84CB06C20B8325D0090DB91 /* SessionManager.swift */; }; @@ -547,6 +551,7 @@ EFBE57D31EC35EF20040E00A /* Array+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFBE57CF1EC35EF20040E00A /* Array+Extensions.swift */; }; EFBE57DB1EC361620040E00A /* UIView+Layout.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFBE57DA1EC361620040E00A /* UIView+Layout.swift */; }; EFBE57DE1EC361620040E00A /* UIView+Layout.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFBE57DA1EC361620040E00A /* UIView+Layout.swift */; }; + F9D8CB4031C3AFFF70F4B040 /* Pods_LeadKit_iOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98DD36236D8020BB8F15D803 /* Pods_LeadKit_iOSTests.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -567,10 +572,16 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ + 1D98F1F1E572E6B0AFA5D6DD /* Pods-LeadKit-LeadKit watchOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit watchOS.release.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit watchOS/Pods-LeadKit-LeadKit watchOS.release.xcconfig"; sourceTree = ""; }; + 2D48ED6E97C783C9AB880754 /* Pods-LeadKit-LeadKit tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit tvOS.release.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit tvOS/Pods-LeadKit-LeadKit tvOS.release.xcconfig"; sourceTree = ""; }; + 30DABA466214FE9ABDE2E685 /* Pods_LeadKit_LeadKit_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_LeadKit_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 36DAAF502007CC920090BE0D /* UITableView+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITableView+Extensions.swift"; sourceTree = ""; }; 36FE776F20F669E300284C09 /* String+ConvertToHost.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+ConvertToHost.swift"; sourceTree = ""; }; + 3EB2AD073C7659E7B3AD592B /* Pods-LeadKit tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit tvOSTests/Pods-LeadKit tvOSTests.debug.xcconfig"; sourceTree = ""; }; 40F118461F8FEF97004AADAF /* AppearanceConfigurable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppearanceConfigurable.swift; sourceTree = ""; }; 40F118481F8FF223004AADAF /* TableRow+AppearanceExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TableRow+AppearanceExtension.swift"; sourceTree = ""; }; + 48C5033AB9D51F5BA39AAAFC /* Pods_LeadKit_LeadKit_watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_LeadKit_watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 5D75C8B2B1AE880554CF104E /* Pods_LeadKit_LeadKit_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_LeadKit_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 67051ADA1EBC7C36008EADC0 /* SpinnerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpinnerView.swift; sourceTree = ""; }; 6713C23620AF0C4D00875921 /* NetworkOperationState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkOperationState.swift; sourceTree = ""; }; 6713C23B20AF0D5900875921 /* NetworkOperationModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkOperationModel.swift; sourceTree = ""; }; @@ -790,6 +801,10 @@ 820CAD8320B43B080033EF94 /* PaginationWrapperDelegate+DefaultImplementation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PaginationWrapperDelegate+DefaultImplementation.swift"; sourceTree = ""; }; 825F8F2720B3384C00594857 /* PaginationWrapperUIDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaginationWrapperUIDelegate.swift; sourceTree = ""; }; 82F8BB171F5DDED100C1061B /* Single+DeferredJust.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Single+DeferredJust.swift"; sourceTree = ""; }; + 90DA5FD2982B6AB31C3E8336 /* Pods-LeadKit iOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit iOSTests.release.xcconfig"; path = "Target Support Files/Pods-LeadKit iOSTests/Pods-LeadKit iOSTests.release.xcconfig"; sourceTree = ""; }; + 94DC826707A87C30CD4DB157 /* Pods_LeadKit_tvOSTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_tvOSTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 98DD36236D8020BB8F15D803 /* Pods_LeadKit_iOSTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_iOSTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + A29A396D649FAF4088CA5294 /* Pods-LeadKit iOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit iOSTests.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit iOSTests/Pods-LeadKit iOSTests.debug.xcconfig"; sourceTree = ""; }; A658E54C1F8CD7790093527A /* TableRow+SeparatorsExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TableRow+SeparatorsExtensions.swift"; sourceTree = ""; }; A658E54F1F8CD9350093527A /* Array+SeparatorRowBoxExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+SeparatorRowBoxExtensions.swift"; sourceTree = ""; }; A66428A61F8A653600C6308D /* SeparatorCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeparatorCell.swift; sourceTree = ""; }; @@ -809,10 +824,15 @@ B85B766620AC4EA300F837C4 /* Album.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Album.swift; sourceTree = ""; }; B85B766B20AC51BE00F837C4 /* AlbumsContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumsContainer.swift; sourceTree = ""; }; B85B768620B1CF6700F837C4 /* Encodable+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Encodable+Extensions.swift"; sourceTree = ""; }; + CC02AE0FB1F711D5C498A8A6 /* Pods-LeadKit-LeadKit tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit tvOS.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit tvOS/Pods-LeadKit-LeadKit tvOS.debug.xcconfig"; sourceTree = ""; }; + D4922783EEF858FE8CF8C482 /* Pods-LeadKit tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-LeadKit tvOSTests/Pods-LeadKit tvOSTests.release.xcconfig"; sourceTree = ""; }; D93221ED20A44896003799D5 /* Double+RoundingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Double+RoundingTests.swift"; sourceTree = ""; }; + E53A1E9E9F77B0F30940382F /* Pods-LeadKit-LeadKit watchOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit watchOS.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit watchOS/Pods-LeadKit-LeadKit watchOS.debug.xcconfig"; sourceTree = ""; }; EF2421392076D5BD00FA9BE6 /* NetworkServiceConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkServiceConfiguration.swift; sourceTree = ""; }; EFBE57CF1EC35EF20040E00A /* Array+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Extensions.swift"; sourceTree = ""; }; EFBE57DA1EC361620040E00A /* UIView+Layout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Layout.swift"; sourceTree = ""; }; + FAE7BAF0ADEBBEFA10959BD0 /* Pods-LeadKit-LeadKit iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit iOS.release.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit iOS/Pods-LeadKit-LeadKit iOS.release.xcconfig"; sourceTree = ""; }; + FC5D19C857C04F205661E12E /* Pods-LeadKit-LeadKit iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit iOS.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit iOS/Pods-LeadKit-LeadKit iOS.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -828,6 +848,7 @@ 785EDF7C220072B500985ED4 /* SwiftDate.framework in Frameworks */, 785EDF8322007DF900985ED4 /* TableKit.framework in Frameworks */, 785EDF8522007E5200985ED4 /* UIScrollView_InfiniteScroll.framework in Frameworks */, + A916FFFB6784C37DCD2217D1 /* Pods_LeadKit_LeadKit_iOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -836,6 +857,7 @@ buildActionMask = 2147483647; files = ( 67186B311EB248F100CFAFFB /* LeadKit.framework in Frameworks */, + F9D8CB4031C3AFFF70F4B040 /* Pods_LeadKit_iOSTests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -848,6 +870,7 @@ 785EDFA1220081F200985ED4 /* RxCocoa.framework in Frameworks */, 785EDFA2220081F200985ED4 /* SwiftDate.framework in Frameworks */, 785EDFA3220081F200985ED4 /* RxSwift.framework in Frameworks */, + 5F9DF5361ADE4207C1032252 /* Pods_LeadKit_LeadKit_watchOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -861,6 +884,7 @@ 785EDFB52200833100985ED4 /* RxCocoa.framework in Frameworks */, 785EDFB32200833100985ED4 /* RxAlamofire.framework in Frameworks */, 785EDFB72200833100985ED4 /* SwiftDate.framework in Frameworks */, + 21A3B105772E876EA9F3B332 /* Pods_LeadKit_LeadKit_tvOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -869,6 +893,7 @@ buildActionMask = 2147483647; files = ( 6782BBA91EB31D5A0086E0B8 /* LeadKit.framework in Frameworks */, + 4098E82DE6429EF5B01B43D7 /* Pods_LeadKit_tvOSTests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1941,6 +1966,24 @@ path = TableKitViewModel; sourceTree = ""; }; + 6C722B542BA0317A7613C034 /* Pods */ = { + isa = PBXGroup; + children = ( + A29A396D649FAF4088CA5294 /* Pods-LeadKit iOSTests.debug.xcconfig */, + 90DA5FD2982B6AB31C3E8336 /* Pods-LeadKit iOSTests.release.xcconfig */, + 3EB2AD073C7659E7B3AD592B /* Pods-LeadKit tvOSTests.debug.xcconfig */, + D4922783EEF858FE8CF8C482 /* Pods-LeadKit tvOSTests.release.xcconfig */, + FC5D19C857C04F205661E12E /* Pods-LeadKit-LeadKit iOS.debug.xcconfig */, + FAE7BAF0ADEBBEFA10959BD0 /* Pods-LeadKit-LeadKit iOS.release.xcconfig */, + CC02AE0FB1F711D5C498A8A6 /* Pods-LeadKit-LeadKit tvOS.debug.xcconfig */, + 2D48ED6E97C783C9AB880754 /* Pods-LeadKit-LeadKit tvOS.release.xcconfig */, + E53A1E9E9F77B0F30940382F /* Pods-LeadKit-LeadKit watchOS.debug.xcconfig */, + 1D98F1F1E572E6B0AFA5D6DD /* Pods-LeadKit-LeadKit watchOS.release.xcconfig */, + ); + name = Pods; + path = Pods; + sourceTree = ""; + }; 785EDF75220072B400985ED4 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -1964,6 +2007,11 @@ 785EDF77220072B400985ED4 /* RxCocoa.framework */, 785EDF7B220072B500985ED4 /* RxSwift.framework */, 785EDF76220072B400985ED4 /* SwiftDate.framework */, + 98DD36236D8020BB8F15D803 /* Pods_LeadKit_iOSTests.framework */, + 94DC826707A87C30CD4DB157 /* Pods_LeadKit_tvOSTests.framework */, + 5D75C8B2B1AE880554CF104E /* Pods_LeadKit_LeadKit_iOS.framework */, + 30DABA466214FE9ABDE2E685 /* Pods_LeadKit_LeadKit_tvOS.framework */, + 48C5033AB9D51F5BA39AAAFC /* Pods_LeadKit_LeadKit_watchOS.framework */, ); name = Frameworks; sourceTree = ""; @@ -1976,6 +2024,7 @@ 67186B401EB24A5B00CFAFFB /* Tests */, 67186B411EB24AA000CFAFFB /* iOS.playground */, 785EDF75220072B400985ED4 /* Frameworks */, + 6C722B542BA0317A7613C034 /* Pods */, ); sourceTree = ""; }; @@ -2121,6 +2170,7 @@ isa = PBXNativeTarget; buildConfigurationList = 67186B391EB248F100CFAFFB /* Build configuration list for PBXNativeTarget "LeadKit iOS" */; buildPhases = ( + 066F9DA5186FEE09FCF88E82 /* [CP] Check Pods Manifest.lock */, 67887A0E1ECC856F008A9E1D /* CopyPaste Detection */, 67186C2E1EB2538E00CFAFFB /* SwiftLint */, 67186B231EB248F100CFAFFB /* Sources */, @@ -2141,6 +2191,7 @@ isa = PBXNativeTarget; buildConfigurationList = 67186B3C1EB248F100CFAFFB /* Build configuration list for PBXNativeTarget "LeadKit iOSTests" */; buildPhases = ( + 130F0A09690A2CDBEE833A21 /* [CP] Check Pods Manifest.lock */, 67186B2C1EB248F100CFAFFB /* Sources */, 67186B2D1EB248F100CFAFFB /* Frameworks */, 67186B2E1EB248F100CFAFFB /* Resources */, @@ -2159,6 +2210,7 @@ isa = PBXNativeTarget; buildConfigurationList = 6782BB961EB31CFE0086E0B8 /* Build configuration list for PBXNativeTarget "LeadKit watchOS" */; buildPhases = ( + 7C7BE398A5318A1AE32A308D /* [CP] Check Pods Manifest.lock */, 67EB7FCC2061538D00BDD9FB /* CopyPaste Detection */, 6782BBBC1EB31ED90086E0B8 /* SwiftLint */, 6782BB8C1EB31CFE0086E0B8 /* Sources */, @@ -2179,6 +2231,7 @@ isa = PBXNativeTarget; buildConfigurationList = 6782BBB11EB31D5A0086E0B8 /* Build configuration list for PBXNativeTarget "LeadKit tvOS" */; buildPhases = ( + F0D1119D492F8291848EED52 /* [CP] Check Pods Manifest.lock */, 67EB7FCD2061539500BDD9FB /* CopyPaste Detection */, 6782BBBE1EB31F210086E0B8 /* SwiftLint */, 6782BB9B1EB31D590086E0B8 /* Sources */, @@ -2199,6 +2252,7 @@ isa = PBXNativeTarget; buildConfigurationList = 6782BBB41EB31D5A0086E0B8 /* Build configuration list for PBXNativeTarget "LeadKit tvOSTests" */; buildPhases = ( + 598FD5D7DDAF5E72DE945195 /* [CP] Check Pods Manifest.lock */, 6782BBA41EB31D5A0086E0B8 /* Sources */, 6782BBA51EB31D5A0086E0B8 /* Frameworks */, 6782BBA61EB31D5A0086E0B8 /* Resources */, @@ -2317,6 +2371,72 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ + 066F9DA5186FEE09FCF88E82 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-LeadKit-LeadKit iOS-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + 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; + }; + 130F0A09690A2CDBEE833A21 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-LeadKit iOSTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + 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; + }; + 598FD5D7DDAF5E72DE945195 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-LeadKit tvOSTests-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + 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; + }; 67186C2E1EB2538E00CFAFFB /* SwiftLint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 12; @@ -2401,6 +2521,50 @@ shellPath = /bin/sh; shellScript = ". build-scripts/xcode/build_phases/copy_paste_detection.sh Sources"; }; + 7C7BE398A5318A1AE32A308D /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-LeadKit-LeadKit watchOS-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + 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; + }; + F0D1119D492F8291848EED52 /* [CP] Check Pods Manifest.lock */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputFileListPaths = ( + ); + inputPaths = ( + "${PODS_PODFILE_DIR_PATH}/Podfile.lock", + "${PODS_ROOT}/Manifest.lock", + ); + name = "[CP] Check Pods Manifest.lock"; + outputFileListPaths = ( + ); + outputPaths = ( + "$(DERIVED_FILE_DIR)/Pods-LeadKit-LeadKit tvOS-checkManifestLockResult.txt", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + 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 */ /* Begin PBXSourcesBuildPhase section */ @@ -2971,6 +3135,7 @@ /* Begin XCBuildConfiguration section */ 67186B3A1EB248F100CFAFFB /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = FC5D19C857C04F205661E12E /* Pods-LeadKit-LeadKit iOS.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3001,6 +3166,7 @@ }; 67186B3B1EB248F100CFAFFB /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = FAE7BAF0ADEBBEFA10959BD0 /* Pods-LeadKit-LeadKit iOS.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3030,6 +3196,7 @@ }; 67186B3D1EB248F100CFAFFB /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = A29A396D649FAF4088CA5294 /* Pods-LeadKit iOSTests.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3049,6 +3216,7 @@ }; 67186B3E1EB248F100CFAFFB /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 90DA5FD2982B6AB31C3E8336 /* Pods-LeadKit iOSTests.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3066,6 +3234,7 @@ }; 6782BB971EB31CFE0086E0B8 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = E53A1E9E9F77B0F30940382F /* Pods-LeadKit-LeadKit watchOS.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3098,6 +3267,7 @@ }; 6782BB981EB31CFE0086E0B8 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 1D98F1F1E572E6B0AFA5D6DD /* Pods-LeadKit-LeadKit watchOS.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3129,6 +3299,7 @@ }; 6782BBB21EB31D5A0086E0B8 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = CC02AE0FB1F711D5C498A8A6 /* Pods-LeadKit-LeadKit tvOS.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3160,6 +3331,7 @@ }; 6782BBB31EB31D5A0086E0B8 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 2D48ED6E97C783C9AB880754 /* Pods-LeadKit-LeadKit tvOS.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3190,6 +3362,7 @@ }; 6782BBB51EB31D5A0086E0B8 /* Debug */ = { isa = XCBuildConfiguration; + baseConfigurationReference = 3EB2AD073C7659E7B3AD592B /* Pods-LeadKit tvOSTests.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3210,6 +3383,7 @@ }; 6782BBB61EB31D5A0086E0B8 /* Release */ = { isa = XCBuildConfiguration; + baseConfigurationReference = D4922783EEF858FE8CF8C482 /* Pods-LeadKit tvOSTests.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; diff --git a/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS Extensions.xcscheme b/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS Extensions.xcscheme deleted file mode 100644 index c4a9d46e..00000000 --- a/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS Extensions.xcscheme +++ /dev/null @@ -1,99 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Podfile b/Podfile index 4c6162af..abe1ed18 100644 --- a/Podfile +++ b/Podfile @@ -22,20 +22,6 @@ abstract_target 'LeadKit' do end - target 'LeadKit iOS Extensions' do - platform :ios, '9.0' - - use_frameworks! - - pod "TableKit" - - target 'LeadKit iOS ExtensionsTests' do - inherit! :search_paths - # Pods for testing - end - - end - target 'LeadKit watchOS' do platform :watchos, '3.0' diff --git a/Podfile.lock b/Podfile.lock index b2f2e04e..3211090d 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -47,6 +47,6 @@ SPEC CHECKSUMS: TableKit: 18a0049dea981c1106409bdeebc763ef74d36f02 UIScrollView-InfiniteScroll: 3ef456bcbe759c19f510a383cff96e6647c98c98 -PODFILE CHECKSUM: abec65fc699c906f3429fd91a31217e4263a7e88 +PODFILE CHECKSUM: 35078953e1674fd44d276c008f8bdf5f910ea145 -COCOAPODS: 1.6.0.rc.1 +COCOAPODS: 1.6.1 From cb6d5c4232c79c31415a5a0f3f2305050893ee9f Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 13 Mar 2019 14:28:58 +0500 Subject: [PATCH 2/9] New closure typealiases --- LeadKit.xcodeproj/project.pbxproj | 17 ++++++++-------- .../{VoidBlock.swift => Block.swift} | 20 +++++++++++++++---- 2 files changed, 24 insertions(+), 13 deletions(-) rename Sources/Functions/{VoidBlock.swift => Block.swift} (60%) diff --git a/LeadKit.xcodeproj/project.pbxproj b/LeadKit.xcodeproj/project.pbxproj index 55011f8b..96373ea4 100644 --- a/LeadKit.xcodeproj/project.pbxproj +++ b/LeadKit.xcodeproj/project.pbxproj @@ -205,9 +205,6 @@ 67153E43207DFBA80049D8C0 /* FloatingPoint+DegreesRadiansConvertion.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67153E3F207DFBA80049D8C0 /* FloatingPoint+DegreesRadiansConvertion.swift */; }; 67186B311EB248F100CFAFFB /* LeadKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 67186B281EB248F100CFAFFB /* LeadKit.framework */; }; 67186B3F1EB24A1900CFAFFB /* LeadKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 67186B201EB247A200CFAFFB /* LeadKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 671AD25C206A343300EAF887 /* VoidBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671AD25B206A343300EAF887 /* VoidBlock.swift */; }; - 671AD25E206A343300EAF887 /* VoidBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671AD25B206A343300EAF887 /* VoidBlock.swift */; }; - 671AD25F206A343300EAF887 /* VoidBlock.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671AD25B206A343300EAF887 /* VoidBlock.swift */; }; 671AD26C206A3E8500EAF887 /* Array+TotalCountCursorListingResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671AD26B206A3E8500EAF887 /* Array+TotalCountCursorListingResult.swift */; }; 671AD26E206A3E8500EAF887 /* Array+TotalCountCursorListingResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671AD26B206A3E8500EAF887 /* Array+TotalCountCursorListingResult.swift */; }; 671AD26F206A3E8500EAF887 /* Array+TotalCountCursorListingResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 671AD26B206A3E8500EAF887 /* Array+TotalCountCursorListingResult.swift */; }; @@ -500,6 +497,9 @@ 78EC7B1522019F5A0007DCFD /* String+TelpromptURL.swift in Sources */ = {isa = PBXBuildFile; fileRef = 78EC7B1222019F5A0007DCFD /* String+TelpromptURL.swift */; }; 820CAD8420B43B080033EF94 /* PaginationWrapperDelegate+DefaultImplementation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 820CAD8320B43B080033EF94 /* PaginationWrapperDelegate+DefaultImplementation.swift */; }; 825F8F2820B3384C00594857 /* PaginationWrapperUIDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 825F8F2720B3384C00594857 /* PaginationWrapperUIDelegate.swift */; }; + 82B4F8DB223903B800F6708C /* Block.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82B4F8DA223903B800F6708C /* Block.swift */; }; + 82B4F8DC223903B800F6708C /* Block.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82B4F8DA223903B800F6708C /* Block.swift */; }; + 82B4F8DD223903B800F6708C /* Block.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82B4F8DA223903B800F6708C /* Block.swift */; }; 82F8BB181F5DDED100C1061B /* Single+DeferredJust.swift in Sources */ = {isa = PBXBuildFile; fileRef = 82F8BB171F5DDED100C1061B /* Single+DeferredJust.swift */; }; A658E54D1F8CD7790093527A /* TableRow+SeparatorsExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A658E54C1F8CD7790093527A /* TableRow+SeparatorsExtensions.swift */; }; A658E5501F8CD9350093527A /* Array+SeparatorRowBoxExtensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = A658E54F1F8CD9350093527A /* Array+SeparatorRowBoxExtensions.swift */; }; @@ -658,7 +658,6 @@ 67186B301EB248F100CFAFFB /* LeadKit iOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "LeadKit iOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 67186B411EB24AA000CFAFFB /* iOS.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = iOS.playground; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; 67186C1A1EB24B7800CFAFFB /* Info-iOS.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = ""; }; - 671AD25B206A343300EAF887 /* VoidBlock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = VoidBlock.swift; sourceTree = ""; }; 671AD26B206A3E8500EAF887 /* Array+TotalCountCursorListingResult.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+TotalCountCursorListingResult.swift"; sourceTree = ""; }; 67274768206CCC9D00725163 /* ViewBackground.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewBackground.swift; sourceTree = ""; }; 6727476D206CCDDB00725163 /* ViewBackground+Configuration.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ViewBackground+Configuration.swift"; sourceTree = ""; }; @@ -800,6 +799,7 @@ 78EC7B1222019F5A0007DCFD /* String+TelpromptURL.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+TelpromptURL.swift"; sourceTree = ""; }; 820CAD8320B43B080033EF94 /* PaginationWrapperDelegate+DefaultImplementation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "PaginationWrapperDelegate+DefaultImplementation.swift"; sourceTree = ""; }; 825F8F2720B3384C00594857 /* PaginationWrapperUIDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaginationWrapperUIDelegate.swift; sourceTree = ""; }; + 82B4F8DA223903B800F6708C /* Block.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Block.swift; sourceTree = ""; }; 82F8BB171F5DDED100C1061B /* Single+DeferredJust.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Single+DeferredJust.swift"; sourceTree = ""; }; 90DA5FD2982B6AB31C3E8336 /* Pods-LeadKit iOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit iOSTests.release.xcconfig"; path = "Target Support Files/Pods-LeadKit iOSTests/Pods-LeadKit iOSTests.release.xcconfig"; sourceTree = ""; }; 94DC826707A87C30CD4DB157 /* Pods_LeadKit_tvOSTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_tvOSTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1173,7 +1173,7 @@ A676AE4C1F9810C1001F9214 /* Any+Cast.swift */, 671462211EB3396E00EAB194 /* Any+TypeName.swift */, 67FD4381206BD24B005B0C64 /* EqutableOptionalArray.swift */, - 671AD25B206A343300EAF887 /* VoidBlock.swift */, + 82B4F8DA223903B800F6708C /* Block.swift */, ); path = Functions; sourceTree = ""; @@ -1980,7 +1980,6 @@ E53A1E9E9F77B0F30940382F /* Pods-LeadKit-LeadKit watchOS.debug.xcconfig */, 1D98F1F1E572E6B0AFA5D6DD /* Pods-LeadKit-LeadKit watchOS.release.xcconfig */, ); - name = Pods; path = Pods; sourceTree = ""; }; @@ -2641,7 +2640,6 @@ A6D10EAB1F8A9278003E69DD /* Comparable+Extensions.swift in Sources */, 671463801EB3396E00EAB194 /* PaddingDrawingOperation.swift in Sources */, 671463281EB3396E00EAB194 /* BaseViewModel.swift in Sources */, - 671AD25C206A343300EAF887 /* VoidBlock.swift in Sources */, A6E0DDDF1F8A696F002CA74E /* SeparatorCell.swift in Sources */, 67153E40207DFBA80049D8C0 /* FloatingPoint+DegreesRadiansConvertion.swift in Sources */, 671462AC1EB3396E00EAB194 /* Observable+DeferredJust.swift in Sources */, @@ -2767,6 +2765,7 @@ 673CF4342063E29B00C329F6 /* TextWithButtonPlaceholder.swift in Sources */, 673CF4222063D90600C329F6 /* DisposeBagHolder.swift in Sources */, 67DB776D210871E8001CB56B /* BaseCollectionContentController.swift in Sources */, + 82B4F8DB223903B800F6708C /* Block.swift in Sources */, 671463681EB3396E00EAB194 /* ConfigurableView.swift in Sources */, 6B5B64BACFF8C5487FB0939D /* TableKitViewModel.swift in Sources */, 6B5B6F0BFA22832C47142BAD /* TableKitViewModel+Extenstions.swift in Sources */, @@ -2812,6 +2811,7 @@ 67274781206CD3BD00725163 /* ViewText+Extensions.swift in Sources */, 6713C23920AF0C4D00875921 /* NetworkOperationState.swift in Sources */, 671463561EB3396E00EAB194 /* StaticViewHeightProtocol.swift in Sources */, + 82B4F8DC223903B800F6708C /* Block.swift in Sources */, 671463621EB3396E00EAB194 /* SupportProtocol.swift in Sources */, 678D26A220692BFF00B05B93 /* TextFieldViewEvents.swift in Sources */, 671462861EB3396E00EAB194 /* CGContext+Initializers.swift in Sources */, @@ -2907,7 +2907,6 @@ 6714638E1EB3396E00EAB194 /* SolidFillDrawingOperation.swift in Sources */, 6774529420625D170024EEEF /* GeneralDataLoadingModel.swift in Sources */, 67FDC2611FA310EA00C76A77 /* RequestError.swift in Sources */, - 671AD25E206A343300EAF887 /* VoidBlock.swift in Sources */, 671462521EB3396E00EAB194 /* StaticCursor.swift in Sources */, 67ED2BE720B44F4300508B3E /* InitializableView+DefaultImplementation.swift in Sources */, 6714629E1EB3396E00EAB194 /* CursorType+Slice.swift in Sources */, @@ -2922,6 +2921,7 @@ buildActionMask = 2147483647; files = ( 6714634B1EB3396E00EAB194 /* ResettableType.swift in Sources */, + 82B4F8DD223903B800F6708C /* Block.swift in Sources */, 671462E71EB3396E00EAB194 /* UIColor+Hex.swift in Sources */, 67ED2BE120B44DEB00508B3E /* InitializableView.swift in Sources */, 67990AD9213EA6A50040D195 /* ContentLoadingViewModel+Extensions.swift in Sources */, @@ -3011,7 +3011,6 @@ B84CB07B20B872AD0090DB91 /* Decodable+Extensions.swift in Sources */, 671463731EB3396E00EAB194 /* ApiRequestParameters.swift in Sources */, 671462EF1EB3396E00EAB194 /* UIImage+Extensions.swift in Sources */, - 671AD25F206A343300EAF887 /* VoidBlock.swift in Sources */, 6774526A206249360024EEEF /* UITableView+PaginationWrappable.swift in Sources */, 6714636F1EB3396E00EAB194 /* XibNameProtocol.swift in Sources */, EFBE57DE1EC361620040E00A /* UIView+Layout.swift in Sources */, diff --git a/Sources/Functions/VoidBlock.swift b/Sources/Functions/Block.swift similarity index 60% rename from Sources/Functions/VoidBlock.swift rename to Sources/Functions/Block.swift index e7cf2f7c..b1b619cd 100644 --- a/Sources/Functions/VoidBlock.swift +++ b/Sources/Functions/Block.swift @@ -20,8 +20,20 @@ // THE SOFTWARE. // -/// Closure that takes no arguments and return Void. -public typealias VoidBlock = () -> Void +/// Closure with custom arguments and return value. +public typealias Block = (Input) -> Output -/// Closure that takes no arguments, may throw error and return Void. -public typealias ThrowableVoidBlock = () throws -> Void +/// Closure with no arguments and custom return value. +public typealias ResultBlock = Block + +/// Closure that takes custom arguments and returns Void. +public typealias ParameterBlock = Block + +/// Closure that takes no arguments and returns Void. +public typealias VoidBlock = ResultBlock + +/// Closure with custom arguments and return value, may throw an error. +public typealias ThrowableBlock = (Input) throws -> Output + +/// Closure that takes no arguments, may throw an error and returns Void. +public typealias ThrowableVoidBlock = ThrowableBlock From f2519ad3fc48a4b49ed257c8eb91b36a04be9107 Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 13 Mar 2019 14:54:25 +0500 Subject: [PATCH 3/9] Changelog update --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 240e0cf2..98994868 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.9.10 +- **Remove**: Removed unused scheme & target +- **Update**: New closure typealiases + ### 0.9.9 - **Add**: `validStatusCodes` parameter to request methods in `NetworkService` class, that expands valid status codes for request. - **Add**: `validStatusCodes` parameter to response methods in `SessionManager` extension, that expands valid status codes for request. @@ -41,7 +45,7 @@ ### 0.8.13 - **Add**: `configureLayout` method to `InitializeableView` protocol and all implementations. - **Update**: `GeneralDataLoadingViewModel` now can handle state changes and result of data source. Previously it was possible only in view controller. -- **Add**: `GeneralDataLoadingHandler` protocol, that defines methods for common data loading states handling. +- **Add**: `GeneralDataLoadingHandler` protocol, that defines methods for common data loading states handling. - **Add**: `resultObservable` and `resultDriver` properties to `GeneralDataLoadingViewModel`. - **Add**: `hidesWhenStopped` option to `SpinnerView`, so you can stop animation without hiding image inside it. - **Update**: Migrate to Swift 4.2 & Xcode 10. Update dependencies. @@ -92,12 +96,12 @@ ### 0.8.5 -- **Add**: `replaceDataSource` method to `RxNetworkOperationModel`. +- **Add**: `replaceDataSource` method to `RxNetworkOperationModel`. - **Add**: `customErrorHandler` constructor parameter to `RxNetworkOperationModel` and it heirs. ### 0.8.4 -- **Fix**: Add `SeparatorCell` to `Core-iOS-Extension`. +- **Fix**: Add `SeparatorCell` to `Core-iOS-Extension`. - **Fix**: `UIApplication` extensions path for `Core-iOS-Extension` exclusions. ### 0.8.3 From f6b39ddcf7fe09e34cd685b693e25c5400f3bcaf Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 13 Mar 2019 14:58:17 +0500 Subject: [PATCH 4/9] Plist updates --- LeadKit.xcodeproj/project.pbxproj | 2 -- Sources/Info-iOS-Extensions.plist | 24 ------------------------ Sources/Info-iOS.plist | 2 +- Sources/Info-tvOS.plist | 2 +- Sources/Info-watchOS.plist | 2 +- 5 files changed, 3 insertions(+), 29 deletions(-) delete mode 100644 Sources/Info-iOS-Extensions.plist diff --git a/LeadKit.xcodeproj/project.pbxproj b/LeadKit.xcodeproj/project.pbxproj index 96373ea4..1c9e0f63 100644 --- a/LeadKit.xcodeproj/project.pbxproj +++ b/LeadKit.xcodeproj/project.pbxproj @@ -729,7 +729,6 @@ 67952C391EB3203F00B3BA1A /* Info-iOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS.plist"; sourceTree = ""; }; 67952C3A1EB3205D00B3BA1A /* Info-watchOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-watchOS.plist"; sourceTree = ""; }; 67952C3B1EB3208000B3BA1A /* Info-tvOS.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-tvOS.plist"; sourceTree = ""; }; - 67952DDC1EB3280900B3BA1A /* Info-iOS-Extensions.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS-Extensions.plist"; sourceTree = ""; }; 67952DDE1EB3285A00B3BA1A /* Info-iOS-Extensions.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Info-iOS-Extensions.plist"; sourceTree = ""; }; 67955D51206D216B0021ECD2 /* Singleton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Singleton.swift; sourceTree = ""; }; 67990AC4213EA4DB0040D195 /* PlaceholderConfigurable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PlaceholderConfigurable.swift; sourceTree = ""; }; @@ -1294,7 +1293,6 @@ 671461D61EB3396E00EAB194 /* Enums */, 671461DA1EB3396E00EAB194 /* Extensions */, 6714621F1EB3396E00EAB194 /* Functions */, - 67952DDC1EB3280900B3BA1A /* Info-iOS-Extensions.plist */, 67952C391EB3203F00B3BA1A /* Info-iOS.plist */, 67952C3B1EB3208000B3BA1A /* Info-tvOS.plist */, 67952C3A1EB3205D00B3BA1A /* Info-watchOS.plist */, diff --git a/Sources/Info-iOS-Extensions.plist b/Sources/Info-iOS-Extensions.plist deleted file mode 100644 index 399882e1..00000000 --- a/Sources/Info-iOS-Extensions.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - 0.5.0 - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Sources/Info-iOS.plist b/Sources/Info-iOS.plist index dd711d9f..4675ccda 100644 --- a/Sources/Info-iOS.plist +++ b/Sources/Info-iOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.9 + 0.9.10 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Info-tvOS.plist b/Sources/Info-tvOS.plist index dd711d9f..4675ccda 100644 --- a/Sources/Info-tvOS.plist +++ b/Sources/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.9 + 0.9.10 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/Info-watchOS.plist b/Sources/Info-watchOS.plist index dd711d9f..4675ccda 100644 --- a/Sources/Info-watchOS.plist +++ b/Sources/Info-watchOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.9 + 0.9.10 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass From 192a30bfa6605cf92b6c1eb10ccaeb5c317c6609 Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 13 Mar 2019 21:28:42 +0500 Subject: [PATCH 5/9] Throwable block fix --- Sources/Functions/Block.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Functions/Block.swift b/Sources/Functions/Block.swift index b1b619cd..06d3620e 100644 --- a/Sources/Functions/Block.swift +++ b/Sources/Functions/Block.swift @@ -36,4 +36,4 @@ public typealias VoidBlock = ResultBlock public typealias ThrowableBlock = (Input) throws -> Output /// Closure that takes no arguments, may throw an error and returns Void. -public typealias ThrowableVoidBlock = ThrowableBlock +public typealias ThrowableVoidBlock = () throws -> Void From 512f8542962fce3962661c9317bd8dabb2630c17 Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 13 Mar 2019 21:28:53 +0500 Subject: [PATCH 6/9] Pods deintegrated --- LeadKit.xcodeproj/project.pbxproj | 165 ------------------------------ 1 file changed, 165 deletions(-) diff --git a/LeadKit.xcodeproj/project.pbxproj b/LeadKit.xcodeproj/project.pbxproj index 1c9e0f63..66fab7b7 100644 --- a/LeadKit.xcodeproj/project.pbxproj +++ b/LeadKit.xcodeproj/project.pbxproj @@ -7,16 +7,13 @@ objects = { /* Begin PBXBuildFile section */ - 21A3B105772E876EA9F3B332 /* Pods_LeadKit_LeadKit_tvOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 30DABA466214FE9ABDE2E685 /* Pods_LeadKit_LeadKit_tvOS.framework */; }; 36977763200CF12100ED9C6E /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36DAAF502007CC920090BE0D /* UITableView+Extensions.swift */; }; 36DAAF512007CC920090BE0D /* UITableView+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36DAAF502007CC920090BE0D /* UITableView+Extensions.swift */; }; 36FE777020F669E300284C09 /* String+ConvertToHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36FE776F20F669E300284C09 /* String+ConvertToHost.swift */; }; 36FE777220F669E300284C09 /* String+ConvertToHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36FE776F20F669E300284C09 /* String+ConvertToHost.swift */; }; 36FE777320F669E300284C09 /* String+ConvertToHost.swift in Sources */ = {isa = PBXBuildFile; fileRef = 36FE776F20F669E300284C09 /* String+ConvertToHost.swift */; }; - 4098E82DE6429EF5B01B43D7 /* Pods_LeadKit_tvOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 94DC826707A87C30CD4DB157 /* Pods_LeadKit_tvOSTests.framework */; }; 40F118471F8FEF97004AADAF /* AppearanceConfigurable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40F118461F8FEF97004AADAF /* AppearanceConfigurable.swift */; }; 40F118491F8FF223004AADAF /* TableRow+AppearanceExtension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 40F118481F8FF223004AADAF /* TableRow+AppearanceExtension.swift */; }; - 5F9DF5361ADE4207C1032252 /* Pods_LeadKit_LeadKit_watchOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 48C5033AB9D51F5BA39AAAFC /* Pods_LeadKit_LeadKit_watchOS.framework */; }; 67051ADB1EBC7C36008EADC0 /* SpinnerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67051ADA1EBC7C36008EADC0 /* SpinnerView.swift */; }; 67051ADD1EBC7C36008EADC0 /* SpinnerView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 67051ADA1EBC7C36008EADC0 /* SpinnerView.swift */; }; 6713C23720AF0C4D00875921 /* NetworkOperationState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6713C23620AF0C4D00875921 /* NetworkOperationState.swift */; }; @@ -525,7 +522,6 @@ A6F32C0C1F6EBE5C00AC08EE /* String+LocalizedComponent.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F32C071F6EBDAA00AC08EE /* String+LocalizedComponent.swift */; }; A6F32C101F6EBE9600AC08EE /* StringExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F32C0E1F6EBE8E00AC08EE /* StringExtensionTests.swift */; }; A6F32C121F6EBE9800AC08EE /* StringExtensionTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A6F32C0E1F6EBE8E00AC08EE /* StringExtensionTests.swift */; }; - A916FFFB6784C37DCD2217D1 /* Pods_LeadKit_LeadKit_iOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5D75C8B2B1AE880554CF104E /* Pods_LeadKit_LeadKit_iOS.framework */; }; B84CB06A20B702240090DB91 /* Encodable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B85B768620B1CF6700F837C4 /* Encodable+Extensions.swift */; }; B84CB06B20B702260090DB91 /* Encodable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = B85B768620B1CF6700F837C4 /* Encodable+Extensions.swift */; }; B84CB06D20B8325D0090DB91 /* SessionManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = B84CB06C20B8325D0090DB91 /* SessionManager.swift */; }; @@ -551,7 +547,6 @@ EFBE57D31EC35EF20040E00A /* Array+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFBE57CF1EC35EF20040E00A /* Array+Extensions.swift */; }; EFBE57DB1EC361620040E00A /* UIView+Layout.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFBE57DA1EC361620040E00A /* UIView+Layout.swift */; }; EFBE57DE1EC361620040E00A /* UIView+Layout.swift in Sources */ = {isa = PBXBuildFile; fileRef = EFBE57DA1EC361620040E00A /* UIView+Layout.swift */; }; - F9D8CB4031C3AFFF70F4B040 /* Pods_LeadKit_iOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 98DD36236D8020BB8F15D803 /* Pods_LeadKit_iOSTests.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -572,16 +567,10 @@ /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ - 1D98F1F1E572E6B0AFA5D6DD /* Pods-LeadKit-LeadKit watchOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit watchOS.release.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit watchOS/Pods-LeadKit-LeadKit watchOS.release.xcconfig"; sourceTree = ""; }; - 2D48ED6E97C783C9AB880754 /* Pods-LeadKit-LeadKit tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit tvOS.release.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit tvOS/Pods-LeadKit-LeadKit tvOS.release.xcconfig"; sourceTree = ""; }; - 30DABA466214FE9ABDE2E685 /* Pods_LeadKit_LeadKit_tvOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_LeadKit_tvOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 36DAAF502007CC920090BE0D /* UITableView+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITableView+Extensions.swift"; sourceTree = ""; }; 36FE776F20F669E300284C09 /* String+ConvertToHost.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "String+ConvertToHost.swift"; sourceTree = ""; }; - 3EB2AD073C7659E7B3AD592B /* Pods-LeadKit tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit tvOSTests/Pods-LeadKit tvOSTests.debug.xcconfig"; sourceTree = ""; }; 40F118461F8FEF97004AADAF /* AppearanceConfigurable.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppearanceConfigurable.swift; sourceTree = ""; }; 40F118481F8FF223004AADAF /* TableRow+AppearanceExtension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TableRow+AppearanceExtension.swift"; sourceTree = ""; }; - 48C5033AB9D51F5BA39AAAFC /* Pods_LeadKit_LeadKit_watchOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_LeadKit_watchOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 5D75C8B2B1AE880554CF104E /* Pods_LeadKit_LeadKit_iOS.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_LeadKit_iOS.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 67051ADA1EBC7C36008EADC0 /* SpinnerView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SpinnerView.swift; sourceTree = ""; }; 6713C23620AF0C4D00875921 /* NetworkOperationState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkOperationState.swift; sourceTree = ""; }; 6713C23B20AF0D5900875921 /* NetworkOperationModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NetworkOperationModel.swift; sourceTree = ""; }; @@ -800,10 +789,6 @@ 825F8F2720B3384C00594857 /* PaginationWrapperUIDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PaginationWrapperUIDelegate.swift; sourceTree = ""; }; 82B4F8DA223903B800F6708C /* Block.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Block.swift; sourceTree = ""; }; 82F8BB171F5DDED100C1061B /* Single+DeferredJust.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Single+DeferredJust.swift"; sourceTree = ""; }; - 90DA5FD2982B6AB31C3E8336 /* Pods-LeadKit iOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit iOSTests.release.xcconfig"; path = "Target Support Files/Pods-LeadKit iOSTests/Pods-LeadKit iOSTests.release.xcconfig"; sourceTree = ""; }; - 94DC826707A87C30CD4DB157 /* Pods_LeadKit_tvOSTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_tvOSTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 98DD36236D8020BB8F15D803 /* Pods_LeadKit_iOSTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_LeadKit_iOSTests.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - A29A396D649FAF4088CA5294 /* Pods-LeadKit iOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit iOSTests.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit iOSTests/Pods-LeadKit iOSTests.debug.xcconfig"; sourceTree = ""; }; A658E54C1F8CD7790093527A /* TableRow+SeparatorsExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TableRow+SeparatorsExtensions.swift"; sourceTree = ""; }; A658E54F1F8CD9350093527A /* Array+SeparatorRowBoxExtensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Array+SeparatorRowBoxExtensions.swift"; sourceTree = ""; }; A66428A61F8A653600C6308D /* SeparatorCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SeparatorCell.swift; sourceTree = ""; }; @@ -823,15 +808,10 @@ B85B766620AC4EA300F837C4 /* Album.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Album.swift; sourceTree = ""; }; B85B766B20AC51BE00F837C4 /* AlbumsContainer.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AlbumsContainer.swift; sourceTree = ""; }; B85B768620B1CF6700F837C4 /* Encodable+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Encodable+Extensions.swift"; sourceTree = ""; }; - CC02AE0FB1F711D5C498A8A6 /* Pods-LeadKit-LeadKit tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit tvOS.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit tvOS/Pods-LeadKit-LeadKit tvOS.debug.xcconfig"; sourceTree = ""; }; - D4922783EEF858FE8CF8C482 /* Pods-LeadKit tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-LeadKit tvOSTests/Pods-LeadKit tvOSTests.release.xcconfig"; sourceTree = ""; }; D93221ED20A44896003799D5 /* Double+RoundingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Double+RoundingTests.swift"; sourceTree = ""; }; - E53A1E9E9F77B0F30940382F /* Pods-LeadKit-LeadKit watchOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit watchOS.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit watchOS/Pods-LeadKit-LeadKit watchOS.debug.xcconfig"; sourceTree = ""; }; EF2421392076D5BD00FA9BE6 /* NetworkServiceConfiguration.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = NetworkServiceConfiguration.swift; sourceTree = ""; }; EFBE57CF1EC35EF20040E00A /* Array+Extensions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "Array+Extensions.swift"; sourceTree = ""; }; EFBE57DA1EC361620040E00A /* UIView+Layout.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "UIView+Layout.swift"; sourceTree = ""; }; - FAE7BAF0ADEBBEFA10959BD0 /* Pods-LeadKit-LeadKit iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit iOS.release.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit iOS/Pods-LeadKit-LeadKit iOS.release.xcconfig"; sourceTree = ""; }; - FC5D19C857C04F205661E12E /* Pods-LeadKit-LeadKit iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-LeadKit-LeadKit iOS.debug.xcconfig"; path = "Target Support Files/Pods-LeadKit-LeadKit iOS/Pods-LeadKit-LeadKit iOS.debug.xcconfig"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -847,7 +827,6 @@ 785EDF7C220072B500985ED4 /* SwiftDate.framework in Frameworks */, 785EDF8322007DF900985ED4 /* TableKit.framework in Frameworks */, 785EDF8522007E5200985ED4 /* UIScrollView_InfiniteScroll.framework in Frameworks */, - A916FFFB6784C37DCD2217D1 /* Pods_LeadKit_LeadKit_iOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -856,7 +835,6 @@ buildActionMask = 2147483647; files = ( 67186B311EB248F100CFAFFB /* LeadKit.framework in Frameworks */, - F9D8CB4031C3AFFF70F4B040 /* Pods_LeadKit_iOSTests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -869,7 +847,6 @@ 785EDFA1220081F200985ED4 /* RxCocoa.framework in Frameworks */, 785EDFA2220081F200985ED4 /* SwiftDate.framework in Frameworks */, 785EDFA3220081F200985ED4 /* RxSwift.framework in Frameworks */, - 5F9DF5361ADE4207C1032252 /* Pods_LeadKit_LeadKit_watchOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -883,7 +860,6 @@ 785EDFB52200833100985ED4 /* RxCocoa.framework in Frameworks */, 785EDFB32200833100985ED4 /* RxAlamofire.framework in Frameworks */, 785EDFB72200833100985ED4 /* SwiftDate.framework in Frameworks */, - 21A3B105772E876EA9F3B332 /* Pods_LeadKit_LeadKit_tvOS.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -892,7 +868,6 @@ buildActionMask = 2147483647; files = ( 6782BBA91EB31D5A0086E0B8 /* LeadKit.framework in Frameworks */, - 4098E82DE6429EF5B01B43D7 /* Pods_LeadKit_tvOSTests.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -1967,16 +1942,6 @@ 6C722B542BA0317A7613C034 /* Pods */ = { isa = PBXGroup; children = ( - A29A396D649FAF4088CA5294 /* Pods-LeadKit iOSTests.debug.xcconfig */, - 90DA5FD2982B6AB31C3E8336 /* Pods-LeadKit iOSTests.release.xcconfig */, - 3EB2AD073C7659E7B3AD592B /* Pods-LeadKit tvOSTests.debug.xcconfig */, - D4922783EEF858FE8CF8C482 /* Pods-LeadKit tvOSTests.release.xcconfig */, - FC5D19C857C04F205661E12E /* Pods-LeadKit-LeadKit iOS.debug.xcconfig */, - FAE7BAF0ADEBBEFA10959BD0 /* Pods-LeadKit-LeadKit iOS.release.xcconfig */, - CC02AE0FB1F711D5C498A8A6 /* Pods-LeadKit-LeadKit tvOS.debug.xcconfig */, - 2D48ED6E97C783C9AB880754 /* Pods-LeadKit-LeadKit tvOS.release.xcconfig */, - E53A1E9E9F77B0F30940382F /* Pods-LeadKit-LeadKit watchOS.debug.xcconfig */, - 1D98F1F1E572E6B0AFA5D6DD /* Pods-LeadKit-LeadKit watchOS.release.xcconfig */, ); path = Pods; sourceTree = ""; @@ -2004,11 +1969,6 @@ 785EDF77220072B400985ED4 /* RxCocoa.framework */, 785EDF7B220072B500985ED4 /* RxSwift.framework */, 785EDF76220072B400985ED4 /* SwiftDate.framework */, - 98DD36236D8020BB8F15D803 /* Pods_LeadKit_iOSTests.framework */, - 94DC826707A87C30CD4DB157 /* Pods_LeadKit_tvOSTests.framework */, - 5D75C8B2B1AE880554CF104E /* Pods_LeadKit_LeadKit_iOS.framework */, - 30DABA466214FE9ABDE2E685 /* Pods_LeadKit_LeadKit_tvOS.framework */, - 48C5033AB9D51F5BA39AAAFC /* Pods_LeadKit_LeadKit_watchOS.framework */, ); name = Frameworks; sourceTree = ""; @@ -2167,7 +2127,6 @@ isa = PBXNativeTarget; buildConfigurationList = 67186B391EB248F100CFAFFB /* Build configuration list for PBXNativeTarget "LeadKit iOS" */; buildPhases = ( - 066F9DA5186FEE09FCF88E82 /* [CP] Check Pods Manifest.lock */, 67887A0E1ECC856F008A9E1D /* CopyPaste Detection */, 67186C2E1EB2538E00CFAFFB /* SwiftLint */, 67186B231EB248F100CFAFFB /* Sources */, @@ -2188,7 +2147,6 @@ isa = PBXNativeTarget; buildConfigurationList = 67186B3C1EB248F100CFAFFB /* Build configuration list for PBXNativeTarget "LeadKit iOSTests" */; buildPhases = ( - 130F0A09690A2CDBEE833A21 /* [CP] Check Pods Manifest.lock */, 67186B2C1EB248F100CFAFFB /* Sources */, 67186B2D1EB248F100CFAFFB /* Frameworks */, 67186B2E1EB248F100CFAFFB /* Resources */, @@ -2207,7 +2165,6 @@ isa = PBXNativeTarget; buildConfigurationList = 6782BB961EB31CFE0086E0B8 /* Build configuration list for PBXNativeTarget "LeadKit watchOS" */; buildPhases = ( - 7C7BE398A5318A1AE32A308D /* [CP] Check Pods Manifest.lock */, 67EB7FCC2061538D00BDD9FB /* CopyPaste Detection */, 6782BBBC1EB31ED90086E0B8 /* SwiftLint */, 6782BB8C1EB31CFE0086E0B8 /* Sources */, @@ -2228,7 +2185,6 @@ isa = PBXNativeTarget; buildConfigurationList = 6782BBB11EB31D5A0086E0B8 /* Build configuration list for PBXNativeTarget "LeadKit tvOS" */; buildPhases = ( - F0D1119D492F8291848EED52 /* [CP] Check Pods Manifest.lock */, 67EB7FCD2061539500BDD9FB /* CopyPaste Detection */, 6782BBBE1EB31F210086E0B8 /* SwiftLint */, 6782BB9B1EB31D590086E0B8 /* Sources */, @@ -2249,7 +2205,6 @@ isa = PBXNativeTarget; buildConfigurationList = 6782BBB41EB31D5A0086E0B8 /* Build configuration list for PBXNativeTarget "LeadKit tvOSTests" */; buildPhases = ( - 598FD5D7DDAF5E72DE945195 /* [CP] Check Pods Manifest.lock */, 6782BBA41EB31D5A0086E0B8 /* Sources */, 6782BBA51EB31D5A0086E0B8 /* Frameworks */, 6782BBA61EB31D5A0086E0B8 /* Resources */, @@ -2368,72 +2323,6 @@ /* End PBXResourcesBuildPhase section */ /* Begin PBXShellScriptBuildPhase section */ - 066F9DA5186FEE09FCF88E82 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-LeadKit-LeadKit iOS-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - 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; - }; - 130F0A09690A2CDBEE833A21 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-LeadKit iOSTests-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - 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; - }; - 598FD5D7DDAF5E72DE945195 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-LeadKit tvOSTests-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - 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; - }; 67186C2E1EB2538E00CFAFFB /* SwiftLint */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 12; @@ -2518,50 +2407,6 @@ shellPath = /bin/sh; shellScript = ". build-scripts/xcode/build_phases/copy_paste_detection.sh Sources"; }; - 7C7BE398A5318A1AE32A308D /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-LeadKit-LeadKit watchOS-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - 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; - }; - F0D1119D492F8291848EED52 /* [CP] Check Pods Manifest.lock */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputFileListPaths = ( - ); - inputPaths = ( - "${PODS_PODFILE_DIR_PATH}/Podfile.lock", - "${PODS_ROOT}/Manifest.lock", - ); - name = "[CP] Check Pods Manifest.lock"; - outputFileListPaths = ( - ); - outputPaths = ( - "$(DERIVED_FILE_DIR)/Pods-LeadKit-LeadKit tvOS-checkManifestLockResult.txt", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - 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 */ /* Begin PBXSourcesBuildPhase section */ @@ -3132,7 +2977,6 @@ /* Begin XCBuildConfiguration section */ 67186B3A1EB248F100CFAFFB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FC5D19C857C04F205661E12E /* Pods-LeadKit-LeadKit iOS.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3163,7 +3007,6 @@ }; 67186B3B1EB248F100CFAFFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = FAE7BAF0ADEBBEFA10959BD0 /* Pods-LeadKit-LeadKit iOS.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3193,7 +3036,6 @@ }; 67186B3D1EB248F100CFAFFB /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = A29A396D649FAF4088CA5294 /* Pods-LeadKit iOSTests.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3213,7 +3055,6 @@ }; 67186B3E1EB248F100CFAFFB /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 90DA5FD2982B6AB31C3E8336 /* Pods-LeadKit iOSTests.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3231,7 +3072,6 @@ }; 6782BB971EB31CFE0086E0B8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = E53A1E9E9F77B0F30940382F /* Pods-LeadKit-LeadKit watchOS.debug.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3264,7 +3104,6 @@ }; 6782BB981EB31CFE0086E0B8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 1D98F1F1E572E6B0AFA5D6DD /* Pods-LeadKit-LeadKit watchOS.release.xcconfig */; buildSettings = { APPLICATION_EXTENSION_API_ONLY = YES; CLANG_ANALYZER_NONNULL = YES; @@ -3296,7 +3135,6 @@ }; 6782BBB21EB31D5A0086E0B8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = CC02AE0FB1F711D5C498A8A6 /* Pods-LeadKit-LeadKit tvOS.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3328,7 +3166,6 @@ }; 6782BBB31EB31D5A0086E0B8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 2D48ED6E97C783C9AB880754 /* Pods-LeadKit-LeadKit tvOS.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3359,7 +3196,6 @@ }; 6782BBB51EB31D5A0086E0B8 /* Debug */ = { isa = XCBuildConfiguration; - baseConfigurationReference = 3EB2AD073C7659E7B3AD592B /* Pods-LeadKit tvOSTests.debug.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; @@ -3380,7 +3216,6 @@ }; 6782BBB61EB31D5A0086E0B8 /* Release */ = { isa = XCBuildConfiguration; - baseConfigurationReference = D4922783EEF858FE8CF8C482 /* Pods-LeadKit tvOSTests.release.xcconfig */; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; From c71626ba923099d6a7d8571175b4c8a84ab2579d Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 13 Mar 2019 21:30:08 +0500 Subject: [PATCH 7/9] Changelog update --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98994868..a0fa931f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ### 0.9.10 - **Remove**: Removed unused scheme & target +- **Remove**: Cocoapods deintegrated - **Update**: New closure typealiases ### 0.9.9 From e9eac22a3bfb26478c95f6f43fd9f9ec9eef5b2d Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Wed, 13 Mar 2019 21:33:08 +0500 Subject: [PATCH 8/9] Cocoapods removed --- LeadKit.xcodeproj/project.pbxproj | 8 ----- Podfile | 47 ---------------------------- Podfile.lock | 52 ------------------------------- 3 files changed, 107 deletions(-) delete mode 100644 Podfile delete mode 100644 Podfile.lock diff --git a/LeadKit.xcodeproj/project.pbxproj b/LeadKit.xcodeproj/project.pbxproj index 66fab7b7..96f56f7f 100644 --- a/LeadKit.xcodeproj/project.pbxproj +++ b/LeadKit.xcodeproj/project.pbxproj @@ -1939,13 +1939,6 @@ path = TableKitViewModel; sourceTree = ""; }; - 6C722B542BA0317A7613C034 /* Pods */ = { - isa = PBXGroup; - children = ( - ); - path = Pods; - sourceTree = ""; - }; 785EDF75220072B400985ED4 /* Frameworks */ = { isa = PBXGroup; children = ( @@ -1981,7 +1974,6 @@ 67186B401EB24A5B00CFAFFB /* Tests */, 67186B411EB24AA000CFAFFB /* iOS.playground */, 785EDF75220072B400985ED4 /* Frameworks */, - 6C722B542BA0317A7613C034 /* Pods */, ); sourceTree = ""; }; diff --git a/Podfile b/Podfile deleted file mode 100644 index abe1ed18..00000000 --- a/Podfile +++ /dev/null @@ -1,47 +0,0 @@ -abstract_target 'LeadKit' do - pod "RxSwift" - pod "RxCocoa" - pod "RxAlamofire" - pod "SwiftLint" - pod "SwiftDate" - - inhibit_all_warnings! - - target 'LeadKit iOS' do - platform :ios, '9.0' - - use_frameworks! - - pod "TableKit" - pod "UIScrollView-InfiniteScroll" - - target 'LeadKit iOSTests' do - inherit! :search_paths - # Pods for testing - end - - end - - target 'LeadKit watchOS' do - platform :watchos, '3.0' - - use_frameworks! - - end - - target 'LeadKit tvOS' do - platform :tvos, '9.0' - - use_frameworks! - - target 'LeadKit tvOSTests' do - inherit! :search_paths - # Pods for testing - end - - end - -end - -# If you have slow HDD -ENV['COCOAPODS_DISABLE_STATS'] = "true" diff --git a/Podfile.lock b/Podfile.lock deleted file mode 100644 index 3211090d..00000000 --- a/Podfile.lock +++ /dev/null @@ -1,52 +0,0 @@ -PODS: - - Alamofire (4.8.1) - - RxAlamofire (4.3.0): - - RxAlamofire/Core (= 4.3.0) - - RxAlamofire/Core (4.3.0): - - Alamofire (~> 4.5) - - RxSwift (~> 4) - - RxAtomic (4.4.0) - - RxCocoa (4.4.0): - - RxSwift (~> 4.0) - - RxSwift (4.4.0): - - RxAtomic (~> 4.4) - - SwiftDate (5.1.0) - - SwiftLint (0.30.1) - - TableKit (2.8.1) - - UIScrollView-InfiniteScroll (1.1.0) - -DEPENDENCIES: - - RxAlamofire - - RxCocoa - - RxSwift - - SwiftDate - - SwiftLint - - TableKit - - UIScrollView-InfiniteScroll - -SPEC REPOS: - https://github.com/cocoapods/specs.git: - - Alamofire - - RxAlamofire - - RxAtomic - - RxCocoa - - RxSwift - - SwiftDate - - SwiftLint - - TableKit - - UIScrollView-InfiniteScroll - -SPEC CHECKSUMS: - Alamofire: 16ce2c353fb72865124ddae8a57c5942388f4f11 - RxAlamofire: 09624d0f2d48ed8b686e4eb4cf68e28cbd2df556 - RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f - RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749 - RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973 - SwiftDate: 6329e58969a2de31cea7f1ee1143b247693196e7 - SwiftLint: a54bf1fe12b55c68560eb2a7689dfc81458508f7 - TableKit: 18a0049dea981c1106409bdeebc763ef74d36f02 - UIScrollView-InfiniteScroll: 3ef456bcbe759c19f510a383cff96e6647c98c98 - -PODFILE CHECKSUM: 35078953e1674fd44d276c008f8bdf5f910ea145 - -COCOAPODS: 1.6.1 From c529ae736e9e834dd23bcfd8a108dd2a4d2d3f20 Mon Sep 17 00:00:00 2001 From: Pavel Lukandiy Date: Thu, 14 Mar 2019 00:38:30 +0500 Subject: [PATCH 9/9] Podspec version update --- LeadKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LeadKit.podspec b/LeadKit.podspec index 935c3e96..79a14220 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LeadKit" - s.version = "0.9.9" + s.version = "0.9.10" s.summary = "iOS framework with a bunch of tools for rapid development" s.homepage = "https://github.com/TouchInstinct/LeadKit" s.license = "Apache License, Version 2.0"