NOTE: We no longer need the patch file patches/curl-7.83.1/curl_dns_block_workaround.patch, libCurl now support to quick exit at the cost of a possible leak for the issue "Multi perform hangs waiting for threaded resolver":
curl_easy_setopt(curl, CURLOPT_QUICK_EXIT, 1L)
#jira UE-197640
#review @michael.kirzinger @rafa.lecina @zousar.shaker
[CL 29180909 by lorry li in 5.3 branch]
E:/P4_workspaces/Releases/5_3/Enterprise/Engine/Source/Programs/Enterprise/Datasmith/DatasmithInstaller/ExporterVersion.wxi
E:/P4_workspaces/Releases/5_3/Enterprise/Engine/Source/Programs/Enterprise/Datasmith/DatasmithInstallerCommon/ExporterVersion.wxi
E:/P4_workspaces/Releases/5_3/Enterprise/Engine/Restricted/NotForLicensees/Programs/UnrealEngineInstaller/UnrealEngineInstaller/Version.wxi
#jira UE-198229
[CL 28919435 by Francis Moreau in 5.3 branch]
* Missing ThinApp.sh
* Missing some quotes around a variable in GenerateUniversalDSYM.sh
* Correctly filter out the stub .app's and such when copying the Staged data directory into the .app
* Disabled the Mac's Sign To Run Locally option by default, as that causes Xcode's Validation/Upload to not have the team name embedded in it, causing a hassle while pushing up to AppStore/TestFlight
* Fixed the PRODUCT_NAME for BP projects
* Made CrashReportClient be a sandboxed app that inherits from parent
* Fix Hybrid apps to check all platforms before in the project generator, so that if a project needs a temp target for IOS (via a plugin)
* Disabled the LoginFlow module from OnlineFramework plugin - this was causing issues with having CEF and EpicWebHelper embedded into a sandboxed .app, and LoginFlow isn't seemingly actually used by anything
* Set the no-encryption setting in the template Mac plist to make uploading to TestFlight/AppStore easier
* Fixed editor to not compile as universal when using -distribution, only the client should be universal
* Further improvements to stripping out nested .app's in a final .app (remove them from the staged directory helps)
* Changed how the Mac app name is displayed, since the .app name itself is shown in the Finder, unlike IOS where the CFBundleName is shown (the archived .app name in the .xcarchive is named by a project setting, falling back to the .uproject name if not set)
* Disabled the SignExecutables function on Modern because they attempt to sign the wrong .apps, and one is no longer (previously it was uselessly signing .apps, but now it throws an error due to changes for the third item in this list)
* Legacy Xcode mode is forced with Window's Remote Mac builds, so use the old legacy code when running under windows
* Added a third party .cpp file to get copied to remote macs
* Fix Tools -> Open Xcode not working with modern Xcode
#jira UE-197465
[CL 28723100 by Josh Adams in 5.3 branch]