From 9d5d82fc42346735639c9938b6013af8f5c68557 Mon Sep 17 00:00:00 2001
From: Thomas Goyne <plorkyeran@aegisub.org>
Date: Sun, 26 Aug 2012 18:30:31 -0700
Subject: [PATCH] Declare Aegisub as the Owner for .ass and .ssa

---
 aegisub/packages/osx_bundle/Contents/Info.plist | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aegisub/packages/osx_bundle/Contents/Info.plist b/aegisub/packages/osx_bundle/Contents/Info.plist
index 3fcfe2ced..342593e65 100644
--- a/aegisub/packages/osx_bundle/Contents/Info.plist
+++ b/aegisub/packages/osx_bundle/Contents/Info.plist
@@ -75,7 +75,7 @@
 			<key>NSPersistentStoreTypeKey</key>
 			<string>Binary</string>
             <key>LSHandlerRank</key>
-            <string>Alternate</string>
+            <string>Owner</string>
 		</dict>
 
         <!-- .ssa -->
@@ -95,7 +95,7 @@
 			<key>NSPersistentStoreTypeKey</key>
 			<string>Binary</string>
             <key>LSHandlerRank</key>
-            <string>Alternate</string>
+            <string>Owner</string>
 		</dict>
 
         <!-- .srt -->
-- 
GitLab