diff --git a/10.xm b/10-through-12.xm similarity index 96% rename from 10.xm rename to 10-through-12.xm index 8b4d831..92fb470 100644 --- a/10.xm +++ b/10-through-12.xm @@ -90,8 +90,7 @@ %end %ctor { - if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 10.0 && - [[[UIDevice currentDevice] systemVersion] floatValue] < 11.0) { + if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 10.0) { %init(10); } } diff --git a/Makefile b/Makefile index 805ac25..a45ca93 100644 --- a/Makefile +++ b/Makefile @@ -3,10 +3,10 @@ TARGET = iphone:clang:latest:8.0 PACKAGE_VERSION = $(THEOS_PACKAGE_BASE_VERSION) THEOS_BUILD_DIR = debs -include theos/makefiles/common.mk +include $(THEOS)/makefiles/common.mk TWEAK_NAME = TypeTab -TypeTab_FILES = 8.xm 9.xm 10.xm +TypeTab_FILES = 8.xm 9.xm 10-through-12.xm TypeTab_FRAMEWORKS = Foundation UIKit CoreGraphics TypeTab_LIBRARIES = substrate TypeTab_LDFLAGS += -Wl,-segalign,4000 diff --git a/control b/control index 72af926..14caff5 100644 --- a/control +++ b/control @@ -1,7 +1,7 @@ Package: ml.andrewhyatt.typetab Name: TypeTab Depends: mobilesubstrate (>= 0.9.6101), firmware (>= 8.0) -Version: 3.0 +Version: 4.0 Architecture: iphoneos-arm Description: Faster address entry for Safari tabs Maintainer: Andrew Hyatt diff --git a/theos b/theos deleted file mode 120000 index e30945d..0000000 --- a/theos +++ /dev/null @@ -1 +0,0 @@ -/opt/theos \ No newline at end of file