Unverified Commit 72971f2d authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Remove Sequoia patch (#182)

parent 7aec69ab
Loading
Loading
Loading
Loading
+0 −0

File moved.

assets/sequoia.plist

deleted100644 → 0
+0 −1950

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −7
Original line number Diff line number Diff line
@@ -81,13 +81,7 @@ if [ ! -f "$IMG" ]; then

  CFG="$OUT/EFI/OC/config.plist"

  case "${VERSION,,}" in
    "sequoia" | "15"* )
      PLIST="/assets/sequoia.plist" ;;
    * )
      PLIST="/assets/default.plist" ;;
  esac

  PLIST="/assets/config.plist"
  [ -f "/config.plist" ] && PLIST="/config.plist"

  cp "$PLIST" "$CFG"