Skip to content

Instantly share code, notes, and snippets.

@ryandesign
Created January 27, 2012 01:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryandesign/1686318 to your computer and use it in GitHub Desktop.
Save ryandesign/1686318 to your computer and use it in GitHub Desktop.
Patch to fix QupZilla's Info.plist file
--- 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