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

Commit

Permalink
add platforms to Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethella committed Jan 21, 2022
1 parent 817ea95 commit f15b2b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ import PackageDescription

let package = Package(
name: "MagicExt-OAuth",

platforms: [
.iOS(.v10),
.macOS(.v10_12)
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
Expand Down

0 comments on commit f15b2b9

Please sign in to comment.