diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index ec4c51d..2ea5f9a 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -25,7 +25,7 @@
CFBundleInfoDictionaryVersion
6.0
CFBundleName
- meshcore_sar_app
+ MeshCore SAR
CFBundlePackageType
APPL
CFBundleShortVersionString
@@ -43,7 +43,7 @@
CFBundleSignature
????
CFBundleVersion
- 43
+ 44
LSRequiresIPhoneOS
NSBluetoothAlwaysUsageDescription
diff --git a/ios/fastlane/report.xml b/ios/fastlane/report.xml
index 4a1c60e..39c0c5b 100644
--- a/ios/fastlane/report.xml
+++ b/ios/fastlane/report.xml
@@ -5,22 +5,22 @@
-
+
-
+
-
+
-
+
diff --git a/linux/runner/my_application.cc b/linux/runner/my_application.cc
index 03fdf78..481504a 100644
--- a/linux/runner/my_application.cc
+++ b/linux/runner/my_application.cc
@@ -46,11 +46,11 @@ static void my_application_activate(GApplication* application) {
if (use_header_bar) {
GtkHeaderBar* header_bar = GTK_HEADER_BAR(gtk_header_bar_new());
gtk_widget_show(GTK_WIDGET(header_bar));
- gtk_header_bar_set_title(header_bar, "meshcore_sar_app");
+ gtk_header_bar_set_title(header_bar, "MeshCore SAR");
gtk_header_bar_set_show_close_button(header_bar, TRUE);
gtk_window_set_titlebar(window, GTK_WIDGET(header_bar));
} else {
- gtk_window_set_title(window, "meshcore_sar_app");
+ gtk_window_set_title(window, "MeshCore SAR");
}
gtk_window_set_default_size(window, 1280, 720);
diff --git a/macos/Runner/Configs/AppInfo.xcconfig b/macos/Runner/Configs/AppInfo.xcconfig
index 05b1d07..9b5383e 100644
--- a/macos/Runner/Configs/AppInfo.xcconfig
+++ b/macos/Runner/Configs/AppInfo.xcconfig
@@ -5,7 +5,7 @@
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
-PRODUCT_NAME = meshcore_sar_app
+PRODUCT_NAME = MeshCore SAR
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.meshcore.sar.meshcoreSarApp
diff --git a/web/index.html b/web/index.html
index 96dadc1..b6f9308 100644
--- a/web/index.html
+++ b/web/index.html
@@ -23,13 +23,13 @@
-
+
- meshcore_sar_app
+ MeshCore SAR
diff --git a/web/manifest.json b/web/manifest.json
index ba7fdee..90edce8 100644
--- a/web/manifest.json
+++ b/web/manifest.json
@@ -1,6 +1,6 @@
{
- "name": "meshcore_sar_app",
- "short_name": "meshcore_sar_app",
+ "name": "MeshCore SAR",
+ "short_name": "MeshCore SAR",
"start_url": ".",
"display": "standalone",
"background_color": "#ddd",