Skip to content

Commit

Permalink
Changed SecureBootModel to Disabled as default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Sep 22, 2020
1 parent 5cc7981 commit d2d2c50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions OC Gen-X.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.4.4;
MARKETING_VERSION = 2.4.5;
PRODUCT_BUNDLE_IDENTIFIER = "com.oc-gen-x.OC-Gen-X";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -550,7 +550,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.13;
MARKETING_VERSION = 2.4.4;
MARKETING_VERSION = 2.4.5;
PRODUCT_BUNDLE_IDENTIFIER = "com.oc-gen-x.OC-Gen-X";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion OC Gen-X/Config/default_config_settings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ var config = Root(
boot: boot(consoleAttributes: 0, hibernateMode: "None", hideAuxiliary: false, pickerAttributes: 1, pickerAudioAssist: false, pickerMode: "Builtin", pollAppleHotKeys: false, showPicker: true, takeoffDelay: 0, timeout: 5),
debug: debug(appleDebug: false, applePanic: false, disableWatchDog: false, displayDelay: 0, displayLevel: 2147483648, serialInit: false, sysReport: false, target: 3),
entries: [entries(arguments: "", auxiliary: false, comment: "", enabled: false, name: "", path: "")],
security: security(allowNvramReset: false, allowSetDefault: false, apECID: 0, authRestart: false, bootProtect: "Bootstrap", dmgLoading: "Signed", enablePassword: false, exposeSensitiveData: 6, haltLevel: 2147483648, passwordHash: Data(), passwordSalt: Data(), scanPolicy: 17760515, secureBootModel: "Default", vault: "Secure"),
security: security(allowNvramReset: false, allowSetDefault: false, apECID: 0, authRestart: false, bootProtect: "Bootstrap", dmgLoading: "Signed", enablePassword: false, exposeSensitiveData: 6, haltLevel: 2147483648, passwordHash: Data(), passwordSalt: Data(), scanPolicy: 17760515, secureBootModel: "Disabled", vault: "Secure"),
tools: [tools(arguments: "", auxiliary: false, comment: "", enabled: false, name: "", path: "")]),

nvram: nvram(add: nAdd(addAppleVendorVariableGuid: addAppleVendorVariableGuid(defaultBackgroundColor: Data(), uiScale: Data()), addAppleVendorGuid: addAppleVendorGuid(rtcBlacklist: Data()), addAppleBootVariableGuid: addAppleBootVariableGuid(systemAudioVolume: Data([0x46]), bootArgs: "-v keepsyms=1", csrActiveConfig: Data(), prevLangKbd: Data(), runefiupdater: "No")),
Expand Down

0 comments on commit d2d2c50

Please sign in to comment.