Skip to main content

crosscheck

Type-check shared packages against the iOS and watchOS SDKs. Use after editing core packages, before verify, or when CI crosscheck fails.

Zur Installation springen

Quellinformationen

Repository
hoangsonww/Diffuse-Native-Apps
Letzte Quellaktivität
20. August 2026 um 04:16
Erkannte Sprache von SKILL.md
Englisch
Sterne
2
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
crosscheck
description
Type-check shared packages against the iOS and watchOS SDKs. Use after editing core packages, before verify, or when CI crosscheck fails.
# Cross-check Core packages must compile for iOS and watchOS even when you developed on macOS. ```bash ./Scripts/crosscheck.sh ios ./Scripts/crosscheck.sh watchos ``` Failures usually mean an AppKit/UIKit import leaked into `Packages/Diffuse*` core, or an API that does not exist on that SDK. Do not skip this to land a Mac-only type in Core. Put it in the app target or `DiffuseCollectors` behind the right registry.
Auf GitHub ansehen