Skip to content

penx/tauri-vite-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tauri-vite-ios

An app template, compiled by Tauri + Vite, running on iOS.

Based on https://github.com/edsky/tauri_yew_ios.

Configure

In

  • src-tauri/gen/apple/tauri-demo.xcodeproj/project.pbxproj
  • tauri-demo/src-tauri/gen/apple/project.yml

Update the following to use your Development Team id.

  • DevelopmentTeam = XXX;
  • DEVELOPMENT_TEAM = XXX;
  • DEVELOPMENT_TEAM: XXX

Run

Run:

yarn
cd tauri-demo
cargo tauri ios dev
# or
cargo tauri ios build

Known issues

yarn tauri ios build will fail with "Bad file descriptor", this can be resolved by using cargo tauri ios build instead.

About

An app tempalte, compiled by Tauri + Vite, running on iOS.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Rust 54.7%
  • CSS 26.8%
  • Ruby 7.9%
  • TypeScript 5.3%
  • HTML 2.9%
  • Objective-C++ 1.3%
  • C++ 1.1%