Merge branch 'develop' into steve/5210_bubble_polls

This commit is contained in:
SBiOSoftWhare
2022-02-04 16:32:33 +01:00
87 changed files with 1698 additions and 527 deletions
+1 -1
View File
@@ -372,7 +372,7 @@ final class BuildSettings: NSObject {
// MARK: - Location Sharing
static let tileServerMapURL = URL(string: "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx")!
static let tileServerMapStyleURL = URL(string: "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx")!
static var locationSharingEnabled: Bool {
guard #available(iOS 14, *) else {