From 3d98de65b7d2ee685ae9d93ad58c6504b042f018 Mon Sep 17 00:00:00 2001 From: Thatchapon Unprasert Date: Sat, 23 Nov 2024 11:38:11 +0700 Subject: [PATCH] Add YouGroupSettings --- .gitmodules | 3 +++ Bundles/YouGroupSettings.bundle | 1 + Makefile | 2 +- README.md | 3 +++ Tweaks/YouGroupSettings | 1 + build.sh | 2 +- control | 2 +- 7 files changed, 11 insertions(+), 3 deletions(-) create mode 120000 Bundles/YouGroupSettings.bundle create mode 160000 Tweaks/YouGroupSettings diff --git a/.gitmodules b/.gitmodules index 928e678fbc..836796b116 100644 --- a/.gitmodules +++ b/.gitmodules @@ -63,3 +63,6 @@ [submodule "Tweaks/YouTube-X"] path = Tweaks/YouTube-X url = https://github.com/PoomSmart/YouTube-X/ +[submodule "Tweaks/YouGroupSettings"] + path = Tweaks/YouGroupSettings + url = git@github.com:PoomSmart/YouGroupSettings.git diff --git a/Bundles/YouGroupSettings.bundle b/Bundles/YouGroupSettings.bundle new file mode 120000 index 0000000000..a31620e53c --- /dev/null +++ b/Bundles/YouGroupSettings.bundle @@ -0,0 +1 @@ +../Tweaks/YouGroupSettings/layout/Library/Application Support/YouGroupSettings.bundle \ No newline at end of file diff --git a/Makefile b/Makefile index 32f40939a0..c82d54ff63 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ $(TWEAK_NAME)_EMBED_EXTENSIONS = $(wildcard Extensions/*.appex) include $(THEOS)/makefiles/common.mk ifneq ($(JAILBROKEN),1) -SUBPROJECTS += Tweaks/Alderis Tweaks/FLEXing/libflex Tweaks/iSponsorBlock Tweaks/Return-YouTube-Dislikes Tweaks/YouPiP Tweaks/YTABConfig Tweaks/YTUHD Tweaks/DontEatMyContent Tweaks/YTVideoOverlay Tweaks/YouMute Tweaks/YouQuality Tweaks/YTClassicVideoQuality Tweaks/NoYTPremium Tweaks/YTSpeed Tweaks/YouTube-X +SUBPROJECTS += Tweaks/Alderis Tweaks/FLEXing/libflex Tweaks/iSponsorBlock Tweaks/Return-YouTube-Dislikes Tweaks/YouPiP Tweaks/YTABConfig Tweaks/YTUHD Tweaks/DontEatMyContent Tweaks/YTVideoOverlay Tweaks/YouMute Tweaks/YouQuality Tweaks/YTClassicVideoQuality Tweaks/NoYTPremium Tweaks/YTSpeed Tweaks/YouTube-X Tweaks/YouGroupSettings include $(THEOS_MAKE_PATH)/aggregate.mk endif include $(THEOS_MAKE_PATH)/tweak.mk diff --git a/README.md b/README.md index f53dd0ea83..6cf1b38549 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ | **YouQuality** | [PoomSmart](https://twitter.com/poomsmart) | 1.2.1 | [✔︎](https://github.com/PoomSmart/YouQuality) | | **YouTube-X** | [PoomSmart](https://twitter.com/poomsmart) | 1.6.9 | [✔︎](https://github.com/PoomSmart/YouTube-X) | | **YTVideoOverlay** | [PoomSmart](https://twitter.com/poomsmart) | 1.2.0 | [✔︎](https://github.com/PoomSmart/YTVideoOverlay) | +| **YouGroupSettings** | [PoomSmart](https://twitter.com/poomsmart) | 1.0.2 | [✔︎](https://github.com/PoomSmart/YouGroupSettings) | @@ -117,6 +118,8 @@ See [Installation - Wiki](https://github.com/qnblackcat/uYouPlus/wiki/Installati 15. **[YouTube-X](https://poomsmart.github.io/repo/depictions/ytx)**: A lightweight YouTube improvement tweak. +16. **[YouGroupSettings](https://chariz.com/get/yougroupsettings)**: Group settings in YouTube app. + ## Credits diff --git a/Tweaks/YouGroupSettings b/Tweaks/YouGroupSettings new file mode 160000 index 0000000000..da240b1596 --- /dev/null +++ b/Tweaks/YouGroupSettings @@ -0,0 +1 @@ +Subproject commit da240b159665ccca5eb919ab5ee137d27b583cda diff --git a/build.sh b/build.sh index 7333d3a6b2..cb40e7c2de 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/bin/bash # To build, either place the IPA file in the project's root directory, or get the path to the IPA, then run `./build.sh` -read -p $'\e[34m==> \e[1;39mPath to the decrypted YouTube.ipa or YouTube.app. If nothing is provied, any ipa/app in the project\'s root directory will be used: ' PATHTOYT +read -p $'\e[34m==> \e[1;39mPath to the decrypted YouTube.ipa or YouTube.app. If nothing is provided, any ipa/app in the project\'s root directory will be used: ' PATHTOYT # Check if PATHTOYT is empty if [ -z "$PATHTOYT" ]; then diff --git a/control b/control index 7ca3013860..2a204236ad 100644 --- a/control +++ b/control @@ -7,4 +7,4 @@ Author: qnblackcat Section: Tweaks Depends: mobilesubstrate (>= 0.9.5000), com.miro.uyou Conflicts: com.level3tjg.ytminiplayerenabler, com.level3tjg.ytnohovercards, com.ps.noytpremium, com.ps.ytnopaidpromo, com.ps.ytreexplore, com.galacticdev.bigytminiplayer, com.lilacvibes.ytstockvolumehud, net.sarahh12099.youtubereborn, com.twickd.sarahh12099.youtube-reborn, h.ryan.youtubereborn, weeb.lillie.enhancerforyoutubepremium, com.ps.uyoucompat, com.ichitaso.uyouplus -Recommends: com.ps.youmute, com.ps.youpip, com.ps.youquality, com.ps.ytabconfig, com.ps.ytvideooverlay, libflex, weeb.lillie.youtubedislikesreturn +Recommends: com.ps.youmute, com.ps.youpip, com.ps.youquality, com.ps.ytabconfig, com.ps.ytvideooverlay, libflex, weeb.lillie.youtubedislikesreturn, com.ps.yougroupsettings