File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed
Expand file tree Collapse file tree 1 file changed +12
-4
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+ - gem install swiftproj
1819
1920before_script :
2021 - set -o pipefail
@@ -34,11 +35,18 @@ after_success:
3435 - bash <(curl -s https://codecov.io/bash) -X xcodeplist -J 'URLNavigator'
3536
3637before_deploy :
37- - ruby ./scripts/carthage_helper.rb prepare_xcconfig
38- - ruby ./scripts/generate_xcodeproj.rb --xcconfig-overrides Config.xcconfig
38+ - swiftproj generate-xcconfig --podspec URLNavigator.podspec
39+ - swiftproj generate-xcodeproj --xcconfig-overrides Config.xcconfig
40+ - swiftproj add-system-framework
41+ --project URLNavigator.xcodeproj
42+ --target QuickSpecBase
43+ --framework Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework
44+ - swiftproj configure-scheme
45+ --project URLNavigator.xcodeproj
46+ --scheme URLNavigator-Package
47+ --buildable-targets URLNavigator,URLMatcher
3948 - carthage build --no-skip-current --verbose | xcpretty -c
40- - ruby ./scripts/carthage_helper.rb modify_info
41- - carthage archive URLNavigator
49+ - carthage archive URLNavigator URLMatcher
4250
4351deploy :
4452 provider : releases
You can’t perform that action at this time.
0 commit comments