mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-25 14:57:37 +00:00
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:
parent
c5a7bcc13f
commit
62a7394cd0
2 changed files with 12 additions and 0 deletions
BIN
VibeTunnel/Assets.xcassets/menubar.imageset/menubar@3x.png
vendored
Normal file
BIN
VibeTunnel/Assets.xcassets/menubar.imageset/menubar@3x.png
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
12
VibeTunnel/VibeTunnel.entitlements
Normal file
12
VibeTunnel/VibeTunnel.entitlements
Normal 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>
|
||||
Loading…
Reference in a new issue