RSS

(root)/mac/UpshotHelper : /main.m (revision 6)

To get this branch, use:
bzr branch /browse/mac/UpshotHelper
Line Revision Contents
1 1
//
2
//  main.m
3
//  UpshotHelper
4
//
5
//  Created by döme on 05.02.2010.
6
//  Copyright 2010 Apple Inc. All rights reserved.
7
//
8
9
#import <Cocoa/Cocoa.h>
10
11
NSString* imgPath = nil;
12
13
int main(int argc, char *argv[])
14
{
15
	if (argc > 1)
16
		imgPath = [[NSString alloc] initWithUTF8String: argv[1]];
17
    return NSApplicationMain(argc,  (const char **) argv);
18
}

Loggerhead 1.17 is a web-based interface for Bazaar branches