[PR #568] Fix BartyCrouch build failure on newer macOS versions #556

Open
opened 2026-03-03 01:13:01 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/568
Author: @mahtaao
Created: 5/1/2025
Status: 🔄 Open

Base: developHead: fix-bartycrouch-build-issue


📝 Commits (1)

  • 00571bf Fix 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.dylib couldn't load.

Solution

  1. Modified the BartyCrouch script phase to respect the ENABLE_BARTY_CROUCH environment variable, allowing necessary turn-off.
  2. Updated the macOS deployment target to 10.13 for iOS compatibility.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Clipy/Clipy/pull/568 **Author:** [@mahtaao](https://github.com/mahtaao) **Created:** 5/1/2025 **Status:** 🔄 Open **Base:** `develop` ← **Head:** `fix-bartycrouch-build-issue` --- ### 📝 Commits (1) - [`00571bf`](https://github.com/Clipy/Clipy/commit/00571bf0dc276968fd394768de5862d6d884dfc2) Fix BartyCrouch build failure on newer macOS versions ### 📊 Changes **1 file changed** (+11 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+11 -9) </details> ### 📄 Description ## Issue BartyCrouch was causing build failures on newer macOS versions as `lib_InternalSwiftSyntaxParser.dylib` couldn't load. ## Solution 1. Modified the BartyCrouch script phase to respect the `ENABLE_BARTY_CROUCH` environment variable, allowing necessary turn-off. 2. Updated the macOS deployment target to 10.13 for iOS compatibility. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Clipy#556
No description provided.