From bb5d0b99e01c181be7d37f577324585a4267fe25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Fri, 27 May 2022 17:25:14 +0200 Subject: [PATCH 1/3] Update formula to version 4.11.0 --- Formula/bartycrouch.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/bartycrouch.rb b/Formula/bartycrouch.rb index c394567..b5e400d 100644 --- a/Formula/bartycrouch.rb +++ b/Formula/bartycrouch.rb @@ -1,7 +1,7 @@ class Bartycrouch < Formula desc "Incrementally update/translate your Strings files" homepage "https://github.com/Flinesoft/BartyCrouch" - url "https://github.com/Flinesoft/BartyCrouch.git", :tag => "4.10.2", :revision => "8e12d831b2cb84c05c94a715815139e76f6a7b64" + url "https://github.com/Flinesoft/BartyCrouch.git", :tag => "4.11.0", :revision => "31c4cb250caae44dc3ab62c84becd3a85e55e8ad" head "https://github.com/Flinesoft/BartyCrouch.git" depends_on :xcode => ["13.3", :build] From 5f8df5e5c31979a39a87794a532d8ff21c7aab71 Mon Sep 17 00:00:00 2001 From: Texot Date: Sun, 25 Sep 2022 14:34:26 +0800 Subject: [PATCH 2/3] Update SwiftSyntax to support Swift 5.7 & Xcode 14.0 --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 2f9e433..ef4060c 100644 --- a/Package.swift +++ b/Package.swift @@ -17,7 +17,7 @@ let package = Package( .package(name: "Rainbow", url: "https://github.com/onevcat/Rainbow.git", from: "3.1.5"), .package(name: "SwiftCLI", url: "https://github.com/jakeheis/SwiftCLI.git", from: "6.0.3"), .package(name: "Toml", url: "https://github.com/jdfergason/swift-toml.git", .branch("master")), - .package(url: "https://github.com/apple/swift-syntax.git", .exact("0.50600.1")), + .package(url: "https://github.com/apple/swift-syntax.git", .exact("0.50700.0")), // A collection of tools for debugging, diffing, and testing your application's data structures. .package(url: "https://github.com/pointfreeco/swift-custom-dump.git", from: "0.3.0"), From e8caf610c7e126772a3366c009b61fdf18eddaa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20Gu=CC=88ndu=CC=88z?= Date: Sun, 25 Sep 2022 11:03:34 +0200 Subject: [PATCH 3/3] Bump version num & finalize new change log section --- BartyCrouch.podspec | 2 +- CHANGELOG.md | 5 +++++ README.md | 8 ++++---- Sources/BartyCrouch/main.swift | 2 +- Sources/SupportingFiles/Info.plist | 2 +- 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/BartyCrouch.podspec b/BartyCrouch.podspec index 390d631..452b8f6 100644 --- a/BartyCrouch.podspec +++ b/BartyCrouch.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "BartyCrouch" - s.version = "4.11.0" + s.version = "4.12.0" s.summary = "Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files." s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index 268de0a..4389449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,11 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se ### Security - None. +## [4.12.0] - 2022-09-25 +### Changed +- Update SwiftSyntax dependency to Swift 5.7 to support Xcode 14. + Issues: [#201](https://github.com/FlineDev/BartyCrouch/issues/201), [#262](https://github.com/FlineDev/BartyCrouch/pull/262) | Author: [Texot](https://github.com/tete1030) + ## [4.11.0] - 2022-05-27 ### Added - Adds new `separateWithEmptyLine` options to allow removing the empty line between Strings entries. diff --git a/README.md b/README.md index b249eff..eb448e8 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ - Version: 4.11.0 + Version: 4.12.0 - Swift: 5.6 + Swift: 5.7 License: MIT diff --git a/Sources/BartyCrouch/main.swift b/Sources/BartyCrouch/main.swift index b792fb4..b339877 100644 --- a/Sources/BartyCrouch/main.swift +++ b/Sources/BartyCrouch/main.swift @@ -5,7 +5,7 @@ import SwiftCLI // MARK: - CLI let cli = CLI( name: "bartycrouch", - version: "4.11.0", + version: "4.12.0", description: "Incrementally update & translate your Strings files from code or interface files." ) diff --git a/Sources/SupportingFiles/Info.plist b/Sources/SupportingFiles/Info.plist index 4fe9084..5ddc2d7 100644 --- a/Sources/SupportingFiles/Info.plist +++ b/Sources/SupportingFiles/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.11.0 + 4.12.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright