Skip to content

Commit

Permalink
Merge pull request #1 from lawrencebensaid/develop
Browse files Browse the repository at this point in the history
Added macOS compatibility
  • Loading branch information
lawrencebensaid authored Apr 7, 2022
2 parents 7ab8b8f + 090de46 commit bfcd676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// swift-tools-version: 5.4
// swift-tools-version: 5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "BlissfulBinding",
platforms: [.iOS(.v13)],
platforms: [.iOS(.v13), .macOS(.v10_15), .macCatalyst(.v13)],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
Expand Down

0 comments on commit bfcd676

Please sign in to comment.