MioIsland/scripts/debug.sh
Liar-zzy 45d09fcda8 fix: remove dead hook socket answer-back, use terminal send-keys
PreToolUse hookSpecificOutput cannot provide answers to
AskUserQuestion — Claude Code only honors allow/deny decisions.
Remove the blocking Python path and all PendingQuestion socket
machinery. The answer is sent directly to the terminal via
AppleScript/cmux, matching the existing sendOptionToTerminal pattern.

Also rewrites AskUserQuestionView with vertical layout, project
design language (.notchFont, TerminalColors), and hover states.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 17:56:42 +08:00

6 lines
244 B
Bash
Executable file

xcodebuild -project ClaudeIsland.xcodeproj -scheme ClaudeIsland \
-configuration Release CODE_SIGN_IDENTITY="-" \
CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO \
DEVELOPMENT_TEAM="" \
CONFIGURATION_BUILD_DIR="$(pwd)/build" \
build