Skip to content

Instantly share code, notes, and snippets.

@jonreid
Created January 1, 2024 19:54
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 jonreid/b77bcb730242d2fd6f31921edf62dc15 to your computer and use it in GitHub Desktop.
Save jonreid/b77bcb730242d2fd6f31921edf62dc15 to your computer and use it in GitHub Desktop.
Step 1, an explicit main entry point that loads AppDelegate per https://qualitycoding.org/ios-app-delegate-testing/
import UIKit
let appDelegateClass = AppDelegate.self
UIApplicationMain(CommandLine.argc, CommandLine.unsafeArgv, nil, NSStringFromClass(appDelegateClass))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment