mirror of https://github.com/YosysHQ/nextpnr.git
13 lines
186 B
Mathematica
13 lines
186 B
Mathematica
|
|
|
||
|
|
#import "AppDelegate.h"
|
||
|
|
|
||
|
|
@implementation AppDelegate
|
||
|
|
|
||
|
|
#if TARGET_OS_OSX
|
||
|
|
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender {
|
||
|
|
return YES;
|
||
|
|
}
|
||
|
|
#endif
|
||
|
|
|
||
|
|
@end
|