Home User CP Donate Chat Register Today!  
  Get New posts Faq / Help?
   


Go Back   Hackint0sh > Projects and Hacks > iPhone > Applications & Development > iPhone Developer Exchange

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-06-2009, 02:18 PM
antzee
Status: Offline
Junior Member
 
Join Date: Jan 2009
Posts: 3
Rep Power: 0
antzee is on a distinguished road
Default Development and distribution questions Xcode + template

Intro:
Im somewhat confused about the different approaches to iPhone development.

My goal is to build an app that I can release through Cydia.

I am currently using Xcode and the template javacom has provided. Ideally I would like to use Interface Builder instead of hand coding all aspects of the UI.

Questions:

When I build a pwned ViewBased or Window-Based Application, it creates a folder in mobile/Library/(hash)/myapp.app,
How do I distribute it to my other phone?

I tried tar'ing it up and scping it over. This failed with the following message in syslog:
SpringBoard[70]: MobileInstallationCopySignerIdentityTrust: Could not lookup trust state for specified identity

I tried removing the CodeResources and resigning with ldid, which also failed.
Do all phones running the application need a patched mobileinstallation?

Can I create an xib, then compile it with ibtool into a nib and include it the pwned Window-Based Application?

Thanks
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 07-07-2009, 09:46 AM
antzee
Status: Offline
Junior Member
 
Join Date: Jan 2009
Posts: 3
Rep Power: 0
antzee is on a distinguished road
Default

I figured it out. You can start with a View based app and modify it adding other views to it. I can use IB.

I then made a script to scp the Release directory to my device.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +2. The time now is 12:22 AM.



Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2 Ad Management by RedTyger
follow us on Twitter!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105