Skip to content

Instantly share code, notes, and snippets.

@boudhayan
Created August 13, 2022 09:54
Show Gist options
  • Select an option

  • Save boudhayan/58503fe00e960bd0ef8506b3e99f62f3 to your computer and use it in GitHub Desktop.

Select an option

Save boudhayan/58503fe00e960bd0ef8506b3e99f62f3 to your computer and use it in GitHub Desktop.
import UIKit
let appDelegateClass: AnyClass = NSClassFromString("TestingAppDelegate") ?? 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