Skip to content

refactor(apple): fix bundle version validation - #450

Merged
lucasfernog merged 2 commits into
devfrom
refactor/bundle-version-validation
Apr 12, 2025
Merged

refactor(apple): fix bundle version validation#450
lucasfernog merged 2 commits into
devfrom
refactor/bundle-version-validation

Conversation

@lucasfernog

Copy link
Copy Markdown
Member

bundle version can actually contain one to three period-separated integers, so our validation is incorrect

see https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundleversion

bundle version can actually contain one to three period-separated integers, so our validation is incorrect

see https://developer.apple.com/documentation/bundleresources/information-property-list/cfbundleversion
@github-actions

github-actions Bot commented Apr 12, 2025

Copy link
Copy Markdown
Contributor

Package Changes Through 236b026

There are 1 changes which include cargo-mobile2 with minor

Planned Package Versions

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

package current next
cargo-mobile2 0.18.1 0.19.0

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
lucasfernog merged commit bbbbdf7 into dev Apr 12, 2025
@lucasfernog
lucasfernog deleted the refactor/bundle-version-validation branch April 12, 2025 17:24
@github-actions github-actions Bot mentioned this pull request Apr 12, 2025
lucasfernog added a commit to tauri-apps/tauri that referenced this pull request Apr 12, 2025
follow-up for #13030 and tauri-apps/cargo-mobile2#450

the bundle version validation has been updated, now it can actually handle one or two integers (e.g. `100` or `10.7`) instead of just full triple semver strings (e.g. `10.7.1`).
lucasfernog added a commit to tauri-apps/tauri that referenced this pull request Apr 12, 2025
* feat(cli): enhance iOS bundle version formatting

follow-up for #13030 and tauri-apps/cargo-mobile2#450

the bundle version validation has been updated, now it can actually handle one or two integers (e.g. `100` or `10.7`) instead of just full triple semver strings (e.g. `10.7.1`).

* lint
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