From 68c7e80dc5446949d733ed6a3d3f9162d657f9af Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Mon, 23 Mar 2020 14:54:31 -0400 Subject: [PATCH] iOS: fixed bug whereby some SDL testing apps weren't launching Test apps in Xcode-iOS/Test/TestiPhoneOS.xcodeproj weren't launching in the most-recent release of Xcode and the iOS Simulator (version 11.3.1). This was caused by their shared Info.plist file not defining a CFBundleShortVersionString (as reported by Xcode, when launching a test app from within Xcode). --- Xcode-iOS/Test/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Xcode-iOS/Test/Info.plist b/Xcode-iOS/Test/Info.plist index 20a707d9aed4c..99b3e7aeaf0e6 100644 --- a/Xcode-iOS/Test/Info.plist +++ b/Xcode-iOS/Test/Info.plist @@ -18,6 +18,8 @@ ${PRODUCT_NAME} CFBundlePackageType APPL + CFBundleShortVersionString + 1.0 CFBundleSignature ???? CFBundleVersion