mirror of
https://github.com/gilshahar7/PearlRetry.git
synced 2025-06-28 08:26:46 +00:00
Recompiled for iOS 14
This commit is contained in:
1
Makefile
1
Makefile
@ -1,3 +1,4 @@
|
|||||||
|
FINALPACKAGE = 1
|
||||||
ARCHS = armv7 arm64 arm64e
|
ARCHS = armv7 arm64 arm64e
|
||||||
export TARGET = iphone:clang:11.2:7.0
|
export TARGET = iphone:clang:11.2:7.0
|
||||||
|
|
||||||
|
1
Tweak.xm
1
Tweak.xm
@ -25,7 +25,6 @@ static void loadPrefs() {
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%ctor{
|
%ctor{
|
||||||
loadPrefs();
|
loadPrefs();
|
||||||
CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, (CFNotificationCallback)loadPrefs, CFSTR("com.gilshahar7.pearlretryprefs.settingschanged"), NULL, CFNotificationSuspensionBehaviorCoalesce);
|
CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, (CFNotificationCallback)loadPrefs, CFSTR("com.gilshahar7.pearlretryprefs.settingschanged"), NULL, CFNotificationSuspensionBehaviorCoalesce);
|
||||||
|
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.1
|
Version: 1.2
|
||||||
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.2_iphoneos-arm.deb
Normal file
BIN
packages/com.gilshahar7.pearlretry_1.2_iphoneos-arm.deb
Normal file
Binary file not shown.
Reference in New Issue
Block a user