Skip to content

Releases: tauri-apps/cargo-mobile2

cargo-mobile2 v0.17.4

23 Oct 13:14
3640f52
Compare
Choose a tag to compare

[0.17.4]

  • c4d420f (#414 by @amrbashir) Fix android::emulator::avd_list function interpreting log lines from emulator -list-avd as valid Emulator
  • b4d615f (#404 by @jmetz) Remove deprecated options from gradle file in the generated android template.

cargo-mobile2 v0.17.3

03 Oct 14:22
91da495
Compare
Choose a tag to compare

[0.17.3]

  • 1ec0ca5 (#395 by @amrbashir) Fix deserializing targets from .cargo/config.toml if the target's rustflags field is not specified
  • e66010f (#398 by @lucasfernog) Removed name and lib name validation as they are not used as the package identifier anymore.

cargo-mobile2 v0.17.2

11 Sep 12:40
3712eb3
Compare
Choose a tag to compare

[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

10 Sep 15:18
6ce163d
Compare
Choose a tag to compare

[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

01 Sep 12:16
553a560
Compare
Choose a tag to compare

[0.17.0]

  • 64d3e6f (#383 by @lucasfernog) Added an ArchiveConfig parameter to apple::Target::archive.
  • 64d3e6f (#383 by @lucasfernog) Allow skipping code signing on Apple::Target build and archive methods,
    which fixes an issue in CI where automatic signing only works on the first execution,
    and following runs errors with Revoke certificate: Your account already has a signing certificate for this machine but it is not present in your keychain.

cargo-mobile2 v0.16.0

31 Aug 20:32
4151b32
Compare
Choose a tag to compare

[0.16.0]

cargo-mobile2 v0.15.1

27 Aug 22:31
3d9e939
Compare
Choose a tag to compare

[0.15.1]

cargo-mobile2 v0.15.0

27 Aug 01:26
d2169ed
Compare
Choose a tag to compare

[0.15.0]

  • da40535 (#375 by @amrbashir) The app identifier must now be provided in reverse order (e.g. dev.tauri.app instead of app.tauri.dev). Removed App::reverse_identifier and Added App::identifier.

cargo-mobile2 v0.14.0

23 Aug 19:32
3e24c48
Compare
Choose a tag to compare

[0.14.0]

  • d0e9e58 (#371 by @lucasfernog) Added a ExportConfig argument to the Target::export iOS method to allow provisioning updates.

cargo-mobile2 v0.13.5

20 Aug 18:18
e7f4e84
Compare
Choose a tag to compare

[0.13.5]

  • f09a6da Allow hyphens on iOS identifiers and underscores on Android identifiers.