Skip to content

Commit eee1ec0

Browse files
committed
removed watchOS from platforms, set swift-tools-version 5.2, updated README badges, updated workflow branches
1 parent edc061b commit eee1ec0

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

.github/workflows/swift-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: build
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
tags:
88
- "!*"
99
pull_request:

.github/workflows/swift-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: swiftlint
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
tags:
88
- "!*"
99
pull_request:

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version:5.1
1+
// swift-tools-version:5.2
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription
55

66
let package = Package(
77
name: "MultipeerHelper",
8-
platforms: [.iOS(.v11), .macOS(.v10_10), .tvOS(.v9), .watchOS(.v2)],
8+
platforms: [.iOS(.v11), .macOS(.v10_10), .tvOS(.v9)],
99
products: [
1010
.library(name: "MultipeerHelper", targets: ["MultipeerHelper"])
1111
],

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
1-
[![Lint Status](https://github.com/maxxfrazer/MultipeerHelper/workflows/swiftlint/badge.svg)](https://github.com/maxxfrazer/MultipeerHelper/actions)
2-
[![Build Status](https://github.com/maxxfrazer/MultipeerHelper/workflows/build/badge.svg)](https://github.com/maxxfrazer/MultipeerHelper/actions)
3-
[![Swift Package Manager](https://img.shields.io/github/v/release/maxxfrazer/MultipeerHelper?color=orange&label=SwiftPM%20📦)](https://github.com/apple/swift-package-manager)
1+
2+
<p align="center">
3+
<img src="https://img.shields.io/github/v/release/maxxfrazer/MultipeerHelper?color=orange&label=SwiftPM&logo=swift"/>
4+
<img src="https://img.shields.io/badge/platform-iOS%20%7C%20macOS%20%7C%20tvOS-lightgrey"/>
5+
<img src="https://img.shields.io/badge/Swift-5.2-orange?logo=swift"/>
6+
<img src="https://img.shields.io/github/license/maxxfrazer/MultipeerHelper"/>
7+
<img src="https://github.com/maxxfrazer/MultipeerHelper/workflows/build/badge.svg"/>
8+
<img src="https://github.com/maxxfrazer/MultipeerHelper/workflows/swiftlint/badge.svg"/>
9+
</p>
410

511
![Path Example 1](https://github.com/maxxfrazer/MultipeerHelper/blob/master/media/MultipeerHelper-Header.png)
612

0 commit comments

Comments
 (0)