Skip to content

Commit

Permalink
is it platforms?
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 2, 2024
1 parent 6098c23 commit dd47aff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import PackageDescription

let package = Package(
name: "AblyChat",
/*platforms: [*/
/*.macOS(.v10_13),*/
/*.iOS(.v12),*/
/*.tvOS(.v12),*/
/*],*/
platforms: [
.macOS(.v10_13),
.iOS(.v12),
.tvOS(.v12),
],
products: [
],
dependencies: [
Expand Down

0 comments on commit dd47aff

Please sign in to comment.