File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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" ];
You can’t perform that action at this time.
0 commit comments