From 43c948c2802ef6fae1346b98239e9ab2e5987264 Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Wed, 4 Sep 2024 01:18:41 +0900 Subject: [PATCH] =?UTF-8?q?`--build=5Fapple=5Fframework`=E3=82=92=E5=8A=A0?= =?UTF-8?q?=E3=81=88=E3=81=A6=E3=81=BF=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc57150..4981bb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,6 +178,7 @@ jobs: --compile_no_warning_as_error --skip_tests --use_xcode + --build_apple_framework --ios --apple_sysroot iphoneos --osx_arch arm64 @@ -191,6 +192,7 @@ jobs: --compile_no_warning_as_error --skip_tests --use_xcode + --build_apple_framework --ios --apple_sysroot iphonesimulator --osx_arch arm64 @@ -204,6 +206,7 @@ jobs: --compile_no_warning_as_error --skip_tests --use_xcode + --build_apple_framework --ios --apple_sysroot iphonesimulator --osx_arch x86_64