-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Swift 6, SwiftUnicodeDataTables, Other Improvements #106
base: main
Are you sure you want to change the base?
Conversation
Added support for linking SwiftUnicodeDataTables. |
Use the plugins PlaydateSDK path for pdc CLI |
Moves the package to Swift 6 and the Package tools version to swift 6.
Since Embedded is only available using Swift 6 toolchain, it only seems logical to require the baseline language version.
Also moves the helper variables to the bottom of Package.swift and converts them to computed variables.
When the helper variables are constants they can be filled in before the Context.environment is populated leading to compile errors. This change will help reduce build errors when users copy the variables from PlaydateKit to their own package.