From ec7692b583995d99a7fc1491fb0f99917cd8d974 Mon Sep 17 00:00:00 2001 From: Johannes Deml Date: Sat, 22 Feb 2025 20:55:16 +0100 Subject: [PATCH] Add a link.xml for the runtime sdk to make sure no classes are stripped with managed stripping enabled With Managed Stripping set to Low Deep links didn't work anymore, this makes sure that the functionality is preserved, see also https://support.singular.net/hc/en-us/requests/147468 --- SingularSDK/Runtime/link.xml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 SingularSDK/Runtime/link.xml diff --git a/SingularSDK/Runtime/link.xml b/SingularSDK/Runtime/link.xml new file mode 100644 index 0000000..84887a6 --- /dev/null +++ b/SingularSDK/Runtime/link.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file