mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[PR #568] Fix BartyCrouch build failure on newer macOS versions #556
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#556
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Clipy/Clipy/pull/568
Author: @mahtaao
Created: 5/1/2025
Status: 🔄 Open
Base:
develop← Head:fix-bartycrouch-build-issue📝 Commits (1)
00571bfFix BartyCrouch build failure on newer macOS versions📊 Changes
1 file changed (+11 additions, -9 deletions)
View changed files
📝
Clipy.xcodeproj/project.pbxproj(+11 -9)📄 Description
Issue
BartyCrouch was causing build failures on newer macOS versions as
lib_InternalSwiftSyntaxParser.dylibcouldn't load.Solution
ENABLE_BARTY_CROUCHenvironment variable, allowing necessary turn-off.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.