mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
feat(mobile): add plugin config to the Plugin class (#6763)
This commit is contained in:
committed by
GitHub
parent
41f49aeae6
commit
dfa407ffcb
5
.changes/mobile-plugin-config.md
Normal file
5
.changes/mobile-plugin-config.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": patch
|
||||
---
|
||||
|
||||
Expose plugin configuration on the Android and iOS plugin classes.
|
||||
5
.changes/simplify-ios-plugin-init-fn.md
Normal file
5
.changes/simplify-ios-plugin-init-fn.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"tauri": patch
|
||||
---
|
||||
|
||||
Change iOS plugin init function signature to `func init_plugin() -> Plugin`.
|
||||
Reference in New Issue
Block a user