UE-62145 Only show provisioning warning on iOS builds

#jira UE-62145
#Android
#rb Jack.Porter

The error message should not appear anymore when opening the Project Settings, only when changing the bundle id or the team name in Project Settings/iOS

[CL 4564673 by Sorin Gradinaru in Dev-Mobile branch]
This commit is contained in:
Sorin Gradinaru
2018-11-14 07:59:12 -05:00
parent a400cb96bf
commit b21f4bd2f1
8 changed files with 127 additions and 64 deletions
@@ -228,6 +228,9 @@ private:
//
FText GetIOSTeamIDText(TSharedRef<IPropertyHandle> InPropertyHandle) const;
/** Module callback for when the iOS settings tab is selected */
void OnSelect();
TSharedPtr< SEditableTextBox > BundleIdTextBox;
TSharedPtr< SEditableTextBox > IOSTeamIDTextBox;