summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2019-06-16 18:22:01 +0300
committerEvgeny Zinoviev <me@ch1p.io>2019-06-16 18:22:01 +0300
commitd3c5951bb4552185b5a0766a38cc30ffbf857036 (patch)
tree659b54956e51c696280454ef7fcde8d5f5a4e165 /README.md
parente22e14ddb18f52014004336047d8191d09030d5a (diff)
rewrite
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index c7b608f..995367f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
# sketchtrial
-To bypass Sketch trial verification process you just need to spoof a couple of NSDate calls when the app starts. This repository contains a shared library code that can be inserted (using `DYLD_INSERT_LIBRARIES`) to the Sketch process that spoofs the right `gettimeofday` calls.
+This is a shared library that spoofs some ObjC method calls to disable Sketch license verification.
+
+Tested on Sketch 55.2.
## Building
```