Skip to content

Commit

Permalink
Merge branch 'release/4.15.1' into versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jun 8, 2023
2 parents a2fc2f6 + f151863 commit fe88110
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If needed, pluralize to `Tasks`, `PRs` or `Authors` and list multiple entries se
### Changed
- Improved implementation of DeepL API client for more reliable escaping than the previous manual escaping logic.
PR: [#277](https://github.com/FlineDev/BartyCrouch/issues/277) | Author: [Nico](https://github.com/NickAtGit)
- Upgraded Swift-Syntax dependency to work with Swift 5.8 to fix build issues.
- Upgraded Swift-Syntax dependency to work with Swift 5.8 to fix build issues.
PR: [#279](https://github.com/FlineDev/BartyCrouch/issues/279) | Author: [Alex Deem](https://github.com/alexdeem)

## [4.14.0] - 2022-12-14
Expand Down
2 changes: 1 addition & 1 deletion Formula/bartycrouch.rb
Original file line number Diff line number Diff line change
@@ -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.14.0", :revision => "03c3816a39ac2d82fe9a2f2efc84949a1e50165d"
url "https://github.com/Flinesoft/BartyCrouch.git", :tag => "4.15.0", :revision => "a2fc2f6689228342c6203542257a2f3931b405dc"
head "https://github.com/Flinesoft/BartyCrouch.git"

depends_on :xcode => ["14.0", :build]
Expand Down
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,6 @@ bartycrouch_universal: $(SOURCES)
install: bartycrouch
@install -d "$(bindir)" "$(libdir)"
@install "$(BUILDDIR)/release/bartycrouch" "$(bindir)"
@install ".build/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework/macos-arm64_x86_64/lib_InternalSwiftSyntaxParser.dylib" \
"$(libdir)"
@install_name_tool -change \
"@rpath/lib_InternalSwiftSyntaxParser.dylib" \
"$(libdir)/lib_InternalSwiftSyntaxParser.dylib" \
"$(bindir)/bartycrouch"

.PHONY: portable_zip
portable_zip: bartycrouch_universal
Expand All @@ -49,7 +43,6 @@ portable_zip: bartycrouch_universal
@zip -q -j "$(BUILDDIR)/Apple/Products/Release/portable_bartycrouch.zip" \
"$(TMP)/bartycrouch" \
"$(REPODIR)/LICENSE" \
".build/artifacts/swift-syntax/_InternalSwiftSyntaxParser.xcframework/macos-arm64_x86_64/lib_InternalSwiftSyntaxParser.dylib"
@echo "Portable ZIP created at: $(BUILDDIR)/Apple/Products/Release/portable_bartycrouch.zip"
@rm -rf $(TMP)

Expand Down

0 comments on commit fe88110

Please sign in to comment.