Skip to content

Commit

Permalink
Upgrade docs to Xcode 12 & add missing Changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Sep 28, 2020
1 parent 1893172 commit 5f63460
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 120 deletions.
1 change: 0 additions & 1 deletion .jamithub/projconf.json

This file was deleted.

85 changes: 0 additions & 85 deletions .projlint.yml

This file was deleted.

3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Added
- None.
### Changed
- None.
- Updated swift-syntax to match Swift 5.3.
Issues: [#199](https://github.com/Flinesoft/BartyCrouch/issues/199), [#201](https://github.com/Flinesoft/BartyCrouch/issues/201) | PR: [#204](https://github.com/Flinesoft/BartyCrouch/pull/204) | Author: [w8wjb](https://github.com/w8wjb)
### Deprecated
- None.
### Removed
Expand Down
2 changes: 1 addition & 1 deletion Formula/bartycrouch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Bartycrouch < Formula
url "https://github.com/Flinesoft/BartyCrouch.git", :tag => "4.2.0", :revision => "49b4cf27d5b521abf615d4ccb7754d642205f802"
head "https://github.com/Flinesoft/BartyCrouch.git"

depends_on :xcode => ["11.4", :build]
depends_on :xcode => ["12.0", :build]

def install
system "make", "install", "prefix=#{prefix}"
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.2
// swift-tools-version:5.3
import PackageDescription

let package = Package(
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<img src="https://img.shields.io/badge/Version-4.2.0-blue.svg"
alt="Version: 4.2.0">
</a>
<img src="https://img.shields.io/badge/Swift-5.2-FFAC45.svg"
alt="Swift: 5.2">
<img src="https://img.shields.io/badge/Swift-5.3-FFAC45.svg"
alt="Swift: 5.3">
<a href="https://github.com/Flinesoft/BartyCrouch/blob/main/LICENSE.md">
<img src="https://img.shields.io/badge/License-MIT-lightgrey.svg"
alt="License: MIT">
Expand Down
29 changes: 0 additions & 29 deletions beak.swift

This file was deleted.

0 comments on commit 5f63460

Please sign in to comment.