Skip to content

Commit

Permalink
docs: Add register plugin section on migrate guide (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored May 6, 2024
1 parent d8651c9 commit 19b3e82
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/main/updating/6-0.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ Capacitor 6 requires Xcode 15.0+.

Converting from using Cocoapods to SPM is a pretty large topic we will cover in a different article, coming soon.

### Register custom plugins

In Capacitor 6, plugin classes are no longer automatically registered. For npm installed plugins, the CLI will generate a list of plugin classes to register them programmatically.
But users following the [custom code guide](../ios/custom-code.md) for creating local plugins not distributed through npm, they will have to create [a custom view controller and register their plugins](../ios/custom-code.md#register-the-plugin).

## Android

The following guide describes how to upgrade your Capacitor 5 Android project to Capacitor 6.
Expand Down

0 comments on commit 19b3e82

Please sign in to comment.