xcode_add_plist_entry
Add or modify a specific entry in a plist file by specifying the path, key, value type, and value. Essential for managing iOS/macOS project configurations programmatically.
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 |