all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Info.plist extension editing
@ 2015-01-02 19:09 PJ Est
  0 siblings, 0 replies; only message in thread
From: PJ Est @ 2015-01-02 19:09 UTC (permalink / raw)
  To: help-gnu-emacs@gnu.org

I've added the following dictionary key to the CFBundleDocumentTypes key of the Emacs Info.plist:
                <dict>			<key>CFBundleTypeExtensions</key>			<array>				<string>jl</string>			</array>			<key>CFBundleTypeIconFile</key>			<string>Julia.icns</string>			<key>CFBundleTypeName</key>			<string>Julia script</string>			<key>CFBundleTypeRole</key>			<string>Editor</string>		</dict>
-rw-r--r--@ ..... Info.plist
and I've added a Julia.icns file to the Content/Resources file in the Emacs.app folder.
However, when I save a .jl file in Emacs, I do not get the proper Name identifier or icon in Finder.
OS: 10.10.1Emacs: 24.4.1 (x86_64-apple-darwin13.4.0, NS apple-appkit-1265.21)
Any help appreciated!
P 		 	   		  

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-01-02 19:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-02 19:09 Info.plist extension editing PJ Est

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.