From a039ff4314546aae8b9b13f760ac95e0cab8ba2d Mon Sep 17 00:00:00 2001 From: Marat Al Date: Sat, 8 Jul 2023 23:05:35 +0200 Subject: [PATCH] Excluded watchOS from `make carthage_package` command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1958d4eb5..4d0960816 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ carthage_package: # https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file # From `carthage help build` we are told that `--archive` implies `--no-skip-current`. - ./Scripts/carthage-with-workaround-for-issue-3019.sh build --archive --no-use-binaries + ./Scripts/carthage-with-workaround-for-issue-3019.sh build --archive --no-use-binaries --platform iOS,macOS,tvOS # Add LICENSE files (ours and SocketRocket’s). ./Scripts/add-licenses-to-carthage-output.sh