Skip to content

Commit 969a3e8

Browse files
committed
manual package file?
1 parent fa3c3b5 commit 969a3e8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Package.swift

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// swift-tools-version:5.1
2+
3+
import PackageDescription
4+
5+
let package = Package(
6+
name: "authentikClient",
7+
platforms: [
8+
.iOS(.v9),
9+
.macOS(.v10_11),
10+
.tvOS(.v9),
11+
.watchOS(.v3),
12+
],
13+
products: [
14+
// Products define the executables and libraries produced by a package, and make them visible to other packages.
15+
.import(path: "OpenAPITransport"), // imports Crashlytics/Package.swift
16+
.import(path: "authentikClient"), // imports Crashlytics/Package.swift
17+
],
18+
)

0 commit comments

Comments
 (0)