Explorar o código

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.
Daniel Inkpen %!s(int64=4) %!d(string=hai) anos
pai
achega
344f018dfd
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Xcode-iOS/Demos/Info.plist

+ 2 - 0
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>