Created
April 6, 2017 21:17
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Cocoa | |
class TestingAppDelegate: NSObject, NSApplicationDelegate { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment