Skip to content

Commit 0878ed9

Browse files
committed
repackaging for release
1 parent 9ba7604 commit 0878ed9

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SDKVERSION = 9.0
44
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 9.0
55
SYSROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.0.sdk
66

7-
PACKAGE_VERSION = 1.2.2-4
7+
PACKAGE_VERSION = 1.2.3
88

99
include $(THEOS)/makefiles/common.mk
1010

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
# SB3DTouchMenu
3+
4+
You can activate shortcut menu and app switcher by gesture like 3D touch for 6s/6s+.
5+
6+
* works on SpringBoard only
7+
* not peek and pop
8+
* but it works like 3D touch for 6s/6s+
9+
10+
### features
11+
12+
* invoke shortcut menu by long press gesture
13+
* activate app switcher by screen edge gesture
14+
* automatic app switcher rotating by edge position
15+
16+
You can use it with other 3D Touch tweaks such as UniversalForce.
17+
18+
GNU GPLv3 license

0 commit comments

Comments
 (0)