xcode_add_plist_entry
Add a new entry to a plist file by specifying the file path, key, value type, and value. Enables dynamic configuration of iOS/macOS projects using Xcode MCP Server.
Instructions
Add a new entry to a plist file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | Plist key to add | |
plist_path | Yes | Path to the plist file | |
type | Yes | Value type (string, bool, integer, array, dict) | |
value | Yes | Value to add |