Skip to content

Commit 22c0987

Browse files
authored
fix(ios): link clang_rt.ios to include isPlatformVersionAtLeast (#6476)
* fix(ios): link clang_rt.ios to include isPlatformVersionAtLeast See alexcrichton/curl-rust#283 * lint [skip ci] * update swift-rs to 1.0.2
1 parent 7765bbc commit 22c0987

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/test-core.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
env:
1919
RUST_BACKTRACE: 1
2020
CARGO_PROFILE_DEV_DEBUG: 0 # This would add unnecessary bloat to the target folder, decreasing cache efficiency.
21-
IOS_DEPLOYMENT_TARGET: '16.0'
2221

2322
concurrency:
2423
group: ${{ github.workflow }}-${{ github.ref }}

core/tauri-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ filetime = "0.2"
3333
tauri-winres = "0.1"
3434
semver = "1"
3535
[target."cfg(target_os = \"macos\")".dependencies]
36-
swift-rs = { version = "1.0.1", features = ["build"] }
36+
swift-rs = { version = "1.0.2", features = ["build"] }
3737

3838
[features]
3939
codegen = [ "tauri-codegen", "quote" ]

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jni = "0.20"
116116
libc = "0.2"
117117
objc = "0.2"
118118
cocoa = "0.24"
119-
swift-rs = "1.0.1"
119+
swift-rs = "1.0.2"
120120

121121
[build-dependencies]
122122
heck = "0.4"

examples/api/src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)