Bumpted to Swift 5.5

Also moved and renamed files
This commit is contained in:
Alexis Bridoux 2021-12-19 19:55:53 +01:00
parent 1f4b657ff1
commit c7cb55c235
12 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
// swift-tools-version:5.4
// swift-tools-version:5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

View File

@ -21,6 +21,7 @@ Written by Alexis Bridoux. Copyright (c) 2020-present.
MIT license, see LICENSE file for details
"""
@main
struct ScoutMainCommand: ParsableCommand {
// MARK: - Constants

View File

@ -1,6 +0,0 @@
//
// Scout
// Copyright (c) 2020-present Alexis Bridoux
// MIT license, see LICENSE file for details
ScoutMainCommand.main()