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

Bump minimum deployment target to get rid of bundled Swift libraries #585

Closed
ktraunmueller opened this issue Dec 9, 2023 · 2 comments
Closed

Comments

@ktraunmueller
Copy link
Owner

Compositor currently requires macOS 10.12 or newer.

As a consequence, the app bundle contains all the Swift runtime libraries:

Screenshot 2023-12-09 at 17 20 58

To slim down the app, bump the minimum deployment target to macOS 10.14 (not sure?).

@ktraunmueller
Copy link
Owner Author

Let's go for 10.15.

@ktraunmueller
Copy link
Owner Author

Changed to 10.15 in 1.27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant