<?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: nib2objc</title> <atom:link href="http://akosma.com/2009/03/17/nib2objc/feed/" rel="self" type="application/rss+xml" /><link>http://akosma.com/2009/03/17/nib2objc/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nib2objc</link> <description>Leading international provider of cross-platform and multilingual software solutions, for iPhone, iPad, Mac, Windows, Linux, Android, and the web.</description> <lastBuildDate>Tue, 13 Dec 2011 10:51:47 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <item><title>By: Adrian Kosmaczewski</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-895</link> <dc:creator>Adrian Kosmaczewski</dc:creator> <pubDate>Sun, 18 Jul 2010 11:49:58 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-895</guid> <description>&lt;p&gt;I&#039;ve just updated the project with new features and a Mac OS X application, as well as a Mac OS X service! Check out the new changes &lt;a href=&quot;http://akosma.com/2010/07/17/nib2objc-updated/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt; and &lt;a href=&quot;http://akosma.com/2010/07/18/more-nib2objc-fun/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;. Enjoy!&lt;/p&gt; </description> <content:encoded><![CDATA[<p>I&#8217;ve just updated the project with new features and a Mac OS X application, as well as a Mac OS X service! Check out the new changes <a
href="http://akosma.com/2010/07/17/nib2objc-updated/" rel="nofollow">here</a> and <a
href="http://akosma.com/2010/07/18/more-nib2objc-fun/" rel="nofollow">here</a>. Enjoy!</p> ]]></content:encoded> </item> <item><title>By: Matttteeen</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-817</link> <dc:creator>Matttteeen</dc:creator> <pubDate>Fri, 02 Jul 2010 02:44:11 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-817</guid> <description>&lt;p&gt;Is there a way to get nib and use it in ur Xcode project like converting it somehow to get the code or xib? And I made a couple of games and I am willing to trade a game for an app u made email me at deadbully@yahoo.com&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Is there a way to get nib and use it in ur Xcode project like converting it somehow to get the code or xib? And I made a couple of games and I am willing to trade a game for an app u made email me at <a
href="mailto:deadbully@yahoo.com">deadbully@yahoo.com</a></p> ]]></content:encoded> </item> <item><title>By: Isaac</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-559</link> <dc:creator>Isaac</dc:creator> <pubDate>Mon, 19 Apr 2010 23:36:23 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-559</guid> <description>&lt;p&gt;NSTask is used solely for the purpose of running the executable ibtool from the iphone development system and collecting the ouput from the exectuable.  If you don&#039;t have ibtool on the iphone, it would be pointless to try find an NSTask substitute for the iphone.   If ibtool were available, one workaround would be capture the output of ibtool in a file or pipe and have your converted program read in the data.&lt;/p&gt;
&lt;p&gt;-Isaac&lt;/p&gt; </description> <content:encoded><![CDATA[<p>NSTask is used solely for the purpose of running the executable ibtool from the iphone development system and collecting the ouput from the exectuable.  If you don&#8217;t have ibtool on the iphone, it would be pointless to try find an NSTask substitute for the iphone.   If ibtool were available, one workaround would be capture the output of ibtool in a file or pipe and have your converted program read in the data.</p><p>-Isaac</p> ]]></content:encoded> </item> <item><title>By: Daniel</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-527</link> <dc:creator>Daniel</dc:creator> <pubDate>Sun, 11 Apr 2010 21:01:42 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-527</guid> <description>&lt;p&gt;Yup, I fixed everything but cannot get past NSTask. The iPhone has no substitutable equivalent. I therefore assume that the compiled utility will also not work on the iPhone.&lt;/p&gt;
&lt;p&gt;I&#039;d still appreciate any assistance in finding some sort of way to create this functionality on the iPhone platform!&lt;/p&gt;
&lt;p&gt;-Dan&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Yup, I fixed everything but cannot get past NSTask. The iPhone has no substitutable equivalent. I therefore assume that the compiled utility will also not work on the iPhone.</p><p>I&#8217;d still appreciate any assistance in finding some sort of way to create this functionality on the iPhone platform!</p><p>-Dan</p> ]]></content:encoded> </item> <item><title>By: Daniel</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-526</link> <dc:creator>Daniel</dc:creator> <pubDate>Sun, 11 Apr 2010 20:45:10 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-526</guid> <description>&lt;p&gt;Adrian,
I really appreciate this! It is exactly what I was looking for!&lt;/p&gt;
&lt;p&gt;Sorry to bother, but I was hoping for some help in figuring out how I could implement your utility in an iPhone/iPad application. I attempted placing the pure source code into my application, but ran into problems with the &quot;Cocoa/Cocoa.h&quot; headers and NSSize, NSPoint, NSTask, presumably because they are not supported by the iPhone development.&lt;/p&gt;
&lt;p&gt;I&#039;m going through it all and will hopefully be able to replace the Cocoas with UIKits, the NSSize with CGSize, etc., but if there is some sort of method in which I can include the final, compiled utility, and call it from the application?&lt;/p&gt;
&lt;p&gt;Thanks in advance!&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Adrian,
I really appreciate this! It is exactly what I was looking for!</p><p>Sorry to bother, but I was hoping for some help in figuring out how I could implement your utility in an iPhone/iPad application. I attempted placing the pure source code into my application, but ran into problems with the &#8220;Cocoa/Cocoa.h&#8221; headers and NSSize, NSPoint, NSTask, presumably because they are not supported by the iPhone development.</p><p>I&#8217;m going through it all and will hopefully be able to replace the Cocoas with UIKits, the NSSize with CGSize, etc., but if there is some sort of method in which I can include the final, compiled utility, and call it from the application?</p><p>Thanks in advance!</p> ]]></content:encoded> </item> <item><title>By: alan duncan</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-366</link> <dc:creator>alan duncan</dc:creator> <pubDate>Tue, 23 Feb 2010 14:09:57 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-366</guid> <description>&lt;p&gt;oops... ignore last comment - just noticed UIKit only - not AppKit&lt;/p&gt; </description> <content:encoded><![CDATA[<p>oops&#8230; ignore last comment &#8211; just noticed UIKit only &#8211; not AppKit</p> ]]></content:encoded> </item> <item><title>By: Adrian Kosmaczewski</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-365</link> <dc:creator>Adrian Kosmaczewski</dc:creator> <pubDate>Tue, 23 Feb 2010 14:09:04 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-365</guid> <description>&lt;p&gt;Thanks for the comments Alan! I&#039;m working on the next version, with the integration of the next [REDACTED] SDK :) stay tuned.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Thanks for the comments Alan! I&#8217;m working on the next version, with the integration of the next [REDACTED] SDK <img
src='http://akosma.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> stay tuned.</p> ]]></content:encoded> </item> <item><title>By: alan duncan</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-364</link> <dc:creator>alan duncan</dc:creator> <pubDate>Tue, 23 Feb 2010 14:07:25 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-364</guid> <description>&lt;p&gt;Seems that IB 3.2.2 breaks nib2obj.  I&#039;m getting only:
&lt;code&gt;
[view90 addSubview:view93];
[view90 addSubview:view98];
[view90 addSubview:view99];
&lt;/code&gt;
etc.  Great app, though!&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Seems that IB 3.2.2 breaks nib2obj.  I&#8217;m getting only: <code> [view90 addSubview:view93];
[view90 addSubview:view98];
[view90 addSubview:view99]; </code> etc.  Great app, though!</p> ]]></content:encoded> </item> <item><title>By: Adrian</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-62</link> <dc:creator>Adrian</dc:creator> <pubDate>Mon, 03 Aug 2009 19:17:28 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-62</guid> <description>&lt;p&gt;Hi Cesar, thanks for your comment! Actually no, I just inspected the XIB file by hand, and it has a fairly simple structure, not really hard to understand. And ibtool exposes most of the data for you, at least what I needed for this project.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Hi Cesar, thanks for your comment! Actually no, I just inspected the XIB file by hand, and it has a fairly simple structure, not really hard to understand. And ibtool exposes most of the data for you, at least what I needed for this project.</p> ]]></content:encoded> </item> <item><title>By: Cesar Miquel</title><link>http://akosma.com/2009/03/17/nib2objc/comment-page-1/#comment-61</link> <dc:creator>Cesar Miquel</dc:creator> <pubDate>Mon, 03 Aug 2009 19:04:36 +0000</pubDate> <guid
isPermaLink="false">http://kosmaczewski.net/?p=1459#comment-61</guid> <description>&lt;p&gt;Hey! Just found out about your nib2objc. I was wondering if you know of any documentation online about the nib file format. I understand that its basically an XML file but couldn&#039;t find any spec for it.&lt;/p&gt; </description> <content:encoded><![CDATA[<p>Hey! Just found out about your nib2objc. I was wondering if you know of any documentation online about the nib file format. I understand that its basically an XML file but couldn&#8217;t find any spec for it.</p> ]]></content:encoded> </item> </channel> </rss>
