| 123456789101112131415161718192021 |
- {
- "permissions": {
- "allow": [
- "Bash(flutter pub:*)",
- "Bash(flutter devices:*)",
- "Bash(flutter run:*)",
- "Bash(flutter create:*)",
- "Bash(flutter --version)",
- "Bash(flutter emulators:*)",
- "Bash(pkill -f \"pod install\")",
- "Bash(xcrun simctl:*)",
- "Bash(open -a Simulator)",
- "Bash(tee /tmp/flutter_run_output.log)",
- "Bash(flutter analyze:*)",
- "Bash(pod install:*)",
- "Bash(rm -rf ios/Pods ios/Podfile.lock ios/.symlinks ios/Flutter/.last_build_id)",
- "Bash(flutter clean:*)",
- "Bash(git checkout:*)"
- ]
- }
- }
|