Capacitor Plugin Spm Support

Guides the agent through adding Swift Package Manager (SPM) support to an existing Capacitor plugin. Covers creating a Package.swift manifest, replacing Objective-C bridge files with the CAPBridgedPlugin Swift protocol, updating .gitignore for SPM artifacts, cleaning up the Xcode project file, and updating package.json. Do not use for Capacitor app projects, creating new plugins from scratch, or non-Capacitor plugin frameworks.

involvex 0ee0bd0 10.4 KB Updated

File contents

involvex/syncstuff/tree/main/.agents/skills/capacitor-plugin-spm-support commit 0ee0bd0fd4

Frequently asked questions

npx skillmds@latest add involvex/capacitor-plugin-spm-support