mirror of
https://github.com/outbackdingo/OpCore-Simplify.git
synced 2026-08-25 14:53:06 +00:00
Update IntelBluetoothFirmware repository owner
This commit is contained in:
@@ -313,7 +313,7 @@ kexts = [
|
|||||||
category = "Bluetooth",
|
category = "Bluetooth",
|
||||||
requires_kexts = ["BlueToolFixup", "IntelBTPatcher", "IntelBluetoothInjector"],
|
requires_kexts = ["BlueToolFixup", "IntelBTPatcher", "IntelBluetoothInjector"],
|
||||||
github_repo = {
|
github_repo = {
|
||||||
"owner": "OpenIntelWireless",
|
"owner": "lshbluesky",
|
||||||
"repo": "IntelBluetoothFirmware"
|
"repo": "IntelBluetoothFirmware"
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
@@ -321,10 +321,9 @@ kexts = [
|
|||||||
name = "IntelBTPatcher",
|
name = "IntelBTPatcher",
|
||||||
description = "Fixes Intel Bluetooth bugs for better connectivity",
|
description = "Fixes Intel Bluetooth bugs for better connectivity",
|
||||||
category = "Bluetooth",
|
category = "Bluetooth",
|
||||||
max_darwin_version = "24.99.99",
|
|
||||||
requires_kexts = ["Lilu", "BlueToolFixup", "IntelBluetoothFirmware", "IntelBluetoothInjector"],
|
requires_kexts = ["Lilu", "BlueToolFixup", "IntelBluetoothFirmware", "IntelBluetoothInjector"],
|
||||||
github_repo = {
|
github_repo = {
|
||||||
"owner": "OpenIntelWireless",
|
"owner": "lshbluesky",
|
||||||
"repo": "IntelBluetoothFirmware"
|
"repo": "IntelBluetoothFirmware"
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
@@ -335,7 +334,7 @@ kexts = [
|
|||||||
max_darwin_version = "20.99.99",
|
max_darwin_version = "20.99.99",
|
||||||
requires_kexts = ["BlueToolFixup", "IntelBluetoothFirmware", "IntelBTPatcher"],
|
requires_kexts = ["BlueToolFixup", "IntelBluetoothFirmware", "IntelBTPatcher"],
|
||||||
github_repo = {
|
github_repo = {
|
||||||
"owner": "OpenIntelWireless",
|
"owner": "lshbluesky",
|
||||||
"repo": "IntelBluetoothFirmware"
|
"repo": "IntelBluetoothFirmware"
|
||||||
}
|
}
|
||||||
),
|
),
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ class gatheringFiles:
|
|||||||
elif kext.github_repo and kext.github_repo.get("repo") not in seen_repos:
|
elif kext.github_repo and kext.github_repo.get("repo") not in seen_repos:
|
||||||
name = kext.github_repo.get("repo")
|
name = kext.github_repo.get("repo")
|
||||||
seen_repos.add(name)
|
seen_repos.add(name)
|
||||||
if name in dortania_builds_data:
|
if name != "IntelBluetoothFirmware" and name in dortania_builds_data:
|
||||||
add_product_to_download_database({
|
add_product_to_download_database({
|
||||||
"product_name": name,
|
"product_name": name,
|
||||||
"id": dortania_builds_data[name]["versions"][0]["release"]["id"],
|
"id": dortania_builds_data[name]["versions"][0]["release"]["id"],
|
||||||
|
|||||||
Reference in New Issue
Block a user