mczachurski / wallpapper

:computer: Console application for creating dynamic wallpapers for macOS Mojave and newer
MIT License
3.31k stars 137 forks source link

Building requires Swift 4.2 #3

Closed LoryB closed 6 years ago

LoryB commented 6 years ago

Swift 4.2 is only available on Xcode 10 beta... Is there a way to build the console application with the previous Swift version (4.1)? Otherwise you should write "Xcode 10 beta required" on instructions You did an amazing job ;) P.S. Form application will be better for users in the future imo :)

mczachurski commented 6 years ago

Please edit Package.swift file. You have to change this line:

swift-tools-version:4.2

to that one:

swift-tools-version:4.1

It's only information for your Swift console tool. The source code is compatible with Swift 4.1 and 4.2.