Skip to content

Commit

Permalink
Added support for the iOS Simulator
Browse files Browse the repository at this point in the history
The iOS Simulator was previously listed under System, but now that’s
been brought out into its own spot in the menu.
  • Loading branch information
Mike McFadden committed May 23, 2015
1 parent a568f74 commit ed5c7d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Loading/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,8 @@ - (void)applicationDidFinishLaunching:(NSNotification *)aNotification {
@"/System/Library/PrivateFrameworks/CalendarAgent.framework/" : @"com.apple.iCal",
@"/System/Library/PrivateFrameworks/ApplePushService.framework/" : @"com.apple.notificationcenterui",
@"/System/Library/PrivateFrameworks/WeatherKit.framework/" : @"com.apple.notificationcenterui",
@"/Library/Application Support/Adobe/Flash Player Install Manager/" : @"com.adobe.flashplayer.installmanager"
@"/Library/Application Support/Adobe/Flash Player Install Manager/" : @"com.adobe.flashplayer.installmanager",
@"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/" : @"com.apple.iphonesimulator"
};

disabled = [NSImage imageNamed:@"Disabled"];
Expand Down

0 comments on commit ed5c7d0

Please sign in to comment.