Almax27
774f252b92
Fix plist value causing issues with launch orientation (the github PR #12208 ). Also (in additional to the PR), UISupportedInterfaceOrientations was being duplicated in the non-legacy plist writing (now removed) and modern xcode xcconfig file.
...
#jira UE-221333
#rb Josh.Adams
[CL 36449673 by Almax27 in 5.5 branch]
2024-09-19 16:13:28 -04:00
Ryan Hummer
4af2fd066d
Updating Dev-Release-5.5 from Main at CL #36144969
...
#okforversepublic
[CL 36146571 by Ryan Hummer in Dev-5.5 branch]
2024-09-10 10:26:02 -04:00
joe kirchoff
33089071ef
UnralBuildTool: Fixing more analysis warnings
...
#rnx
[CL 35042727 by joe kirchoff in ue5-main branch]
2024-07-23 19:39:24 -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
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
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
calvin zheng
7487e9c09d
Fix iOS deploy error
...
#rb Josh.Adams
#jira UE-207614
[CL 32598498 by calvin zheng in ue5-main branch]
2024-03-28 18:17:20 -04:00
josh adams
1490a189af
- Split Mac target/deployment versions to have editor and non-editor versions
...
- Moved them into SDK.json
- Fixed up some deprecation warnings when tarrgeting macOS 13
- IOS is still using old .ini project setting method
#rb adam.kinge, carl.lloyd, zack.neyland
[CL 31651333 by josh adams in ue5-main branch]
2024-02-20 13:42:11 -05:00
josh adams
5165da7b7b
- Fixed Unique BuildEnvironment editors to work with Modern Xcode correctly
...
#changelist validated
#virtualized
[CL 31528839 by josh adams in ue5-main branch]
2024-02-15 14:21:36 -05:00
josh adams
a25f5c0cc1
- Fixed Xcode proejct generation/compiling/booting for Vision Pro hardware
...
- Commandline in Xcode is now used, if we want Swift to set the CL, we'll have to pause the engine startup sooner
- Added auto-launch timer to the SwiftUI window for easier development (don't need to wear the VP) to debug startup crashes, etc
- Depth texture was too big, so halved the resolution of the viewports (work in progress)
- Currently asserting in XR code, or crashing in compositor services code
#rb Jeff.Fisher
#changelist validated
#virtualized
[CL 31347927 by josh adams in ue5-main branch]
2024-02-09 13:21:33 -05:00
calvin zheng
26de99eff3
UBT handling Privacy Manifest files for iOS and Mac
...
#jira UE-191438
#rb adam.kinge, zack.neyland
[CL 31138198 by calvin zheng in ue5-main branch]
2024-02-02 15:34:12 -05:00
josh adams
1295c76166
- Fix for Mac monolithic CookedEditors not getting staged data in their app. Modular cooked editors will stll be missing data
...
#rb manuel.veit
[CL 29848954 by josh adams in ue5-main branch]
2023-11-20 15:23:08 -05:00
josh adams
09672c36ad
- Delete the staged dir inside a .app if the source staged dir is missing - this is so we don't use some stale dir insde the .app if the user wanted to delete it (mostly useful for Programs)
...
#rb adam.kinge, calvin.zheng
[CL 29755497 by josh adams in ue5-main branch]
2023-11-15 14:40:33 -05:00
calvin zheng
d460952917
Fix xcode would build UnrealLightmass for arm
...
#jira UE-199980
#rb Josh.Adams
[CL 29653439 by calvin zheng in ue5-main branch]
2023-11-10 15:43:34 -05:00
calvin zheng
8d6e633f99
Fixing multiple blocking modern xcode issues
...
#jira UE-198617
#rb Josh.Adams
[CL 29095687 by calvin zheng in ue5-main branch]
2023-10-25 14:06:59 -04:00