forked from devxoul/URLNavigator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
17 lines (16 loc) · 812 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project:
swiftproj generate-xcodeproj --enable-code-coverage
swiftproj add-system-framework --project URLNavigator.xcodeproj --target QuickSpecBase --framework Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework
archive:
swiftproj generate-xcconfig --podspec URLNavigator.podspec
swiftproj generate-xcodeproj --xcconfig-overrides Config.xcconfig
swiftproj add-system-framework \
--project URLNavigator.xcodeproj \
--target QuickSpecBase \
--framework Platforms/iPhoneOS.platform/Developer/Library/Frameworks/XCTest.framework
swiftproj configure-scheme \
--project URLNavigator.xcodeproj \
--scheme URLNavigator-Package \
--buildable-targets URLNavigator,URLMatcher
carthage build --no-skip-current --verbose | xcpretty -c
carthage archive URLNavigator URLMatcher