Skip to content

Commit 6632e30

Browse files
committed
Merge branch 'release/4.14.1' into versions
2 parents 03c3816 + b1a8796 commit 6632e30

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

BartyCrouch.podspec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "BartyCrouch"
4-
s.version = "4.14.0"
4+
s.version = "4.14.1"
55
s.summary = "Localization/I18n: Incrementally update/translate your Strings files from .swift, .h, .m(m), .storyboard or .xib files."
66

77
s.description = <<-DESC
@@ -20,4 +20,10 @@ Pod::Spec.new do |s|
2020
s.source = { :http => "#{s.homepage}/releases/download/#{s.version}/portable_bartycrouch.zip" }
2121
s.preserve_paths = "*"
2222

23+
s.ios.deployment_target = '9.0'
24+
s.macos.deployment_target = '13.0'
25+
s.tvos.deployment_target = '9.0'
26+
s.watchos.deployment_target = '2.0'
27+
s.swift_version = '5.7'
28+
2329
end

Formula/bartycrouch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class Bartycrouch < Formula
22
desc "Incrementally update/translate your Strings files"
33
homepage "https://github.com/Flinesoft/BartyCrouch"
4-
url "https://github.com/Flinesoft/BartyCrouch.git", :tag => "4.13.0", :revision => "36cc46399abe717986cda40ccd6d6eb34c6ff70d"
4+
url "https://github.com/Flinesoft/BartyCrouch.git", :tag => "4.14.0", :revision => "03c3816a39ac2d82fe9a2f2efc84949a1e50165d"
55
head "https://github.com/Flinesoft/BartyCrouch.git"
66

77
depends_on :xcode => ["14.0", :build]

Sources/BartyCrouch/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import SwiftCLI
55
// MARK: - CLI
66
let cli = CLI(
77
name: "bartycrouch",
8-
version: "4.14.0",
8+
version: "4.14.1",
99
description: "Incrementally update & translate your Strings files from code or interface files."
1010
)
1111

Sources/SupportingFiles/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.14.0</string>
18+
<string>4.14.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

0 commit comments

Comments
 (0)