tauri/examples
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
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api refactor!: use tauri.conf.json > identifier as package name and bundle id, close #9851 (#9858) 2024-05-24 09:22:41 -03:00
commands chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
file-associations chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
helloworld chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
isolation chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
multiwebview chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
multiwindow fix(core): Announce new webviews and windows (#9211) 2024-03-28 02:23:19 +02:00
navigation chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
parent-window fix(examples/parent-window): fix typo in import (#9816) 2024-05-19 10:54:51 +02:00
plugins/tauri-plugin-example chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
resources chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
run-iteration chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
splashscreen feat(core): allow swapping the assets implementation (#9141) 2024-03-11 11:07:15 -03:00
state fix(example/state): correct invoke method path to __TAURI__.core.invoke() (#9817) 2024-05-19 11:16:23 +02:00
streaming chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
web chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
workspace chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
README.md docs(examples): add missing Readme and clarify existing (#3327) 2022-02-04 17:56:57 -03:00

Examples

Following directories contain examples of tauri app functionality.

There are different execution steps depending on the example. See each directory README.md for execution method.