1
0
mirror of https://github.com/gilshahar7/PearlRetry.git synced 2025-06-27 16:06:47 +00:00

Added A12 compatibility

This commit is contained in:
2019-12-07 18:02:44 +02:00
parent 582f8d7ed9
commit c3a947bb7f
5 changed files with 11 additions and 3 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.DS_Store
.theos/

View File

@ -1,4 +1,6 @@
ARCHS = armv7 arm64
ARCHS = armv7 arm64 arm64e
export TARGET = iphone:clang:11.2:7.0
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = PearlRetry

View File

@ -1,7 +1,7 @@
Package: com.gilshahar7.pearlretry
Name: PearlRetry
Depends: mobilesubstrate
Version: 1.0
Version: 1.1
Architecture: iphoneos-arm
Description: Retry FaceID when failed to recognize.
Maintainer: gilshahar7

View File

@ -1,4 +1,6 @@
ARCHS = armv7 arm64
ARCHS = armv7 arm64 arm64e
export TARGET = iphone:clang:11.2:7.0
include $(THEOS)/makefiles/common.mk
BUNDLE_NAME = PearlRetryPrefs