diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index e9fee6e..f5f7b41 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -160,6 +160,32 @@ jobs: target_environment: device enable_v8: true + ios_simulator_arm64: + name: iOS simulator ARM64 + uses: ./.github/workflows/build.yml + with: + branch: ${{ github.event.inputs.branch }} + version: ${{ github.event.inputs.version }} + is_debug: ${{ github.event.inputs.is_debug == 'true' }} + target_os: ios + target_cpu: arm64 + target_environment: simulator + enable_v8: false + + ios_simulator_arm64_v8: + name: iOS simulator ARM64 V8 + if: github.event.inputs.enable_v8 == 'true' + needs: ios_simulator_arm64 + uses: ./.github/workflows/build.yml + with: + branch: ${{ github.event.inputs.branch }} + version: ${{ github.event.inputs.version }} + is_debug: ${{ github.event.inputs.is_debug == 'true' }} + target_os: ios + target_cpu: arm64 + target_environment: simulator + enable_v8: true + ios_simulator_x64: name: iOS simulator x64 uses: ./.github/workflows/build.yml @@ -525,6 +551,8 @@ jobs: - android_x86_v8 - ios_device_arm64 - ios_device_arm64_v8 + - ios_simulator_arm64 + - ios_simulator_arm64_v8 - ios_simulator_x64 - ios_simulator_x64_v8 - linux_arm diff --git a/README.md b/README.md index 247c940..5ee966e 100644 --- a/README.md +++ b/README.md @@ -53,11 +53,18 @@ Here are the download links for latest release: - iOS + iOS device arm64 pdfium-ios-device-arm64.tgz pdfium-v8-ios-device-arm64.tgz + + + iOS simulator + arm64 + pdfium-ios-simulator-arm64.tgz + pdfium-v8-ios-simulator-arm64.tgz + x64 pdfium-ios-simulator-x64.tgz diff --git a/nuget/bblanchon.PDFium.iOS.nuspec b/nuget/bblanchon.PDFium.iOS.nuspec index d22962e..ff28d3d 100644 --- a/nuget/bblanchon.PDFium.iOS.nuspec +++ b/nuget/bblanchon.PDFium.iOS.nuspec @@ -38,6 +38,7 @@ + diff --git a/nuget/bblanchon.PDFiumV8.iOS.nuspec b/nuget/bblanchon.PDFiumV8.iOS.nuspec index 7efca0c..ae523f3 100644 --- a/nuget/bblanchon.PDFiumV8.iOS.nuspec +++ b/nuget/bblanchon.PDFiumV8.iOS.nuspec @@ -38,6 +38,7 @@ +