list_project_files
Enumerate all files within an Xcode project, filtering by file type when needed.
Instructions
Lists all files within an Xcode project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileType | No | Optional file extension filter. | |
| projectPath | Yes | Path to the .xcodeproj directory of the project. Can be absolute, relative to active directory, or use ~ for home directory. |