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

Xcode 16 beta 5 bugfixes #571

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

Xcode 16 beta 5 bugfixes #571

wants to merge 2 commits into from

Commits on Aug 10, 2024

  1. Xcode 16 beta 5 bugfixes

    We were adding the injected dylib both to the runner and the app.
    Only the app needs it.
    
    Also, we were adding the injection twice, once with the dylib in the
    app's Frameworks dir and again with the dylib in Xcode.
    
    Signed-off-by: Oscar Bonilla <6f6231@gmail.com>
    ob committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a4f3509 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Use the bundle from the Xcode installation

    Signed-off-by: Oscar Bonilla <6f6231@gmail.com>
    ob committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    95c3f61 View commit details
    Browse the repository at this point in the history