Files
ProxyIOS/.claude/settings.local.json
2026-04-06 11:28:40 -05:00

30 lines
1.3 KiB
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:docs.proxyman.com)",
"WebSearch",
"WebFetch(domain:freshbits.fi)",
"WebFetch(domain:forums.swift.org)",
"WebFetch(domain:github.com)",
"Bash(xcode-select -p)",
"Bash(xcodegen generate:*)",
"Bash(rm -rf ~/Library/Developer/Xcode/DerivedData/ProxyApp-*/)",
"Bash(rm -rf ~/Library/Developer/Xcode/DerivedData/ProxyApp-*)",
"Read(//Users/treyt/Library/Developer/Xcode/DerivedData/**)",
"Bash(pkill -f \"com.apple.dt.SKAgent\")",
"Bash(rm -rf ~/Library/Developer/Xcode/DerivedData/ProxyApp-*/SourcePackages)",
"Bash(rm -rf ~/Library/Caches/org.swift.swiftpm/repositories/GRDB*)",
"Bash(pkill -9 -f xcodebuild)",
"Bash(rm -rf ~/Library/Caches/org.swift.swiftpm)",
"Bash(pkill -9 -f swift-build)",
"Bash(pkill -9 -f \"com.apple.dt\")",
"Bash(ls ~/Library/Developer/Xcode/DerivedData/ProxyApp-*/SourcePackages/checkouts/)",
"Bash(cat ~/Library/Developer/Xcode/DerivedData/ProxyApp-*/SourcePackages/checkouts/swift-crypto/Package.swift)",
"Bash(cat ~/Library/Developer/Xcode/DerivedData/ProxyApp-*/SourcePackages/checkouts/swift-certificates/Package.swift)",
"Bash(git init:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
]
}
}