Skip to content

feat(cli): always validate iOS lib#10845

Merged
lucasfernog merged 1 commit intodevfrom
feat/enhance-ios-lib-validation
Sep 2, 2024
Merged

feat(cli): always validate iOS lib#10845
lucasfernog merged 1 commit intodevfrom
feat/enhance-ios-lib-validation

Conversation

@lucasfernog
Copy link
Member

changes the iOS lib validation from using nm to a custom solution leveraging the ar and the object crates

nm is not a great fit here because it does not work when link-time-optimization (LTO) is enabled e.g. release builds

changes the iOS lib validation from using `nm` to a custom solution leveraging the `ar` and the `object` crates

`nm` is not a great fit here because it does not work when link-time-optimization (LTO) is enabled e.g. release builds
@lucasfernog lucasfernog requested a review from a team as a code owner August 31, 2024 13:19
@github-actions
Copy link
Contributor

Package Changes Through c19e210

There are 3 changes which include tauri-cli with prerelease, @tauri-apps/cli with prerelease, tauri-bundler 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-bundler 2.0.1-rc.6 2.0.1-rc.7
@tauri-apps/cli 2.0.0-rc.8 2.0.0-rc.9
tauri-cli 2.0.0-rc.8 2.0.0-rc.9

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 9c9644d into dev Sep 2, 2024
@lucasfernog lucasfernog deleted the feat/enhance-ios-lib-validation branch September 2, 2024 16:13
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.

2 participants