Messages updates

This commit is contained in:
Garth Vander Houwen 2021-09-28 13:08:06 -07:00
parent d9e409220b
commit f164be59ad
3 changed files with 4 additions and 4 deletions

View file

@ -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;

View file

@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleDisplayName</key>
<string>Meshtastic Client</string>
<string>Meshtastic</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>

View file

@ -48,7 +48,7 @@ struct Messages: View {
}
.onReceive(timer) { input in
messageData.load()
// scrollView.scrollTo(bottomId)
// DescrollView.scrollTo(bottomId)
}
.padding(.horizontal)
}