Skip to content

feat(ios): add --no-sign and --archive-only flags to ios build#15061

Merged
lucasfernog merged 6 commits into
tauri-apps:devfrom
PixPMusic:feat/ios-skip-codesign
Apr 30, 2026
Merged

feat(ios): add --no-sign and --archive-only flags to ios build#15061
lucasfernog merged 6 commits into
tauri-apps:devfrom
PixPMusic:feat/ios-skip-codesign

Conversation

@PixPMusic

Copy link
Copy Markdown
Contributor

closes #14940

Of note, cargo test is throwing a failed test, but it seems to be due to a snapshot change outside of my work? clippy is passing fine.

This adds two flags:

  • --no-sign: uses xcodebuild archive to output a .xarchive, then pulls the .app out of that and produces an IPA for use in third-party distribution (AltStore/SideStore)
  • --archive-only: uses xcodebuild archive to output a .xarchive, following your signing configuration. Can be combined with --no-sign as well

Places I'm unable to check for regression: App Store Connect use should be unaffected, but I'm unable to verify as I don't have an Apple Developer subscription.

@PixPMusic
PixPMusic requested a review from a team as a code owner March 9, 2026 09:36
@PixPMusic

Copy link
Copy Markdown
Contributor Author

I am going to take note of the following in SideStore:

https://github.com/LiveContainer/SideStore/blob/bff192be4e2b99e0e7cd717ba3d1871d3a7b2136/Makefile#L252-L268

I may want to consider the impact of entitlements in tauri projects, both for things like storage, but also for custom native extensions requiring advanced platform-specific configuration.

@Legend-Master Legend-Master added this to the 2.11 milestone Apr 29, 2026
lucasfernog
lucasfernog previously approved these changes Apr 30, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Package Changes Through c61c32d

There are 11 changes which include tauri with minor, @tauri-apps/api with minor, tauri-build with minor, tauri-macos-sign with patch, tauri-bundler with minor, @tauri-apps/cli with minor, tauri-cli with minor, tauri-runtime with minor, tauri-runtime-wry with minor, tauri-utils with minor, tauri-plugin 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
@tauri-apps/api 2.10.1 2.11.0
tauri-utils 2.8.3 2.9.0
tauri-macos-sign 2.3.3 2.3.4
tauri-bundler 2.8.1 2.9.0
tauri-runtime 2.10.1 2.11.0
tauri-runtime-wry 2.10.1 2.11.0
tauri-codegen 2.5.5 2.5.6
tauri-macros 2.5.5 2.5.6
tauri-plugin 2.5.4 2.6.0
tauri-build 2.5.6 2.6.0
tauri 2.10.3 2.11.0
@tauri-apps/cli 2.10.1 2.11.0
tauri-cli 2.10.1 2.11.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 4ef5797 into tauri-apps:dev Apr 30, 2026
12 of 13 checks passed
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.

[feat] Add a way to build iOS archives without signing

3 participants