Updating the NotarizeTask to now use the new "notarytool" as Apple is deprecating "altool --notarize-app".
#jira UE-189475
#rb Ryan.Hummer, zack.neyland
[CL 28868742 by benoit deschenes in 5.3 branch]
- fix islands not waking when a particle is disabled
- fix waking of isolated particles when all other particles or constraints have been removed from their island
1) We were not waking islands on removal of a particle. 2) We were destroying single-particle islands before the sleep status was processed, preventing particles from being awoken when the penultimate particle was removed from an island.
The fix is to explicitly wake islands on particle removal, and to defer island/node destruction until FinalizeIslands, after we have processed sleep/wake changes and synched the sleep state to particles.
#rb benn.gallagher
#jira UE-198105
#p4v-cherrypick 27964398
[CL 28852519 by Chris Caulfield 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]
- Also add -BuildId flag to allow released builds to be registered as "launcher" builds.
- This gets us telemetry and the ability to open projects made on the Mac and Windows builds without being prompted to open a copy
#jira UE-195467
#rb zack.neyland, ryan.hummer
#p4v-cherrypick 27716361
[CL 27884074 by james singer in 5.3 branch]
Now we will use the existing LinuxPlatfromSDK or if doesn't exist make a new one and correctly register it
#jira UE-193418
#rb Josh.Adams, Zack.Neyland
[CL 27317278 by Brandon Schaefer in 5.3 branch]
When we have hybrid projects, we add temporary target and build files in Intermediate/Source. We need to regenerate the RulesFileCache for that temporary folder.
If we don't, our 'initial' attempt to BuildCookRun a project will fail because we won't discover any target files because of an invalid cache entry.
#jira UE-190114 UE-193398
#rb Kriss.Gossart Jeff.Fisher
[CL 27246383 by robert srinivasiah in 5.3 branch]
- During staging, we now make the UBTGenerated/Info.Template.plist in the project folder instead of Engine folder, for BP projects
- Fixed an AppStoreConnect label in the Xcode project settings that would have confused anyone trying to set it up
#jira UE-193101, UE-193108, UE-193104
#rb Calvin.zheng
[CL 27130143 by Josh Adams in 5.3 branch]