Skip to content

Commit 2ba2add

Browse files
committed
Add archive command to Makefile
1 parent b2883b8 commit 2ba2add

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
11
project:
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

0 commit comments

Comments
 (0)