diff --git a/MIDaemonConfiguration.h b/MIDaemonConfiguration.h index 6fd862f..f2cc0b9 100644 --- a/MIDaemonConfiguration.h +++ b/MIDaemonConfiguration.h @@ -1,7 +1,7 @@ @interface MIGlobalConfiguration : NSObject - @end +API_AVAILABLE(ios(13.0)) @interface MIDaemonConfiguration : MIGlobalConfiguration @property (nonatomic, readonly) BOOL skipDeviceFamilyCheck; diff --git a/Makefile b/Makefile index 1271a47..bfce540 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -GO_EASY_ON_ME=1 +TARGET = iphone:clang:13.0 ARCHS = arm64 arm64e @@ -6,7 +6,6 @@ include $(THEOS)/makefiles/common.mk TWEAK_NAME = skipDeviceFamilyCheck skipDeviceFamilyCheck_FILES = Tweak.xm -skipDeviceFamilyCheck_FRAMEWORKS = CoreFoundation include $(THEOS_MAKE_PATH)/tweak.mk diff --git a/layout/DEBIAN/control b/layout/DEBIAN/control index 374ac24..d1f9f49 100644 --- a/layout/DEBIAN/control +++ b/layout/DEBIAN/control @@ -1,6 +1,6 @@ Package: daniel.skipdevicefamilycheck Name: skipDeviceFamilyCheck -Depends: mobilesubstrate +Depends: mobilesubstrate, firmware (>= 13.0) Version: 0.0.1 Architecture: iphoneos-arm Description: Allow iPad app installation on any device