Aviator
Aviator copied to clipboard
Xcode plugin that brings ⇧⌘T from AppCode over to Xcode
I have files in my project called Form.swift and FormTests.swift. Pressing the keyboard shortcut Cmd + Shift + T does nothing. Doing this in an Objective C project works fine.
If no test files are found, the an alert should prompt the user informing them that no test files were found. The alert should automatically be hidden/fade out after a...
A selection alert in line with how AppCode handles multiple test files. Example below: 
Given the auto generation of new test files from issue #6, it would be ideal to allow the user to specify how and where the new tests are created. We...