Ben Marsh
0de65e95bd
Deprecate bBuildAdditionalConsoleApplication from LinkEnvironment, and move it to UEBuildBinaryConfiguration instead - it's not actually used by anything that does linking; it's a higher level behavior. The default is now false, which mirrors the only use case we had for it (and removes a hack for checking UEBuildConfiguration.bBuildEditor).
...
[CL 2499917 by Ben Marsh in Main branch]
2015-04-02 11:09:01 -04:00
Peter Sauerbrei
1494ea61ac
fix for losing device connection when trying to copy to the device
...
UE-11302
#ios
[CL 2489870 by Peter Sauerbrei in Main branch]
2015-03-24 16:31:05 -04:00
Peter Sauerbrei
55ef34904d
SSH is now ready for use when building iOS from PC
...
UEPLAT-95
#ios
[CL 2480102 by Peter Sauerbrei in Main branch]
2015-03-16 10:01:04 -04:00
Peter Sauerbrei
ceb59f2056
fix for AFCFileRefOpen error 7
...
UE-11302
#ios
[CL 2477296 by Peter Sauerbrei in Main branch]
2015-03-12 15:27:35 -04:00
Peter Sauerbrei
fdbd15e686
if somehow both iTunes 11 and iTunes 12 are installed, prefer iTunes 12 over 11
...
#ios
[CL 2471318 by Peter Sauerbrei in Main branch]
2015-03-06 12:03:04 -05:00
Peter Sauerbrei
3cca16bebb
additional logging for file connections in Deployment Server
...
UE-11401
#ios
[CL 2471315 by Peter Sauerbrei in Main branch]
2015-03-06 12:01:00 -05:00
Peter Sauerbrei
3dbe290574
fix for not finding a provision when the bundle identifier has been changed
...
UE-11207
#ios
[CL 2466825 by Peter Sauerbrei in Main branch]
2015-03-02 15:51:39 -05:00
Peter Sauerbrei
b94b145896
fix for not copying the provision from the AppData directory first before falling back to old system
...
UE-11130
#ios
[CL 2466317 by Peter Sauerbrei in Main branch]
2015-03-02 10:38:36 -05:00
Peter Sauerbrei
2c858adcb7
content-only tool chain changes
...
#codereview josh.adams
[CL 2464457 by Peter Sauerbrei in Main branch]
2015-02-27 16:10:22 -05:00
Peter Sauerbrei
7f2f11d5a3
fix for provisions not showing "no matchin provision" if the bundle identifier didn't match no provision was found
...
fix for checking local times against UTC times
fix to show only the most recent certificate if two identical certificates were found
fix on Mac for certificates not turning green when they would be the ones to be selected for code signing
UE-9095, UE-9207, UE-9277, UE-9279
#ios
[CL 2435743 by Peter Sauerbrei in Main branch]
2015-02-06 13:46:21 -05:00
Peter Sauerbrei
41561c9e79
fix for returning false in the deployment server when only targeting one device for the operation
...
UE-9093, UE-9101
#ios
[CL 2432444 by Peter Sauerbrei in Main branch]
2015-02-04 16:54:35 -05:00
Peter Sauerbrei
c50d49e249
fix for standalone IPP not being able to deploy or even see devices
...
#ios
[CL 2432273 by Peter Sauerbrei in Main branch]
2015-02-04 15:16:36 -05:00
Peter Sauerbrei
bf49217013
fix for latest iTunes not being compatible with the deployment server
...
UE-8861
#ios
[CL 2430651 by Peter Sauerbrei in Main branch]
2015-02-03 17:32:26 -05:00
Peter Sauerbrei
cdc79c06f4
fix for change in iTunes Mobile Device location with latest iTunes
...
UE-8861
#ios
[CL 2428754 by Peter Sauerbrei in Main branch]
2015-02-02 17:06:34 -05:00
Peter Sauerbrei
3a9c6a146c
proper order for picking mobile provisions for code signing
...
UE-8733
#ios
[CL 2425700 by Peter Sauerbrei in Main branch]
2015-01-30 10:05:37 -05:00
Peter Sauerbrei
e760d86bf8
fixed Deployment Server to properly return an error code if it fails
...
UE-8692
#ios
[CL 2425692 by Peter Sauerbrei in Main branch]
2015-01-30 09:59:38 -05:00
Peter Sauerbrei
3fce370367
addition of certificate and provision viewer to project settings to make it more clear to the user why a provision or certificate is invalid
...
UE-8074
#ios
[CL 2424162 by Peter Sauerbrei in Main branch]
2015-01-29 14:25:09 -05:00
Peter Sauerbrei
540d4a60aa
fix for executable size in the fat binary header when signing
...
UE-8497
#ios
[CL 2422243 by Peter Sauerbrei in Main branch]
2015-01-28 10:47:54 -05:00
Peter Sauerbrei
dd68f2131d
updates to generate plist as part of a build which moves all of the plist data in to the ini files
...
UEPLAT-114
#ios
[CL 2414979 by Peter Sauerbrei in Main branch]
2015-01-22 00:20:01 -05:00
Peter Sauerbrei
d21012a6ee
fix issue with trying to install a provision which already exists over itself
...
UE-7171
#ios
[CL 2404062 by Peter Sauerbrei in Main branch]
2015-01-12 18:29:38 -05:00
Peter Sauerbrei
ba062891fd
fix for file ref error when deploying on Mac
...
UE-7300
#ios
[CL 2402250 by Peter Sauerbrei in Main branch]
2015-01-09 15:52:23 -05:00
Peter Sauerbrei
acc3b8ab0c
UEPLAT-23 Faster iteration time for content
...
Implemented iterative deploy framework and iOS specific implementation
When utilizing iterative deploy in conjunction with incremental cooking only the changed items are pushed to the device resulting in potentially far faster iteration times.
#ios
#codereview daniel.lamb, marcus.wassmer, chris.babcock, josh.adams
[CL 2386082 by Peter Sauerbrei in Main branch]
2014-12-11 16:20:07 -05:00
Terence Burns
daedf0fb0e
Second part of SSH changes - SSH can now be used for remote IOS builds.
...
- Added changes to IPP to allow SSH commands to run as opposed to RPC. This is configurable through the commandline.
- Remote Tool Chain fixes for SSH which were preventing downloads to work. Updated rsync command command
- Removed the ParseProjectSettings calls from some IOS tool chain functions as they were unnecessarily going back through the config cache.
- Added an SSH Command Helper to IPP
- UBT passes SSH details through to IPP on commandline.
[CL 2385579 by Terence Burns in Main branch]
2014-12-11 10:49:39 -05:00
Ben Marsh
149375b14b
Update copyright notices to 2015.
...
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Peter Sauerbrei
12ac63145a
fix for message boxes showing up behind the editor
...
also made the IPP call async
UE-5368 & UE-5082
#ios
[CL 2359125 by Peter Sauerbrei in Main branch]
2014-11-13 17:30:33 -05:00