You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Overloaded meaning of the -Certificate argument (ie. as the output path rather than as the desired certificate when selecting a provision) was causing certificate name check to fail. Now uses a different parameter to specify the output path. * TVOS argument was not being passed when exporting the certificate, also causing the wrong provision/certificate pair to be selected. * Add support for the -bundlename argument, though it shouldn't be necessary when invoked from UBT since the UUID discovered in a previous invocation of IPP is explicitly specified. Since the provision UUID is already being specified to IPP, it should be able to identify the correct provision on phase -1 using this info. #rb none #jira UE-63859 #codereview Peter.Sauerbrei #lockdown Jack.Porter [CL 4354338 by Ben Marsh in Dev-Mobile branch]