aboutsummaryrefslogtreecommitdiffstats
path: root/mac/Emacs.app
diff options
context:
space:
mode:
authorAndrew Choi <[email protected]>2002-04-26 23:39:06 +0000
committerAndrew Choi <[email protected]>2002-04-26 23:39:06 +0000
commite0f712ba55fa0d073f6ab93606e428f61fc7caf2 (patch)
tree7dc6d3403fafcbee1a83288ac840f7eba1d92b44 /mac/Emacs.app
parent501d8923ae2cdec4ef50f050bb66d3715ba2a8f6 (diff)
Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,
lisp/ChangeLog, and src/ChangeLog for list of changes.
Diffstat (limited to 'mac/Emacs.app')
-rw-r--r--mac/Emacs.app/Contents/Info.plist18
-rw-r--r--mac/Emacs.app/Contents/PkgInfo1
-rw-r--r--mac/Emacs.app/Contents/Resources/Emacs.rsrcbin0 -> 6058 bytes
-rw-r--r--mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings5
4 files changed, 24 insertions, 0 deletions
diff --git a/mac/Emacs.app/Contents/Info.plist b/mac/Emacs.app/Contents/Info.plist
new file mode 100644
index 0000000000..4d51100f66
--- /dev/null
+++ b/mac/Emacs.app/Contents/Info.plist
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
+<plist version="0.9">
+<dict>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>English</string>
+ <key>CFBundleExecutable</key>
+ <string>Emacs</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleVersion</key>
+ <string>0.1</string>
+</dict>
+</plist>
diff --git a/mac/Emacs.app/Contents/PkgInfo b/mac/Emacs.app/Contents/PkgInfo
new file mode 100644
index 0000000000..bd04210fb4
--- /dev/null
+++ b/mac/Emacs.app/Contents/PkgInfo
@@ -0,0 +1 @@
+APPL???? \ No newline at end of file
diff --git a/mac/Emacs.app/Contents/Resources/Emacs.rsrc b/mac/Emacs.app/Contents/Resources/Emacs.rsrc
new file mode 100644
index 0000000000..1a017ac4fe
--- /dev/null
+++ b/mac/Emacs.app/Contents/Resources/Emacs.rsrc
Binary files differ
diff --git a/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
new file mode 100644
index 0000000000..b111726765
--- /dev/null
+++ b/mac/Emacs.app/Contents/Resources/English.lproj/InfoPlist.strings
@@ -0,0 +1,5 @@
+/* Localized versions of Info.plist keys */
+
+CFBundleName = "Emacs";
+CFBundleShortVersionString = "Emacs version 21";
+CFBundleGetInfoString = "Emacs version 21, Copyright 2002 FSF.";