Skip to content

Commit

Permalink
Πρόσθεσα έκδοση λειτουργικού
Browse files Browse the repository at this point in the history
platforms: [.iOS(.v13),.macOS(.v10_15)],
  • Loading branch information
nickpolychronakis committed Jul 13, 2020
1 parent 5a9356c commit eb1f9d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import PackageDescription

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

0 comments on commit eb1f9d1

Please sign in to comment.