Event Hooks

xcodebuild-notify

1 event · 1 hook

Install
1
Install the plugin
$
npx claudepluginhub artemnovichkov/skills --plugin xcodebuild-notify

Want just this hook?

Add to a custom plugin, then install with one command.

Risk Indicators
Executes bash commands
Source

Defined in ./hooks/hooks.json

Configuration
{
  "PostToolUse": [
    {
      "hooks": [
        {
          "type": "command",
          "async": true,
          "command": "bash $CLAUDE_PLUGIN_ROOT/hooks/scripts/xcodebuild-notify.sh"
        }
      ],
      "matcher": "Bash"
    }
  ]
}
Summary
{
  "riskFlags": {
    "touchesBash": true,
    "matchAllTools": false,
    "touchesFileWrites": false
  },
  "typeStats": {
    "command": 1
  },
  "eventStats": {
    "PostToolUse": 1
  },
  "originCounts": {
    "absolutePaths": 0,
    "pluginScripts": 0,
    "projectScripts": 0
  },
  "timeoutStats": {
    "commandsWithoutTimeout": 1
  }
}
Stats
Stars10
Forks1
Last CommitMar 7, 2026
Actions

Similar Hooks