iOS私有API文档

发布于 2024-07-27 14:39:28 字数 1542 浏览 6 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

血之狂魔 2024-08-03 14:39:28

这里是从 iPhone OS 2.2.1 到 iOS 9.2 的可搜索档案

https://github.com/nst/ iOS-运行时-标头

here are searchable archives from iPhone OS 2.2.1 to iOS 9.2

https://github.com/nst/iOS-Runtime-Headers

雨的味道风的声音 2024-08-03 14:39:28

最有可能的。 只需使用命令行应用程序class-dump即可查看私有标头。 请注意,如果您在编译时链接,您的应用程序将因链接到私有框架而被 App Store 拒绝。 如果在编译时链接,很容易看出您通过在二进制文件上运行 otool 来链接私有框架。

Most likely. Just use the command line application class-dump to view the private headers. Note that your app will be rejected from the App Store for linking to private frameworks if you link at compile. It is easy enough to see that you are linking the private frameworks by running otool on your binary if linked at compile.

年少掌心 2024-08-03 14:39:28

这些是由 iOS 类转储程序 class-dump-z 生成的可编译标头:
http://github.com/kennytm/iphone-private-frameworks

These are the compilable headers generated by class-dump-z, a iOS class dumper:
http://github.com/kennytm/iphone-private-frameworks

翻了热茶 2024-08-03 14:39:28

您可能还会发现我的“private-dumper”ruby gem 很有用: http://rubygems.org/gems/private -自卸车

You might also find my "private-dumper" ruby gem useful: http://rubygems.org/gems/private-dumper

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文