From 5028d3e29f72f5bb2709637805d942c981a92302 Mon Sep 17 00:00:00 2001 From: F1248 Date: Fri, 6 Sep 2024 22:03:16 +0200 Subject: [PATCH 1/6] Explicitly list macOS Sequoia as supported in READMEs --- README.md | 3 ++- README_DE.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb158f5..4cfd7f9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ ## Requirements: ### Supported macOS Versions -* macOS Big Sur 11 and later, including recoveryOS +* macOS Big Sur 11 and later including macOS Sequoia 15 +* also supports recoveryOS ### Supported Models * Macs (including officially unsupported ones), Hackintoshes and virtual machines diff --git a/README_DE.md b/README_DE.md index 18af536..969875a 100644 --- a/README_DE.md +++ b/README_DE.md @@ -5,7 +5,8 @@ ## Anforderungen: ### Unterstützte macOS-Versionen -* macOS Big Sur 11 und höher, inklusive recoveryOS +* macOS Big Sur 11 und höher inklusive macOS Sequoia 15 +* unterstützt auch recoveryOS ### Unterstützte Modelle * Macs (inklusive offiziell nicht unterstützten), Hackintoshs und virtuelle Maschinen From b7f4b068d75dd5cf15f0d4a3bc1bc8fb119ae471 Mon Sep 17 00:00:00 2001 From: F1248 Date: Fri, 6 Sep 2024 22:34:42 +0200 Subject: [PATCH 2/6] Add Table of Contents to READMEs --- README.md | 9 +++++++++ README_DE.md | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/README.md b/README.md index 4cfd7f9..227ddc7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,15 @@ # Genius: The Intelligent Universal macOS Helper for Everyone! +## Table of Contents + +- [Requirements](#requirements) + - [Supported macOS Versions](#supported-macos-versions) + - [Supported Models](#supported-models) +- [Installation](#installation) + - [Manual Installation](#manual-installation-not-possible-in-recoveryos) + - [Command Line Installation](#command-line-installation) + ## Requirements: ### Supported macOS Versions diff --git a/README_DE.md b/README_DE.md index 969875a..5a90edb 100644 --- a/README_DE.md +++ b/README_DE.md @@ -2,6 +2,15 @@ # Genius: Der intelligente, universelle macOS-Helfer für alle! +## Inhaltsverzeichnis + +- [Anforderungen](#anforderungen) + - [Unterstützte macOS-Versionen](#unterstützte-macos-versionen) + - [Unterstützte Modelle](#unterstützte-modelle) +- [Installation](#installation) + - [Manuelle Installation](#manuelle-installation-in-recoveryos-nicht-möglich) + - [Befehlszeilen-Installation](#befehlszeilen-installation) + ## Anforderungen: ### Unterstützte macOS-Versionen From cc4167d898982e6c870eb87593d7785be0440996 Mon Sep 17 00:00:00 2001 From: F1248 Date: Fri, 6 Sep 2024 22:47:08 +0200 Subject: [PATCH 3/6] Fix consistent blank lines in READMEs --- README.md | 2 ++ README_DE.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 227ddc7..367558c 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,12 @@ ## Requirements: ### Supported macOS Versions + * macOS Big Sur 11 and later including macOS Sequoia 15 * also supports recoveryOS ### Supported Models + * Macs (including officially unsupported ones), Hackintoshes and virtual machines ## Installation: diff --git a/README_DE.md b/README_DE.md index 5a90edb..ea6143a 100644 --- a/README_DE.md +++ b/README_DE.md @@ -14,10 +14,12 @@ ## Anforderungen: ### Unterstützte macOS-Versionen + * macOS Big Sur 11 und höher inklusive macOS Sequoia 15 * unterstützt auch recoveryOS ### Unterstützte Modelle + * Macs (inklusive offiziell nicht unterstützten), Hackintoshs und virtuelle Maschinen ## Installation: From 62b7935831e500c795c7a6d37e472e52f8a83dbc Mon Sep 17 00:00:00 2001 From: F1248 Date: Sat, 7 Sep 2024 14:26:00 +0200 Subject: [PATCH 4/6] Fix consistent formatting in workflows --- .github/workflows/Build-Genius.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Build-Genius.yml b/.github/workflows/Build-Genius.yml index b6bf43f..e28b25e 100644 --- a/.github/workflows/Build-Genius.yml +++ b/.github/workflows/Build-Genius.yml @@ -77,8 +77,7 @@ jobs: - name: Attest Build Provenance uses: actions/attest-build-provenance@main - with: - subject-path: Genius.zip + with: { subject-path: Genius.zip } - name: Upload Genius uses: actions/upload-artifact@main From 5f024d9b253d790fd98bec5753743fb5f55a245d Mon Sep 17 00:00:00 2001 From: F1248 Date: Sun, 8 Sep 2024 18:32:03 +0200 Subject: [PATCH 5/6] Update for SwiftLint 0.57.0 --- .swiftlint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.swiftlint.yml b/.swiftlint.yml index a11d9fb..319d128 100644 --- a/.swiftlint.yml +++ b/.swiftlint.yml @@ -2,7 +2,6 @@ opt_in_rules: all analyzer_rules: all disabled_rules: - - anyobject_protocol - conditional_returns_on_newline - contrasted_opening_brace - discouraged_optional_boolean From a107cdb8d6f33f0a1fd665ffd340484d3d1f63b8 Mon Sep 17 00:00:00 2001 From: F1248 Date: Sun, 8 Sep 2024 18:37:11 +0200 Subject: [PATCH 6/6] Trigger Deploy to Pages on push to all branches --- .github/workflows/Trigger-Deploy-to-Pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Trigger-Deploy-to-Pages.yml b/.github/workflows/Trigger-Deploy-to-Pages.yml index fbfeef2..c1869cf 100644 --- a/.github/workflows/Trigger-Deploy-to-Pages.yml +++ b/.github/workflows/Trigger-Deploy-to-Pages.yml @@ -1,8 +1,9 @@ name: Trigger Deploy to Pages on: + create: + delete: push: - branches: main paths: - .github/workflows/Trigger-Deploy-to-Pages.yml - install.sh