setup camera desktop
This commit is contained in:
@@ -0,0 +1,40 @@
|
||||
// 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: [
|
||||
.iOS("13.0")
|
||||
],
|
||||
products: [
|
||||
.library(name: "FlutterGeneratedPluginSwiftPackage", type: .static, targets: ["FlutterGeneratedPluginSwiftPackage"])
|
||||
],
|
||||
dependencies: [
|
||||
.package(name: "permission_handler_apple", path: "../.packages/permission_handler_apple"),
|
||||
.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"),
|
||||
.package(name: "geocoding_ios", path: "../.packages/geocoding_ios"),
|
||||
.package(name: "native_device_orientation", path: "../.packages/native_device_orientation"),
|
||||
.package(name: "camera_avfoundation", path: "../.packages/camera_avfoundation")
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "FlutterGeneratedPluginSwiftPackage",
|
||||
dependencies: [
|
||||
.product(name: "permission-handler-apple", package: "permission_handler_apple"),
|
||||
.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"),
|
||||
.product(name: "geocoding-ios", package: "geocoding_ios"),
|
||||
.product(name: "native-device-orientation", package: "native_device_orientation"),
|
||||
.product(name: "camera-avfoundation", package: "camera_avfoundation")
|
||||
]
|
||||
)
|
||||
]
|
||||
)
|
||||
@@ -0,0 +1,3 @@
|
||||
//
|
||||
// Generated file. Do not edit.
|
||||
//
|
||||
Reference in New Issue
Block a user