fix: Correct application name and update permissions in configuration files

This commit is contained in:
Janez T
2025-10-14 01:04:22 +02:00
parent e2fc9bcccf
commit 22624f64c0
4 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
{ {
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(flutter analyze:*)" "Bash(flutter analyze:*)",
"Bash(flutter devices:*)"
], ],
"deny": [], "deny": [],
"ask": [] "ask": []

View File

@@ -1,4 +1,4 @@
# CLAUDE.md - MeshCore SAR App Technical Reference # CLAUDE.md - MeshCore SAR Technical Reference
This document provides technical details for AI assistants (like Claude) working with this codebase. This document provides technical details for AI assistants (like Claude) working with this codebase.

View File

@@ -1,4 +1,4 @@
# MeshCore SAR App # MeshCore SAR
A Flutter-based Search and Rescue (SAR) application that communicates with MeshCore mesh network devices via Bluetooth Low Energy (BLE). A Flutter-based Search and Rescue (SAR) application that communicates with MeshCore mesh network devices via Bluetooth Low Energy (BLE).

View File

@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key> <key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string> <string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key> <key>CFBundleDisplayName</key>
<string>Meshcore Sar App</string> <string>MeshCore SAR</string>
<key>CFBundleExecutable</key> <key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string> <string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key> <key>CFBundleIdentifier</key>