From 68b514a2bb5038dd4f4e88f894abc20cee58295f Mon Sep 17 00:00:00 2001 From: Dan Balasescu Date: Thu, 3 Jul 2025 13:50:39 +0900 Subject: [PATCH] Fix iOS package paths --- SDL3_image-CS/SDL3_image-CS.csproj | 2 +- SDL3_mixer-CS/SDL3_mixer-CS.csproj | 2 +- SDL3_ttf-CS/SDL3_ttf-CS.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SDL3_image-CS/SDL3_image-CS.csproj b/SDL3_image-CS/SDL3_image-CS.csproj index 9b516a7..3bbbe3c 100644 --- a/SDL3_image-CS/SDL3_image-CS.csproj +++ b/SDL3_image-CS/SDL3_image-CS.csproj @@ -69,7 +69,7 @@ true - runtimes/ios/native/SDL3.xcframework + runtimes/ios/native/SDL3_image.xcframework true diff --git a/SDL3_mixer-CS/SDL3_mixer-CS.csproj b/SDL3_mixer-CS/SDL3_mixer-CS.csproj index 620aa87..881e7da 100644 --- a/SDL3_mixer-CS/SDL3_mixer-CS.csproj +++ b/SDL3_mixer-CS/SDL3_mixer-CS.csproj @@ -69,7 +69,7 @@ true - runtimes/ios/native/SDL3.xcframework + runtimes/ios/native/SDL3_mixer.xcframework true diff --git a/SDL3_ttf-CS/SDL3_ttf-CS.csproj b/SDL3_ttf-CS/SDL3_ttf-CS.csproj index 8b6a4ff..62d36dc 100644 --- a/SDL3_ttf-CS/SDL3_ttf-CS.csproj +++ b/SDL3_ttf-CS/SDL3_ttf-CS.csproj @@ -69,7 +69,7 @@ true - runtimes/ios/native/SDL3.xcframework + runtimes/ios/native/SDL3_ttf.xcframework true