From 2c258b2c3e93dade179481ff9e2b1cf511f78e2d Mon Sep 17 00:00:00 2001 From: Stuart Kuentzel Date: Sat, 8 Feb 2025 09:03:31 +0900 Subject: [PATCH] removes catalyst for ios build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 16fc641..51654b8 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ build_ios: mkdir -p "build/$$BUILD_DIR"; \ gomobile bind \ -ldflags "-X client.Version=$$WARP_VERSION" \ - -target ios/arm64,iossimulator/arm64,maccatalyst/arm64,macos/arm64 -iosversion 16.0 \ + -target ios/arm64,iossimulator/arm64,macos/arm64 -iosversion 16.0 \ -bundleid network.ur \ -trimpath \ -gcflags "-dwarf=false" \