PhoneGap 可以在使用 theos 构建的应用程序中使用吗?

发布于 2024-12-12 02:27:44 字数 260 浏览 0 评论 0原文

我想使用 PhoneGap 制作 Cydia 应用程序,但是其网站上的 iOS 说明仅展示如何将其与 Xcode 一起使用。

我没有 Mac,但我希望能够使用 theos 为 Cydia 制作我的应用程序。这可以通过 PhoneGap 实现,还是只能与 Xcode 一起使用?

I want to use PhoneGap to make a Cydia app, however the iOS instructions on their website only show how to use it with Xcode.

I don't have a Mac, but I'd like to be able to make my app for Cydia, with theos. Is this possible with PhoneGap, or is it only usable with Xcode?

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

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

发布评论

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

评论(1

在梵高的星空下 2024-12-19 02:27:45

我从来没有这样做过,但是是的,这应该是完全可能的。 Xcode 说明为您设置了一个特定的模板,其中所有的phonegap 文件都已位于正确的位置。所以很容易上手。但它并没有做任何其他特别特别的事情。理论上,您可以简单地设置 theos 项目中的所有文件。

为此,您需要准确地“重建”phonegap 模板中的内容。我没有使用 theos 的经验,但大致了解您需要执行的操作包括以下内容:

  1. 导入 PhoneGap.framework
  2. 重建 AppDelegate 代码
  3. 导入支持文件 (PhoneGap.plist)
  4. 此外,您还需要使用以下命令配置文件夹结构www 文件夹(webview 从中加载),包括index.html 文件和phonegap-1.0.0.js 文件。

所以是的,这应该是可能的。如果你成功了请告诉我。祝你好运!

I've never done this, but YES it should be entirely possible. The Xcode instructions set it up for you to have a specific template with all of the phonegap files already in the proper locations. So it's easy to get going. But it doesn't do anything else that is particularly special. Theoretically you could simply setup all of the files in a theos project.

To do this you will need to 'reconstruct' exactly what goes into a phonegap template. I have no experience with theos, but a rough idea of what you will need to be able to do includes the following:

  1. Import PhoneGap.framework
  2. Reconstruct AppDelegate code
  3. Import Supporting Files (PhoneGap.plist)
  4. Additionally you will need to configure the folder structure with the www folder (that the webview loads from) including the index.html file and the phonegap-1.0.0.js file.

So yes, it should be possible. Let me know if you are successful. Good luck!

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