Skip to content

Commit f8793b6

Browse files
authored
Merge pull request #39 from urnetwork/remove-catalyst
removes catalyst for ios build
2 parents 46368ec + 2c258b2 commit f8793b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ build_ios:
5252
mkdir -p "build/$$BUILD_DIR"; \
5353
gomobile bind \
5454
-ldflags "-X client.Version=$$WARP_VERSION" \
55-
-target ios/arm64,iossimulator/arm64,maccatalyst/arm64,macos/arm64 -iosversion 16.0 \
55+
-target ios/arm64,iossimulator/arm64,macos/arm64 -iosversion 16.0 \
5656
-bundleid network.ur \
5757
-trimpath \
5858
-gcflags "-dwarf=false" \

0 commit comments

Comments
 (0)