Extension Icon

Xcode

Search and open your recent Xcode Projects, manage your Simulators & Apps, view the latest Releases, search the Apple Developer Documentation and quickly clear Xcode cache files.
AvatarSven Tiigi
6,642 Installs

Xcode icon

Xcode Extension for Raycast

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.

Development

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

Project structure

Inside the /src directory you will find the source files for this extension.

DirectoryDescription
src/The Raycast commands
src/modelsThe model definition files
src/servicesThe services providing the core functionality for a component
src/sharedShared functions
src/componentsThe components such as List and List.Items