Skip to content

Commit

Permalink
further
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 1, 2024
1 parent 37df0dc commit bc97713
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bc97713

Please sign in to comment.