소스 검색

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 4 년 전
부모
커밋
344f018dfd
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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>