-
Notifications
You must be signed in to change notification settings - Fork 216
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
Freeze MXResponse enum #1002
Freeze MXResponse enum #1002
Conversation
Hi @pixlwave thanks to point the issue. But by default user defined Swift enums are frozen: |
Hey, thanks for looking into this 😄. We're building it with:
(See #982) I guess it'll be |
Interestingly that post notes:
I'll check and see if it's possible to build an XCFramework without |
Hmmmm, it seems not 😣 The XCFramework gets created but none of the slices are added. I guess the post means if those packages/frameworks are built as part of your app |
Indeed from Swift documentation
|
Closed in favour of #1330 which includes an updated changelog. (The remote repository this was based on was deleted and so no further changes can be pushed to this PR is it seems). |
When using niochat/MatrixSDK (or MatrixSDK.xcframework) any switch against
MXResponse
produces a warning that unknown cases are unhandled.Hoping this change is welcome as I can't foresee any other cases that could be added to MXResponse?
Please let me know if there's any changes you would like.
Signed-off-by: Doug Earnshaw pixlwave@users.noreply.github.com
Pull Request Checklist