Register http and https URL schemes
This commit is contained in:
parent
abbc300cd0
commit
1a90a48bbb
1 changed files with 16 additions and 0 deletions
|
|
@ -30,6 +30,22 @@
|
|||
<string>A program running within cmux would like to use your microphone.</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>A program running within cmux would like to use your camera.</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
<key>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>$(PRODUCT_BUNDLE_IDENTIFIER).web</string>
|
||||
<key>LSHandlerRank</key>
|
||||
<string>Default</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>http</string>
|
||||
<string>https</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>NSApplication</string>
|
||||
<key>NSServices</key>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue