Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 37e4f75

Browse files
committed
manual package file?
1 parent fa3c3b5 commit 37e4f75

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

Package.swift

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
// swift-tools-version:5.3
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)