tauri/examples
Lucas Fernandes Nogueira 7796a8fc64
fix(cli): adapt Package.swift to work on older Swift versions (#10687)
I noticed the plugin build fails on older Swift (tested on macOS 12) because the default minimum required macOS version (10.10 in my case) is older than `v10_13` which is set by the Tauri iOS package (and also swift-rs).
So the plugins must explicitly define a minimum macOS version too.
2024-08-19 16:29:16 -03:00
..
.icons fix(cli): corrupted icons in bundled macOS icons (#5698) 2022-11-28 08:57:32 -03:00
api fix(cli): adapt Package.swift to work on older Swift versions (#10687) 2024-08-19 16:29:16 -03:00
commands build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
file-associations build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
helloworld build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
isolation build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
multiwebview build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
multiwindow build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
navigation build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
parent-window build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
plugins/tauri-plugin-example chore: update license headers 2024 (#9043) 2024-03-01 08:29:01 -03:00
resources build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
run-iteration build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
splashscreen feat(core): allow swapping the assets implementation (#9141) 2024-03-11 11:07:15 -03:00
state build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
streaming build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
web build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -03:00
workspace build: migrate repo to use pnpm as the package manager (#10607) 2024-08-16 23:04:08 -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.