https://github.com/gavinmn/raycastxcodebuild
https://github.com/gavinmn/raycastxcodebuild
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gavinmn/raycastxcodebuild
- Owner: gavinmn
- Created: 2025-02-26T22:18:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-26T22:20:14.000Z (over 1 year ago)
- Last Synced: 2025-02-26T23:24:05.473Z (over 1 year ago)
- Language: TypeScript
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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