File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1515install :
1616 - eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
1717 - swift --version
18+ - bundle install
1819
1920before_script :
2021 - set -o pipefail
@@ -42,11 +43,13 @@ script:
4243 - bundle exec pod lib lint --verbose --allow-warnings --fail-fast
4344
4445before_deploy :
45- - ruby ./scripts/carthage_helper.rb prepare_xcconfig
46- - swift package generate-xcodeproj --xcconfig-overrides Config.xcconfig
47- - ruby ./scripts/carthage_helper.rb remove_unnecessary_frameworks
48- - carthage build --no-skip-current
49- - ruby ./scripts/carthage_helper.rb modify_info
46+ - bundle exec swiftproj generate-xcconfig --podspec RxKeyboard.podspec
47+ - bundle exec swiftproj generate-xcodeproj --xcconfig-overrides Config.xcconfig
48+ - bundle exec swiftproj configure-scheme --project RxKeyboard.xcodeproj --scheme RxKeyboard-Package --buildable-targets RxKeyboard
49+ - bundle exec swiftproj remove-framework --project RxKeyboard.xcodeproj --target RxKeyboard --framework RxCocoa.framework
50+ - bundle exec swiftproj remove-framework --project RxKeyboard.xcodeproj --target RxKeyboard --framework RxCocoaRuntime.framework
51+ - carthage bootstrap
52+ - carthage build --no-skip-current --verbose | xcpretty -c
5053 - carthage archive RxKeyboard
5154
5255deploy :
You can’t perform that action at this time.
0 commit comments