-
-
Notifications
You must be signed in to change notification settings - Fork 455
macos support #849
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
base: main
Are you sure you want to change the base?
macos support #849
Conversation
|
- Add missing getMetadataFor method to DocSaver class to implement GetsMetadataProtocol - Remove unnecessary try keyword from DocumentMetadataBuilder.build() call - Add missing LocalCopyResponse.swift and FileOperations.swift files for macOS - All Swift files now compile without type errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this! 💯
I welcome macOS support, but my initial impression is that there's a lot of duplication with the ios implementation at this point.
This needs to be refactored so that there is very little duplication across the two platforms.
Ok, but really not, there are enough differences between platforms that IOS
doesn't work on MacOS, and my latest is initially working on MacOS ...
The latest commit uses the native MacOS (not catalyst)
…On Sat, Jul 26, 2025 at 6:54 AM Vojtech Novak ***@***.***> wrote:
***@***.**** requested changes on this pull request.
I welcome macOS support, but my initial impression is that there's a lot
of duplication with the ios implementation at this point.
This needs to be refactored so that there is very little duplication
across the two platforms.
—
Reply to this email directly, view it on GitHub
<#849 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHN3KWKYBUVXMZ6MP5GULL3KNM7ZAVCNFSM6AAAAACCC4XO66VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTANJYGAYDIMBXGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
added macos support