Import OS X launcher code to trunk.
commit61b669911fa0ef5158369edc01841256675035a6
authorSimon Howard <fraggle@gmail.com>
Mon, 4 Jan 2010 22:01:32 +0000 (4 22:01 +0000)
committerSimon Howard <fraggle@gmail.com>
Mon, 4 Jan 2010 22:01:32 +0000 (4 22:01 +0000)
tree2df65ccea9fd4b42487c232fe6cbd1fa7b5555e2
parent0170290a7c6261cba02388d1c2cd64e72c42e0ab
Import OS X launcher code to trunk.

git-svn-id: https://chocolate-doom.svn.sourceforge.net/svnroot/chocolate-doom/trunk/chocolate-doom@1784 ee5ca603-980d-0410-972c-a23fc50d79fe
23 files changed:
pkg/osx/AppController.h [new file with mode: 0644]
pkg/osx/AppController.m [new file with mode: 0644]
pkg/osx/Execute.h [new file with mode: 0644]
pkg/osx/Execute.m [new file with mode: 0644]
pkg/osx/GNUmakefile [new file with mode: 0644]
pkg/osx/IWADController.h [new file with mode: 0644]
pkg/osx/IWADController.m [new file with mode: 0644]
pkg/osx/IWADLocation.h [new file with mode: 0644]
pkg/osx/IWADLocation.m [new file with mode: 0644]
pkg/osx/Info.plist [new file with mode: 0755]
pkg/osx/Info.plist.in [new file with mode: 0755]
pkg/osx/LauncherManager.h [new file with mode: 0644]
pkg/osx/LauncherManager.m [new file with mode: 0644]
pkg/osx/app-skeleton/Contents/PkgInfo [new file with mode: 0644]
pkg/osx/app-skeleton/Contents/Resources/128x128.png [new file with mode: 0644]
pkg/osx/app-skeleton/Contents/Resources/app.icns [new file with mode: 0644]
pkg/osx/app-skeleton/Contents/Resources/launcher.nib/classes.nib [new file with mode: 0644]
pkg/osx/app-skeleton/Contents/Resources/launcher.nib/info.nib [new file with mode: 0644]
pkg/osx/app-skeleton/Contents/Resources/launcher.nib/keyedobjects.nib [new file with mode: 0644]
pkg/osx/config.h [new file with mode: 0644]
pkg/osx/config.make [new file with mode: 0644]
pkg/osx/config.make.in [new file with mode: 0644]
pkg/osx/main.m [new file with mode: 0644]