Initial Commit

This commit is contained in:
michael starke
2012-07-19 15:59:00 +02:00
commit 55b2910183
9 changed files with 5005 additions and 0 deletions

14
MacPass/main.m Normal file
View File

@@ -0,0 +1,14 @@
//
// main.m
// MacPass
//
// Created by Michael Starke on 19.07.12.
// Copyright (c) 2012 HicknHack Software GmbH. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, char *argv[])
{
return NSApplicationMain(argc, (const char **)argv);
}