mirror of
https://github.com/gilshahar7/PearlRetry.git
synced 2025-06-28 00:16:46 +00:00
Added A12 compatibility
This commit is contained in:
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
.theos/
|
4
Makefile
4
Makefile
@ -1,4 +1,6 @@
|
|||||||
ARCHS = armv7 arm64
|
ARCHS = armv7 arm64 arm64e
|
||||||
|
export TARGET = iphone:clang:11.2:7.0
|
||||||
|
|
||||||
include $(THEOS)/makefiles/common.mk
|
include $(THEOS)/makefiles/common.mk
|
||||||
|
|
||||||
TWEAK_NAME = PearlRetry
|
TWEAK_NAME = PearlRetry
|
||||||
|
2
control
2
control
@ -1,7 +1,7 @@
|
|||||||
Package: com.gilshahar7.pearlretry
|
Package: com.gilshahar7.pearlretry
|
||||||
Name: PearlRetry
|
Name: PearlRetry
|
||||||
Depends: mobilesubstrate
|
Depends: mobilesubstrate
|
||||||
Version: 1.0
|
Version: 1.1
|
||||||
Architecture: iphoneos-arm
|
Architecture: iphoneos-arm
|
||||||
Description: Retry FaceID when failed to recognize.
|
Description: Retry FaceID when failed to recognize.
|
||||||
Maintainer: gilshahar7
|
Maintainer: gilshahar7
|
||||||
|
BIN
packages/com.gilshahar7.pearlretry_1.1_iphoneos-arm.deb
Normal file
BIN
packages/com.gilshahar7.pearlretry_1.1_iphoneos-arm.deb
Normal file
Binary file not shown.
@ -1,4 +1,6 @@
|
|||||||
ARCHS = armv7 arm64
|
ARCHS = armv7 arm64 arm64e
|
||||||
|
export TARGET = iphone:clang:11.2:7.0
|
||||||
|
|
||||||
include $(THEOS)/makefiles/common.mk
|
include $(THEOS)/makefiles/common.mk
|
||||||
|
|
||||||
BUNDLE_NAME = PearlRetryPrefs
|
BUNDLE_NAME = PearlRetryPrefs
|
||||||
|
Reference in New Issue
Block a user