diff --git a/ControlRoom/Simulator UI/ControlScreens/LocationView.swift b/ControlRoom/Simulator UI/ControlScreens/LocationView.swift index 79e6312..be8e5af 100644 --- a/ControlRoom/Simulator UI/ControlScreens/LocationView.swift +++ b/ControlRoom/Simulator UI/ControlScreens/LocationView.swift @@ -81,7 +81,7 @@ struct LocationView: View { "simulateLocationDevices": simulatorIds ] - // An undocumented notification name to change the current simulator's location. From here: https://github.com/lyft/set-simulator-location + // An undocumented notification name to change the current simulator's location. From here: https://github.com/MobileNativeFoundation/set-simulator-location let locationNotificationName = "com.apple.iphonesimulator.simulateLocation" let notification = Notification(name: Notification.Name(rawValue: locationNotificationName),