Files
UnrealEngineUWP/Engine/Source/Programs/IOS
sorin gradinaru 4f7f32cd39 UE-66204 iOS and tvOS errors in Application Loader to Apple: 'Invalid Code Signing Entitlements' with iCloud
#jira UE-66204
#iOS
#4.22
#rb Jack.Porter

For distribution builds, the entitlements have a modified syntax comparing to the entitlements section from the mobileprovisioning file.
When signing the ipa, the iPhonePackeger uses the values from the mobileprovisioning file.
Adding filters to validate the entitlements before sending them as parameter for the codesign tool.

#ROBOMERGE-OWNER: robert.manuszewski
#ROBOMERGE-AUTHOR: sorin.gradinaru
#ROBOMERGE-SOURCE: CL 5348200 in //UE4/Release-4.22/... via CL 5364755
#ROBOMERGE-BOT: CORE (Main -> Dev-Core)

[CL 5424694 by sorin gradinaru in Dev-Core branch]
2019-03-18 03:39:17 -04:00
..