File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
@interface MIGlobalConfiguration : NSObject
2
-
3
2
@end
4
3
4
+ API_AVAILABLE (ios(13.0 ))
5
5
@interface MIDaemonConfiguration : MIGlobalConfiguration
6
6
7
7
@property (nonatomic, readonly) BOOL skipDeviceFamilyCheck;
Original file line number Diff line number Diff line change 1
- GO_EASY_ON_ME =1
1
+ TARGET = iphone:clang:13.0
2
2
3
3
ARCHS = arm64 arm64e
4
4
5
5
include $(THEOS ) /makefiles/common.mk
6
6
7
7
TWEAK_NAME = skipDeviceFamilyCheck
8
8
skipDeviceFamilyCheck_FILES = Tweak.xm
9
- skipDeviceFamilyCheck_FRAMEWORKS = CoreFoundation
10
9
11
10
include $(THEOS_MAKE_PATH ) /tweak.mk
12
11
Original file line number Diff line number Diff line change 1
1
Package: daniel.skipdevicefamilycheck
2
2
Name: skipDeviceFamilyCheck
3
- Depends: mobilesubstrate
3
+ Depends: mobilesubstrate, firmware (>= 13.0)
4
4
Version: 0.0.1
5
5
Architecture: iphoneos-arm
6
6
Description: Allow iPad app installation on any device
You can’t perform that action at this time.
0 commit comments