Skip to content

Instantly share code, notes, and snippets.

@funkyboy
Created February 26, 2019 10:24
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 funkyboy/d612d435ac9e61b9519cb109244f0a15 to your computer and use it in GitHub Desktop.
Save funkyboy/d612d435ac9e61b9519cb109244f0a15 to your computer and use it in GitHub Desktop.
Class test = NSClassFromString(@"XCTestCase");
if (test) {
appDelegateClass = [UITestsAppDelegate class];
} else {
appDelegateClass = [AppDelegate class];
}
@jrturton
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment