Skip to content

Commit

Permalink
fix: plugins registration
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Jul 23, 2024
1 parent 326f7b2 commit 56edd70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ios/App/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ class ViewController: CAPBridgeViewController {
// Do any additional setup after loading the view.
}

override open func capacitorDidLoad() {
bridge?.registerPluginInstance(AppInfo())
bridge?.registerPluginInstance(Camera())
bridge?.registerPluginInstance(Enviroment())
bridge?.registerPluginInstance(Zip())
bridge?.registerPluginInstance(IsolatedModules())
bridge?.registerPluginInstance(SaplingNative())
bridge?.registerPluginInstance(SecurityUtils())
}


/*
// MARK: - Navigation
Expand Down

0 comments on commit 56edd70

Please sign in to comment.