批量创建 iPhone 应用程序

发布于 2024-10-11 13:48:37 字数 458 浏览 5 评论 0原文

我构建了一个应用程序,可以根据该应用程序捆绑包中包含的图像和数据库向您显示信息。我只想使用不同的图像和数据库构建一整套这些应用程序,但我不想为每个应用程序创建一个 xcode 项目。因为如果我对应用程序进行更改,我将不得不重新构建所有应用程序。我希望能够使用批处理脚本构建应用程序,然后复制它并为具有不同数据库和不同图像的其他应用程序构建它。这就是我到目前为止所做的。我已经构建了应用程序,然后复制了生成的构建结果。我对它们进行了一些清理(对于每个操作,它都有一个 cd 语句和一个 setenv 语句,您只需要一次)。但我无法运行该程序,因为它使用内置函数来执行某些语句,即:

<com.apple.tools.product-pkg-utility>

builtin-infoPlistUtility

任何人都可以帮助我从批处理文件执行这些命令吗

I have built an application that show you information based on te images and database that are included in the bundle of this application. I want to build a whole set of these applications only with different images and databases, but I do not want to create an xcode project for each of these application. Because if I make a change in the application I will have to build all the apps again. I want to be able to build the application using a batch script and then duplicate this and build it for the other applications with a different database and different images. This is what I did so far. I have built the app and then copied the resulting build results. I cleaned these up a bit (for every action it has a cd statement and a setenv statement, which you only need once). But I can't get the thing to run because it uses built in function to execute certain statements, namely:

<com.apple.tools.product-pkg-utility>

and

builtin-infoPlistUtility

Can anybody help me to execute these command from a batch file?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文