Skip to content

Commit 9798c4f

Browse files
authored
Bump Swift version to 5.2 (JohnSundell#106)
* Bump Swift version to 5.2 * README: Update “Contributions and support” section
1 parent ec37e10 commit 9798c4f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: generic
33
sudo: required
44
dist: trusty
55
env:
6-
- SWIFT_VERSION=5.0
6+
- SWIFT_VERSION=5.2
77
install:
88
- eval "$(curl -sL https://swiftenv.fuller.li/install.sh)"
99
script:

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.2
22

33
/**
44
* Splash

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</p>
44

55
<p align="center">
6-
<img src="https://img.shields.io/badge/Swift-5.0-orange.svg" />
6+
<img src="https://img.shields.io/badge/Swift-5.2-orange.svg" />
77
<a href="https://swift.org/package-manager">
88
<img src="https://img.shields.io/badge/spm-compatible-brightgreen.svg?style=flat" alt="Swift Package Manager" />
99
</a>
@@ -27,6 +27,10 @@ Thanks to my good friend [Gui Rambo](https://twitter.com/_inside), you can [try
2727

2828
👉 [splash.rambo.codes](https://splash.rambo.codes)
2929

30+
If you're using [Publish](https://github.com/JohnSundell/Publish), then there's an official plugin that makes it easy to integrate Splash into your website:
31+
32+
👉 [SplashPublishPlugin](https://github.com/JohnSundell/SplashPublishPlugin)
33+
3034
If you're using Jekyll, there's also a custom ```{% splash %}``` tag available for the Liquid templating language.
3135

3236
👉 [splashtag](https://github.com/mannberg/splashtag)
@@ -143,7 +147,7 @@ Splash is distributed as a Swift package, making it easy to install for use in s
143147

144148
Splash supports both macOS and Linux.
145149

146-
*Before you begin, make sure that you have a Swift 4.2-compatible toolchain installed (for example Xcode 10 if you're on a Mac).*
150+
*Before you begin, make sure that you have a Swift 5.2-compatible toolchain installed (for example Xcode 11.5 or later if you're on a Mac).*
147151

148152
### 📦 As a package
149153

@@ -194,7 +198,7 @@ $ install .build/Release/SplashHTMLGen /usr/local/bin/SplashHTMLGen
194198

195199
Splash is developed completely in the open, and your contributions are more than welcome. It's still a very new project, so I'm sure there are bugs to be found and improvements to be made - and hopefully we can work on those together as a community.
196200

197-
You might notice that this project does not have GitHub issues enabled. That's because with Splash, I'm trying out a new 100% PR-based open source workflow. This is a bit of an experiment, so let's see how it works out.
201+
This project does not come with GitHub Issues-based support, and users are instead encouraged to become active participants in its continued development — by fixing any bugs that they encounter, or by improving the documentation wherever it's found to be lacking.
198202

199203
To read more about suggested workflows when contributing to Splash, how to report bugs and feature requests, as well as technical details and an architectural overview - check out the [Contributing Guide](https://github.com/JohnSundell/Splash/blob/master/CONTRIBUTING.md).
200204

0 commit comments

Comments
 (0)