File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11project :
22 swiftproj generate-xcodeproj --enable-code-coverage
33 swiftproj add-system-framework --project URLNavigator.xcodeproj --target QuickSpecBase --framework Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework
4+
5+ archive :
6+ swiftproj generate-xcconfig --podspec URLNavigator.podspec
7+ swiftproj generate-xcodeproj --xcconfig-overrides Config.xcconfig
8+ swiftproj add-system-framework \
9+ --project URLNavigator.xcodeproj \
10+ --target QuickSpecBase \
11+ --framework Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework
12+ swiftproj configure-scheme \
13+ --project URLNavigator.xcodeproj \
14+ --scheme URLNavigator-Package \
15+ --buildable-targets URLNavigator,URLMatcher
16+ carthage build --no-skip-current --verbose | xcpretty -c
17+ carthage archive URLNavigator URLMatcher
You can’t perform that action at this time.
0 commit comments