From f164be59ad75ef3946f7c750a642198d7fed86e4 Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Tue, 28 Sep 2021 13:08:06 -0700 Subject: [PATCH] Messages updates --- Meshtastic Client.xcodeproj/project.pbxproj | 4 ++-- MeshtasticClient/Info.plist | 2 +- MeshtasticClient/Views/Messages/Messages.swift | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Meshtastic Client.xcodeproj/project.pbxproj b/Meshtastic Client.xcodeproj/project.pbxproj index 851cba29..a95621ba 100644 --- a/Meshtastic Client.xcodeproj/project.pbxproj +++ b/Meshtastic Client.xcodeproj/project.pbxproj @@ -641,7 +641,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.16; + MARKETING_VERSION = 1.17; PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTS_MACCATALYST = NO; @@ -668,7 +668,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.16; + MARKETING_VERSION = 1.17; PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTS_MACCATALYST = NO; diff --git a/MeshtasticClient/Info.plist b/MeshtasticClient/Info.plist index 1dec4fe6..e10f581a 100644 --- a/MeshtasticClient/Info.plist +++ b/MeshtasticClient/Info.plist @@ -5,7 +5,7 @@ CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName - Meshtastic Client + Meshtastic CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/MeshtasticClient/Views/Messages/Messages.swift b/MeshtasticClient/Views/Messages/Messages.swift index f00f32f9..7401c855 100644 --- a/MeshtasticClient/Views/Messages/Messages.swift +++ b/MeshtasticClient/Views/Messages/Messages.swift @@ -48,7 +48,7 @@ struct Messages: View { } .onReceive(timer) { input in messageData.load() - // scrollView.scrollTo(bottomId) + // DescrollView.scrollTo(bottomId) } .padding(.horizontal) }