Files
UnrealEngineUWP/Engine/Source/Programs/IOS
Ben Marsh af87bb037a Attempted fix for incorrect certificate errors when compiling remotely.
* 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]
2018-09-10 09:49:20 -04:00
..