mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
fix: Correct application name and update permissions in configuration files
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(flutter analyze:*)"
|
||||
"Bash(flutter analyze:*)",
|
||||
"Bash(flutter devices:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Meshcore Sar App</string>
|
||||
<string>MeshCore SAR</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>$(EXECUTABLE_NAME)</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
||||
Reference in New Issue
Block a user