简体   繁体   English

更改iPhone应用“ MinimumOSVersion”而不使用xcode

[英]change iphone app “MinimumOSVersion” without xcode

I have a custom app I have to test run.. But it doesnt work on my verizon iphone because in the info.plist file MinimumOSVersion is 4.3 when the verizon iphone goes up to 4.2.7. 我有一个自定义应用程序,我必须测试运行。.但是在我的verizon iphone上它不起作用,因为当verizon iphone升至4.2.7时,在info.plist文件中MinimumOSVersion为4.3。

Is there a way to edit this without xCode so I can use the app? 有没有办法在没有xCode的情况下进行编辑,以便我可以使用该应用程序? I try to edit it then it wont let me add it into itunes. 我尝试编辑它,然后它不会让我将其添加到iTunes中。 I have a pc and am using a plist editor to view the plist file in the .ipa file. 我有一台电脑,正在使用plist编辑器来查看.ipa文件中的plist文件。 THANKS! 谢谢!

I think when you are specifying deploy target something more then just a restriction for smaller versions is created. 我认为,当您指定更多的部署目标时,只会创建较小版本的限制。 Something is changing in compilation process. 编译过程中发生了一些变化。 So just changing a deploy target without rebuilding your app can cause troubles. 因此,仅更改部署目标而不重建应用程序可能会造成麻烦。

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

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