list_project_files
Retrieve all files in an Xcode project by specifying the project path. Optionally filter by file type to streamline file management and organization within Xcode projects.
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. |