1k-platform-requirements
Installation
SKILL.md
OneKey Platform Requirements
Device Compatibility Check
When user asks if their device can run app-monorepo, run the environment check to verify all required tools are installed with correct versions.
Important: Xcode, CocoaPods, and Ruby are macOS only tools required for iOS development. On non-macOS systems, skip these checks.
Auto-detect and Check Environment
First, detect the operating system:
uname -s
- If output is
Darwin→ macOS, check ALL tools including Xcode/CocoaPods - If output is
Linuxor other → Skip Xcode/CocoaPods/Ruby checks