From aa0ed1b46974ed342de186166126cf44f9c667fa Mon Sep 17 00:00:00 2001 From: Justin Sasso Date: Sun, 8 Dec 2024 13:29:18 -0500 Subject: [PATCH] Update Dotnet iOS Export Process Update iOS export to allow for hybrid globalization introduced in .NET 9 while preserving .NET 8 settings. Also allows for custom ICU or no ICU. --- .../Godot.NET.Sdk/Godot.NET.Sdk/Sdk/iOSNativeAOT.targets | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/iOSNativeAOT.targets b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/iOSNativeAOT.targets index 0391e9f8298..2ac8e485171 100644 --- a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/iOSNativeAOT.targets +++ b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Sdk/iOSNativeAOT.targets @@ -15,7 +15,12 @@ - + + %(ResolvedRuntimePack.PackageDirectory)/runtimes/$(RuntimeIdentifier)/native/icudt.dat + true + + +