feat(core): update swift-rs (#6355)

* feat(core): update swift-rs

* update tauri-plugin-log

* use env var for min iOS version

* test x86_64-apple-ios

* Revert "test x86_64-apple-ios"

This reverts commit 3ae6b79e5f.

* chore: swift min version 5.3 [skip ci]

* fix build [skip ci]

* fix cgrect usage

* test CI

* Revert "test CI"

This reverts commit 76ce0c5992.

* update swift-rs to 1.0.1

* lint

* lint [skip ci]
This commit is contained in:
Lucas Fernandes Nogueira
2023-03-16 09:34:41 -03:00
committed by GitHub
parent 1b343bd116
commit 5d94eaa3bc
21 changed files with 78 additions and 65 deletions

View File

@@ -18,6 +18,7 @@ on:
env:
RUST_BACKTRACE: 1
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
IOS_DEPLOYMENT_TARGET: '16.0'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}