An open API service indexing awesome lists of open source software.

https://github.com/gavinmn/raycastxcodebuild


https://github.com/gavinmn/raycastxcodebuild

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Build from Cursor

Triggers Xcode run and build command.

## Features

- Checks if Xcode is running
- If Xcode is running, triggers the Build and Run command (⌘R)
- If Xcode is not running, shows an alert message

## Usage

1. Install the extension in Raycast
2. Make sure Xcode is running
3. Run the "Run and build in Xcode" command from Raycast
4. The extension will trigger the Build and Run command in Xcode

## Requirements

- macOS
- Raycast
- Xcode

## How It Works

This extension uses AppleScript to:
1. Check if Xcode is running
2. Trigger the Build and Run command (⌘R) in Xcode

## Troubleshooting

If the extension doesn't work as expected:
- Make sure Xcode is already running
- Check if your macOS security settings allow Raycast to control other applications# RaycastXcodeBuild