Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created November 5, 2017 16:46
Show Gist options
  • Save olbrichj/2fddb0aae31cce222d0a3898b8bd1dab to your computer and use it in GitHub Desktop.
Save olbrichj/2fddb0aae31cce222d0a3898b8bd1dab to your computer and use it in GitHub Desktop.
var paws: MonkeyPaws?
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool {
if CommandLine.arguments.contains("--MonkeyPaws") {
paws = MonkeyPaws(view: window!)
}
return true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment