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에서 보기