summaryrefslogtreecommitdiff
path: root/pkg/osx/app-skeleton/Contents
diff options
context:
space:
mode:
authorSimon Howard2010-01-04 22:01:32 +0000
committerSimon Howard2010-01-04 22:01:32 +0000
commit6921f30a44e0bdf1c3a2f8982e4a8cd290c22462 (patch)
treee597201e79368095e58e7ea753eea76906db1c03 /pkg/osx/app-skeleton/Contents
parent9b0b0629e02deba1788d4a4e190b31977f7c0b1f (diff)
downloadchocolate-doom-6921f30a44e0bdf1c3a2f8982e4a8cd290c22462.tar.gz
chocolate-doom-6921f30a44e0bdf1c3a2f8982e4a8cd290c22462.tar.bz2
chocolate-doom-6921f30a44e0bdf1c3a2f8982e4a8cd290c22462.zip
Import OS X launcher code to trunk.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1784
Diffstat (limited to 'pkg/osx/app-skeleton/Contents')
-rw-r--r--pkg/osx/app-skeleton/Contents/PkgInfo1
-rw-r--r--pkg/osx/app-skeleton/Contents/Resources/128x128.pngbin0 -> 23029 bytes
-rw-r--r--pkg/osx/app-skeleton/Contents/Resources/app.icnsbin0 -> 51625 bytes
-rw-r--r--pkg/osx/app-skeleton/Contents/Resources/launcher.nib/classes.nib40
-rw-r--r--pkg/osx/app-skeleton/Contents/Resources/launcher.nib/info.nib23
-rw-r--r--pkg/osx/app-skeleton/Contents/Resources/launcher.nib/keyedobjects.nibbin0 -> 17192 bytes
6 files changed, 64 insertions, 0 deletions
diff --git a/pkg/osx/app-skeleton/Contents/PkgInfo b/pkg/osx/app-skeleton/Contents/PkgInfo
new file mode 100644
index 00000000..6f749b0f
--- /dev/null
+++ b/pkg/osx/app-skeleton/Contents/PkgInfo
@@ -0,0 +1 @@
+APPL????
diff --git a/pkg/osx/app-skeleton/Contents/Resources/128x128.png b/pkg/osx/app-skeleton/Contents/Resources/128x128.png
new file mode 100644
index 00000000..0ef1fe9c
--- /dev/null
+++ b/pkg/osx/app-skeleton/Contents/Resources/128x128.png
Binary files differ
diff --git a/pkg/osx/app-skeleton/Contents/Resources/app.icns b/pkg/osx/app-skeleton/Contents/Resources/app.icns
new file mode 100644
index 00000000..9b535a25
--- /dev/null
+++ b/pkg/osx/app-skeleton/Contents/Resources/app.icns
Binary files differ
diff --git a/pkg/osx/app-skeleton/Contents/Resources/launcher.nib/classes.nib b/pkg/osx/app-skeleton/Contents/Resources/launcher.nib/classes.nib
new file mode 100644
index 00000000..9092e44b
--- /dev/null
+++ b/pkg/osx/app-skeleton/Contents/Resources/launcher.nib/classes.nib
@@ -0,0 +1,40 @@
+{
+ IBClasses = (
+ {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; },
+ {
+ ACTIONS = {closeConfigWindow = id; openConfigWindow = id; };
+ CLASS = IWADController;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ chex = id;
+ configWindow = id;
+ doom1 = id;
+ doom2 = id;
+ iwadSelector = id;
+ plutonia = id;
+ tnt = id;
+ };
+ SUPERCLASS = NSObject;
+ },
+ {
+ ACTIONS = {setButtonClicked = id; };
+ CLASS = IWADLocation;
+ LANGUAGE = ObjC;
+ OUTLETS = {locationConfigBox = id; };
+ SUPERCLASS = NSObject;
+ },
+ {
+ ACTIONS = {launch = id; runSetup = id; };
+ CLASS = LauncherManager;
+ LANGUAGE = ObjC;
+ OUTLETS = {
+ commandLineArguments = id;
+ iwadController = id;
+ launcherWindow = id;
+ packageLabel = id;
+ };
+ SUPERCLASS = NSObject;
+ }
+ );
+ IBVersion = 1;
+} \ No newline at end of file
diff --git a/pkg/osx/app-skeleton/Contents/Resources/launcher.nib/info.nib b/pkg/osx/app-skeleton/Contents/Resources/launcher.nib/info.nib
new file mode 100644
index 00000000..63067b23
--- /dev/null
+++ b/pkg/osx/app-skeleton/Contents/Resources/launcher.nib/info.nib
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version="1.0">
+<dict>
+ <key>IBDocumentLocation</key>
+ <string>172 70 612 260 0 0 1440 878 </string>
+ <key>IBEditorPositions</key>
+ <dict>
+ <key>29</key>
+ <string>108 337 163 44 0 0 1440 878 </string>
+ </dict>
+ <key>IBFramework Version</key>
+ <string>446.1</string>
+ <key>IBOpenObjects</key>
+ <array>
+ <integer>29</integer>
+ <integer>227</integer>
+ <integer>21</integer>
+ </array>
+ <key>IBSystem Version</key>
+ <string>8S2167</string>
+</dict>
+</plist>
diff --git a/pkg/osx/app-skeleton/Contents/Resources/launcher.nib/keyedobjects.nib b/pkg/osx/app-skeleton/Contents/Resources/launcher.nib/keyedobjects.nib
new file mode 100644
index 00000000..85980d2d
--- /dev/null
+++ b/pkg/osx/app-skeleton/Contents/Resources/launcher.nib/keyedobjects.nib
Binary files differ