CloverBootloader/rEFIt_UEFI/Settings
Slice 06d591c810 prepare to fifteen
Signed-off-by: Slice <sergey.slice@gmail.com>
2024-05-19 20:25:30 +03:00
..
ConfigPlist prepare to fifteen 2024-05-19 20:25:30 +03:00
ConfigManager.cpp Update BaseLib.h with macro BASE_LIST_FOR_EACH. 2023-11-18 11:04:54 +01:00
ConfigManager.h Change DiscoveredHdaProperties.controller_name to avoid a memory leak. 2023-11-11 14:36:33 +01:00
Readme.md New parser XML. New ConfigManager. A lot of refactoring... 2021-04-28 21:30:34 +03:00
Self.cpp Remove Self::getCloverDirAndEfiFileName. 2024-01-08 11:05:52 +01:00
Self.h Remove Self::getCloverDirAndEfiFileName. 2024-01-08 11:05:52 +01:00
SelfOem.cpp Convert bool to XBool. 2021-09-28 16:54:31 +03:00
SelfOem.h Do not store the kext dir in the SIDELOAD_KEXT object. 2024-01-02 19:54:23 +01:00

Readme.md

Settings folder

In this folder is grouped all what deals with "settings". By settings, I mean :

  • user settings (for example plist files)
  • discovered charateristics (for example hardware, mac address, etc.)
  • live state (currently represented by GlobalConfig and scattered globals variables).

2021-04: work in progress. Not all are in there yet.