mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-30 12:43:41 +01:00
e8a29b1a29
The internal parser is retro compatible with old Clover revisions since r3250. This is possible because a check for the existence of any variable inside SETTING_DATA structure is performed before the call. Variables are all accessed using the label property of the Mirror class, so as a string.
24 lines
447 B
Objective-C
24 lines
447 B
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
|
|
#ifndef CLOVERAPPLICATION
|
|
#define CLOVERAPPLICATION 1
|
|
#endif
|
|
|
|
#ifdef DEBUG
|
|
#define DEBUG_BACKUP DEBUG // backup original
|
|
#undef DEBUG
|
|
#endif
|
|
|
|
#include "../../rEFIt_UEFI/Platform/Platform.h"
|
|
|
|
#ifdef DEBUG_BACKUP
|
|
#undef DEBUG
|
|
#define DEBUG DEBUG_BACKUP // restore original
|
|
#endif
|
|
|
|
#import "NSWindowFix.h"
|
|
#import "gfxutil.h"
|
|
#import "efidevp.h"
|