Created
January 1, 2024 19:54
-
-
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/
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 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