SDL_mixer: xcode+cmake: use SDL3_mixer.framework folder as IMPORTED_LOCATION

From 5e2a70519294bc6ec44f1870b019ecd4760fde7d Mon Sep 17 00:00:00 2001
From: Anonymous Maarten <[EMAIL REDACTED]>
Date: Sun, 3 Nov 2024 00:15:33 +0100
Subject: [PATCH] xcode+cmake: use SDL3_mixer.framework folder as
 IMPORTED_LOCATION

[ci skip]
---
 Xcode/pkg-support/share/cmake/SDL3_mixer/SDL3_mixerConfig.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Xcode/pkg-support/share/cmake/SDL3_mixer/SDL3_mixerConfig.cmake b/Xcode/pkg-support/share/cmake/SDL3_mixer/SDL3_mixerConfig.cmake
index e41d9ea7..b524e4b8 100644
--- a/Xcode/pkg-support/share/cmake/SDL3_mixer/SDL3_mixerConfig.cmake
+++ b/Xcode/pkg-support/share/cmake/SDL3_mixer/SDL3_mixerConfig.cmake
@@ -132,7 +132,7 @@ if(NOT TARGET SDL3_mixer::SDL3_mixer-shared)
         set_target_properties(SDL3_mixer::SDL3_mixer-shared
             PROPERTIES
                 FRAMEWORK "TRUE"
-                IMPORTED_LOCATION "${_sdl3_mixer_framework_path}/SDL3_mixer"
+                IMPORTED_LOCATION "${_sdl3_mixer_framework_path}"
         )
     endif()
     set_target_properties(SDL3_mixer::SDL3_mixer-shared