<?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 for alexwhittemore.com</title>
	<atom:link href="http://www.alexwhittemore.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexwhittemore.com</link>
	<description>//Blog</description>
	<lastBuildDate>Mon, 13 Feb 2012 11:30:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Developing for a Jailbroken iPhone A to Z (iOS 4.0.1) by Krutify</title>
		<link>http://www.alexwhittemore.com/developing-jailbroken-iphone-ios-401/comment-page-9/#comment-8004</link>
		<dc:creator>Krutify</dc:creator>
		<pubDate>Mon, 13 Feb 2012 11:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=398#comment-8004</guid>
		<description>Yes jagdish, the above method worked for my iPhone 4s on 5.0.1 with Xcode 4.2.1 on OS X 10.7.3 (Lion)

Use AppSync for iOS 5.0  and for step 3 use:

cd /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk

Although for step 3, I just used finder to make a copy of SDKSettings.plist 
Moved SDKSettings.plist to the desktop so I can edit it.
Opened it in Xcode.
Changed both CODE_SIGNING_REQUIRED and ENTITLEMENTS_REQUIRED to NO (Saved)
Then moved SDKSettings.plist back to /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/ 
Clicked Authorize.

As for the rest of the steps, I don&#039;t think I had to change anything (I did this for an earlier version of Xcode / iOS so when I upgraded all I had to redo was step 3/4)

