원클릭으로
run-chefacademy
Build ChefAcademy on iPhone Simulator to verify a change against the real app.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Build ChefAcademy on iPhone Simulator to verify a change against the real app.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create an Xcode .imageset from a loose PNG file. Moves the image into Assets.xcassets with proper Contents.json.
Add a new PantryItem to the enum with all required switch branches (displayName, emoji, imageName, shopPrice, shopCategory, etc.)
Extract all PNGs from Assets.xcassets into a flat folder on Desktop for AirDrop to iPad/Procreate coloring.
Extract frames from a video file for sprite animations. Creates originals/cleaned/trimmed folders on Desktop.
| name | run-chefacademy |
| description | Build ChefAcademy on iPhone Simulator to verify a change against the real app. |
xcodebuild -scheme ChefAcademy -destination 'platform=iOS Simulator,name=iPhone 17 Pro' build
Build artifacts land in ~/Library/Developer/Xcode/DerivedData/ChefAcademy-*/Build/Products/Debug-iphonesimulator/ChefAcademy.app.
xcrun simctl boot "iPhone 17 Pro" 2>/dev/null || true
xcrun simctl install booted ~/Library/Developer/Xcode/DerivedData/ChefAcademy-*/Build/Products/Debug-iphonesimulator/ChefAcademy.app
xcrun simctl launch booted <bundle-id>
(Look up <bundle-id> via plutil -p .../Info.plist | grep CFBundleIdentifier if unknown.)