SDL: Add a necessary step for iOS app setup in Xcode (8fa31)

From 8fa310e162e0371eeeb3a727d95d806ed15b94a4 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Sun, 15 Mar 2026 01:54:28 -0700
Subject: [PATCH] Add a necessary step for iOS app setup in Xcode

(cherry picked from commit 46f35e6ea26dd831fd68109513096d9f72a5af50)
---
 docs/README-ios.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/README-ios.md b/docs/README-ios.md
index 74f4ca6982d19..e07de24900d0f 100644
--- a/docs/README-ios.md
+++ b/docs/README-ios.md
@@ -73,6 +73,7 @@ Embedding the SDL3 Xcode project makes SDL3.framework a target of your app, so i
     fi
  1. Below the script entry uncheck the “Run Script:” options “For install builds only” and “Based on dependency analysis”
    +4. Edit the Build Settings and set “User Script Sandboxing” to “No”.

TODO: Add information regarding App Store requirements such as icons, etc.