mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-27 04:52:47 +03:00
1df5cdeb06
* 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>
250 B
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.