Commit 4a49ebb 1 parent 2bebc53 commit 4a49ebb Copy full SHA for 4a49ebb
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ XCODECI = xcodebuild -project "$(CURDIR)/Source/OCMock.xcodeproj" -xcconfig
12
12
XCODEDIST = xcodebuild -project "$(CURDIR ) /Source/OCMock.xcodeproj" -xcconfig "$(CURDIR ) /Source/OCMockDist.xcconfig"
13
13
SHELL = /bin/bash -e -o pipefail
14
14
15
- .PHONY : macos ioslib ios tvos watchos sourcecode product dmg
15
+ .PHONY : macos ioslib ios tvos watchos sourcecode product dmg carthage
16
16
17
17
clean :
18
18
rm -rf " $( CURDIR) /Build"
@@ -63,3 +63,8 @@ product: macos ioslib ios tvos watchos
63
63
dmg :
64
64
@echo " ** Creating disk image..."
65
65
Tools/makedmg.rb $(PRODUCT_DIR ) $(BUILD_DIR )
66
+
67
+
68
+ carthage :
69
+ XCODE_XCCONFIG_FILE=" $( CURDIR) /Source/Carthage.xcconfig" carthage build --no-skip-current --project-directory " $( CURDIR) /Source"
70
+ XCODE_XCCONFIG_FILE=" $( CURDIR) /Source/Carthage.xcconfig" carthage archive OCMock
You can’t perform that action at this time.
0 commit comments