CedarShortcuts icon indicating copy to clipboard operation
CedarShortcuts copied to clipboard

Xcode 4 plugin for Cedar focused tests

Results 4 CedarShortcuts issues
Sort by recently updated
recently updated
newest added

Allow loading of CedarShortcuts in Xcode 7.2, fixes https://github.com/cppforlife/CedarShortcuts/issues/33

CedarShortcuts menu is not shown in Xcode after upgrading to Xcode 7.2 `rake install` gives the following warning: ``` xcodebuild[30656:797739] [MT] PluginLoading: Required plug-in compatibility UUID F41BD31E-2683-44B8-AE7F-5F09E919790E for plug-in at...

It would be really nice to have a keyboard shortcut to unfocus all `it`, `describe`, and `context` in a spec. e.g.: take something like this ``` objc fdescribe(@"CDRSFileExtensionValidator", ^{ __block...

Our specs are included as a separate target. we have the 'Specs' scheme selected and when we run the 'Run Focuses Spec' command, xcode looses all the schemes, in the...