implement crypto

Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
zyphlar
2025-10-20 17:25:51 -07:00
parent d430a2202e
commit 6c3710859b
11 changed files with 272 additions and 18 deletions

View File

@@ -23,6 +23,8 @@ struct LocationSharingConfig {
var includeDestinationName: Bool = true
var includeBatteryLevel: Bool = true
var lowBatteryThreshold: Int = 10
// Default from LOCATION_SHARING_SERVER_URL in private.h
// Can be overridden by user settings
var serverBaseUrl: String = "https://live.organicmaps.app"
}