Skip to content

Commit

Permalink
Merge branch 'deployment-target-macOS-13' into deployment-target-macO…
Browse files Browse the repository at this point in the history
…S-14
  • Loading branch information
F1248 committed Sep 8, 2024
2 parents 14f7921 + 1526760 commit f211542
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Build-Genius.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/Trigger-Deploy-to-Pages.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 0 additions & 1 deletion .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@

# 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
* macOS Sonoma 14 and later, including recoveryOS

* macOS Sonoma 14 and later including macOS Sequoia 15
* also supports recoveryOS

### Supported Models

* Macs (including officially unsupported ones), Hackintoshes and virtual machines

## Installation:
Expand Down
14 changes: 13 additions & 1 deletion README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@

# 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
* macOS Sonoma 14 und höher, inklusive recoveryOS

* macOS Sonoma 14 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:
Expand Down

0 comments on commit f211542

Please sign in to comment.