From 22624f64c0730e1c294550e0d161977c0d385cb9 Mon Sep 17 00:00:00 2001 From: Janez T Date: Tue, 14 Oct 2025 01:04:22 +0200 Subject: [PATCH] fix: Correct application name and update permissions in configuration files --- .claude/settings.local.json | 3 ++- CLAUDE.md | 2 +- README.md | 2 +- ios/Runner/Info.plist | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 5cfc099..a2057a5 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,8 @@ { "permissions": { "allow": [ - "Bash(flutter analyze:*)" + "Bash(flutter analyze:*)", + "Bash(flutter devices:*)" ], "deny": [], "ask": [] diff --git a/CLAUDE.md b/CLAUDE.md index df143ba..e8e7aa4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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. diff --git a/README.md b/README.md index bb78b21..f2f46d7 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/ios/Runner/Info.plist b/ios/Runner/Info.plist index d146971..5f014a8 100644 --- a/ios/Runner/Info.plist +++ b/ios/Runner/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Meshcore Sar App + MeshCore SAR CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier