Commit 2ee28d09 authored by David黄金龙's avatar David黄金龙

删除版本号

切换分支
parent 5ffe1d75
...@@ -13,7 +13,7 @@ platform :ios do ...@@ -13,7 +13,7 @@ platform :ios do
develop_branch = "develop" develop_branch = "develop"
main_branch = "main" main_branch = "main"
youhua_branch = "youhua-dev" youhua_branch = "appStoreBranch"
# 打adhoc包 执行命令 fastlane galaxyTest # 打adhoc包 执行命令 fastlane galaxyTest
lane :galaxyTest do lane :galaxyTest do
......
...@@ -117,8 +117,6 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget ...@@ -117,8 +117,6 @@ class YHMySettingViewController: YHBaseViewController, ConstraintRelatableTarget
let version = "版本号:V" + UIDevice.appVersion() + "_" + UIDevice.appBuild() + "测试服" let version = "版本号:V" + UIDevice.appVersion() + "_" + UIDevice.appBuild() + "测试服"
versionLabel.text = version versionLabel.text = version
#else #else
let version = "版本号:V" + UIDevice.appVersion() + "_" + UIDevice.appBuild()
versionLabel.text = version
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment