SDL: Xcode-iOS Demos: Add CFBundleShortVersionString to Info.plist

From 344f018dfd2477c361f858f2d6fb71d740cbd622 Mon Sep 17 00:00:00 2001
From: Daniel Inkpen <[EMAIL REDACTED]>
Date: Thu, 30 Sep 2021 00:06:09 +0100
Subject: [PATCH] Xcode-iOS Demos: Add CFBundleShortVersionString to Info.plist

Xcode 13.0 requires this key to be present in the Info.plist to be able to run the compiled code.
---
 Xcode-iOS/Demos/Info.plist | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Xcode-iOS/Demos/Info.plist b/Xcode-iOS/Demos/Info.plist
index fbbaf7f938..7714fe8af0 100644
--- a/Xcode-iOS/Demos/Info.plist
+++ b/Xcode-iOS/Demos/Info.plist
@@ -16,6 +16,8 @@
 	<string>6.0</string>
 	<key>CFBundleName</key>
 	<string>${PRODUCT_NAME}</string>
+	<key>CFBundleShortVersionString</key>
+	<string>1.0.0</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>