Skip to content

Commit bb072ae

Browse files
authored
Update Package.swift
1 parent d2c13ce commit bb072ae

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

Package.swift

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
1-
1+
// swift-tools-version:5.5
22
import PackageDescription
33

44
let package = Package(
5-
name: "AppVersionMonitor"
5+
name: "AppVersionMonitor",
6+
platforms: [.iOS(.v12)],
7+
products: [
8+
.library(name: "AppVersionMonitor", targets: ["AppVersionMonitor"]),
9+
],
10+
dependencies: [
11+
],
12+
targets: [
13+
.target(
14+
name: "AppVersionMonitor",
15+
exclude: ["Info.plist"]
16+
),
17+
]
618
)

0 commit comments

Comments
 (0)