Skip to content

Releases: tauri-apps/cargo-mobile2

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.

cargo-mobile2 v0.13.4

19 Aug 15:50
128fa6d
Compare
Choose a tag to compare

[0.13.4]

cargo-mobile2 v0.13.3

19 Aug 14:56
636f307
Compare
Choose a tag to compare

[0.13.3]

  • b1c2313 (#353 by @mrguiman) Do not include the target arch when building and archiving the iOS application.