Commit Graph

59 Commits

Author SHA1 Message Date
Terence Burns
327945c1b6 Cookonthefly fixed in UFE, caused by 2317591
Switched off commandline overrides for cook on the fly deploys,

[CL 2318689 by Terence Burns in Main branch]
2014-10-03 12:05:32 -04:00
Peter Sauerbrei
03ce6ea602 fix for renamed projects not properly naming the xcode schemes
consolidation of IPA name code
TTP343209
#ue4

[CL 2317869 by Peter Sauerbrei in Main branch]
2014-10-02 17:14:09 -04:00
Terence Burns
a2ffcaa85d Adding the capacity to specify additional commandline flags from session front end for deployment on IOS.
[CL 2317591 by Terence Burns in Main branch]
2014-10-02 14:08:18 -04:00
Terence Burns
58fbf2fcdd Front End: Copy repository functionality added back in.
[CL 2316175 by Terence Burns in Main branch]
2014-10-01 12:54:25 -04:00
Peter Sauerbrei
bcaa096da8 fix for Tappy Chicken not launching past splash screen on iOS
fix for Android unable to launch projects via UFE
fix for Project Launcher default roles settings not being used
TTP347511, TTP347613, TTP347768
#ue4

[CL 2311418 by Peter Sauerbrei in Main branch]
2014-09-26 15:27:39 -04:00
Ankit Khare
45477d14da Pak file creation - add the ability override UAT command line arguments per platform with a 3 state setting - Always, Never, Don't care. Fixes an issue where pak files were created even when we don't want (for now, atleast).
#codereview peter.sauerbrei, daniel.lamb

[CL 2307825 by Ankit Khare in Main branch]
2014-09-23 20:31:24 -04:00
Peter Sauerbrei
040aa73caf converted LauncherWorker to utilize a single UAT command
fixed problem with IP not being set for CotF
#ue4
#codereview daniel.lamb, chris.gagnon

[CL 2303312 by Peter Sauerbrei in Main branch]
2014-09-18 18:55:01 -04:00
Michael Noland
83d10a642a Platform: Delete UAT merged copy of iPhonePackager as it is currently unused and already out of date
- Will be reintroduced once IPP standalone work is finished, probably as a shared assembly

[CL 2268067 by Michael Noland in Main branch]
2014-08-22 18:06:00 -04:00
Peter Sauerbrei
ba5d7644e7 fix for search order for Info.plist
#ue4
#ios

[CL 2258151 by Peter Sauerbrei in Main branch]
2014-08-15 16:11:57 -04:00
Peter Sauerbrei
6c76206a58 fix for name of distribution ipa on mac
TTP343694
#ue4
#ios

[CL 2254508 by Peter Sauerbrei in Main branch]
2014-08-13 09:17:54 -04:00
Peter Sauerbrei
dce7c782a7 fix for not having the distribution parameter being passed to IPP
#ue4
#ios

[CL 2253072 by Peter Sauerbrei in Main branch]
2014-08-12 11:13:15 -04:00
Robert Manuszewski
e6072fb050 UnrealBuildTool: Added UnrealHeaderTool version checking when checking if it's up to date.
#change UBT will check for API version of all UnrealHeaderTool binaries to detect partial syncs
#change Added BuildHostPlatform class for runtime platform abstraction

[CL 2245408 by Robert Manuszewski in Main branch]
2014-08-06 07:05:15 -04:00
Peter Sauerbrei
51fa18631b addition of errors to Launch On, Package, and Cook analytics
TTP341794
#ue4
#analytics

[CL 2240496 by Peter Sauerbrei in Main branch]
2014-08-01 20:30:13 -04:00
Peter Sauerbrei
efb33d472f fix for not always copying provisions if we do not find a game provision or UE4Game.mobileprovision
TTP341967
TTP341968

[CL 2237557 by Peter Sauerbrei in Main branch]
2014-07-30 17:35:30 -04:00
Peter Sauerbrei
76ade92814 ICU on IOS - libraries and code changes
#ue4
#ios

[CL 2237050 by Peter Sauerbrei in Main branch]
2014-07-30 11:06:16 -04:00
Robert Manuszewski
78ad96d8e7 Fixing iOS.Automation.csproj on the Mac
[CL 2225590 by Robert Manuszewski in Main branch]
2014-07-21 10:49:47 -04:00
Peter Sauerbrei
ca6539d490 fix for packaging error
TTP341413
#ue4
#ios

[CL 2220825 by Peter Sauerbrei in Main branch]
2014-07-16 12:15:12 -04:00
Robert Manuszewski
484bfe2afb Restoring CL #2181411 with a proper fix for missing script DLL dependencies: all DLLs inside AutomationScripts will now be build products (scripts + their dependencies). Adding DeploymentInterface.dll to PublishSource script.
#codereview Josh.Adams,Ben.Marsh,Gil.Gribb,Peter.Sauerbrei

[CL 2220401 by Robert Manuszewski in Main branch]
2014-07-16 04:09:43 -04:00
Peter Sauerbrei
c944bbb173 fix for finding a plist file in the game directory
first looks for Game-Info.plist
second looks for Info.plist
third looks for any .plist
TTP341222
#ue4
#ios

[CL 2219863 by Peter Sauerbrei in Main branch]
2014-07-15 17:16:37 -04:00
Ben Marsh
829c91cf9b [INTEGRATE] Latest from 4.3 branch.
[CL 2213404 by Ben Marsh in Main branch]
2014-07-14 09:39:06 -04:00
Robert Manuszewski
ed0a80fb36 Back out changelist 2181411 (fixing TTP# 341148)
#codereview josh.adams

[CL 2198513 by Robert Manuszewski in Main branch]
2014-07-12 12:59:29 -04:00
Robert Manuszewski
1033c721b5 AutomationTool: Trying to work around exceptions when loading assemblies (possibly due to .Net 4.0 bug). Cleaning up referenced assemblies, better logging.
[CL 2191847 by Robert Manuszewski in Main branch]
2014-07-11 11:40:08 -04:00
Terence Burns
0d654b1f68 Partial integration of the changes from 2125367 in the file
//depot/UE4/Engine/Source/Programs/IOS/iPhonePackager/CompileTime.cs

Also removed the other unused property. 'MacBinariesDir'

#CodeReview Josh.Adams

[CL 2187611 by Terence Burns in Main branch]
2014-07-10 11:25:04 -04:00
Terence Burns
8d566031c0 Removing a stray unused var that's causing some mac build issues.
Fixes:
sh: IPhonePackager/Utilities.cs(451,13): error CS0219: Warning as Error: The variable `DictionaryNode' is assigned but its value is never used

#codereview Josh.Adams

[CL 2187492 by Terence Burns in Main branch]
2014-07-10 10:09:47 -04:00
Josh Adams
f679f4d336 - Removed WinForms from the integrated IPP (in UAT), but no new functionality added yet
[CL 2181411 by Josh Adams in Main branch]
2014-07-09 10:27:13 -04:00