Selaa lähdekoodia

Added A12 compatibility

master
gilshahar7 4 vuotta sitten
vanhempi
commit
c3a947bb7f
5 muutettua tiedostoa jossa 11 lisäystä ja 3 poistoa
  1. +4
    -0
      .gitignore
  2. +3
    -1
      Makefile
  3. +1
    -1
      control
  4. BIN
      packages/com.gilshahar7.pearlretry_1.1_iphoneos-arm.deb
  5. +3
    -1
      pearlretryprefs/Makefile

+ 4
- 0
.gitignore Näytä tiedosto

@@ -0,0 +1,4 @@

.DS_Store

.theos/

+ 3
- 1
Makefile Näytä tiedosto

@@ -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

+ 1
- 1
control Näytä tiedosto

@@ -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

BIN
packages/com.gilshahar7.pearlretry_1.1_iphoneos-arm.deb Näytä tiedosto


+ 3
- 1
pearlretryprefs/Makefile Näytä tiedosto

@@ -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

Loading…
Peruuta
Tallenna