Skip to main content

native-apps

Change Mac, iOS, iPad, or Watch UI that sits on DiffuseUI. Use when a screen, widget, complication, or menu-bar extra is involved.

インストールへ移動

ソース情報

リポジトリ
hoangsonww/Diffuse-Native-Apps
ソースの最終更新活動
2026年8月22日 20:15
検出された SKILL.md の言語
英語
スター
2
フォーク
0

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
native-apps
description
Change Mac, iOS, iPad, or Watch UI that sits on DiffuseUI. Use when a screen, widget, complication, or menu-bar extra is involved.
# Native apps Four apps, one `DiffuseUI`. Platform code only for platform mechanisms (menu bar extra, widgets, complications, BGAppRefresh, Watch refresh). - No per-capability screens. Lists, inspectors, and search are generic on schema. - iPad regular width always shows three columns (`IPadRootView.threeColumnWorkspace`). - Mac Snapshots inspector auto-selects the latest snapshot. - Preferences (`DiffusePreferences`) already cover retention, redaction, schedule, search. - Unsigned CI builds: never add a development team to `project.yml`. Build and run without opening Xcode or looking up a simulator UDID: ```bash make ios-run # DiffuseiOS on an iPhone simulator make ipados-run # DiffuseiPadOS on an iPad simulator make watch-run # DiffuseWatch on a watch simulator make mac-run # DiffuseMac on this machine make apple-devices ``` Each resolves and boots the right device family. Pin one with `DIFFUSE_SIMULATOR_ID`. Use these rather than calling `xcrun` or `xcodebuild` bare; `Scripts/apple.sh` handles project generation, device resolution, install, and launch. Read `Documentation/adr/0006-four-native-apps.md` and `Apps/AGENTS.md`.
GitHubで見る