Logo
Explore Help
Register Sign In
davidl/tolaria
1
0
Fork 0
You've already forked tolaria
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
2a5ebcf73db00a156d4ff1b6575ca0816d0947a4
tolaria/src-tauri/capabilities/mobile.json

16 lines
323 B
JSON
Raw Normal View History

feat: add iPad/iOS prototype via Tauri v2 mobile target Initialize Tauri iOS support with conditional compilation: - Desktop-only features (git CLI, menu, MCP, Claude CLI) gated behind #[cfg(desktop)] - Mobile stubs return graceful errors so frontend degrades smoothly - Vault read/write, AI chat, search, settings work unchanged on both platforms - Xcode project generated, Rust cross-compiles cleanly to aarch64-apple-ios-sim - All 581 Rust tests and 2201 frontend tests still pass Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 17:18:34 +01:00
{
"$schema": "../gen/schemas/mobile-schema.json",
"identifier": "mobile",
"description": "permissions for iOS/iPadOS",
"windows": [
"main"
],
"platforms": ["iOS", "android"],
"permissions": [
"core:default",
"core:window:allow-close",
"core:window:allow-set-title",
"dialog:default"
]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 446ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API