Browse Source

A12 and sileo depiction

tags/v1.1.3
Viggo Lekdorf 4 years ago
parent
commit
b5ffc27f3a
3 changed files with 5 additions and 4 deletions
  1. +1
    -1
      Makefile
  2. +3
    -2
      control
  3. +1
    -1
      squareswitcherxprefs/Makefile

+ 1
- 1
Makefile View File

@@ -1,4 +1,4 @@
ARCHS = arm64
ARCHS = arm64 arm64e
TARGET = iphone:clang:11.2:11.2

include $(THEOS)/makefiles/common.mk

+ 3
- 2
control View File

@@ -1,10 +1,11 @@
Package: com.yaypixxo.squareswitcherx
Name: SquareSwitcherX
Depends: mobilesubstrate, preferenceloader
Version: 1.1.1
Version: 1.1.3
Architecture: iphoneos-arm
Description: Reduce corner radius of iPhone X switcher cards
Depiction: http://yaypixxo.com/depictions?p=com.yaypixxo.squareswitcherx
Depiction: https://yaypixxo.com/depictions?p=com.yaypixxo.squareswitcherx
SileoDepiction: https://yaypixxo.com/sileo/com.yaypixxo.squareswitcherx
Maintainer: YaYPIXXO <viggo@lekdorf.com>
Author: YaYPIXXO <viggo@lekdorf.com>
Section: Tweaks

+ 1
- 1
squareswitcherxprefs/Makefile View File

@@ -1,4 +1,4 @@
ARCHS = arm64
ARCHS = arm64 arm64e
TARGET = iphone:clang:11.2:11.2

include $(THEOS)/makefiles/common.mk

Loading…
Cancel
Save