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

Add platforms to Package.swift #4

Merged
merged 3 commits into from
Sep 6, 2022
Merged

Add platforms to Package.swift #4

merged 3 commits into from
Sep 6, 2022

Conversation

sena-mike
Copy link
Contributor

Without this builds fail with:

$ swift build
error: the library 'SwiftPygmentsPublishPlugin' requires macos 10.13, but depends on the product 'Publish' which requires macos 12.0; consider changing the library 'SwiftPygmentsPublishPlugin' to require macos 12.0 or later, or the product 'Publish' to require macos 10.13 or earlier.

Without this builds fail with:

```
$ swift build
error: the library 'SwiftPygmentsPublishPlugin' requires macos 10.13, but depends on the product 'Publish' which requires macos 12.0; consider changing the library 'SwiftPygmentsPublishPlugin' to require macos 12.0 or later, or the product 'Publish' to require macos 10.13 or earlier.
```
Copy link
Owner

@Ze0nC Ze0nC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the update!

@Ze0nC Ze0nC merged commit 4ed27aa into Ze0nC:master Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants