fix error in GUID

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2023-09-04 23:16:36 +03:00
parent 00a80d4cb0
commit 90b68db323

View File

@ -944,7 +944,7 @@ CFDictionaryRef CreateMyDictionary(void) {
CFMutableDictionaryRef dict5 = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks,
&kCFTypeDictionaryValueCallBacks);
CFDictionarySetValue(dict0, CFSTR(gAppleSecureBootGuid), dict5);
CFDictionarySetValue(dict0, CFSTR(gAppleNvramGuid), dict5);
n=0;
key[n++] = "gfx-saved-config-restore-status";
key[n++] = "SkipLogo";