I hope that helps!</description>
		<content:encoded><![CDATA[<p>Yes jagdish, the above method worked for my iPhone 4s on 5.0.1 with Xcode 4.2.1 on OS X 10.7.3 (Lion)</p>
<p>Use AppSync for iOS 5.0  and for step 3 use:</p>
<p>cd /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk</p>
<p>Although for step 3, I just used finder to make a copy of SDKSettings.plist<br />
Moved SDKSettings.plist to the desktop so I can edit it.<br />
Opened it in Xcode.<br />
Changed both CODE_SIGNING_REQUIRED and ENTITLEMENTS_REQUIRED to NO (Saved)<br />
Then moved SDKSettings.plist back to /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk/<br />
Clicked Authorize.</p>
<p>As for the rest of the steps, I don&#8217;t think I had to change anything (I did this for an earlier version of Xcode / iOS so when I upgraded all I had to redo was step 3/4)</p>
<p>I hope that helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Soldering The Thinnest Wires Ever Conceived: Headphone Modding by advicefromahobo</title>
		<link>http://www.alexwhittemore.com/soldering-the-thinnest-wires-ever-conceived-headphone-modding/comment-page-2/#comment-8003</link>
		<dc:creator>advicefromahobo</dc:creator>
		<pubDate>Sun, 12 Feb 2012 19:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=205#comment-8003</guid>
		<description>[...] and ultra small wirestrands that are used today, soldering can be a challenge &#8211; check out http://www.alexwhittemore.com/soldering-the-thinnest-wires-ever-conceived-headphone-modding/. He&#8217;s not exaggerating. I came across some nonfunctional but comfy headphones the other day. [...]</description>
		<content:encoded><![CDATA[<p>[...] and ultra small wirestrands that are used today, soldering can be a challenge &#8211; check out http://www.alexwhittemore.com/soldering-the-thinnest-wires-ever-conceived-headphone-modding/. He&#8217;s not exaggerating. I came across some nonfunctional but comfy headphones the other day. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing for a Jailbroken iPhone A to Z (iOS 4.0.1) by Chad</title>
		<link>http://www.alexwhittemore.com/developing-jailbroken-iphone-ios-401/comment-page-9/#comment-8002</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Sun, 12 Feb 2012 02:41:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=398#comment-8002</guid>
		<description>Thanks, Alex. Works perfectly for me with XCode 4.2 and iOS SDK 5.0 on Snow Leopard 10.6.8.

I had to change /Plug-ins/ to /PrivatePlugIns/ in the second line of the shell script. Otherwise, I just followed the directions verbatim.

I&#039;m using my first-gen iPhone (iOS 3.1.3) as the target device. Compiling an iOS 3 compatible app from XCode 4 is a whole &#039;nother set of hoops to jump through. If anyone else is looking to do the same thing, there&#039;s a great answer on StackOverflow that explains what to do http://stackoverflow.com/a/8769986/490592</description>
		<content:encoded><![CDATA[<p>Thanks, Alex. Works perfectly for me with XCode 4.2 and iOS SDK 5.0 on Snow Leopard 10.6.8.</p>
<p>I had to change /Plug-ins/ to /PrivatePlugIns/ in the second line of the shell script. Otherwise, I just followed the directions verbatim.</p>
<p>I&#8217;m using my first-gen iPhone (iOS 3.1.3) as the target device. Compiling an iOS 3 compatible app from XCode 4 is a whole &#8216;nother set of hoops to jump through. If anyone else is looking to do the same thing, there&#8217;s a great answer on StackOverflow that explains what to do <a href="http://stackoverflow.com/a/8769986/490592" rel="nofollow">http://stackoverflow.com/a/8769986/490592</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Soldering The Thinnest Wires Ever Conceived: Headphone Modding by k_fred</title>
		<link>http://www.alexwhittemore.com/soldering-the-thinnest-wires-ever-conceived-headphone-modding/comment-page-2/#comment-8001</link>
		<dc:creator>k_fred</dc:creator>
		<pubDate>Sat, 11 Feb 2012 00:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=205#comment-8001</guid>
		<description>the red and green wires going up the earbuds are used for antennas for radio functions in other ipods. its neat how it works but if you don&#039;t have a ipod nano then they are useless to worry about</description>
		<content:encoded><![CDATA[<p>the red and green wires going up the earbuds are used for antennas for radio functions in other ipods. its neat how it works but if you don&#8217;t have a ipod nano then they are useless to worry about</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing for a Jailbroken iPhone A to Z (iOS 4.0.1) by jagdish</title>
		<link>http://www.alexwhittemore.com/developing-jailbroken-iphone-ios-401/comment-page-9/#comment-7998</link>
		<dc:creator>jagdish</dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:45:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=398#comment-7998</guid>
		<description>If above procedure is working for you for jailbreaked iphone 4s with 5.0.1 using Xcode 4.2.1, I am going to try this one. Please tell me if it works ! And thanks a lot in advance !

Btw, did you follow all the above steps and installed AppSync 5.0 on iphone 4s? If not, can you describe a little bit in detail about what you did to make it work ?

Are you able to both debug &amp; run the project on jailbreaked device from Xcode?

Thanks in advance !</description>
		<content:encoded><![CDATA[<p>If above procedure is working for you for jailbreaked iphone 4s with 5.0.1 using Xcode 4.2.1, I am going to try this one. Please tell me if it works ! And thanks a lot in advance !</p>
<p>Btw, did you follow all the above steps and installed AppSync 5.0 on iphone 4s? If not, can you describe a little bit in detail about what you did to make it work ?</p>
<p>Are you able to both debug &amp; run the project on jailbreaked device from Xcode?</p>
<p>Thanks in advance !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing for a Jailbroken iPhone A to Z (iOS 4.0.1) by jagdish</title>
		<link>http://www.alexwhittemore.com/developing-jailbroken-iphone-ios-401/comment-page-9/#comment-7997</link>
		<dc:creator>jagdish</dc:creator>
		<pubDate>Fri, 10 Feb 2012 15:27:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=398#comment-7997</guid>
		<description>Is it working for you, Krutify?

I have jailbreaked iphone os and I followed the steps here:
http://iphonedevwiki.net/index.php/Xcode#Developing_without_Provisioning_Profile

But it doesn&#039;t work for me !</description>
		<content:encoded><![CDATA[<p>Is it working for you, Krutify?</p>
<p>I have jailbreaked iphone os and I followed the steps here:<br />
<a href="http://iphonedevwiki.net/index.php/Xcode#Developing_without_Provisioning_Profile" rel="nofollow">http://iphonedevwiki.net/index.php/Xcode#Developing_without_Provisioning_Profile</a></p>
<p>But it doesn&#8217;t work for me !</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing for a Jailbroken iPhone A to Z (iOS 4.0.1) by Krutify</title>
		<link>http://www.alexwhittemore.com/developing-jailbroken-iphone-ios-401/comment-page-9/#comment-7996</link>
		<dc:creator>Krutify</dc:creator>
		<pubDate>Fri, 10 Feb 2012 06:33:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=398#comment-7996</guid>
		<description>This is working on a jailbroken iPhone 4s with 5.0.1 using Xcode 4.2.1 

Of course use AppSync 5.0 and for step 3, you use sdk 5.0 instead of 4.0</description>
		<content:encoded><![CDATA[<p>This is working on a jailbroken iPhone 4s with 5.0.1 using Xcode 4.2.1 </p>
<p>Of course use AppSync 5.0 and for step 3, you use sdk 5.0 instead of 4.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing for a Jailbroken iPhone A to Z (iOS 4.0.1) by jagdish</title>
		<link>http://www.alexwhittemore.com/developing-jailbroken-iphone-ios-401/comment-page-9/#comment-7995</link>
		<dc:creator>jagdish</dc:creator>
		<pubDate>Thu, 09 Feb 2012 11:39:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=398#comment-7995</guid>
		<description>hey, did any one of you succeed to develop for ios 5 (jailbreaked iphone 4s, firmaware 5.0.1) using Xcode 4.2.1?</description>
		<content:encoded><![CDATA[<p>hey, did any one of you succeed to develop for ios 5 (jailbreaked iphone 4s, firmaware 5.0.1) using Xcode 4.2.1?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Developing for a Jailbroken iPhone A to Z (iOS 4.0.1) by Redkigs</title>
		<link>http://www.alexwhittemore.com/developing-jailbroken-iphone-ios-401/comment-page-9/#comment-7991</link>
		<dc:creator>Redkigs</dc:creator>
		<pubDate>Sun, 05 Feb 2012 06:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=398#comment-7991</guid>
		<description>Thanks for this great tutorial. Anybody already tested on IOS5 and xCode 4.2? I have partially follow the steps and found that the paths are different. I stucked at step 5.</description>
		<content:encoded><![CDATA[<p>Thanks for this great tutorial. Anybody already tested on IOS5 and xCode 4.2? I have partially follow the steps and found that the paths are different. I stucked at step 5.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to make iPhone headsets suck less by Kato</title>
		<link>http://www.alexwhittemore.com/iphone-headsets-suck/comment-page-1/#comment-7990</link>
		<dc:creator>Kato</dc:creator>
		<pubDate>Thu, 02 Feb 2012 20:19:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexwhittemore.com/?p=374#comment-7990</guid>
		<description>Im working on a project involving the new Iphone 4s. It involves modifying headphones with inline controls. I have tried different configurations to no avail. It seems you&#039;ve got the intell to assist me. Can I pick your brain on the matter? If you wouldnt mind, respond via my email and I will fill you in on the details. Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Im working on a project involving the new Iphone 4s. It involves modifying headphones with inline controls. I have tried different configurations to no avail. It seems you&#8217;ve got the intell to assist me. Can I pick your brain on the matter? If you wouldnt mind, respond via my email and I will fill you in on the details. Thanks in advance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

