mirror of
https://github.com/nicoverbruggen/NVAppUpdater.git
synced 2025-08-07 09:40:08 +02:00
Initial commit
This commit is contained in:
15
Package.swift
Normal file
15
Package.swift
Normal file
@ -0,0 +1,15 @@
|
||||
// swift-tools-version: 5.10
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "AppUpdater",
|
||||
platforms: [.macOS(.v11)],
|
||||
products: [
|
||||
.library(name: "AppUpdater", targets: ["AppUpdater"]),
|
||||
],
|
||||
targets: [
|
||||
.target(name: "AppUpdater"),
|
||||
]
|
||||
)
|
Reference in New Issue
Block a user