share/Info.plist.in
branchwebgl
changeset 8833 c13ebed437cb
parent 8716 e09633d10f16
child 9919 145323067f05
--- 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>