Add macOS URL scheme handling

This commit is contained in:
2026-05-09 02:32:42 -04:00
parent 1eb8e271f5
commit f693d24f5d
5 changed files with 267 additions and 10 deletions
+15
View File
@@ -11,6 +11,8 @@
<string>ely_app</string>
<key>CFBundleIdentifier</key>
<string>com.elydora.ely-browser</string>
<key>CFBundleGetInfoString</key>
<string>ELY Browser by Elydora</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -21,6 +23,17 @@
<string>0.1.0</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.elydora.ely-browser</string>
<key>CFBundleURLSchemes</key>
<array>
<string>ely</string>
</array>
</dict>
</array>
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
@@ -29,5 +42,7 @@
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2026 Elydora. All rights reserved.</string>
</dict>
</plist>