Commit Graph

63 Commits

Author SHA1 Message Date
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
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
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
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
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
Peter Sauerbrei
683c523257 re-enable the key-pair dialog for IPP when coming from the editor
#ios

[CL 2358463 by Peter Sauerbrei in Main branch]
2014-11-13 10:36:07 -05:00
Peter Sauerbrei
9d64309009 fix for signing fat binaries on PC
UE-5018
#ios

[CL 2355927 by Peter Sauerbrei in Main branch]
2014-11-11 10:55:54 -05:00
Peter Sauerbrei
12258788fb fix for crash on Mac when installing provision
improved certificate detection on Mac
UE-4919
#ios

[CL 2353516 by Peter Sauerbrei in Main branch]
2014-11-07 15:46:06 -05:00
Peter Sauerbrei
3183077994 addition of mobile provision and certificate to the IOS project settings
calls IPP for now
UE-4397
#ios

[CL 2345272 by Peter Sauerbrei in Main branch]
2014-10-30 17:05:10 -04:00
Daniel Lamb
a8e869f622 Added nicer error when staging fails to copy from launch on.
[CL 2344892 by Daniel Lamb in Main branch]
2014-10-30 10:12:52 -04:00
Peter Sauerbrei
bf7d0b97b4 fix for parsing UTC time from mobile provision files
#ios
#codereview michael.noland

[CL 2334966 by Peter Sauerbrei in Main branch]
2014-10-20 17:35:08 -04:00
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
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
Peter Sauerbrei
1de90d6c31 add messaging to IPP when a mobile provision with a Bundle Identifier which doesn't match the project's Info.plist Bundle Identifier is imported
TTP343662
#ios
#ipp

[CL 2316403 by Peter Sauerbrei in Main branch]
2014-10-01 15:15:07 -04:00
Terence Burns
9ab0885204 ios certificate fix
[CL 2315988 by Terence Burns in Main branch]
2014-10-01 11:09:02 -04:00