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

View File

@ -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>