瀏覽代碼

Also set CFBundleVersion in Info.plist

Pierre-Olivier Latour 9 年之前
父節點
當前提交
ea973735c1
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Frameworks/Info.plist

+ 2 - 0
Frameworks/Info.plist

@@ -14,6 +14,8 @@
 	<string>$(PRODUCT_NAME)</string>
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
+	<key>CFBundleVersion</key>
+	<string>${BUNDLE_VERSION_STRING}</string>
 	<key>CFBundleShortVersionString</key>
 	<string>${BUNDLE_VERSION_STRING}</string>
 </dict>