Search and open your recent Xcode Projects, manage your Simulators & Apps,
search the Apple Developer Documentation view the latest Releases and quickly clear Xcode cache files.
Open the project in your IDE of choice and install the dependencies via:
$ npm install
To run and test the Xcode extension locally:
$ npm run dev
Inside the /src directory you will find the source files for this extension.
| Directory | Description |
|---|---|
| src/ | The Raycast commands |
| src/models | The model definition files |
| src/services | The services providing the core functionality for a component |
| src/shared | Shared functions |
| src/components | The components such as List and List.Items |