소스 검색

Tiny fix to previous commit

Daniel Molkentin 13 년 전
부모
커밋
92ea6a2bef
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cmake/modules/MacOSXBundleInfo.plist.in

+ 1 - 1
cmake/modules/MacOSXBundleInfo.plist.in

@@ -16,7 +16,7 @@
         <string>6.0</string>
         <key>CFBundleLongVersionString</key>
         <string>ownCloud client @VERSION@</string>
-        <key>CFBundleName</key>
+        <key>CFBundlePackageType</key>
         <string>APPL</string>
         <key>CFBundleSignature</key>
         <string>????</string>