You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-31Lines changed: 2 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,11 @@ The **BEST** tweak that displays visual indicators for touch interactions on the
8
8
9
9
- Animations
10
10
- Color pickers
11
-
- Multi-touch support
11
+
- Multi-touch & iPad support
12
12
- No touch delay or blocking.
13
13
- Legacy, rootless and roothide jailbreaks
14
14
- Displaying interactions always or during screen recording only.
15
+
-**CC Support**
15
16
16
17
## Compatibility
17
18
@@ -20,36 +21,6 @@ The **BEST** tweak that displays visual indicators for touch interactions on the
20
21
- NathanLR's jailbreak
21
22
- SEROTONIN IS SUPPORTED
22
23
23
-
## Why Touch-Viz, not TouchVis?
24
-
25
-
In TouchVis, we used some codes (settings bundle only) from [ShowMyTouches](https://github.com/dayanch96/ShowMyTouches), which is a open-source project from [@dayanch96](https://github.com/dayanch96/ShowMyTouches).
26
-
27
-
Sadly we didn't notice that there's no license declaration in [ShowMyTouches](https://github.com/dayanch96/ShowMyTouches), so it was our fault to use the codes without permission.
28
-
29
-
To prove that we are not using any unlicensed codes or derived works now, we've published the new [`TVZRootListController.swift`](./TVZRootListController.swift). And you can simply compare it with the [original one](https://github.com/dayanch96/ShowMyTouches/blob/main/SMTPrefs/DVNRootListController.m) from [ShowMyTouches](https://github.com/dayanch96/ShowMyTouches).
30
-
31
-
And, you can do simple reverse engineering to `TouchVis.dylib` or `TouchViz.dylib` to prove that the tweak core is totally different from [ShowMyTouches](https://github.com/dayanch96/ShowMyTouches).
32
-
33
-
### TL;DR
34
-
35
-
- Now we've re-written the whole _TouchVis_ and now it is called _Touch-Viz_.
36
-
- Touch-Viz does not contain any codes or derived works from ShowMyTouches.
37
-
- If you already bought _TouchVis_, please request a refund and buy _Touch-Viz_ instead.
0 commit comments