소스 검색

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

Bogdan Poplauschi 9 년 전
부모
커밋
23a8be8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>