Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ionic-team/capacitor-plugin-converter
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Nov 8, 2023
2 parents 50e7b4d + 1ef9afd commit 18fec18
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# Capacitor Plugin Converter

This is a *experimental* CLI tool under heavy development that allows for the following:
> [!IMPORTANT]
> This is a *experimental* CLI tool under heavy development
This package builds a binary cap2spm that allows for the following:

- To read Plugin.m and Plugin.h files and modify your Plugin.swift file to allow them to be removed
- *COMING SOON:* you will be able to generate a Package.swift for your plugin to be useable with Capacitor SPM

- **COMING SOON:** you will be able to generate a Package.swift for your plugin to be useable with Capacitor SPM

> [!WARNING]
> The binary in releases is currently not signed.
>
> Build it from source or run the following on the command line to allow you to run it:
> ```
> xattr -d com.apple.quarantine ./cap2spm
> ```

0 comments on commit 18fec18

Please sign in to comment.