简体   繁体   English

iPhone:更改应用程序捆绑包文件

[英]iPhone: Change application Bundle files

in my application bundle, there are a XML file. 在我的应用程序捆绑包中,有一个XML文件。 i want to change this XML with other XMl file which have same name (without open Xcode). 我想使用具有相同名称的其他XMl文件(无需打开Xcode)更改此XML。 so i want to ask that whether there are any problem arise when i run this application in iPhone 所以我想问一问,当我在iPhone中运行此应用程序时是否出现任何问题

If you are trying to modify your application bundle, then you will invalidate the signature on the app and it will not install anymore. 如果您尝试修改应用程序捆绑包,则将使应用程序上的签名无效,并且它将不再安装。 All modifications to items in your bundle, have to happen before Xcode builds it and signs it. 对捆绑商品中所有商品的所有修改都必须在Xcode对其进行构建并对其进行签名之前进行。

Same thing if your app itself modifies (or tries to modify) your bundle on the iPhone. 如果您的应用程序本身修改了(或试图修改)iPhone上的捆绑包,也是一样。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM