Skip to content

Instantly share code, notes, and snippets.

@jaylyerly
Created April 6, 2017 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaylyerly/7b6e676d37dc0a9708c6fa5ffc5f3869 to your computer and use it in GitHub Desktop.
Save jaylyerly/7b6e676d37dc0a9708c6fa5ffc5f3869 to your computer and use it in GitHub Desktop.
This empty AppDelegate implementation for testing allows the unit tests to run without bootstrapping the rest of the application.
import Cocoa
class TestingAppDelegate: NSObject, NSApplicationDelegate {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment