setup camera desktop
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
// swift-tools-version: 5.9
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "FlutterGeneratedPluginSwiftPackage",
|
||||
platforms: [
|
||||
.macOS("10.15")
|
||||
],
|
||||
products: [
|
||||
.library(name: "FlutterGeneratedPluginSwiftPackage", type: .static, targets: ["FlutterGeneratedPluginSwiftPackage"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(name: "path_provider_foundation", path: "../.packages/path_provider_foundation"),
|
||||
.package(name: "package_info_plus", path: "../.packages/package_info_plus"),
|
||||
.package(name: "geolocator_apple", path: "../.packages/geolocator_apple")
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "FlutterGeneratedPluginSwiftPackage",
|
||||
dependencies: [
|
||||
.product(name: "path-provider-foundation", package: "path_provider_foundation"),
|
||||
.product(name: "package-info-plus", package: "package_info_plus"),
|
||||
.product(name: "geolocator-apple", package: "geolocator_apple")
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
@@ -0,0 +1,3 @@
|
||||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
Reference in New Issue
Block a user