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