4 #include "appdelegate.h"
9 int main(int argc, char **argv)
11 NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
14 /* The easiest way to pass arguments to the bootstrap.
15 TODO: in real life we have no way to specify them. Need
16 to teach bootstrap to store them in the configuration file. */
20 i = UIApplicationMain(argc, argv, NULL, @"BootstrapDelegate");