Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure build scripts are compiled before execution for Xcode 15 compa… #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Mar 8, 2024

  1. Ensure Swift scripts are compiled before execution for Xcode 15 compa…

    …tibility
    
    This commit updates the build scripts to compile PropertyListModifier.swift into executables before running them. This change addresses the issue(trilemma-dev#17) introduced in Xcode 15, where running Swift scripts directly can lead to errors due to the updated execution environment handling. By compiling Swift scripts first, we ensure compatibility with Xcode 15 and later versions, while also reducing potential environmental discrepancies.
    Hzao committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    216e9fb View commit details
    Browse the repository at this point in the history