xcode - How to develop an app for Cydia and jailbroken iPhones -
i starting develop apps iphone. there 1 specific app i'd develop, apple sure reject it, want cydia, cause think useful.
i'm trying figure out how use theos , xcode create app, can't understand anything. glad if of me this.
i have installed theos, , header-dump scripts conor burgess, don't know how start doint anything. how should use xcode , interface builder theos create app? have mac, don't need toolchain develop on windows. have iphone jailbroken, , have been able try on iphone apps had developed on xcode.
which steps should follow? mean, if of used develop apps cydia, do? create new template theos, , open .mm file in xcode , create .xib file?? when done, compile xcode? should use ldid? there guide n00bs developers?
i have seen templates theos creates, , think need application one, cause need user interface, maybe i'll need tweak too... there not info it, lost...
thank in advance! best regards!
the theos application template create jailbreak application, won't able use interface builder without extensive introspection. there module theos allows compile xibs nibs, interface builder awful , should not used anyway.
in addition, theos handle compilation, , signing using ldid
. run make
build project, , make package
package in .deb. can install device make install
.
creating interfaces in code not difficult might seem.
if need further assistance, check out irc channel #theos @ irc.saurik.com. hang out there, and, in fact, i'm author of theos.
Comments
Post a Comment