xcode 如何创建 cydia 调整
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/18174282/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
How to create a cydia tweak
提问by Unknown
My aim is to learn to develop jailbreak tweaks for iphone: ex f.lux
, Activator
, Barrel
, DirectionBar
...
我的目标是学习为 iphone 开发越狱调整: ex f.lux
, Activator
, Barrel
, DirectionBar
...
But my problem is that I don't know where to start. I know only some C and Objective C.
但我的问题是我不知道从哪里开始。我只知道一些 C 和 Objective C。
I want you to tell me what languages (Objective C, C, , C#, C++, Java...) I need to learn and what software the tweaks developers use ta make tweaks.(ex. xcode)
我想让你告诉我我需要学习哪些语言(Objective C、C、C#、C++、Java...)以及调整开发人员使用哪些软件来进行调整。(例如 xcode)
If possible tell me where to learn more about jailbreaking tweaks/apps(ex. e/books, website, videos...).
如果可能,请告诉我在哪里可以了解有关越狱调整/应用程序的更多信息(例如电子书、网站、视频...)。
Please be patience with me because I am relatively new to this subject. Thanks
请耐心等待,因为我对这个主题比较陌生。谢谢
回答by Jsdodgers
I would suggest that you begin by learning at least a minimal amount of Objectice-C so that you know at least the syntax and some of the main frameworks.
我建议您首先至少学习最少的 Objectice-C,以便您至少了解语法和一些主要框架。
A good little starting guide I found for beginners wanting to learn how to create jailbreak appsgives you a bit of information along with links to an objective-c guide and a couple other useful guides.
我为想要学习如何创建越狱应用程序的初学者找到了一个很好的入门指南,它为您提供了一些信息以及指向 Objective-c 指南和其他一些有用指南的链接。