emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/Emacs.app/Contents/Info.plist


From: Andrew Choi
Subject: [Emacs-diffs] Changes to emacs/mac/Emacs.app/Contents/Info.plist
Date: Mon, 01 Jul 2002 16:02:34 -0400

Index: emacs/mac/Emacs.app/Contents/Info.plist
diff -c emacs/mac/Emacs.app/Contents/Info.plist:1.1 
emacs/mac/Emacs.app/Contents/Info.plist:1.2
*** emacs/mac/Emacs.app/Contents/Info.plist:1.1 Fri Apr 26 19:39:04 2002
--- emacs/mac/Emacs.app/Contents/Info.plist     Mon Jul  1 16:02:33 2002
***************
*** 4,11 ****
--- 4,32 ----
  <dict>
        <key>CFBundleDevelopmentRegion</key>
        <string>English</string>
+       <key>CFBundleDocumentTypes</key>
+       <array>
+               <dict>
+                       <key>CFBundleTypeExtensions</key>
+                       <array>
+                               <string>*</string>
+                       </array>
+                       <key>CFBundleTypeName</key>
+                       <string>All</string>
+                       <key>CFBundleTypeOSTypes</key>
+                       <array>
+                               <string>****</string>
+                       </array>
+                       <key>CFBundleTypeRole</key>
+                       <string>Viewer</string>
+               </dict>
+       </array>
        <key>CFBundleExecutable</key>
        <string>Emacs</string>
+       <key>CFBundleIconFile</key>
+       <string>Emacs.icns</string>
+       <key>CFBundleIdentifier</key>
+       <string>com.gnu.Emacs</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundlePackageType</key>
***************
*** 13,18 ****
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
!       <string>0.1</string>
  </dict>
  </plist>
--- 34,39 ----
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
!       <string>1.1</string>
  </dict>
  </plist>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]