<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Writing An Aperture Edit Plugin &#8211; Part 1</title>
	<atom:link href="http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/</link>
	<description>Extending Apple's Pro Photo Application</description>
	<lastBuildDate>Sat, 04 Jul 2009 09:58:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: my blog</title>
		<link>http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-1455</link>
		<dc:creator>my blog</dc:creator>
		<pubDate>Thu, 02 Jul 2009 12:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/#comment-1455</guid>
		<description>&lt;strong&gt;check this out...&lt;/strong&gt;

this is mine...</description>
		<content:encoded><![CDATA[<p><strong>check this out&#8230;</strong></p>
<p>this is mine&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-1406</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Fri, 12 Dec 2008 20:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/#comment-1406</guid>
		<description>Thanks for this.  Was pulling my hair out trying to deduce how the plugin-copying script from the Apple examples was being generated.</description>
		<content:encoded><![CDATA[<p>Thanks for this.  Was pulling my hair out trying to deduce how the plugin-copying script from the Apple examples was being generated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Grieves</title>
		<link>http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-1351</link>
		<dc:creator>Chuck Grieves</dc:creator>
		<pubDate>Fri, 29 Aug 2008 12:32:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/#comment-1351</guid>
		<description>Which just means that I&#039;m now ready to add the code for my plug-in (see last comment) and it is working as expected. As far as the script, I can do with out it. Thanks for the info on getting started with this project.</description>
		<content:encoded><![CDATA[<p>Which just means that I&#8217;m now ready to add the code for my plug-in (see last comment) and it is working as expected. As far as the script, I can do with out it. Thanks for the info on getting started with this project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Grieves</title>
		<link>http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-1350</link>
		<dc:creator>Chuck Grieves</dc:creator>
		<pubDate>Fri, 29 Aug 2008 12:22:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/#comment-1350</guid>
		<description>Update to previous:
I removed the Run Script and then recompiled without error. I then copied the Visualize.ApertureEdit file to the ~/Library/Application Support/Aperture/Plug-Ins folder. On Aperture startup, I was able to see the plug-in as being available, but when selected, nothing occurred.  No indication that the plug-in was activated to run at all.</description>
		<content:encoded><![CDATA[<p>Update to previous:<br />
I removed the Run Script and then recompiled without error. I then copied the Visualize.ApertureEdit file to the ~/Library/Application Support/Aperture/Plug-Ins folder. On Aperture startup, I was able to see the plug-in as being available, but when selected, nothing occurred.  No indication that the plug-in was activated to run at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck Grieves</title>
		<link>http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-1349</link>
		<dc:creator>Chuck Grieves</dc:creator>
		<pubDate>Fri, 29 Aug 2008 12:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/#comment-1349</guid>
		<description>I get an error from the build results like so:
Building target &quot;Visualize&quot; of project &quot;Visualize&quot; with configuration &quot;Release&quot; - (1 error)
Running custom shell script (1 error)
line 3: [:/Users/chuck/Library/Application: binary operator expected
Build failed (1 error)

I&#039;ve copied and ran through your setup twice exactly but same error - I&#039;m on Leopard 10.5.4 with Xcode 3.0.  I&#039;m curious if my system being a PPC instead of an Intel has anything to do with the error.  Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>I get an error from the build results like so:<br />
Building target &#8220;Visualize&#8221; of project &#8220;Visualize&#8221; with configuration &#8220;Release&#8221; &#8211; (1 error)<br />
Running custom shell script (1 error)<br />
line 3: [:/Users/chuck/Library/Application: binary operator expected<br />
Build failed (1 error)</p>
<p>I&#8217;ve copied and ran through your setup twice exactly but same error &#8211; I&#8217;m on Leopard 10.5.4 with Xcode 3.0.  I&#8217;m curious if my system being a PPC instead of an Intel has anything to do with the error.  Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Micah</title>
		<link>http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-1342</link>
		<dc:creator>Micah</dc:creator>
		<pubDate>Tue, 19 Aug 2008 20:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/#comment-1342</guid>
		<description>I&#039;m just about done with part 2...</description>
		<content:encoded><![CDATA[<p>I&#8217;m just about done with part 2&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brendan Falkowski</title>
		<link>http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-1259</link>
		<dc:creator>Brendan Falkowski</dc:creator>
		<pubDate>Sat, 19 Jul 2008 04:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.aperturepluggedin.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/#comment-1259</guid>
		<description>Really looking forward to this series, I&#039;ll be following along. Just need to buy a Mac so I can install + test + actually use Aperture.</description>
		<content:encoded><![CDATA[<p>Really looking forward to this series, I&#8217;ll be following along. Just need to buy a Mac so I can install + test + actually use Aperture.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
