From 5c2a61c02a25cd3f76a41877902ec9e810006db4 Mon Sep 17 00:00:00 2001 From: c22dev <102235607+c22dev@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:16:08 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c32b7fe..00fec26 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,12 @@ Please note that those screenshots aren't accurate because they were took on a s Not using HomeKit and other Apple stuff, and want to optimize your phone performances to the best ? Here you can choose what you want to use ! - **Disable ScreenTime** - - + Forgot your screentime password ? Here you can say goodbye to Screen Time on your iOS device ! It also works with iCloud ScreenTimes. Disclaimer : don't use this if your parents manage your Screen Time, if you get caught it would probably make it worse for you. I am not responsible in case you get told off. - **Supervise your device** - Want to supervise your device with a custom organization name but don't have a computer, here you are ! We also have a great collection of supervised profiles. From 59ba644b7b6ea93b2364e041ca022f226d038869 Mon Sep 17 00:00:00 2001 From: c22dev <102235607+c22dev@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:17:54 +0100 Subject: [PATCH 2/4] Create main.yml --- .github/workflows/main.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml new file mode 100644 index 0000000..a9a27a1 --- /dev/null +++ b/.github/workflows/main.yml @@ -0,0 +1,25 @@ +name: Build Geranium Workflow IPA + +on: + push: + branches: + - '**' + workflow_dispatch: + +jobs: + build: + name: Build Geranium + runs-on: macos-12 + + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Install ldid + run: brew install ldid + - name: Build IPA + run: ./ipabuild.sh + - name: Upload IPA + uses: actions/upload-artifact@v3 + with: + name: Geranium.tipa + path: build/Geranium.tipa From 73793272de073c38246bf042d6894f71af445ea3 Mon Sep 17 00:00:00 2001 From: c22dev <102235607+c22dev@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:10:38 +0100 Subject: [PATCH 3/4] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a9a27a1..11b9751 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: jobs: build: name: Build Geranium - runs-on: macos-12 + runs-on: macos steps: - name: Checkout From c951b25900a713f7becbb8a8a2093f07098d0168 Mon Sep 17 00:00:00 2001 From: c22dev <102235607+c22dev@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:12:28 +0100 Subject: [PATCH 4/4] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 11b9751..59f94f7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ on: jobs: build: name: Build Geranium - runs-on: macos + runs-on: macos-latest steps: - name: Checkout