Fix missing project resources and dependencies

- Add VibeTunnel.entitlements with app sandbox and network permissions
- Create missing menubar@3x.png asset (48x48)
- Note: Package.swift dependency updates reverted by linter
This commit is contained in:
Peter Steinberger 2025-06-16 00:51:02 +02:00
parent c5a7bcc13f
commit 62a7394cd0
2 changed files with 12 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,12 @@
<?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>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>