Skip to content

Commit

Permalink
fix(ios): link clang_rt.ios to include isPlatformVersionAtLeast (#6476)
Browse files Browse the repository at this point in the history
* fix(ios): link clang_rt.ios to include isPlatformVersionAtLeast

See alexcrichton/curl-rust#283

* lint [skip ci]

* update swift-rs to 1.0.2
  • Loading branch information
lucasfernog authored Mar 17, 2023
1 parent 7765bbc commit 22c0987
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ 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 }}
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ filetime = "0.2"
tauri-winres = "0.1"
semver = "1"
[target."cfg(target_os = \"macos\")".dependencies]
swift-rs = { version = "1.0.1", features = ["build"] }
swift-rs = { version = "1.0.2", features = ["build"] }

[features]
codegen = [ "tauri-codegen", "quote" ]
Expand Down
2 changes: 1 addition & 1 deletion core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jni = "0.20"
libc = "0.2"
objc = "0.2"
cocoa = "0.24"
swift-rs = "1.0.1"
swift-rs = "1.0.2"

[build-dependencies]
heck = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/api/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 22c0987

Please sign in to comment.