Browse Source

Also set CFBundleVersion in Info.plist

Pierre-Olivier Latour 9 years ago
parent
commit
ea973735c1
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Frameworks/Info.plist

+ 2 - 0
Frameworks/Info.plist

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