<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-395977068998410390</id><updated>2012-02-16T03:10:36.667-08:00</updated><title type='text'>iPhone</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://mlady-iphone.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/395977068998410390/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://mlady-iphone.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>mlady</name><uri>http://www.blogger.com/profile/15803302794774085911</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-395977068998410390.post-8047826113001021118</id><published>2008-09-18T07:47:00.001-07:00</published><updated>2008-09-18T07:47:17.117-07:00</updated><title type='text'></title><content type='html'>So you have jailbraiked iPhone and maybe you have applied for iPhone developer program, but I know, it takes forever. No worries there is a way how can you test your app in iPhone. And it's simplier then you thought.&lt;br /&gt;&lt;br /&gt;Every app needs to be signed. Even for JB iPhone. But in this case you can sign in by your own certificate. &lt;a href="http://developer.apple.com/documentation/Security/Conceptual/CodeSigningGuide/Procedures/chapter_3_section_2.html"&gt;Here is&lt;/a&gt; a guide how can you make your own certificate. Name it "iPhone developer".&lt;br /&gt;&lt;br /&gt;Then, in Xcode, you need to make "New Run Script Buildphase". You can do it in Project -&gt; New Buildphase -&gt; New Run Script Buildphase. Then write there this piece of code:&lt;br /&gt;&lt;code&gt;&lt;br /&gt;if [ "${PLATFORM_NAME}" == "iphoneos" ]; then&lt;br /&gt;  platform=/Developer/Platforms/iPhoneOS.platform&lt;br /&gt;  allocate=${platform}/Developer/usr/bin/codesign_allocate&lt;br /&gt;  export CODESIGN_ALLOCATE=${allocate}&lt;br /&gt;  codesign -fs "iPhone developer" ${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}&lt;br /&gt;fi&lt;br /&gt;&lt;/code&gt;&lt;br /&gt;&lt;br /&gt;Then finally you have to add one line into Info.plist. In that file make a new line and put in there as a Key: "SignerIdentity", as a Value: "Apple iPhone OS Application Signing".&lt;br /&gt;&lt;br /&gt;That's it. Plug in your iPhone and get ready for testing!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/395977068998410390-8047826113001021118?l=mlady-iphone.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://mlady-iphone.blogspot.com/feeds/8047826113001021118/comments/default' title='Komentáře k příspěvku'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=395977068998410390&amp;postID=8047826113001021118' title='Počet komentářů: 4'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/395977068998410390/posts/default/8047826113001021118'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/395977068998410390/posts/default/8047826113001021118'/><link rel='alternate' type='text/html' href='http://mlady-iphone.blogspot.com/2008/09/so-you-have-jailbraiked-iphone-and.html' title=''/><author><name>mlady</name><uri>http://www.blogger.com/profile/15803302794774085911</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry></feed>
