1 #import <UIKit/UIKit.h>
4 int main(int argc, char *argv[]) {
6 fprintf(stderr, "usage: %s <url>\n", argv[0]);
8 NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
9 [[UIApplication alloc] openURL:[NSURL URLWithString:[NSString stringWithUTF8String:argv[1]]]];