<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computing Archives - Nicholas Rowe</title>
	<atom:link href="https://www.nicholas-rowe.com/category/computing/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.nicholas-rowe.com/category/computing/</link>
	<description>CEO &#38; Co-Founder - Saigon Digital</description>
	<lastBuildDate>Mon, 17 Nov 2014 18:02:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.nicholas-rowe.com/wp-content/uploads/2025/12/cropped-nick-whitebg-e1765901896660-32x32.png</url>
	<title>Computing Archives - Nicholas Rowe</title>
	<link>https://www.nicholas-rowe.com/category/computing/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Hiding Applications from the Mac Osx Dock</title>
		<link>https://www.nicholas-rowe.com/hiding-applications-from-the-mac-osx-dock/</link>
					<comments>https://www.nicholas-rowe.com/hiding-applications-from-the-mac-osx-dock/#respond</comments>
		
		<dc:creator><![CDATA[Nicholas Rowe]]></dc:creator>
		<pubDate>Sun, 09 Nov 2014 16:38:50 +0000</pubDate>
				<category><![CDATA[Computing]]></category>
		<guid isPermaLink="false">http://nicholas-rowe.com/?p=324</guid>

					<description><![CDATA[<p>I have a few applications that I run whilst I&#8217;m using my computer, these applications are literally only used upon startup and then never touched again until I need to restart my computer. What&#8217;s the point in having them in the system dock? Well, none. Usually you can do a simple right click on the [&#8230;]</p>
<p>The post <a href="https://www.nicholas-rowe.com/hiding-applications-from-the-mac-osx-dock/">Hiding Applications from the Mac Osx Dock</a> appeared first on <a href="https://www.nicholas-rowe.com">Nicholas Rowe</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I have a few applications that I run whilst I&#8217;m using my computer, these applications are literally only used upon startup and then never touched again until I need to restart my computer.</p>
<p>What&#8217;s the point in having them in the system dock? Well, none. Usually you can do a simple right click on the application and then hide from dock. Though some programs are stubborn don&#8217;t like to behave as they should.</p>
<p>The way you can avoid all aggravation with these programs and get them to hide forcefully is to edit the applications info.plist.</p>
<p>To find this file, navigation to where your application resides, usually in the applications folder within OSX. Once there find the application.app and right click and hit &#8220;Show Package Contents&#8221;.</p>
<p>This will take you to a new folder and within here you should be able to see a info.plist. This is a small xml file in Apple&#8217;s Property List XML format. It&#8217;s contents is a key pair value structured file that contains a few default rules. Apple states the file to be:</p>
<blockquote><p>&#8220;Launch Services (part of the Core Services framework in OS X) provides support for launching apps and matching document types to apps. As a result, the keys recognized by Launch Services allow you to specify the desired execution environment for your bundled code. (In iOS, Launch Services is a private API but is still used internally to coordinate the execution environment of iOS apps.)&#8221;</p></blockquote>
<p>Here we can specific whether or not to show it in the dock bar.</p>
<p>Open the file with a text editor, I suggest <a href="http://www.sublimetext.com/" target="_blank">Sublime Text</a>, once opened do a quick find for &#8220;LSUIElement&#8221; &#8211; if found we just need to add a value true, to this element. However if &#8220;LSUIElement&#8221; doesn&#8217;t exist we can simply add the following at the bottom of the file before the ending &lt;/dict&gt; &lt;/plist&gt; &#8211;</p>
<p>&lt;key&gt;LSUIElement&lt;/key&gt;<br />
&lt;true/&gt;</p>
<p><a href="http://nicholas-rowe.com/wp-content/uploads/2014/11/EHl2sPr.png"><img fetchpriority="high" decoding="async" class="alignnone size-large wp-image-325" src="http://nicholas-rowe.com/wp-content/uploads/2014/11/EHl2sPr-1024x601.png" alt="EHl2sPr" width="640" height="375" srcset="https://www.nicholas-rowe.com/wp-content/uploads/2014/11/EHl2sPr-1024x601.png 1024w, https://www.nicholas-rowe.com/wp-content/uploads/2014/11/EHl2sPr-300x176.png 300w, https://www.nicholas-rowe.com/wp-content/uploads/2014/11/EHl2sPr.png 1277w" sizes="(max-width: 640px) 100vw, 640px" /></a></p>
<p>The post <a href="https://www.nicholas-rowe.com/hiding-applications-from-the-mac-osx-dock/">Hiding Applications from the Mac Osx Dock</a> appeared first on <a href="https://www.nicholas-rowe.com">Nicholas Rowe</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.nicholas-rowe.com/hiding-applications-from-the-mac-osx-dock/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
