This is NeXTGo_main.m in view mode; [Download] [Up]
/* Generated by the NeXT Project Builder NOTE: Do NOT change this file -- Project Builder maintains it. */ #import "GoApp.h" void main(int argc, char *argv[]) { NSAutoreleasePool *myPool = [[NSAutoreleasePool alloc] init]; [GoApp sharedApplication]; if ([NSBundle loadNibNamed:@"NeXTGo.nib" owner:NSApp]) [NSApp run]; [NSApp release]; [myPool release]; exit(0); }
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.