5f429b8cb4
TODO: Refactor all of this stuff better
26 lines
565 B
Plaintext
26 lines
565 B
Plaintext
<?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>NSBonjourServices</key>
|
|
<array>
|
|
<string>_http._tcp.</string>
|
|
</array>
|
|
<key>CFBundleURLTypes</key>
|
|
<array>
|
|
<dict>
|
|
<key>CFBundleTypeRole</key>
|
|
<string>Viewer</string>
|
|
<key>CFBundleURLName</key>
|
|
<string>soyuz</string>
|
|
<key>CFBundleURLSchemes</key>
|
|
<array>
|
|
<string>soyuz</string>
|
|
</array>
|
|
</dict>
|
|
</array>
|
|
<key>NSServices</key>
|
|
<array/>
|
|
</dict>
|
|
</plist>
|