This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
00efdf60976d957eafeb1949031c62b68ec92aec
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
UnrealBuildTool
/
ProjectFiles
/
Xcode
History
josh adams
9483bd40f5
- Fixed ModernXcode when a program has a ExeBinariesSubFolder
...
#rb trivial [CL 25893367 by josh adams in ue5-main branch]
2023-06-09 10:41:06 -04:00
..
XcodeFrameworkWrapperProject.cs
UnrealBuildTool: More automated code cleanup
2023-05-31 13:37:21 -04:00
XcodeProject.cs
- Fixed ModernXcode when a program has a ExeBinariesSubFolder
2023-06-09 10:41:06 -04:00
XcodeProject.File.cs
- Fixed a bug caused by the C# auto-cleanup of code. (foo != "") is not the same as (!string.IsNullOrEmpty(foo)) , it is (foo == null || foo.Length() > 0)
2023-06-01 14:38:53 -04:00
XcodeProject.Scheme.cs
UnrealBuildTool: More automated code cleanup
2023-05-31 13:37:21 -04:00
XcodeProject.Utils.cs
UnrealBuildTool: More automated code cleanup
2023-05-31 13:37:21 -04:00
XcodeProjectFileGenerator.cs
UnrealBuildTool: More automated code cleanup
2023-05-31 13:37:21 -04:00
XcodeProjectLegacy.cs
- Fixed location of where EnsureXcodeProjectExists() looks for BP projects
2023-06-05 13:25:48 -04:00