diff --git a/Bean Juice.xcodeproj/project.pbxproj b/Bean Juice.xcodeproj/project.pbxproj index b467fef..09666c6 100644 --- a/Bean Juice.xcodeproj/project.pbxproj +++ b/Bean Juice.xcodeproj/project.pbxproj @@ -711,7 +711,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.7.1; + MARKETING_VERSION = 3.7.2; PRODUCT_BUNDLE_IDENTIFIER = com.niftytreestudios.beanjuice; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; @@ -749,7 +749,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 3.7.1; + MARKETING_VERSION = 3.7.2; PRODUCT_BUNDLE_IDENTIFIER = com.niftytreestudios.beanjuice; PRODUCT_NAME = "$(TARGET_NAME)"; SUPPORTED_PLATFORMS = "iphoneos iphonesimulator"; diff --git a/Bean Juice/Views/Views/Map/MapViewModel.swift b/Bean Juice/Views/Views/Map/MapViewModel.swift index 8f51680..8546f21 100644 --- a/Bean Juice/Views/Views/Map/MapViewModel.swift +++ b/Bean Juice/Views/Views/Map/MapViewModel.swift @@ -44,7 +44,7 @@ final class MapViewModel: NSObject, ObservableObject { case .denied: alertItem = AlertContext.locationDenied case .authorizedAlways, .authorizedWhenInUse: - break + region = MKCoordinateRegion(center: deviceLocationManager.location!.coordinate, latitudinalMeters: 2000, longitudinalMeters: 2000) @unknown default: break }