mirror of
https://github.com/khanhduytran0/aintuitweaks.git
synced 2026-07-23 04:40:50 +02:00
Fix stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
TARGET := iphone:clang:latest:15.0
|
||||
TARGET := iphone:clang:18.4:15.0
|
||||
INSTALL_TARGET_PROCESSES = appstorecomponentsd installd managedappdistributiond SpringBoard MobileStorageMounter
|
||||
THEOS_PACKAGE_SCHEME := rootless
|
||||
|
||||
@@ -6,9 +6,10 @@ include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = aintuitweaks
|
||||
|
||||
aintuitweaks_FILES = BypassMarketplace.x BypassMirroringUnlock.x FixDDI.x NineteenPatches.x
|
||||
aintuitweaks_FILES = BypassMarketplace.x BypassMirroringUnlock.x FixDDI.x NineteenPatches.x FixNonUI.x
|
||||
aintuitweaks_CFLAGS = -fobjc-arc
|
||||
aintuitweaks_FRAMEWORKS = IOKit
|
||||
aintuitweaks_PRIVATE_FRAMEWORKS = ServiceManagement
|
||||
aintuitweaks_LIBRARIES = image4
|
||||
aintuitweaks_CODESIGN_FLAGS = -Cadhoc -S
|
||||
|
||||
|
||||
Reference in New Issue
Block a user