CloverBootloader/rEFIt_UEFI/Settings
jief666 cee098d1e6 Rename MACHINE_TYPES enum to MacModel.
Rename PLATFORMDATA array to ApplePlatformDataArrayClass.
Refactor so enum MacModel doesn't have to be in the same order as
ApplePlatformDataArrayClass.
Create static_assert that guarantee that all model has platform data.
2021-10-18 21:06:19 +02:00
..
ConfigPlist
ConfigManager.cpp Rename MACHINE_TYPES enum to MacModel. 2021-10-18 21:06:19 +02:00
ConfigManager.h Rename MACHINE_TYPES enum to MacModel. 2021-10-18 21:06:19 +02:00
Readme.md
Self.cpp
Self.h
SelfOem.cpp
SelfOem.h

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.