tauri/.changes/mobile-use-identifier-as-id.md
Jason Tsai 1df5cdeb06
refactor!: use tauri.conf.json > identifier as package name and bundle id, close #9851 (#9858)
* fix(android): use identifier as Android package name

* update android_binding and android_fn interface

* chore: rename TAURI_ANDROID_PACKAGE_PREFIX to TAURI_ANDROID_PACKAGE_NAME

* revert back to split prefix and app_name

* rename `domain` to `identifier`

* add change log

* simplify reverse config identifier

* Update .changes/mobile-use-identifier-as-id.md

* Update core/tauri-build/src/lib.rs

* lint

* cargo-mobile2 0.12

* fmt

---------

Co-authored-by: Lucas Nogueira <lucas@tauri.app>
2024-05-24 09:22:41 -03:00

250 B

tauri tauri-build tauri-cli @tauri-apps/cli tauri-macros
patch:breaking patch:breaking patch:breaking patch:breaking patch:breaking

Use tauri.conf.json > identifier to set the PackageName in Android and BundleId in iOS.