From 3c342f8e22f26906334ed95fea9b93a90613aea2 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/Sdk/iOSNativeAOT.targets | 14 +++++++++++++- 1 file changed, 13 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 0391e9f8298b..b9624ac5f894 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,19 @@ - + + %(ResolvedRuntimePack.PackageDirectory)/runtimes/$(RuntimeIdentifier)/native/icudt.dat + %(ResolvedRuntimePack.PackageDirectory)/runtimes/$(RuntimeIdentifier)/native/icudt_hybrid.dat + $(MSBuildThisFileDirectory)icudt_custom.dat + + full + hybrid + custom + + + + +