Skip to content

Commit 0e34ed7

Browse files
committed
Can't have users on iOS 6 get too excited
1 parent 3386bf4 commit 0e34ed7

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

MIDaemonConfiguration.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@interface MIGlobalConfiguration : NSObject
2-
32
@end
43

4+
API_AVAILABLE(ios(13.0))
55
@interface MIDaemonConfiguration : MIGlobalConfiguration
66

77
@property (nonatomic, readonly) BOOL skipDeviceFamilyCheck;

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
GO_EASY_ON_ME=1
1+
TARGET = iphone:clang:13.0
22

33
ARCHS = arm64 arm64e
44

55
include $(THEOS)/makefiles/common.mk
66

77
TWEAK_NAME = skipDeviceFamilyCheck
88
skipDeviceFamilyCheck_FILES = Tweak.xm
9-
skipDeviceFamilyCheck_FRAMEWORKS = CoreFoundation
109

1110
include $(THEOS_MAKE_PATH)/tweak.mk
1211

layout/DEBIAN/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: daniel.skipdevicefamilycheck
22
Name: skipDeviceFamilyCheck
3-
Depends: mobilesubstrate
3+
Depends: mobilesubstrate, firmware (>= 13.0)
44
Version: 0.0.1
55
Architecture: iphoneos-arm
66
Description: Allow iPad app installation on any device

0 commit comments

Comments
 (0)