From f85a817ae7f26d973c45869191b81ff6be747378 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Wed, 3 Apr 2024 16:47:59 +0800 Subject: [PATCH] :construction_worker: release core ci --- scripts/bind-android-arm64.sh | 2 +- scripts/bind-android-debug.sh | 2 +- scripts/bind-ios-arm64.sh | 2 +- scripts/bind-ios.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/bind-android-arm64.sh b/scripts/bind-android-arm64.sh index b98d30d..1bee8dc 100644 --- a/scripts/bind-android-arm64.sh +++ b/scripts/bind-android-arm64.sh @@ -3,5 +3,5 @@ cd "$( cd "$( dirname "$0" )" && pwd )/.." cd go/mobile - +gomobile init gomobile bind -target=android/arm64 -o lib/Mobile.aar ./ diff --git a/scripts/bind-android-debug.sh b/scripts/bind-android-debug.sh index cae5d23..bebdfec 100644 --- a/scripts/bind-android-debug.sh +++ b/scripts/bind-android-debug.sh @@ -3,5 +3,5 @@ cd "$( cd "$( dirname "$0" )" && pwd )/.." cd go/mobile - +gomobile init gomobile bind -target=android/arm,android/arm64,android/386,android/amd64 -o lib/Mobile.aar ./ diff --git a/scripts/bind-ios-arm64.sh b/scripts/bind-ios-arm64.sh index 748e580..c4353bd 100644 --- a/scripts/bind-ios-arm64.sh +++ b/scripts/bind-ios-arm64.sh @@ -3,5 +3,5 @@ cd "$( cd "$( dirname "$0" )" && pwd )/.." cd go/mobile - +gomobile init gomobile bind -iosversion 11.0 -target=ios -o lib/Mobile.xcframework ./ diff --git a/scripts/bind-ios.sh b/scripts/bind-ios.sh index 9406a7e..f0b1d70 100644 --- a/scripts/bind-ios.sh +++ b/scripts/bind-ios.sh @@ -3,5 +3,5 @@ cd "$( cd "$( dirname "$0" )" && pwd )/.." cd go/mobile - +gomobile init gomobile bind -iosversion 11.0 -target=ios -o lib/Mobile.xcframework ./