diff options
author | Jose <jose@zeroc.com> | 2022-01-12 12:48:22 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2022-01-12 12:48:22 +0100 |
commit | 98c89dc645ef504cd3c544f0158013e350701d35 (patch) | |
tree | b07cd5e13e14a4e83d02b3ab6c62092bac93d659 | |
parent | Test Carthage binary packages when using Ice binary distribution (diff) | |
download | ice-3.7.7-rc2.tar.bz2 ice-3.7.7-rc2.tar.xz ice-3.7.7-rc2.zip |
Revert "Test Carthage binary packages when using Ice binary distribution"v3.7.7-rc2
This reverts commit 8ec8aecc6c92553c86a8a47075f95db2223cea5a.
This is not yet supported see https://github.com/Carthage/Carthage/issues/3130
-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 |