Skip to content

Commit 3d98de6

Browse files
committed
Add YouGroupSettings
1 parent 25de878 commit 3d98de6

File tree

7 files changed

+11
-3
lines changed

7 files changed

+11
-3
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,6 @@
6363
[submodule "Tweaks/YouTube-X"]
6464
path = Tweaks/YouTube-X
6565
url = https://github.com/PoomSmart/YouTube-X/
66+
[submodule "Tweaks/YouGroupSettings"]
67+
path = Tweaks/YouGroupSettings
68+
url = git@github.com:PoomSmart/YouGroupSettings.git

Bundles/YouGroupSettings.bundle

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../Tweaks/YouGroupSettings/layout/Library/Application Support/YouGroupSettings.bundle

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $(TWEAK_NAME)_EMBED_EXTENSIONS = $(wildcard Extensions/*.appex)
4040

4141
include $(THEOS)/makefiles/common.mk
4242
ifneq ($(JAILBROKEN),1)
43-
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
43+
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
4444
include $(THEOS_MAKE_PATH)/aggregate.mk
4545
endif
4646
include $(THEOS_MAKE_PATH)/tweak.mk

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
| **YouQuality** | [PoomSmart](https://twitter.com/poomsmart) | 1.2.1 | [✔︎](https://github.com/PoomSmart/YouQuality) |
7676
| **YouTube-X** | [PoomSmart](https://twitter.com/poomsmart) | 1.6.9 | [✔︎](https://github.com/PoomSmart/YouTube-X) |
7777
| **YTVideoOverlay** | [PoomSmart](https://twitter.com/poomsmart) | 1.2.0 | [✔︎](https://github.com/PoomSmart/YTVideoOverlay) |
78+
| **YouGroupSettings** | [PoomSmart](https://twitter.com/poomsmart) | 1.0.2 | [✔︎](https://github.com/PoomSmart/YouGroupSettings) |
7879

7980
</details>
8081

@@ -117,6 +118,8 @@ See [Installation - Wiki](https://github.com/qnblackcat/uYouPlus/wiki/Installati
117118

118119
15. **[YouTube-X](https://poomsmart.github.io/repo/depictions/ytx)**: A lightweight YouTube improvement tweak.
119120

121+
16. **[YouGroupSettings](https://chariz.com/get/yougroupsettings)**: Group settings in YouTube app.
122+
120123
</details>
121124

122125
## Credits

Tweaks/YouGroupSettings

Submodule YouGroupSettings added at da240b1

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
# To build, either place the IPA file in the project's root directory, or get the path to the IPA, then run `./build.sh`
33

4-
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
4+
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
55

66
# Check if PATHTOYT is empty
77
if [ -z "$PATHTOYT" ]; then

control

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Author: qnblackcat
77
Section: Tweaks
88
Depends: mobilesubstrate (>= 0.9.5000), com.miro.uyou
99
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
10-
Recommends: com.ps.youmute, com.ps.youpip, com.ps.youquality, com.ps.ytabconfig, com.ps.ytvideooverlay, libflex, weeb.lillie.youtubedislikesreturn
10+
Recommends: com.ps.youmute, com.ps.youpip, com.ps.youquality, com.ps.ytabconfig, com.ps.ytvideooverlay, libflex, weeb.lillie.youtubedislikesreturn, com.ps.yougroupsettings

0 commit comments

Comments
 (0)