Skip to content

Commit

Permalink
fetch.py: Remove 15.1 check
Browse files Browse the repository at this point in the history
  • Loading branch information
khronokernel committed Aug 28, 2024
1 parent 8f119bc commit 7f66f45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions metal_libraries/ipsw/fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ def _fetch_apple_db_items(self) -> dict:
except packaging.version.InvalidVersion:
continue

# Skip 15.1 temporarily
if item["version"].split(" ")[0] == "15.1":
continue

name = "macOS"
if "appledbWebImage" in item:
if "id" in item["appledbWebImage"]:
Expand Down

0 comments on commit 7f66f45

Please sign in to comment.