Releases: tauri-apps/cargo-mobile2
Releases · tauri-apps/cargo-mobile2
cargo-mobile2 v0.17.4
cargo-mobile2 v0.17.3
[0.17.3]
1ec0ca5
(#395 by @amrbashir) Fix deserializing targets from.cargo/config.toml
if the target'srustflags
field is not specifiede66010f
(#398 by @lucasfernog) Removed name and lib name validation as they are not used as the package identifier anymore.
cargo-mobile2 v0.17.2
[0.17.2]
cdb6ed3
(#388 by @lucasfernog) Only display logs from the actual iOS application unless pedantic verbosity is requested.cdb6ed3
(#388 by @lucasfernog) Always use verbose logging when building the app on iOS (Target::build
) to display cargo build output.
cargo-mobile2 v0.17.1
[0.17.1]
ce80447
(#380 by @lucasfernog) The Rust flags for Android builds no longer need to search the .cargo folder for libraries.
cargo-mobile2 v0.17.0
[0.17.0]
64d3e6f
(#383 by @lucasfernog) Added anArchiveConfig
parameter toapple::Target::archive
.64d3e6f
(#383 by @lucasfernog) Allow skipping code signing onApple::Target
build
andarchive
methods,
which fixes an issue in CI where automatic signing only works on the first execution,
and following runs errors withRevoke certificate: Your account already has a signing certificate for this machine but it is not present in your keychain
.
cargo-mobile2 v0.16.0
[0.16.0]
e289dd9
(#381 by @lucasfernog) Added aBuildConfig
argument to theTarget::build
iOS method to allow provisioning updates.e289dd9
(#381 by @lucasfernog) MoveAuthCredentials
tocargo_mobile2::apple
.
cargo-mobile2 v0.15.1
[0.15.1]
c92d72f
(#377 by @lucasfernog) Addedapple::Config::development_team
getter.
cargo-mobile2 v0.15.0
[0.15.0]
da40535
(#375 by @amrbashir) The app identifier must now be provided in reverse order (e.g.dev.tauri.app
instead ofapp.tauri.dev
). RemovedApp::reverse_identifier
and AddedApp::identifier
.
cargo-mobile2 v0.14.0
[0.14.0]
d0e9e58
(#371 by @lucasfernog) Added aExportConfig
argument to theTarget::export
iOS method to allow provisioning updates.
cargo-mobile2 v0.13.5
[0.13.5]
f09a6da
Allow hyphens on iOS identifiers and underscores on Android identifiers.