Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Constantin Clerc committed Jan 19, 2024
2 parents 0b1f344 + c951b25 commit 86dbaf7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Build Geranium Workflow IPA

on:
push:
branches:
- '**'
workflow_dispatch:

jobs:
build:
name: Build Geranium
runs-on: macos-latest

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
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**

<img src="https://github.com/c22dev/Geranium/assets/102235607/c0795578-1a87-45e5-a914-1200249ec705" width=150px>
<img src="https://github.com/c22dev/Geranium/assets/102235607/d6aeb889-6d32-4923-a8ff-c43db7b37fbb" width=150px>

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**

<img src="https://github.com/c22dev/Geranium/assets/102235607/415e4de8-b701-4046-914f-38c44671f8da" width=150px>

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.
Expand Down

0 comments on commit 86dbaf7

Please sign in to comment.