SDL_image: Revert "Added the jxl as an optional framework for releases"

From 90b9000a0ff7ea334a98a948aed89a95da9a6cdb Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 7 Feb 2025 11:39:21 -0800
Subject: [PATCH] Revert "Added the jxl as an optional framework for releases"

This reverts commit 27c4c81bae4a34bb7bdd06376075bbcd0ef6755b.

We don't include this on other platforms, so we don't need to include it on macOS
---
 Xcode/pkg-support/build.xcconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Xcode/pkg-support/build.xcconfig b/Xcode/pkg-support/build.xcconfig
index 189608dd8..41c48bf71 100644
--- a/Xcode/pkg-support/build.xcconfig
+++ b/Xcode/pkg-support/build.xcconfig
@@ -12,8 +12,8 @@ CONFIG_FRAMEWORK_LDFLAGS = $(inherited) -weak_framework avif
 
 // Uncomment these lines to enable JPEG-XL support
 // If you do this, you should run external/download.sh to download the decode libraries and add jxl.framework to your application bundle.
-CONFIG_PREPROCESSOR_DEFINITIONS = $(inherited) LOAD_JXL
-CONFIG_FRAMEWORK_LDFLAGS = $(inherited) -weak_framework jxl
+//CONFIG_PREPROCESSOR_DEFINITIONS = $(inherited) LOAD_JXL
+//CONFIG_FRAMEWORK_LDFLAGS = $(inherited) -weak_framework jxl
 
 // Uncomment these lines to enable WebP support
 // If you do this, you should run external/download.sh to download the decode libraries and add webp.framework to your application bundle.