Xcode 7.2构build离子应用程序的设置不断得到重置

我正在与cordova和离子build立一个混合的应用程序。 我已经将应用上传到app store,这对于内部testing非常有用。 我的问题是,构build设置不断重置,所以我不得不回头看看以前的构build增加内部编号,等等…有什么办法让build设设置坚持? 下面的图片是我指的构build设置,如果我closuresxcode并重新打开,将会重置。

在这里输入图像说明

你必须在config.xml中设置这个值。 要设置版本和内部版本号,请使用:

<widget xmlns="http://www.w3.org/ns/widgets" id="com.example.test" version="1.0" android-versionCode="2" ios-CFBundleVersion="2"> 

要设置方向,请使用以下设置:

 <platform name="ios"> <preference name="Orientation" value="all" /> </platform> 

有关更多信息,请参阅文档: http : //cordova.apache.org/docs/en/dev/config_ref/index.html