Also set CFBundleVersion in Info.plist

This commit is contained in:
Pierre-Olivier Latour
2015-12-14 22:38:53 -08:00
parent 5707076e8d
commit ea973735c1
+2
View File
@@ -14,6 +14,8 @@
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>FMWK</string> <string>FMWK</string>
<key>CFBundleVersion</key>
<string>${BUNDLE_VERSION_STRING}</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>${BUNDLE_VERSION_STRING}</string> <string>${BUNDLE_VERSION_STRING}</string>
</dict> </dict>