mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-14 10:05:43 +01:00
0c04c6d83c
- Retro compatibility since OS X Maveriks (10.9). - Search update ability of Clover.app. - Auto mount of the selected ESP. - After the installation, if the target is an EFI system partition, that partition will be umounted. - French translation by Ellibz. - Code corrections and improvements.
17 lines
254 B
Objective-C
17 lines
254 B
Objective-C
//
|
|
// NSWindowFix.h
|
|
// Clover
|
|
//
|
|
// Created by vector sigma on 29/11/2019.
|
|
// Copyright © 2019 CloverHackyColor. All rights reserved.
|
|
//
|
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface NSWindow (popoverFix)
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|