<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Preventing Services from activating your application</title>
	<atom:link href="http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/</link>
	<description>The Omni Mouth: standing outside your bedroom window playing \"In Your Eyes\" since 2006.</description>
	<pubDate>Mon, 13 Oct 2008 00:38:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: ken</title>
		<link>http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/#comment-64011</link>
		<dc:creator>ken</dc:creator>
		<pubDate>Mon, 24 Dec 2007 07:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/#comment-64011</guid>
		<description>I vaguely think I remember someone telling me about this.. I think Cocoa uses a heuristic to guess whether activating is appropriate.

If you didn't file a bug for API, please do.</description>
		<content:encoded><![CDATA[<p>I vaguely think I remember someone telling me about this.. I think Cocoa uses a heuristic to guess whether activating is appropriate.</p>
<p>If you didn&#8217;t file a bug for API, please do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Jaros</title>
		<link>http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/#comment-63851</link>
		<dc:creator>Peter Jaros</dc:creator>
		<pubDate>Fri, 30 Nov 2007 13:12:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/#comment-63851</guid>
		<description>Hmm.  Have you tried breaking on respondsToSelector:?  Perhaps there's a delegate method that controls this.  Although you're right, it *is* a weird default.</description>
		<content:encoded><![CDATA[<p>Hmm.  Have you tried breaking on respondsToSelector:?  Perhaps there&#8217;s a delegate method that controls this.  Although you&#8217;re right, it *is* a weird default.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/#comment-63848</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 29 Nov 2007 20:10:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/#comment-63848</guid>
		<description>That's exactly what I'm doing now -- the problem is that this default isn't documented anywhere that I can find.  Nor is any other way of doing this documented (also, the normal behavior is bad -- if I wanted my app to activate when the service was invoked, I'd tell it to!)</description>
		<content:encoded><![CDATA[<p>That&#8217;s exactly what I&#8217;m doing now &#8212; the problem is that this default isn&#8217;t documented anywhere that I can find.  Nor is any other way of doing this documented (also, the normal behavior is bad &#8212; if I wanted my app to activate when the service was invoked, I&#8217;d tell it to!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Jaros</title>
		<link>http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/#comment-63845</link>
		<dc:creator>Peter Jaros</dc:creator>
		<pubDate>Thu, 29 Nov 2007 13:53:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.omnigroup.com/2007/11/29/preventing-services-from-activating-your-application/#comment-63845</guid>
		<description>Lest I state the obvious, have you tried setting NSShouldActivateForServiceRequest to NO?  Or are you looking for a better way than that?

(Or have I misread your gdb session?)</description>
		<content:encoded><![CDATA[<p>Lest I state the obvious, have you tried setting NSShouldActivateForServiceRequest to NO?  Or are you looking for a better way than that?</p>
<p>(Or have I misread your gdb session?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
