Fixed typo in Info.plist preventing icon from working

pull/9/head
rgaudin 12 years ago
parent dd24dd0a11
commit 22886e20d2

@ -20,11 +20,11 @@
<string>APPL</string> <string>APPL</string>
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>0.9 rc3</string> <string>0.9 rc3</string>
<key>CFBundleURLTypes</key>
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>English</string> <string>English</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>KIWI</string> <string>KIWI</string>
<key>CFBundleURLTypes</key>
<array> <array>
<dict> <dict>
<key>CFBundleURLIconFile</key> <key>CFBundleURLIconFile</key>
@ -73,5 +73,29 @@
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>GeckoNSApplication</string> <string>GeckoNSApplication</string>
<key>UTExportedTypeDeclarations</key> <key>UTExportedTypeDeclarations</key>
<array>
<dict>
<key>UTTypeIdentifier</key>
<string>org.kiwix.kiwix.zim</string>
<key>UTTypeReferenceURL</key>
<string>http://www.kiwix.org</string>
<key>UTTypeDescription</key>
<string>Kiwix ZIM File</string>
<key>UTTypeConformsTo</key>
<array>
<string>public.data</string>
<string>public.content</string>
</array>
<key>UTTypeTagSpecification</key>
<dict>
<key>com.apple.ostype</key>
<string>TBMZ</string>
<key>public.filename-extension</key>
<array>
<string>zim</string>
</array>
</dict>
</dict>
</array>
</dict> </dict>
</plist> </plist>
Loading…
Cancel
Save