]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
.app directory for Mac OSX builds
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 May 2005 23:10:50 +0000 (23:10 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 30 May 2005 23:10:50 +0000 (23:10 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5364 d7cf8633-e32d-0410-b094-e92efae38249

Darkplaces.app/Contents/Info.plist [new file with mode: 0644]
Darkplaces.app/Contents/PkgInfo [new file with mode: 0644]
Darkplaces.app/Contents/Resources/._Darkplaces.icns [new file with mode: 0644]
Darkplaces.app/Contents/Resources/Darkplaces.icns [new file with mode: 0644]
Darkplaces.app/Contents/Resources/English.lproj/InfoPlist.strings [new file with mode: 0755]

diff --git a/Darkplaces.app/Contents/Info.plist b/Darkplaces.app/Contents/Info.plist
new file mode 100644 (file)
index 0000000..68abd98
--- /dev/null
@@ -0,0 +1,18 @@
+<?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>CFBundleDevelopmentRegion</key>
+       <string>English</string>
+       <key>CFBundleExecutable</key>
+       <string>darkplaces-sdl</string>
+       <key>CFBundleIconFile</key>
+       <string>Darkplaces</string>
+       <key>CFBundlePackageType</key>
+       <string>APPL</string>
+       <key>CFBundleSignature</key>
+       <string>????</string>
+       <key>CFBundleVersion</key>
+       <string>1.0</string>
+</dict>
+</plist>
diff --git a/Darkplaces.app/Contents/PkgInfo b/Darkplaces.app/Contents/PkgInfo
new file mode 100644 (file)
index 0000000..bd04210
--- /dev/null
@@ -0,0 +1 @@
+APPL????
\ No newline at end of file
diff --git a/Darkplaces.app/Contents/Resources/._Darkplaces.icns b/Darkplaces.app/Contents/Resources/._Darkplaces.icns
new file mode 100644 (file)
index 0000000..0ddac7c
Binary files /dev/null and b/Darkplaces.app/Contents/Resources/._Darkplaces.icns differ
diff --git a/Darkplaces.app/Contents/Resources/Darkplaces.icns b/Darkplaces.app/Contents/Resources/Darkplaces.icns
new file mode 100644 (file)
index 0000000..262e82c
Binary files /dev/null and b/Darkplaces.app/Contents/Resources/Darkplaces.icns differ
diff --git a/Darkplaces.app/Contents/Resources/English.lproj/InfoPlist.strings b/Darkplaces.app/Contents/Resources/English.lproj/InfoPlist.strings
new file mode 100755 (executable)
index 0000000..c37d49d
Binary files /dev/null and b/Darkplaces.app/Contents/Resources/English.lproj/InfoPlist.strings differ