Skip to content

Commit ed5c7d0

Browse files
author
Mike McFadden
committed
Added support for the iOS Simulator
The iOS Simulator was previously listed under System, but now that’s been brought out into its own spot in the menu.
1 parent a568f74 commit ed5c7d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Loading/AppDelegate.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,8 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
439439
@"/System/Library/PrivateFrameworks/CalendarAgent.framework/" : @"com.apple.iCal",
440440
@"/System/Library/PrivateFrameworks/ApplePushService.framework/" : @"com.apple.notificationcenterui",
441441
@"/System/Library/PrivateFrameworks/WeatherKit.framework/" : @"com.apple.notificationcenterui",
442-
@"/Library/Application Support/Adobe/Flash Player Install Manager/" : @"com.adobe.flashplayer.installmanager"
442+
@"/Library/Application Support/Adobe/Flash Player Install Manager/" : @"com.adobe.flashplayer.installmanager",
443+
@"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/" : @"com.apple.iphonesimulator"
443444
};
444445

445446
disabled = [NSImage imageNamed:@"Disabled"];

0 commit comments

Comments
 (0)