<?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://plugins.maccreate.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/feed/" rel="self" type="application/rss+xml" /><link>http://plugins.maccreate.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/</link> <description>Just another Camera Obsurda weblog</description> <lastBuildDate>Thu, 28 Jan 2010 20:52:52 -0500</lastBuildDate> <generator>http://wordpress.org/?v=2.8.4</generator> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Tom</title><link>http://plugins.maccreate.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-260</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-260</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://plugins.maccreate.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-262</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-262</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://plugins.maccreate.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-261</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-261</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://plugins.maccreate.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-263</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-263</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://plugins.maccreate.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-259</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-259</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://plugins.maccreate.com/2008/07/16/writing-an-aperture-edit-plugin-part-1/comment-page-1/#comment-264</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-264</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>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached (user agent is rejected)
Database Caching 2/11 queries in 0.006 seconds using memcached

Served from: maccreate.com @ 2010-03-13 21:37:08 -->