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

Commit

Permalink
manual package file?
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu committed Dec 18, 2023
1 parent fa3c3b5 commit 37e4f75
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// swift-tools-version:5.3

import PackageDescription

let package = Package(
name: "authentikClient",
platforms: [
.iOS(.v9),
.macOS(.v10_11),
.tvOS(.v9),
.watchOS(.v3),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.import(path: "OpenAPITransport"), // imports Crashlytics/Package.swift
.import(path: "authentikClient"), // imports Crashlytics/Package.swift
],
)

0 comments on commit 37e4f75

Please sign in to comment.