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
+1-15Lines changed: 1 addition & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ The primary goal is to make it trivial and practical to create large Shortcut pr
18
18
19
19
### π Top Features
20
20
21
-
- π₯οΈ Laptop/Desktopbased development (CLI, [VSCode extension](https://marketplace.visualstudio.com/items?itemName=electrikmilk.cherri-vscode-extension), macOS app)
21
+
- π₯οΈ Laptop/Desktop-based development (CLI, [VSCode extension](https://marketplace.visualstudio.com/items?itemName=electrikmilk.cherri-vscode-extension), macOS app)
22
22
- π Easy to learn and syntax similar to other languages
23
23
- π 1-1 translation to Shortcut actions as much as possible to make debugging easier
24
24
- πͺ No magic variables syntax, they're constants instead
@@ -52,20 +52,6 @@ cherri file.cherri
52
52
Run `cherri` without any arguments to see all options and usage. For development, use the `--debug` (or `-d`) option to print
53
53
stack traces, debug information, and output a `.plist` file.
54
54
55
-
## Why macOS only?
56
-
57
-
Generating valid Shortcuts is only possible on macOS. However, there is a [Cherri Playground](https://playground.cherrilang.org) that outputs valid Shortcuts on any platform with a web
58
-
browser.
59
-
60
-
### Development on other platforms
61
-
62
-
As it stands, I don't want someone to get confused and think Shortcuts compiled using Cherri on other platforms will run
63
-
on their Mac or iOS device. However, you can build the compiler for your platform; it will just skip signing the
64
-
compiled Shortcut, so it will not run on iOS 15+ or macOS 12+. Also, I'd like to point out that the compiler is primarily developed and
65
-
tested on Unix-like systems.
66
-
67
-
[Read my full thoughts on this](https://cherrilang.org/faq#why-macos-only)
0 commit comments