SDL_mixer: Xcode: fix copy+paste typo in xmp project file's productName field (4bf8a)

From 4bf8acc9a221bb8e635e874128fe6f5d24e6eac5 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Sun, 9 Mar 2025 21:15:00 +0300
Subject: [PATCH] Xcode: fix copy+paste typo in xmp project file's productName
 field

(cherry picked from commit 6a3be3e3e960dc7b8dd938454a4b3296680bf865)
---
 Xcode/xmp/xmp.xcodeproj/project.pbxproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Xcode/xmp/xmp.xcodeproj/project.pbxproj b/Xcode/xmp/xmp.xcodeproj/project.pbxproj
index 7928920b..3c32e058 100644
--- a/Xcode/xmp/xmp.xcodeproj/project.pbxproj
+++ b/Xcode/xmp/xmp.xcodeproj/project.pbxproj
@@ -375,7 +375,7 @@
 			dependencies = (
 			);
 			name = xmp;
-			productName = libmodplug;
+			productName = libxmp;
 			productReference = F3968D85281FBB1900661875 /* xmp.framework */;
 			productType = "com.apple.product-type.framework";
 		};