--- a/share/Info.plist.in Wed Feb 20 02:21:58 2013 +0100
+++ b/share/Info.plist.in Tue Apr 02 21:00:57 2013 +0200
@@ -25,7 +25,7 @@
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2004-2012, Hedgewars Project</string>
<key>NSAppleScriptEnabled</key>
- <false/>
+ <true/>
<key>LSRequiresNativeExecution</key>
<true/>
<key>LSMinimumSystemVersionByArchitecture</key>
@@ -156,5 +156,21 @@
<string>Viewer</string>
</dict>
</array>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleURLName</key>
+ <string>Hedgewars URIs</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <!--
+ <string>hwd</string>
+ <string>hws</string>
+ <string>hwdlc</string>
+ -->
+ <string>hwplay</string>
+ </array>
+ </dict>
+ </array>
</dict>
</plist>