Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b5ffc27f3a | |||
5e2933427b |
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
|||||||
ARCHS = arm64
|
ARCHS = arm64 arm64e
|
||||||
TARGET = iphone:clang:11.2:11.2
|
TARGET = iphone:clang:11.2:11.2
|
||||||
|
|
||||||
include $(THEOS)/makefiles/common.mk
|
include $(THEOS)/makefiles/common.mk
|
||||||
|
@ -1,2 +1,6 @@
|
|||||||
# SquareSwitcherX
|
# SquareSwitcherX
|
||||||
Reduce corner radius on iPhone X app switcher cards
|
Reduce corner radius on iPhone X app switcher cards
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
1. Add https://yaypixxo.com/ to your sources in your package manager
|
||||||
|
2. Search for and install SquareSwitcherX
|
5
control
5
control
@ -1,10 +1,11 @@
|
|||||||
Package: com.yaypixxo.squareswitcherx
|
Package: com.yaypixxo.squareswitcherx
|
||||||
Name: SquareSwitcherX
|
Name: SquareSwitcherX
|
||||||
Depends: mobilesubstrate, preferenceloader
|
Depends: mobilesubstrate, preferenceloader
|
||||||
Version: 1.1.1
|
Version: 1.1.3
|
||||||
Architecture: iphoneos-arm
|
Architecture: iphoneos-arm
|
||||||
Description: Reduce corner radius of iPhone X switcher cards
|
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>
|
Maintainer: YaYPIXXO <viggo@lekdorf.com>
|
||||||
Author: YaYPIXXO <viggo@lekdorf.com>
|
Author: YaYPIXXO <viggo@lekdorf.com>
|
||||||
Section: Tweaks
|
Section: Tweaks
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
ARCHS = arm64
|
ARCHS = arm64 arm64e
|
||||||
TARGET = iphone:clang:11.2:11.2
|
TARGET = iphone:clang:11.2:11.2
|
||||||
|
|
||||||
include $(THEOS)/makefiles/common.mk
|
include $(THEOS)/makefiles/common.mk
|
||||||
|
Reference in New Issue
Block a user