xcode_add_plist_entry
Add new entries to plist files in Xcode projects by specifying key, type, and value parameters for configuration management.
Instructions
Add a new entry to a plist file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plist_path | Yes | Path to the plist file | |
| key | Yes | Plist key to add | |
| type | Yes | Value type (string, bool, integer, array, dict) | |
| value | Yes | Value to add |