Skip to content

Commit

Permalink
Can't have users on iOS 6 get too excited
Browse files Browse the repository at this point in the history
  • Loading branch information
dlevi309 committed Sep 25, 2021
1 parent 3386bf4 commit 0e34ed7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MIDaemonConfiguration.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@interface MIGlobalConfiguration : NSObject

@end

API_AVAILABLE(ios(13.0))
@interface MIDaemonConfiguration : MIGlobalConfiguration

@property (nonatomic, readonly) BOOL skipDeviceFamilyCheck;
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
GO_EASY_ON_ME=1
TARGET = iphone:clang:13.0

ARCHS = arm64 arm64e

include $(THEOS)/makefiles/common.mk

TWEAK_NAME = skipDeviceFamilyCheck
skipDeviceFamilyCheck_FILES = Tweak.xm
skipDeviceFamilyCheck_FRAMEWORKS = CoreFoundation

include $(THEOS_MAKE_PATH)/tweak.mk

Expand Down
2 changes: 1 addition & 1 deletion layout/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0e34ed7

Please sign in to comment.