File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 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
1212XCODEDIST = xcodebuild -project "$(CURDIR ) /Source/OCMock.xcodeproj" -xcconfig "$(CURDIR ) /Source/OCMockDist.xcconfig"
1313SHELL = /bin/bash -e -o pipefail
1414
15- .PHONY : macos ioslib ios tvos watchos sourcecode product dmg
15+ .PHONY : macos ioslib ios tvos watchos sourcecode product dmg carthage
1616
1717clean :
1818 rm -rf " $( CURDIR) /Build"
@@ -63,3 +63,8 @@ product: macos ioslib ios tvos watchos
6363dmg :
6464 @echo " ** Creating disk image..."
6565 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