Created
January 27, 2012 01:20
-
-
Save ryandesign/1686318 to your computer and use it in GitHub Desktop.
Patch to fix QupZilla's Info.plist file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/src/Info.plist | |
+++ b/src/Info.plist | |
@@ -14,7 +14,7 @@ | |
<string>@EXECUTABLE@</string> | |
<key>CFBundleIdentifier</key> | |
<string>com.qupzilla.QupZilla</string> | |
- | |
+ <key>CFBundleDocumentTypes</key> | |
<array> | |
<dict> | |
<key>CFBundleTypeExtensions</key> | |
@@ -36,15 +36,11 @@ | |
<string>Viewer</string> | |
</dict> | |
</array> | |
- | |
<key>CFBundleDevelopmentRegion</key> | |
<string>English</string> | |
<key>CFBundleName</key> | |
<string>QupZilla</string> | |
<key>CFBundleDisplayName</key> | |
<string>QupZilla</string> | |
- | |
- <key>NOTE</key> | |
- <string>QupZilla Web Browser</string> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment