Skip to content

Commit

Permalink
iOS: fixed bug whereby some SDL testing apps weren't launching
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
DavidLudwig committed Mar 23, 2020
1 parent e0a2705 commit 68c7e80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Xcode-iOS/Test/Info.plist
Expand Up @@ -18,6 +18,8 @@
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 68c7e80

Please sign in to comment.