diff options
-rw-r--r-- | swift/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/swift/Makefile b/swift/Makefile index d443317eaa8..188b7d5260f 100644 --- a/swift/Makefile +++ b/swift/Makefile @@ -7,8 +7,9 @@ top_srcdir := .. include $(top_srcdir)/config/Make.rules CONFIG ?= $(if $(filter $(OPTIMIZE),no),Debug,Release) - -PROJECT ?= $(if $(filter $(ICE_BIN_DIST), swift all),ice-test.xcodeproj,ice.xcodeproj) +# TODO use ice-test.xcodeproj for binary builds once carthage support XCFramework prebuild packages +PROJECT ?= ice.xcodeproj +# PROJECT ?= $(if $(filter $(ICE_BIN_DIST), swift all),ice-test.xcodeproj,ice.xcodeproj) # $(call make-xcodebuild-rule,$1=rule,$2=platform,$3=scheme,$4=target) define make-xcodebuild-rule |