From 7c6acd5c587daacde9713d7180e8a20404fbebe6 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Wed, 24 Oct 2018 12:11:28 +0300 Subject: [PATCH 1/5] Schemes shared, travis config added --- .travis.yml | 31 ++++++ LeadKit.xcodeproj/project.pbxproj | 87 ---------------- .../xcschemes/LeadKit iOS Extensions.xcscheme | 99 +++++++++++++++++++ .../xcschemes/LeadKit iOS.xcscheme | 99 +++++++++++++++++++ .../xcschemes/LeadKit tvOS.xcscheme | 99 +++++++++++++++++++ .../xcschemes/LeadKit watchOS.xcscheme | 80 +++++++++++++++ Podfile.lock | 2 +- 7 files changed, 409 insertions(+), 88 deletions(-) create mode 100644 .travis.yml create mode 100644 LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS Extensions.xcscheme create mode 100644 LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS.xcscheme create mode 100644 LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit tvOS.xcscheme create mode 100644 LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit watchOS.xcscheme diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..acba52d5 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,31 @@ + +language: swift +osx_image: xcode9.4 + +env: + global: + - LC_CTYPE=en_US.UTF-8 + - LANG=en_US.UTF-8 + +jdk: + - oraclejdk9 + +before_install: + - env + - locale + - gem install xcpretty --no-rdoc --no-ri --no-document --quiet + - xcpretty --version + - xcodebuild -version + - xcodebuild -showsdks + - pod install --repo-update + - brew install pmd + +script: + - set -o pipefail + - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS' -destination 'platform=iOS Simulator,OS=11.4,name=iPhone 5s' build test | xcpretty -c + - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS Extensions' -destination 'platform=iOS Simulator,OS=11.4,name=iPhone 5s' build test | xcpretty -c + - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit tvOS' -destination 'platform=tvOS Simulator,name=Apple TV 4K' -sdk appletvsimulator build test | xcpretty -c + +after_success: + - sleep 5 + - bash < (curl -s https://codecov.io/bash) diff --git a/LeadKit.xcodeproj/project.pbxproj b/LeadKit.xcodeproj/project.pbxproj index 312a78ce..0318f475 100644 --- a/LeadKit.xcodeproj/project.pbxproj +++ b/LeadKit.xcodeproj/project.pbxproj @@ -2397,7 +2397,6 @@ 67186B2C1EB248F100CFAFFB /* Sources */, 67186B2D1EB248F100CFAFFB /* Frameworks */, 67186B2E1EB248F100CFAFFB /* Resources */, - B285084CE10354367156E122 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -2459,7 +2458,6 @@ 6782BBA41EB31D5A0086E0B8 /* Sources */, 6782BBA51EB31D5A0086E0B8 /* Frameworks */, 6782BBA61EB31D5A0086E0B8 /* Resources */, - C7322258346BDF6E53D19895 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -2500,7 +2498,6 @@ 67952DC91EB327B400B3BA1A /* Sources */, 67952DCA1EB327B400B3BA1A /* Frameworks */, 67952DCB1EB327B400B3BA1A /* Resources */, - FD672381E62A00830715CF1A /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -2865,36 +2862,6 @@ 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; }; - B285084CE10354367156E122 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-LeadKit iOSTests/Pods-LeadKit iOSTests-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Alamofire-iOS/Alamofire.framework", - "${BUILT_PRODUCTS_DIR}/RxAlamofire-iOS/RxAlamofire.framework", - "${BUILT_PRODUCTS_DIR}/RxCocoa-iOS/RxCocoa.framework", - "${BUILT_PRODUCTS_DIR}/RxSwift-iOS/RxSwift.framework", - "${BUILT_PRODUCTS_DIR}/SwiftDate-iOS/SwiftDate.framework", - "${BUILT_PRODUCTS_DIR}/TableKit/TableKit.framework", - "${BUILT_PRODUCTS_DIR}/UIScrollView-InfiniteScroll/UIScrollView_InfiniteScroll.framework", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAlamofire.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftDate.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TableKit.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/UIScrollView_InfiniteScroll.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LeadKit iOSTests/Pods-LeadKit iOSTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; BCF262D3C2C3337546F84061 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -2913,60 +2880,6 @@ 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; }; - C7322258346BDF6E53D19895 /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-LeadKit tvOSTests/Pods-LeadKit tvOSTests-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Alamofire-tvOS/Alamofire.framework", - "${BUILT_PRODUCTS_DIR}/RxAlamofire-tvOS/RxAlamofire.framework", - "${BUILT_PRODUCTS_DIR}/RxCocoa-tvOS/RxCocoa.framework", - "${BUILT_PRODUCTS_DIR}/RxSwift-tvOS/RxSwift.framework", - "${BUILT_PRODUCTS_DIR}/SwiftDate-tvOS/SwiftDate.framework", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAlamofire.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftDate.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LeadKit tvOSTests/Pods-LeadKit tvOSTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; - FD672381E62A00830715CF1A /* [CP] Embed Pods Frameworks */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "${SRCROOT}/Pods/Target Support Files/Pods-LeadKit iOS ExtensionsTests/Pods-LeadKit iOS ExtensionsTests-frameworks.sh", - "${BUILT_PRODUCTS_DIR}/Alamofire-iOS/Alamofire.framework", - "${BUILT_PRODUCTS_DIR}/RxAlamofire-iOS/RxAlamofire.framework", - "${BUILT_PRODUCTS_DIR}/RxCocoa-iOS/RxCocoa.framework", - "${BUILT_PRODUCTS_DIR}/RxSwift-iOS/RxSwift.framework", - "${BUILT_PRODUCTS_DIR}/SwiftDate-iOS/SwiftDate.framework", - "${BUILT_PRODUCTS_DIR}/TableKit/TableKit.framework", - ); - name = "[CP] Embed Pods Frameworks"; - outputPaths = ( - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAlamofire.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftDate.framework", - "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TableKit.framework", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LeadKit iOS ExtensionsTests/Pods-LeadKit iOS ExtensionsTests-frameworks.sh\"\n"; - showEnvVarsInLog = 0; - }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ diff --git a/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS Extensions.xcscheme b/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS Extensions.xcscheme new file mode 100644 index 00000000..c4a9d46e --- /dev/null +++ b/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS Extensions.xcscheme @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS.xcscheme b/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS.xcscheme new file mode 100644 index 00000000..879a6705 --- /dev/null +++ b/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit iOS.xcscheme @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit tvOS.xcscheme b/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit tvOS.xcscheme new file mode 100644 index 00000000..288b62ce --- /dev/null +++ b/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit tvOS.xcscheme @@ -0,0 +1,99 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit watchOS.xcscheme b/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit watchOS.xcscheme new file mode 100644 index 00000000..f6f90519 --- /dev/null +++ b/LeadKit.xcodeproj/xcshareddata/xcschemes/LeadKit watchOS.xcscheme @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Podfile.lock b/Podfile.lock index c5dd805e..d9517d8b 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -45,4 +45,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: fd9789ede36fcba83a5b12f15edf8b32183698ba -COCOAPODS: 1.5.3 +COCOAPODS: 1.6.0.beta.2 From 8ff37b175b85c5802c829afb90d09f4bf8451e13 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Wed, 24 Oct 2018 12:13:27 +0300 Subject: [PATCH 2/5] Submodule link fixed --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 33d276ac..af2dbee6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "build-scripts"] path = build-scripts - url = git@github.com:TouchInstinct/BuildScripts.git + url = https://github.com/TouchInstinct/BuildScripts.git From 2df0dd1a6bc002177e0b74f5ac7accb5c87a7c85 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Wed, 24 Oct 2018 12:15:05 +0300 Subject: [PATCH 3/5] Travis config fixed --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index acba52d5..1a10c5af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: swift -osx_image: xcode9.4 +osx_image: xcode10.0 env: global: @@ -22,8 +22,8 @@ before_install: script: - set -o pipefail - - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS' -destination 'platform=iOS Simulator,OS=11.4,name=iPhone 5s' build test | xcpretty -c - - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS Extensions' -destination 'platform=iOS Simulator,OS=11.4,name=iPhone 5s' build test | xcpretty -c + - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS' -destination 'platform=iOS Simulator,OS=12.0.1,name=iPhone 7' build test | xcpretty -c + - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS Extensions' -destination 'platform=iOS Simulator,OS=12.0.1,name=iPhone 7' build test | xcpretty -c - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit tvOS' -destination 'platform=tvOS Simulator,name=Apple TV 4K' -sdk appletvsimulator build test | xcpretty -c after_success: From 15043bff09a33c7f202b14add319adc212e00804 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Wed, 24 Oct 2018 12:26:31 +0300 Subject: [PATCH 4/5] Travis config fixed --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1a10c5af..f811a36d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: swift -osx_image: xcode10.0 +osx_image: xcode10 env: global: @@ -22,8 +22,8 @@ before_install: script: - set -o pipefail - - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS' -destination 'platform=iOS Simulator,OS=12.0.1,name=iPhone 7' build test | xcpretty -c - - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS Extensions' -destination 'platform=iOS Simulator,OS=12.0.1,name=iPhone 7' build test | xcpretty -c + - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS' -destination 'platform=iOS Simulator,OS=12.0,name=iPhone 7' build test | xcpretty -c + - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit iOS Extensions' -destination 'platform=iOS Simulator,OS=12.0,name=iPhone 7' build test | xcpretty -c - xcodebuild -enableCodeCoverage YES CODE_SIGNING_ALLOWED=YES -workspace LeadKit.xcworkspace -scheme 'LeadKit tvOS' -destination 'platform=tvOS Simulator,name=Apple TV 4K' -sdk appletvsimulator build test | xcpretty -c after_success: From 9bc73b8a3e01c021967ccd6a436ba1e6d0ba3cf5 Mon Sep 17 00:00:00 2001 From: Alexey Gerasimov Date: Wed, 24 Oct 2018 12:49:56 +0300 Subject: [PATCH 5/5] Pods reverted --- LeadKit.xcodeproj/project.pbxproj | 87 +++++++++++++++++++++++++++++++ Podfile.lock | 2 +- 2 files changed, 88 insertions(+), 1 deletion(-) diff --git a/LeadKit.xcodeproj/project.pbxproj b/LeadKit.xcodeproj/project.pbxproj index 0318f475..312a78ce 100644 --- a/LeadKit.xcodeproj/project.pbxproj +++ b/LeadKit.xcodeproj/project.pbxproj @@ -2397,6 +2397,7 @@ 67186B2C1EB248F100CFAFFB /* Sources */, 67186B2D1EB248F100CFAFFB /* Frameworks */, 67186B2E1EB248F100CFAFFB /* Resources */, + B285084CE10354367156E122 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -2458,6 +2459,7 @@ 6782BBA41EB31D5A0086E0B8 /* Sources */, 6782BBA51EB31D5A0086E0B8 /* Frameworks */, 6782BBA61EB31D5A0086E0B8 /* Resources */, + C7322258346BDF6E53D19895 /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -2498,6 +2500,7 @@ 67952DC91EB327B400B3BA1A /* Sources */, 67952DCA1EB327B400B3BA1A /* Frameworks */, 67952DCB1EB327B400B3BA1A /* Resources */, + FD672381E62A00830715CF1A /* [CP] Embed Pods Frameworks */, ); buildRules = ( ); @@ -2862,6 +2865,36 @@ 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; }; + B285084CE10354367156E122 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${SRCROOT}/Pods/Target Support Files/Pods-LeadKit iOSTests/Pods-LeadKit iOSTests-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Alamofire-iOS/Alamofire.framework", + "${BUILT_PRODUCTS_DIR}/RxAlamofire-iOS/RxAlamofire.framework", + "${BUILT_PRODUCTS_DIR}/RxCocoa-iOS/RxCocoa.framework", + "${BUILT_PRODUCTS_DIR}/RxSwift-iOS/RxSwift.framework", + "${BUILT_PRODUCTS_DIR}/SwiftDate-iOS/SwiftDate.framework", + "${BUILT_PRODUCTS_DIR}/TableKit/TableKit.framework", + "${BUILT_PRODUCTS_DIR}/UIScrollView-InfiniteScroll/UIScrollView_InfiniteScroll.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAlamofire.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftDate.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TableKit.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/UIScrollView_InfiniteScroll.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LeadKit iOSTests/Pods-LeadKit iOSTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; BCF262D3C2C3337546F84061 /* [CP] Check Pods Manifest.lock */ = { isa = PBXShellScriptBuildPhase; buildActionMask = 2147483647; @@ -2880,6 +2913,60 @@ 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; }; + C7322258346BDF6E53D19895 /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${SRCROOT}/Pods/Target Support Files/Pods-LeadKit tvOSTests/Pods-LeadKit tvOSTests-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Alamofire-tvOS/Alamofire.framework", + "${BUILT_PRODUCTS_DIR}/RxAlamofire-tvOS/RxAlamofire.framework", + "${BUILT_PRODUCTS_DIR}/RxCocoa-tvOS/RxCocoa.framework", + "${BUILT_PRODUCTS_DIR}/RxSwift-tvOS/RxSwift.framework", + "${BUILT_PRODUCTS_DIR}/SwiftDate-tvOS/SwiftDate.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAlamofire.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftDate.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LeadKit tvOSTests/Pods-LeadKit tvOSTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; + FD672381E62A00830715CF1A /* [CP] Embed Pods Frameworks */ = { + isa = PBXShellScriptBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + inputPaths = ( + "${SRCROOT}/Pods/Target Support Files/Pods-LeadKit iOS ExtensionsTests/Pods-LeadKit iOS ExtensionsTests-frameworks.sh", + "${BUILT_PRODUCTS_DIR}/Alamofire-iOS/Alamofire.framework", + "${BUILT_PRODUCTS_DIR}/RxAlamofire-iOS/RxAlamofire.framework", + "${BUILT_PRODUCTS_DIR}/RxCocoa-iOS/RxCocoa.framework", + "${BUILT_PRODUCTS_DIR}/RxSwift-iOS/RxSwift.framework", + "${BUILT_PRODUCTS_DIR}/SwiftDate-iOS/SwiftDate.framework", + "${BUILT_PRODUCTS_DIR}/TableKit/TableKit.framework", + ); + name = "[CP] Embed Pods Frameworks"; + outputPaths = ( + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/Alamofire.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxAlamofire.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxCocoa.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RxSwift.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/SwiftDate.framework", + "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/TableKit.framework", + ); + runOnlyForDeploymentPostprocessing = 0; + shellPath = /bin/sh; + shellScript = "\"${SRCROOT}/Pods/Target Support Files/Pods-LeadKit iOS ExtensionsTests/Pods-LeadKit iOS ExtensionsTests-frameworks.sh\"\n"; + showEnvVarsInLog = 0; + }; /* End PBXShellScriptBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ diff --git a/Podfile.lock b/Podfile.lock index d9517d8b..c5dd805e 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -45,4 +45,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: fd9789ede36fcba83a5b12f15edf8b32183698ba -COCOAPODS: 1.6.0.beta.2 +COCOAPODS: 1.5.3