mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-21 01:32:03 +03:00
7796a8fc64
I noticed the plugin build fails on older Swift (tested on macOS 12) because the default minimum required macOS version (10.10 in my case) is older than `v10_13` which is set by the Tauri iOS package (and also swift-rs). So the plugins must explicitly define a minimum macOS version too. |
||
---|---|---|
.. | ||
__example-api/tauri-app | ||
__example-basic/vanilla | ||
.github/workflows | ||
android | ||
guest-js | ||
ios-spm | ||
ios-xcode | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.crate-manifest | ||
package.json | ||
README.md | ||
rollup.config.js | ||
tsconfig.json |