hooks for opening custom urls on osx (commented out until we decide what to do)
authorkoda
Sun, 10 Mar 2013 02:41:27 +0100
changeset 8711 053560e0075f
parent 8710 8d0a150d42c2
child 8712 ba98ab1f26b6
hooks for opening custom urls on osx (commented out until we decide what to do)
share/Info.plist.in
--- a/share/Info.plist.in	Sun Mar 10 02:32:25 2013 +0100
+++ b/share/Info.plist.in	Sun Mar 10 02:41:27 2013 +0100
@@ -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,20 @@
             <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>
+            </array>
+        </dict>
+    </array>
+    -->
 </dict>
 </plist>