File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SDKVERSION = 9.0
44TARGET_IPHONEOS_DEPLOYMENT_VERSION = 9.0
55SYSROOT = /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
99include $(THEOS ) /makefiles/common.mk
1010
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments