mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
chore(deps): update tauri, adjust iOS plugin
This commit is contained in:
@@ -1 +1,2 @@
|
||||
node_modules
|
||||
node_modules
|
||||
/tauri-api
|
||||
|
||||
@@ -8,4 +8,3 @@ DerivedData/
|
||||
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
|
||||
.netrc
|
||||
Package.resolved
|
||||
/tauri-api
|
||||
|
||||
@@ -16,7 +16,7 @@ let package = Package(
|
||||
targets: ["tauri-plugin-log"]),
|
||||
],
|
||||
dependencies: [
|
||||
.package(name: "Tauri", path: "tauri-api")
|
||||
.package(name: "Tauri", path: "../tauri-api")
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||
|
||||
Reference in New Issue
Block a user