Skip to content

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

Merged
lucasfernog merged 1 commit intodevfrom
fix/old-swift-build
Aug 19, 2024
Merged

fix(cli): adapt Package.swift to work on older Swift versions#10687
lucasfernog merged 1 commit intodevfrom
fix/old-swift-build

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
@github-actions
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
@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
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