mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Bump version
This commit is contained in:
parent
976a609803
commit
5f9218921c
3 changed files with 2 additions and 4 deletions
|
|
@ -1369,7 +1369,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 2.2.3;
|
||||
MARKETING_VERSION = 2.2.4;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SUPPORTS_MACCATALYST = YES;
|
||||
|
|
@ -1403,7 +1403,7 @@
|
|||
"$(inherited)",
|
||||
"@executable_path/Frameworks",
|
||||
);
|
||||
MARKETING_VERSION = 2.2.3;
|
||||
MARKETING_VERSION = 2.2.4;
|
||||
PRODUCT_BUNDLE_IDENTIFIER = gvh.MeshtasticClient;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
SUPPORTS_MACCATALYST = YES;
|
||||
|
|
|
|||
|
|
@ -229,7 +229,6 @@ struct ChannelMessageList: View {
|
|||
.onAppear {
|
||||
if !message.read {
|
||||
message.read = true
|
||||
message.toUser?.objectWillChange.send()
|
||||
do {
|
||||
try context.save()
|
||||
print("Read message \(message.messageId) ")
|
||||
|
|
|
|||
|
|
@ -219,7 +219,6 @@ struct UserMessageList: View {
|
|||
.onAppear {
|
||||
if !message.read {
|
||||
message.read = true
|
||||
message.toUser?.objectWillChange.send()
|
||||
do {
|
||||
try context.save()
|
||||
print("Read message \(message.messageId) ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue