Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): adapt Package.swift to work on older Swift versions #10687

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

lucasfernog
Copy link
Member

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.

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.
@lucasfernog lucasfernog requested a review from a team as a code owner August 19, 2024 19:17
Copy link
Contributor

Package Changes Through e6ebfcd

There are 6 changes which include tauri with prerelease, tauri-build with prerelease, tauri-utils with prerelease, tauri-bundler with prerelease, @tauri-apps/cli with prerelease, tauri-cli with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri-utils 2.0.0-rc.3 2.0.0-rc.4
tauri-bundler 2.0.1-rc.2 2.0.1-rc.3
tauri-runtime 2.0.0-rc.3 2.0.0-rc.4
tauri-runtime-wry 2.0.0-rc.3 2.0.0-rc.4
tauri-codegen 2.0.0-rc.3 2.0.0-rc.4
tauri-macros 2.0.0-rc.3 2.0.0-rc.4
tauri-plugin 2.0.0-rc.3 2.0.0-rc.4
tauri-build 2.0.0-rc.3 2.0.0-rc.4
tauri 2.0.0-rc.3 2.0.0-rc.4
@tauri-apps/cli 2.0.0-rc.4 2.0.0-rc.5
tauri-cli 2.0.0-rc.4 2.0.0-rc.5

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

lucasfernog added a commit to tauri-apps/plugins-workspace that referenced this pull request Aug 19, 2024
@lucasfernog lucasfernog merged commit 7796a8f into dev Aug 19, 2024
16 checks passed
@lucasfernog lucasfernog deleted the fix/old-swift-build branch August 19, 2024 19:29
lucasfernog added a commit to tauri-apps/plugins-workspace that referenced this pull request Aug 19, 2024
tauri-bot pushed a commit to tauri-apps/tauri-plugin-clipboard-manager that referenced this pull request Aug 19, 2024
tauri-bot pushed a commit to tauri-apps/tauri-plugin-dialog that referenced this pull request Aug 19, 2024
tauri-bot pushed a commit to tauri-apps/tauri-plugin-log that referenced this pull request Aug 19, 2024
tauri-bot pushed a commit to tauri-apps/tauri-plugin-notification that referenced this pull request Aug 19, 2024
tauri-bot pushed a commit to tauri-apps/tauri-plugin-shell that referenced this pull request Aug 19, 2024
tauri-bot pushed a commit to tauri-apps/tauri-plugin-store that referenced this pull request Aug 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant