From 5c1932e667b8135e39c6a0a583c961cc604432a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20=C4=90=E1=BA=A1t?= <52943116+qnblackcat@users.noreply.github.com> Date: Fri, 29 Oct 2021 18:35:09 +0700 Subject: [PATCH] Update Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 86513f0..a2b1afa 100644 --- a/Makefile +++ b/Makefile @@ -1,21 +1,17 @@ uYouPlus_INJECT_DYLIBS = Tweaks/uYou.dylib Tweaks/libcolorpicker.dylib Tweaks/iSponsorBlock.dylib Tweaks/YTUHD.dylib Tweaks/YouPiP.dylib - ARCHS = arm64 MODULES = jailed FINALPACKAGE = 1 CODESIGN_IPA = 0 - TWEAK_NAME = uYouPlus DISPLAY_NAME = YouTube BUNDLE_ID = com.google.ios.youtube - uYouPlus_FILES = uYouPlus.x uYouPlus_IPA = /Volumes/Data_Macintosh/Sideloads/IPAs/YouTube_16.41.2.ipa ### Important: edit the path to your decrypted YouTube IPA!!! - include $(THEOS)/makefiles/common.mk include $(THEOS_MAKE_PATH)/tweak.mk