Skip to content

Commit

Permalink
Remove macos support.
Browse files Browse the repository at this point in the history
  • Loading branch information
borut-t committed May 27, 2024
1 parent 93fb84c commit 70d9456
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
// swift-tools-version: 5.8
// swift-tools-version: 5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "PovioKitAuth",
platforms: [
.iOS(.v13),
.macOS(.v13)
.iOS(.v13)
],
products: [
.library(name: "PovioKitAuthCore", targets: ["PovioKitAuthCore"]),
Expand Down

0 comments on commit 70d9456

Please sign in to comment.