xcode_modify_plist
Update specified key-value pairs in a plist file programmatically, enabling precise configuration changes for iOS/macOS projects via the Xcode MCP Server.
Instructions
Modify a value in a plist file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Plist key to modify | |
plist_path | Yes | Path to the plist file | |
value | Yes | New value for the key |