ios版本号
This commit is contained in:
parent
22549903c5
commit
e61e18c9a0
@ -61,8 +61,8 @@ public class JenkinsAdapter {
|
||||
PlayerSettings.bundleVersion = buildInfo.version;
|
||||
//Jenkins要求自动构建最低ios8.0
|
||||
PlayerSettings.iOS.targetOSVersionString = "12.0";
|
||||
//设置Build为日期格式
|
||||
PlayerSettings.iOS.buildNumber = BuildVersion;
|
||||
//设置Build,每次需要增加
|
||||
PlayerSettings.iOS.buildNumber = "2";
|
||||
|
||||
// 设置竖屏
|
||||
PlayerSettings.defaultInterfaceOrientation = UIOrientation.Portrait;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user