xcode_modify_plist
Modify values in plist files to configure Xcode project settings, enabling automated updates to iOS/macOS app properties.
Instructions
Modify a value in a plist file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plist_path | Yes | Path to the plist file | |
| key | Yes | Plist key to modify | |
| value | Yes | New value for the key |