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

Recompiled for iOS 14

This commit is contained in:
2021-03-02 01:50:06 +02:00
parent c3a947bb7f
commit 2eb10da3cc
4 changed files with 8 additions and 8 deletions

View File

@ -1,3 +1,4 @@
FINALPACKAGE = 1
ARCHS = armv7 arm64 arm64e
export TARGET = iphone:clang:11.2:7.0

View File

@ -25,7 +25,6 @@ static void loadPrefs() {
%end
%ctor{
loadPrefs();
CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, (CFNotificationCallback)loadPrefs, CFSTR("com.gilshahar7.pearlretryprefs.settingschanged"), NULL, CFNotificationSuspensionBehaviorCoalesce);

View File

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