Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
muukii authored Jan 12, 2022
1 parent d2c13ce commit bb072ae
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@

// swift-tools-version:5.5
import PackageDescription

let package = Package(
name: "AppVersionMonitor"
name: "AppVersionMonitor",
platforms: [.iOS(.v12)],
products: [
.library(name: "AppVersionMonitor", targets: ["AppVersionMonitor"]),
],
dependencies: [
],
targets: [
.target(
name: "AppVersionMonitor",
exclude: ["Info.plist"]
),
]
)

0 comments on commit bb072ae

Please sign in to comment.