OS X uploader (#252)

* Source for OS X uploader

* Readme for OS X uploader

* Export image

* .gitignore for Xcode project

* Remove redundant data

* Update readme instructions

* List formatting

* Remove personal copyright notice added by Xcode

* Added release build and updated readme

* point to doc cdn
This commit is contained in:
Thomas Denney
2016-09-14 19:33:11 +01:00
committed by Peli de Halleux
parent 4dfb77fcd7
commit 13785a2438
32 changed files with 1634 additions and 10 deletions

View File

@ -0,0 +1,5 @@
#import <Cocoa/Cocoa.h>
int main(int argc, const char * argv[]) {
return NSApplicationMain(argc, argv);
}