Skip to content

Instantly share code, notes, and snippets.

@seiji
Created April 19, 2013 09:07
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 seiji/5419104 to your computer and use it in GitHub Desktop.
Save seiji/5419104 to your computer and use it in GitHub Desktop.
Run GHUnit iOS Simulator 6.x
int main(int argc, char *argv[])
{
@autoreleasepool {
CFMessagePortCreateLocal(NULL, (CFStringRef) @"PurpleWorkspacePort", NULL, NULL, NULL);
return UIApplicationMain(argc, argv, nil, @"GHUnitIOSAppDelegate");
}
}
@implementation UIWindow (Private)
- (void)_createContext
{
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment