From f161d38def13dc95f0d455f35699c7e1be63eea8 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 21 Jan 2025 13:57:42 -0800
Subject: [PATCH] Added the x86_64 architecture for simulator builds to
SDL3.tbd
---
Xcode/SDL3.framework/Versions/A/SDL3.tbd | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/Xcode/SDL3.framework/Versions/A/SDL3.tbd b/Xcode/SDL3.framework/Versions/A/SDL3.tbd
index 0e869cc0..e4a0604d 100755
--- a/Xcode/SDL3.framework/Versions/A/SDL3.tbd
+++ b/Xcode/SDL3.framework/Versions/A/SDL3.tbd
@@ -1278,6 +1278,10 @@
"min_deployment": "11.0",
"target": "arm64-ios-simulator"
},
+ {
+ "min_deployment": "11.0",
+ "target": "x86_64-ios-simulator"
+ },
{
"min_deployment": "11.0",
"target": "arm64-tvos"
@@ -1285,6 +1289,10 @@
{
"min_deployment": "11.0",
"target": "arm64-tvos-simulator"
+ },
+ {
+ "min_deployment": "11.0",
+ "target": "x86_64-tvos-simulator"
}
]
},