feat: add iOS example, update

This commit is contained in:
Lucas Nogueira
2023-04-04 15:57:35 -03:00
parent b2ae7204b0
commit 6a12952688
36 changed files with 899 additions and 7 deletions
+1 -1
View File
@@ -8,4 +8,4 @@ DerivedData/
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc
Package.resolved
/tauri-api
/.tauri
+2 -2
View File
@@ -1,4 +1,4 @@
// swift-tools-version:5.7
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
@@ -16,7 +16,7 @@ let package = Package(
targets: ["tauri-plugin-camera"]),
],
dependencies: [
.package(name: "Tauri", path: "./tauri-api")
.package(name: "Tauri", path: "../.tauri/tauri-api")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.