dashboard
repositories
filestore
activity
search
login
crazy-macs
/
tag-launcher
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
feat: add quick search tag filtering
Ariver
2026-08-28
c5bdc7f1eb3ff4287beeeebb17d4f02f376a8d38
[crazy-macs/tag-launcher.git]
/
C1.source
/
Apptag
/
TagLauncher.entitlements
1
2
3
4
5
6
7
8
9
10
<?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.files.user-selected.read-write</key>
<true/>
</dict>
</plist>