批量创建 iPhone 应用程序
我构建了一个应用程序,可以根据该应用程序捆绑包中包含的图像和数据库向您显示信息。我只想使用不同的图像和数据库构建一整套这些应用程序,但我不想为每个应用程序创建一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论