Update build number

This commit is contained in:
Garth Vander Houwen 2022-06-11 10:13:59 -07:00
parent fa57ecc624
commit 44a33adc60
3 changed files with 4 additions and 4 deletions

View file

@ -781,7 +781,7 @@
CODE_SIGN_ENTITLEMENTS = MeshtasticApple/MeshtasticApple.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"MeshtasticApple/Preview Content\"";
DEVELOPMENT_TEAM = GCH7VS5Y9R;
ENABLE_PREVIEWS = YES;
@ -812,7 +812,7 @@
CODE_SIGN_ENTITLEMENTS = MeshtasticApple/MeshtasticApple.entitlements;
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
CURRENT_PROJECT_VERSION = 2;
DEVELOPMENT_ASSET_PATHS = "\"MeshtasticApple/Preview Content\"";
DEVELOPMENT_TEAM = GCH7VS5Y9R;
ENABLE_PREVIEWS = YES;

View file

@ -556,7 +556,7 @@ func textMessageAppPacket(packet: MeshPacket, connectedNode: Int64, meshLogging:
do {
try context.save()
print("💾 Saved a new message for \(packet.id)")
if meshLogging { MeshLogger.log("💾 Saved a new message for \(newMessage.messageId)") }
if newMessage.toUser != nil && newMessage.toUser!.num == broadcastNodeNum || connectedNode == newMessage.toUser!.num {

View file

@ -38,7 +38,7 @@ struct ShareChannel: View {
let channelSet = ChannelSet()
@State private var text = "https://wwww.meshtastic.org/e/#"
@State private var text = "https://meshtastic.org/e/#"
var qrCodeImage = QrCodeImage()
var body: some View {