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

Remove deployment target specifications for non-macOS platforms #92

Merged
merged 1 commit into from
May 29, 2024

Conversation

liamnichols
Copy link
Owner

If you use the xcstrings-tool repo (this one) directly so that you compile the CLI from source, it had previously been restricted to iOS/tvOS 16 and watchOS 9 despite the plugin generating code that was compatible with earlier OS versions.

It turns out that because the CLI, and even the build tool plugin are executed on the host build machine, we didn't actually need to specify deployment targets for other platforms, and by doing so, it was needlessly restricting us.

This PR removes those definitions so that if you prefer to use the plugin from source, you can. As long as you use macOS 13 or later.

Screenshot 2024-05-29 at 23 28 34 Screenshot 2024-05-29 at 23 28 42

@liamnichols liamnichols self-assigned this May 29, 2024
@liamnichols liamnichols merged commit 9052936 into main May 29, 2024
6 checks passed
@liamnichols liamnichols deleted the ln/deployment-targets branch May 29, 2024 22:03
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

1 participant