-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:ionic-team/capacitor-plugin-converter
- Loading branch information
Showing
1 changed file
with
13 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
> ``` |