settings.json

disableMobileSimulatorTools

boolean記述場所管理者設定のみ

デスクトップアプリの iOS シミュレータ操作機能に対して、Claude からのアクセスのみをブロックします。

記述例

{
  "disableMobileSimulatorTools": true
}

使い方・用途

  • true に設定することで、Claude の自動操作機能を無効化します。
  • ユーザー自身がシミュレータを操作する能力は維持されます。
英語原文(公式ドキュメントより)

(Managed settings only) Set to true to block Claude's tools for the desktop app's iOS Simulator pane. Users keep manual use of the pane; only Claude's access is removed. The value must be the JSON boolean true; any other value is ignored, and a malformed value such as "true" or 1 logs a warning. See https://code.claude.com/docs/en/desktop-ios-simulator#turn-off-simulator-access

関連ドキュメント