Browse Source

Update to #1784 - Set CFBundleVersion to 4.0.0 (to match CFBundleShortVersionString - same as for AFNetworking)

Bogdan Poplauschi 9 years ago
parent
commit
23a8be8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WebImage/Info.plist

+ 1 - 1
WebImage/Info.plist

@@ -19,7 +19,7 @@
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>
-	<string>400</string>
+	<string>4.0.0</string>
 	<key>NSPrincipalClass</key>
 	<string></string>
 </dict>