Explorar el Código

Also set CFBundleVersion in Info.plist

Pierre-Olivier Latour hace 9 años
padre
commit
ea973735c1
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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>