mirror of
				https://github.com/SoPat712/YTLitePlus.git
				synced 2025-10-30 12:23:58 -04:00 
			
		
		
		
	
							
								
								
									
										42
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										42
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -1,24 +1,9 @@ | |||||||
| [submodule "Tweaks/YTUHD"] |  | ||||||
| 	path = Tweaks/YTUHD |  | ||||||
| 	url = https://github.com/arichornloverALT/YTUHD.git |  | ||||||
| [submodule "Tweaks/YouPiP"] |  | ||||||
| 	path = Tweaks/YouPiP |  | ||||||
| 	url = https://github.com/Balackburn/YouPiP.git |  | ||||||
| [submodule "Tweaks/Return-YouTube-Dislikes"] |  | ||||||
| 	path = Tweaks/Return-YouTube-Dislikes |  | ||||||
| 	url = https://github.com/Balackburn/Return-YouTube-Dislikes.git |  | ||||||
| [submodule "Tweaks/Alderis"] | [submodule "Tweaks/Alderis"] | ||||||
| 	path = Tweaks/Alderis | 	path = Tweaks/Alderis | ||||||
| 	url = https://github.com/hbang/Alderis.git | 	url = https://github.com/hbang/Alderis.git | ||||||
| [submodule "Tweaks/PSHeader"] | [submodule "Tweaks/PSHeader"] | ||||||
| 	path = Tweaks/PSHeader | 	path = Tweaks/PSHeader | ||||||
| 	url = https://github.com/PoomSmart/PSHeader.git | 	url = https://github.com/PoomSmart/PSHeader.git | ||||||
| [submodule "Tweaks/YTABConfig"] |  | ||||||
| 	path = Tweaks/YTABConfig |  | ||||||
| 	url = https://github.com/Balackburn/YTABConfig.git |  | ||||||
| [submodule "Tweaks/YouMute"] |  | ||||||
| 	path = Tweaks/YouMute |  | ||||||
| 	url = https://github.com/arichornloverALT/YouMute.git |  | ||||||
| [submodule "Tweaks/FLEX"] | [submodule "Tweaks/FLEX"] | ||||||
| 	path = Tweaks/FLEX | 	path = Tweaks/FLEX | ||||||
| 	url = https://github.com/qnblackcat/FLEX-Classes.git | 	url = https://github.com/qnblackcat/FLEX-Classes.git | ||||||
| @@ -37,15 +22,30 @@ | |||||||
| [submodule "Tweaks/YTVideoOverlay"] | [submodule "Tweaks/YTVideoOverlay"] | ||||||
| 	path = Tweaks/YTVideoOverlay | 	path = Tweaks/YTVideoOverlay | ||||||
| 	url = https://github.com/arichornloverALT/YTVideoOverlay.git | 	url = https://github.com/arichornloverALT/YTVideoOverlay.git | ||||||
| [submodule "Tweaks/YouQuality"] |  | ||||||
| 	path = Tweaks/YouQuality |  | ||||||
| 	url = https://github.com/Balackburn/YouQuality.git |  | ||||||
| [submodule "Tweaks/protobuf"] | [submodule "Tweaks/protobuf"] | ||||||
| 	path = Tweaks/protobuf | 	path = Tweaks/protobuf | ||||||
| 	url = https://github.com/protocolbuffers/protobuf.git | 	url = https://github.com/protocolbuffers/protobuf.git | ||||||
| [submodule "Tweaks/YouGroupSettings"] |  | ||||||
| 	path = Tweaks/YouGroupSettings |  | ||||||
| 	url = https://github.com/arichornloverALT/YouGroupSettings.git |  | ||||||
| [submodule "Tweaks/YouTubeHeader"] | [submodule "Tweaks/YouTubeHeader"] | ||||||
| 	path = Tweaks/YouTubeHeader | 	path = Tweaks/YouTubeHeader | ||||||
| 	url = https://github.com/PoomSmart/YouTubeHeader.git | 	url = https://github.com/PoomSmart/YouTubeHeader.git | ||||||
|  | [submodule "Tweaks/YouPiP"] | ||||||
|  | 	path = Tweaks/YouPiP | ||||||
|  | 	url = https://github.com/PoomSmart/YouPiP | ||||||
|  | [submodule "Tweaks/YTABConfig"] | ||||||
|  | 	path = Tweaks/YTABConfig | ||||||
|  | 	url = https://github.com/PoomSmart/YTABConfig | ||||||
|  | [submodule "Tweaks/YTUHD"] | ||||||
|  | 	path = Tweaks/YTUHD | ||||||
|  | 	url = https://github.com/PoomSmart/YTUHD | ||||||
|  | [submodule "Tweaks/YouGroupSettings"] | ||||||
|  | 	path = Tweaks/YouGroupSettings | ||||||
|  | 	url = https://github.com/PoomSmart/YouGroupSettings | ||||||
|  | [submodule "Tweaks/YouMute"] | ||||||
|  | 	path = Tweaks/YouMute | ||||||
|  | 	url = https://github.com/PoomSmart/YouMute | ||||||
|  | [submodule "Tweaks/YouQuality"] | ||||||
|  | 	path = Tweaks/YouQuality | ||||||
|  | 	url = https://github.com/PoomSmart/YouQuality | ||||||
|  | [submodule "Tweaks/Return-YouTube-Dislikes"] | ||||||
|  | 	path = Tweaks/Return-YouTube-Dislikes | ||||||
|  | 	url = https://github.com/arichornloverALT/Return-YouTube-Dislikes.git | ||||||
|   | |||||||
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @@ -12,6 +12,9 @@ BUNDLE_ID = com.google.ios.youtube | |||||||
|  |  | ||||||
| EXTRA_CFLAGS := $(addprefix -I,$(shell find Tweaks/FLEX -name '*.h' -exec dirname {} \;)) -I$(THEOS_PROJECT_DIR)/Tweaks | EXTRA_CFLAGS := $(addprefix -I,$(shell find Tweaks/FLEX -name '*.h' -exec dirname {} \;)) -I$(THEOS_PROJECT_DIR)/Tweaks | ||||||
|  |  | ||||||
|  | # Allow YouTubeHeader to be accessible using #include <...> | ||||||
|  | export ADDITIONAL_CFLAGS = -I$(THEOS_PROJECT_DIR)/Tweaks | ||||||
|  |  | ||||||
| YTLitePlus_INJECT_DYLIBS = Tweaks/YTLite/var/jb/Library/MobileSubstrate/DynamicLibraries/YTLite.dylib .theos/obj/libcolorpicker.dylib .theos/obj/iSponsorBlock.dylib .theos/obj/YTUHD.dylib .theos/obj/YouPiP.dylib .theos/obj/YouTubeDislikesReturn.dylib .theos/obj/YTABConfig.dylib .theos/obj/YouMute.dylib .theos/obj/DontEatMyContent.dylib .theos/obj/YTHoldForSpeed.dylib .theos/obj/YTVideoOverlay.dylib .theos/obj/YouGroupSettings.dylib .theos/obj/YouQuality.dylib | YTLitePlus_INJECT_DYLIBS = Tweaks/YTLite/var/jb/Library/MobileSubstrate/DynamicLibraries/YTLite.dylib .theos/obj/libcolorpicker.dylib .theos/obj/iSponsorBlock.dylib .theos/obj/YTUHD.dylib .theos/obj/YouPiP.dylib .theos/obj/YouTubeDislikesReturn.dylib .theos/obj/YTABConfig.dylib .theos/obj/YouMute.dylib .theos/obj/DontEatMyContent.dylib .theos/obj/YTHoldForSpeed.dylib .theos/obj/YTVideoOverlay.dylib .theos/obj/YouGroupSettings.dylib .theos/obj/YouQuality.dylib | ||||||
| YTLitePlus_FILES = YTLitePlus.xm $(shell find Source -name '*.xm' -o -name '*.x' -o -name '*.m') $(shell find Tweaks/FLEX -type f \( -iname \*.c -o -iname \*.m -o -iname \*.mm \)) | YTLitePlus_FILES = YTLitePlus.xm $(shell find Source -name '*.xm' -o -name '*.x' -o -name '*.m') $(shell find Tweaks/FLEX -type f \( -iname \*.c -o -iname \*.m -o -iname \*.mm \)) | ||||||
| YTLitePlus_IPA = ./tmp/Payload/YouTube.app | YTLitePlus_IPA = ./tmp/Payload/YouTube.app | ||||||
|   | |||||||
 Submodule Tweaks/Return-YouTube-Dislikes updated: 7f9848cd48...d5f62ae296
									
								
							 Submodule Tweaks/YTABConfig updated: a0a4998180...0731dec58e
									
								
							 Submodule Tweaks/YTUHD updated: 12b4991ade...54b8acfd78
									
								
							 Submodule Tweaks/YouGroupSettings updated: 5124008ae0...e8a53da0af
									
								
							 Submodule Tweaks/YouMute updated: 6bb27928a6...eeace62782
									
								
							 Submodule Tweaks/YouPiP updated: 23f6ca2f94...da1e64a037
									
								
							 Submodule Tweaks/YouQuality updated: 9a6b36aaa0...5b571fd76c
									
								
							
		Reference in New Issue
	
	Block a user
	 arichornlover
					arichornlover