feat(macos): add clawdis://agent deep link

This commit is contained in:
Peter Steinberger
2025-12-12 23:22:40 +00:00
parent 35b7c0f558
commit 3b72ed6e1a
8 changed files with 260 additions and 0 deletions

View File

@@ -73,6 +73,17 @@ cat > "$APP_ROOT/Contents/Info.plist" <<PLIST
<string>15.0</string>
<key>LSUIElement</key>
<true/>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleURLName</key>
<string>com.steipete.clawdis.deeplink</string>
<key>CFBundleURLSchemes</key>
<array>
<string>clawdis</string>
</array>
</dict>
</array>
<key>ClawdisBuildTimestamp</key>
<string>${BUILD_TS}</string>
<key>ClawdisGitCommit</key>