mirror of
https://github.com/SideStore/SideStore.git
synced 2026-02-09 06:43:25 +01:00
Fixes triggering false positives with some malware detectors
Renames UserDefaults.isMacDirtyCowSupported to .isCowExploitSupported
This commit is contained in:
@@ -71,7 +71,9 @@ public extension UserDefaults
|
||||
@NSManaged @objc(activeAppsLimit) private var _activeAppsLimit: NSNumber?
|
||||
|
||||
@NSManaged var ignoreActiveAppsLimit: Bool
|
||||
@NSManaged var isMacDirtyCowSupported: Bool
|
||||
|
||||
// Including "MacDirtyCow" in name triggers false positives with malware detectors 🤷♂️
|
||||
@NSManaged var isCowExploitSupported: Bool
|
||||
|
||||
class func registerDefaults()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user