iPodTouchDev
03-01-2009, 08:20 PM
I made this simple UITabBar app, to help you out with some UIKit objects. Now it isn't the fanciest app, but it will help you out.
Screenshots:
http://www.ipodtouchfans.com/forums/imgcache/27779.png-http://www.ipodtouchfans.com/forums/imgcache/27780.png-http://www.ipodtouchfans.com/forums/imgcache/27781.png
To install it, just download it, drop it in /Applications, then do:
chmod -R 0755 /Applications/SampleApp.app
Also, the source code is attached to this post.
Chicken
03-01-2009, 11:44 PM
It will crash. You need to code sign it first. Either using ldid or your own signing certificate. Or have you already done that ?
iPodTouchDev
03-02-2009, 02:26 AM
Yes, the binary provided has been signed with ldid already, no crashing.
Chicken
03-02-2009, 08:32 AM
OK thats good!
Kukumber
03-02-2009, 10:27 AM
How would I compile an application with the iPhone SDK for testing on my jailbroken iPod?
Do I have to fakesign it with ldid before I compile?
iPodTouchDev
03-02-2009, 11:07 AM
How would I compile an application with the iPhone SDK for testing on my jailbroken iPod?
Do I have to fakesign it with ldid before I compile?
After you compile. And if you just download the .app here, all you will have to do is change the permissions with the command provided.
Chicken
03-02-2009, 11:13 AM
How would I compile an application with the iPhone SDK for testing on my jailbroken iPod?
Do I have to fakesign it with ldid before I compile?
you don't fake sign with ldid you psuedo sign
SkylarEC
03-02-2009, 11:52 AM
Just download the UICatalog sample form Apple. It has all these components, plus more. And, they're all made up with code as well.
Imadj
03-02-2009, 12:28 PM
and this doesent work ^^
Steaps
03-02-2009, 12:34 PM
You might want to build something for 2.0 before you release. 2.2.1 for this application is just unnecessary.