From 9138031e20148e08345b0f1751dd84ae38d434a2 Mon Sep 17 00:00:00 2001 From: Corey Walo <2067455+cwalo@users.noreply.github.com> Date: Tue, 16 Mar 2021 10:25:31 -0700 Subject: [PATCH] Update comment to point to updated repo This tool is now owned by the Mobile Native Foundation. Just updating this comment so folks can find it. --- ControlRoom/Simulator UI/ControlScreens/LocationView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),