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 15
15
install :
16
16
- eval "$(curl -sL https://gist.githubusercontent.com/kylef/5c0475ff02b7c7671d2a/raw/9f442512a46d7a2af7b850d65a7e9bd31edfb09b/swiftenv-install.sh)"
17
17
- swift --version
18
+ - bundle install
18
19
19
20
before_script :
20
21
- set -o pipefail
@@ -42,11 +43,13 @@ script:
42
43
- bundle exec pod lib lint --verbose --allow-warnings --fail-fast
43
44
44
45
before_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
50
53
- carthage archive RxKeyboard
51
54
52
55
deploy :
You can’t perform that action at this time.
0 commit comments