sys_patch_dict.py: Add modern WiFi base

This commit is contained in:
Mykola Grymalyuk
2024-06-25 16:43:35 -06:00
parent e7c9f4e90c
commit a32e148ec0

View File

@@ -1246,6 +1246,9 @@ class SystemPatchDictionary():
"IO80211.framework": "13.6.5", "IO80211.framework": "13.6.5",
"WiFiPeerToPeer.framework": "13.6.5", "WiFiPeerToPeer.framework": "13.6.5",
}, },
"/System/Library/CoreServices": {
**({ "WiFiAgent.app": "14.5" } if self.os_major >= os_data.os_data.sequoia else {}),
},
}, },
}, },
}, },