2024-07-08 20:59:13 -04:00

19 lines
604 B
Plaintext

<!-- File for registering the owmods:// protocol on MacOS -->
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.bwc9876.owmods-gui</string>
<key>CFBundleURLSchemes</key>
<array>
<string>owmods</string>
</array>
</dict>
</array>
</dict>
</plist>