* 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>
->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.")
->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.")
->DataElement(Handlers::QValidatedLineEdit,&BaseSettings::m_projectOutputFolder,"Output Folder","The folder the packed project will be exported to.")
->DataElement(Handlers::QValidatedLineEdit,&BaseSettings::m_codeFolder,"Code Folder (legacy)","A legacy setting specifing the folder for this project's code.")
->DataElement(Handlers::LinkedLineEdit,&IosSettings::m_bundleIdentifier,"Bundle Identifier","Uniquely identifies the bundle. Should be in reverse-DNS format.")
->DataElement(Handlers::LinkedLineEdit,&IosSettings::m_versionName,"Version Name","The release version number string for the app. Displayed in the app store.")