From 793744d597067120e6035ab1920a9204b988978e Mon Sep 17 00:00:00 2001 From: Tiramisu Coffee <107980627+api33tiramisu@users.noreply.github.com> Date: Fri, 30 Aug 2024 11:48:41 +0700 Subject: [PATCH] Add support for 16.7.9 and 10 (#37) * Update versions.json to include iOS 16.7.6 - 16.7.8 * Add support for 16.7.9 and 10 --- versions.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/versions.json b/versions.json index 9a2e52e..3808501 100644 --- a/versions.json +++ b/versions.json @@ -14,6 +14,8 @@ "17.0.2": "", "17.0.1": "", "17.0": "", + "16.7.10": "https://github.com/jawshoeadan/Xcode_Developer_Disk_Images/releases/download/16.4/16.4.zip", + "16.7.9": "https://github.com/jawshoeadan/Xcode_Developer_Disk_Images/releases/download/16.4/16.4.zip", "16.7.8": "https://github.com/jawshoeadan/Xcode_Developer_Disk_Images/releases/download/16.4/16.4.zip", "16.7.7": "https://github.com/jawshoeadan/Xcode_Developer_Disk_Images/releases/download/16.4/16.4.zip", "16.7.6": "https://github.com/jawshoeadan/Xcode_Developer_Disk_Images/releases/download/16.4/16.4.zip",