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

Modernize testing #30

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

Modernize testing #30

wants to merge 3 commits into from

Conversation

faisal
Copy link

@faisal faisal commented Oct 26, 2023

This PR creates Test Plan, re-enabling testing with modern Xcode.

@faisal
Copy link
Author

faisal commented Oct 26, 2023

This should be ready, but it builds on #28 and #29, so I have it in Draft until those land.

Have all targets use the project's macOS deployment target, bundle version, and Swift version. This restores the ability to build using Xcode 15, shrinks the package size substantially (since we no longer need to bundle the Swift libraries in the app), and should make it easier to allow future development since we no longer need to chase down target setting mismatches.
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.

1 participant