From 4eac72354005b68003929d9195122721980e258a Mon Sep 17 00:00:00 2001 From: Mark Anderson Date: Wed, 8 Nov 2023 13:10:18 -0500 Subject: [PATCH] Create README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..31e3c06 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Capacitor Plugin Converter + +This is a *experimental* CLI tool under heavy development that allows for the following: + +1. To read Plugin.m and Plugin.h files and modify your Plugin.swift file to allow them to be removed +2. If those are your only Objective-C files, you will be able to generate a Package.swift to make your plugin +3. With that complete, you can test your plugins with the new experimental SPM support