Commit Graph

753 Commits

Author SHA1 Message Date
adam kinge
9ce42324b0 Add plists to the allowed resources that can be copied on iOS during staging
#rnx

[CL 34442857 by adam kinge in ue5-main branch]
2024-06-17 17:47:33 -04:00
joe kirchoff
8c198dd58b UnrealBuildTool: Support parsing import projects from .csproj
#rnx

[CL 34293677 by joe kirchoff in ue5-main branch]
2024-06-11 18:24:06 -04:00
russell johnston
70d12d3a0a Enable Visual Studio's "keep the console window open when debugging stops" in UBT
See https://developercommunity.visualstudio.com/t/Automatically-close-the-console-when-de/10475212#T-ND10674286

#rb Joe.Kirchoff

[CL 34284870 by russell johnston in ue5-main branch]
2024-06-11 14:38:24 -04:00
joe kirchoff
ca7864c4eb UnrealBuildTool: Handle spaces in VSWorkspace build tool paths by adding quotes
#rnx
#jira UE-216063
#rb henrik.karlsson

[CL 34168398 by joe kirchoff in ue5-main branch]
2024-06-06 14:51:50 -04:00
josh adams
45ca3b54a8 - Fixed the issue with Mac builds doing full builds every time
#rb josh.adams

[CL 34049980 by josh adams in ue5-main branch]
2024-05-31 18:52:00 -04:00
simon barratt
167494a11a If building a console only application ensure the NMakeOutput file is set correctly (so that VS picks up the correct executable to debug/run)
#rb brian.marshall1, Graeme.Thornton, tim.wharton

[CL 33884578 by simon barratt in ue5-main branch]
2024-05-23 20:42:10 -04:00
calvin zheng
38bae96d81 Fix for occasional iOS deployment fails
#rb Josh.Adams

[CL 33871718 by calvin zheng in ue5-main branch]
2024-05-23 15:37:04 -04:00
zach brockway
36fd80901e UnrealBuildTool: Add a bGenerateProgramProject flag to TargetRules to force a target to be treated as a program during project file generation.
#jira UE-214748
#rb Joe.Kirchoff

[CL 33849589 by zach brockway in ue5-main branch]
2024-05-22 19:19:22 -04:00
joe kirchoff
5f5a8a703e UnrealBuildTool: Move several helper functions to EpicGames.Build
#rnx

[CL 33815711 by joe kirchoff in ue5-main branch]
2024-05-21 19:32:34 -04:00
calvin zheng
702ebae3df Fix Empty AppName causing archving fail
#jira UE-215113
#rb Josh.Adams

[CL 33809972 by calvin zheng in ue5-main branch]
2024-05-21 17:09:19 -04:00
calvin zheng
9d577b4831 Revert 33704262
[CL 33723736 by calvin zheng in ue5-main branch]
2024-05-17 10:27:03 -04:00
calvin zheng
1b261a22ff Fix for iOS deploy fails
#rb Josh.Adams

[CL 33704313 by calvin zheng in ue5-main branch]
2024-05-16 18:50:36 -04:00
florin pascu
4c2be91691 UECommandLines per Configuration for IOS CDN and bulk builds
#rb Jack.Porter, Josh.Adams

[CL 33570541 by florin pascu in ue5-main branch]
2024-05-10 04:00:25 -04:00
calvin zheng
dbf61040a4 Remove exccesive resource files in Xcode projects, speed up loading and closing
#rb Josh.Adams, zack.neyland

[CL 33431651 by calvin zheng in ue5-main branch]
2024-05-03 14:22:18 -04:00
calvin zheng
a7d4533ccf Add Xcode indexing capability to iOS workspaces
#rb Josh.Adams

[CL 33216389 by calvin zheng in ue5-main branch]
2024-04-24 18:38:33 -04:00
ben marsh
6542865333 UBT: Fix warnings from building in Analyze configuration.
[FYI] Joe.Kirchoff

[CL 33037037 by ben marsh in ue5-main branch]
2024-04-17 11:04:13 -04:00
ben marsh
2dd301febe Create an AutomationTools.Tests project, and move tests from Horde.Agent into it. Included in UE5 default solution for better visibility.
[FYI] carl.bystrom, kevin.macaulayvacher

[CL 33036388 by ben marsh in ue5-main branch]
2024-04-17 10:39:36 -04:00
josh adams
2090b24c16 - Only copy the uecommandline.txt on non-IOS
#rb josh.adams

[CL 33006544 by josh adams in ue5-main branch]
2024-04-16 13:31:57 -04:00
josh adams
6b839b8179 - Copy uecommandline.txt into the .app root
#rb josh.adams

[CL 32957254 by josh adams in ue5-main branch]
2024-04-13 17:33:19 -04:00
florin pascu
614c457194 Enable chunkDBs on iOS
Add ExtraFolderToCopyToApp XcodeProjectSettings to add custom folder to BuildPhase
#rb Josh.Adams

[CL 32942927 by florin pascu in ue5-main branch]
2024-04-12 16:26:35 -04:00
josh adams
78a13b5a6c - Addd a XcodeProjectSettings ini value for using a premade .dSYM when making .xcarchive's instead of generating it at archival time. Defaults to false
- Fixed the ExportOptions plist files to use "app-store" instead of "app-store-connect" as the latter was only introduced in Xcode15.3 (deprecateding app-store) and does not work in 15.2 or earlier
#rb florin.pascu

[CL 32940301 by josh adams in ue5-main branch]
2024-04-12 15:17:28 -04:00
joe kirchoff
65f7eab2cd UnrealBuildTool: Resolve CA2254, IDE0011, IDE0017, IDE0030, IDE0031, IDE0037, IDE0056, IDE0075, IDE2000, IDE2001
#rnx

[CL 32711093 by joe kirchoff in ue5-main branch]
2024-04-03 17:18:04 -04:00
joe kirchoff
a20c9fbb9e UnrealBuildTool: Format documents, remove and sort usings
#rnx

[CL 32700883 by joe kirchoff in ue5-main branch]
2024-04-03 12:22:43 -04:00
joe kirchoff
89805bc149 UnrealBuildTool: Resolve IDE0008, IDE0049
#rnx

[CL 32687030 by joe kirchoff in ue5-main branch]
2024-04-02 20:29:22 -04:00
joe kirchoff
e895acc0bb UnrealBuildTool: Resolve IDE0018, IDE0019, IDE0034, IDE0038, IDE0041, IDE0054, IDE0057, IDE0074, IDE0090
#rnx

[CL 32686487 by joe kirchoff in ue5-main branch]
2024-04-02 19:54:03 -04:00