From bc9771341abaa314514e2234e7bc5b40bba861f3 Mon Sep 17 00:00:00 2001 From: Lawrence Forooghian Date: Thu, 1 Aug 2024 10:48:33 +0100 Subject: [PATCH] further --- CONTRIBUTING.md | 4 ++++ Package.swift | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e2b1110b..4b93c25a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,3 +11,7 @@ TODO - To fix code quality: `script/lint/fix` - To check formatting: `script/format/check` - To fix formatting: `script/format/fix` + +## How to build + +TODO diff --git a/Package.swift b/Package.swift index c716370f..ce0e7776 100644 --- a/Package.swift +++ b/Package.swift @@ -5,6 +5,12 @@ import PackageDescription let package = Package( name: "AblyChat", + // These platforms are copied from ably-cocoa; I imagine we’ll make them more restrictive as we start to make use of more Swift features in the project. + platforms: [ + .macOS(.v10_11), + .iOS(.v9), + .tvOS(.v10) + ], products: [ // Products define the executables and libraries a package produces, making them visible to other packages. .library(