Skip to content

Commit

Permalink
fix: use proximity transport build tags to remove the multipeer conne…
Browse files Browse the repository at this point in the history
…ctivity dependency from the bertypush framework

Signed-off-by: D4ryl00 <d4ryl00@gmail.com>
  • Loading branch information
D4ryl00 committed Mar 15, 2024
1 parent d70f83e commit 36d25ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/Makefile
Expand Up @@ -479,7 +479,7 @@ ios/Frameworks/Bertypush.xcframework: $(bridge_src)
$(GO) run golang.org/x/mobile/cmd/gomobile bind \
-o js/$@ \
-v $(ext_ldflags) \
$(GO_TAGS) -tags 'nowatchdog' \
$(GO_TAGS) -tags 'nowatchdog,noproximitytransport' \
-cache $(ios_gomobile_cache)/bertypush \
-target $(GOMOBILE_IOS_TARGET) \
-iosversion $(minimum_ios_ver) \
Expand Down

0 comments on commit 36d25ca

Please sign in to comment.