From c477944e86e8719220e842ca808ed47655104b28 Mon Sep 17 00:00:00 2001 From: matxpa Date: Mon, 19 Apr 2021 14:50:12 +0200 Subject: [PATCH 01/21] runOCBuilderScript.command replace six other shell scripts --- OCBuilder/Base.lproj/Main.storyboard | 10 +- OCBuilder/debug_without_kexts.command | 425 ------------------ OCBuilder/debug_without_kexts_IA32.command | 425 ------------------ OCBuilder/release_without_kexts.command | 424 ----------------- OCBuilder/release_without_kexts_IA32.command | 424 ----------------- ...bug.command => runOCBuilderScript.command} | 377 ++++++++++------ 6 files changed, 239 insertions(+), 1846 deletions(-) delete mode 100755 OCBuilder/debug_without_kexts.command delete mode 100644 OCBuilder/debug_without_kexts_IA32.command delete mode 100755 OCBuilder/release_without_kexts.command delete mode 100644 OCBuilder/release_without_kexts_IA32.command rename OCBuilder/{debug.command => runOCBuilderScript.command} (50%) diff --git a/OCBuilder/Base.lproj/Main.storyboard b/OCBuilder/Base.lproj/Main.storyboard index ec1e176..fb38cca 100644 --- a/OCBuilder/Base.lproj/Main.storyboard +++ b/OCBuilder/Base.lproj/Main.storyboard @@ -762,15 +762,15 @@ - + - - + + - + @@ -784,7 +784,7 @@ - + diff --git a/OCBuilder/debug_without_kexts.command b/OCBuilder/debug_without_kexts.command deleted file mode 100755 index 0f97532..0000000 --- a/OCBuilder/debug_without_kexts.command +++ /dev/null @@ -1,425 +0,0 @@ -#!/bin/bash - -prompt() { - dialogTitle="OCBuilder" - authPass=$(/usr/bin/osascript <