Skip to content

SchemeShortcuts is an Xcode 4 plugin that lets you define custom shortcuts to quickly switch between Xcode schemes

Notifications You must be signed in to change notification settings

cppforlife/SchemeShortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 >:

    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

About

SchemeShortcuts is an Xcode 4 plugin that lets you define custom shortcuts to quickly switch between Xcode schemes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published