diff --git a/Makefile b/Makefile index 0df0f9a..5b25f1e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ARCHS = arm64 arm64e -SDK = iPhoneOS12.4 +SDK = iPhoneOS12.2 FINALPACKAGE = 1 include $(THEOS)/makefiles/common.mk diff --git a/packages/com.mac-user669.zenithdark_1.0.1-1-1+debug_iphoneos-arm.deb b/packages/com.mac-user669.zenithdark_1.0.1-1-1+debug_iphoneos-arm.deb new file mode 100644 index 0000000..519053f Binary files /dev/null and b/packages/com.mac-user669.zenithdark_1.0.1-1-1+debug_iphoneos-arm.deb differ diff --git a/zenithdarkprefs/Makefile b/zenithdarkprefs/Makefile index 9bc4bca..1c399e6 100644 --- a/zenithdarkprefs/Makefile +++ b/zenithdarkprefs/Makefile @@ -1,6 +1,8 @@ ARCHS = arm64 arm64e -SDK = iPhoneOS12.4 +SDK = iPhoneOS12.2 FINALPACKAGE = 1 +TARGET = iphone:12.2:13.0 + include $(THEOS)/makefiles/common.mk