You've already forked hotpocket
BTHLABS-58: Share Extension in Apple Apps
This commit is contained in:
32
services/apple/macOS (App)/Info.plist
Normal file
32
services/apple/macOS (App)/Info.plist
Normal file
@@ -0,0 +1,32 @@
|
||||
<?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>CFBundleTypeRole</key>
|
||||
<string>Viewer</string>
|
||||
<key>CFBundleURLIconFile</key>
|
||||
<string>icon-mac-384</string>
|
||||
<key>CFBundleURLName</key>
|
||||
<string>HotPocketDesktopMac</string>
|
||||
<key>CFBundleURLSchemes</key>
|
||||
<array>
|
||||
<string>hotpocket-desktop</string>
|
||||
</array>
|
||||
</dict>
|
||||
</array>
|
||||
<key>HPAuthFlowPostAuthenticateURLParts</key>
|
||||
<dict>
|
||||
<key>host</key>
|
||||
<string>post-authenticate</string>
|
||||
<key>scheme</key>
|
||||
<string>hotpocket-desktop</string>
|
||||
</dict>
|
||||
<key>HPAuthFlowSource</key>
|
||||
<string>HotPocketDesktop</string>
|
||||
<key>HPRPCClientOrigin</key>
|
||||
<string>hotpocket-desktop://HPRPCClient</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user