Fixed platform settings not using unique values for Android and iOS (#7198)
* Fixed platform settings not using unique values for Android and iOS Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Removed unnecessary comment Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com> * Changes from PR Signed-off-by: John Jones-Steele <82226755+jjjoness@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
3a0edd2dd1
commit
b34a955c3d
@@ -209,12 +209,10 @@ namespace ProjectSettingsTool
|
||||
->Attribute(Attributes::FuncValidator, ConvertFunctorToVoid(&Validators::PackageName))
|
||||
->Attribute(Attributes::LinkOptional, true)
|
||||
->Attribute(Attributes::PropertyIdentfier, Identfiers::AndroidPackageName)
|
||||
->Attribute(Attributes::LinkedProperty, Identfiers::IosBundleIdentifer)
|
||||
->DataElement(Handlers::LinkedLineEdit, &AndroidSettings::m_versionName, "Version Name", "Human readable version number. Used to set the \"android: versionName\" tag in the AndroidManifest.xml and ultimately what will be displayed in the App Store.")
|
||||
->Attribute(Attributes::FuncValidator, ConvertFunctorToVoid(&Validators::IOSVersionNumber))
|
||||
->Attribute(Attributes::LinkOptional, true)
|
||||
->Attribute(Attributes::PropertyIdentfier, Identfiers::AndroidVersionName)
|
||||
->Attribute(Attributes::LinkedProperty, Identfiers::IosVersionName)
|
||||
->DataElement(AZ::Edit::UIHandlers::Default, &AndroidSettings::m_versionNumber, "Version Number", "Internal application version number. Used to set the \"android:versionCode\" tag in the AndroidManifest.xml.")
|
||||
->Attribute(AZ::Edit::Attributes::Min, 1)
|
||||
->Attribute(AZ::Edit::Attributes::Max, Validators::maxAndroidVersion)
|
||||
|
||||
Reference in New Issue
Block a user