From b4b752a2ed986941cc08732e94e679f447fd0259 Mon Sep 17 00:00:00 2001 From: Benjamin Kindle Date: Mon, 24 Jun 2019 18:05:47 -0400 Subject: [PATCH] remove macOS only phrase This line almost scared me away before I realized that there was an example at the bottom of the readme. If you would prefer to remove the bullet completely rather than "minimal support", I can make that change too. I chose to add it because deploying to a device is not supported, and there are open issues around debugging. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a56c69..6796b13 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Feedback is highy appreciated! Let me know if this works for you? Are there any ## Caveats * First release, my first non-trivial TypeScript/JavaScript program - expect bugs, problems, and non-idiomatic code. -* Only useful for macOS apps at this point. +* Minimal support for iOS apps. * Managing the project (adding files, changing settings, etc.) has to be done using Xcode itself. ## Features