all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: PJ Est <kramcs@live.com>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Info.plist extension editing
Date: Fri, 2 Jan 2015 14:09:56 -0500	[thread overview]
Message-ID: <BAY172-W389DEF6F3B87F4262EFFB1A65D0@phx.gbl> (raw)

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 		 	   		  

                 reply	other threads:[~2015-01-02 19:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=BAY172-W389DEF6F3B87F4262EFFB1A65D0@phx.gbl \
    --to=kramcs@live.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.