https://github.com/cppforlife/schemeshortcuts
SchemeShortcuts is an Xcode 4 plugin that lets you define custom shortcuts to quickly switch between Xcode schemes
https://github.com/cppforlife/schemeshortcuts
Last synced: 7 months ago
JSON representation
SchemeShortcuts is an Xcode 4 plugin that lets you define custom shortcuts to quickly switch between Xcode schemes
- Host: GitHub
- URL: https://github.com/cppforlife/schemeshortcuts
- Owner: cppforlife
- Created: 2012-09-16T13:20:50.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-09-16T20:01:05.000Z (over 13 years ago)
- Last Synced: 2025-04-24T01:06:38.536Z (10 months ago)
- Language: Objective-C
- Homepage:
- Size: 113 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SchemeShortcuts is an Xcode 4 plugin that lets you define custom shortcuts
to quickly switch between Xcode schemes. After Xcode switches to specified
scheme, `Product > Run` menu action is automatically run.
* Install by building this project
* Make a text file named `SchemeShortcuts` inside `YourProjectName.xcodeproj`
* Define shortcuts - separate scheme name and destination name with `>`:
```text
u: SchemeShortcuts > My Mac 64-bit
e: SchemeShortcuts > My Mac 32-bit
U: SchemeShortcuts > My Mac 32-bit
```
* Restart Xcode
* Use `Cmd+KEY` to switch between schemes
- `u` becomes `Cmd+u`
- `U` becomes `Cmd+Shift+u`