init: init proj

This commit is contained in:
2026-02-26 22:15:35 +08:00
commit 7ef5348f65
43 changed files with 3085 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
{
"permissions": {
"allow": [
"WebFetch(domain:ddys.io)",
"Bash(which xcodegen:*)",
"Bash(brew install:*)",
"WebSearch",
"WebFetch(domain:greasyfork.org)",
"WebFetch(domain:github.com)",
"Bash(swift build:*)",
"Bash(sips:*)",
"Bash(xcodegen generate:*)",
"Bash(pwd:*)",
"Bash(open:*)",
"Bash(osascript:*)",
"Bash(curl:*)",
"Bash(xcodebuild:*)",
"Bash(/bin/mkdir:*)",
"Bash(/bin/cp $f:*)",
"Bash(xargs -I{} sample {} 1)",
"Bash(killall xcodebuild:*)",
"Bash(cp:*)",
"Bash(pkill:*)"
]
}
}