From 101c839fa9125757f4cc6c145f02821c60584e36 Mon Sep 17 00:00:00 2001 From: Graham Pugh Date: Tue, 11 Jun 2024 21:17:11 +0200 Subject: [PATCH] add swiftdialog --- CHANGELOG.md | 1 + erase-install.sh | 2 +- pkg/erase-install/build-info.plist | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b071ecd..b14f15d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ No date - Added a 5-minute timeout to the password dialogs to prevent people ignoring it (addresses #501, thanks @PhillyPhoto). - Added the `--language` option to give the ability to override the language of the dialog windows - the default is either the system language or English if there is no translation of the system language available. Now you can set the language to any of the available translations using the short language codes, which are **en, de, fr, nl, es, pt, ja**. For example, `--language de` or `--language=de` will set the language to German regardless of the system language setting. - Bumped mist-cli version to 2.1 which fixes a bug downloading macOS Sequoia beta installers. +- Bumped swiftDialog version to 2.5.0 except for systems running macOS 11 which still get 2.2.1. Note that the installer package includes version 2.5.0. If running on Big Sur, this will be deleted and an internet connection is required to download version 2.2.1. - Added the catalog `https://swscan.apple.com/content/catalogs/others/index-15seed-15-14-13-12-10.16-10.15-10.14-10.13-10.12-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog`, which can be used with `--beta` and `--catalog 15` to obtain macOS Sequoia beta installers. Note that this will be replaced with the production macOS 15 catalog once it is published. ### Bugfixes in 35.0 diff --git a/erase-install.sh b/erase-install.sh index a446a93..ca9c678 100755 --- a/erase-install.sh +++ b/erase-install.sh @@ -57,7 +57,7 @@ mist_tag_required="v2.1" # Required swiftDialog version # This ensures a compatible swiftDialog version is used if not using the package installer -swiftdialog_tag_required="v2.4.2" +swiftdialog_tag_required="v2.5.0" # Required swiftDialog version for macOS 11 # This ensures a compatible swiftDialog version is used if not using the package installer diff --git a/pkg/erase-install/build-info.plist b/pkg/erase-install/build-info.plist index e2a5b75..b2d6db9 100644 --- a/pkg/erase-install/build-info.plist +++ b/pkg/erase-install/build-info.plist @@ -17,6 +17,6 @@ suppress_bundle_relocation version - 34.1 + 35.0