Now translated. One minor crash to figure out.

This commit is contained in:
Grant Limberg
2016-08-07 20:19:36 -07:00
parent 5b13b282ed
commit 8d7f851b4e
8 changed files with 358 additions and 288 deletions

13
ZeroTier One/main.m Normal file
View File

@@ -0,0 +1,13 @@
//
// main.m
// testapp
//
// Created by Grant Limberg on 8/7/16.
// Copyright © 2016 ZeroTier, Inc. All rights reserved.
//
#import <Cocoa/Cocoa.h>
int main(int argc, const char * argv[]) {
return NSApplicationMain(argc, argv);
}