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

Support macOS #40

Closed
colinleefish opened this issue Feb 4, 2024 · 5 comments · Fixed by #49
Closed

Support macOS #40

colinleefish opened this issue Feb 4, 2024 · 5 comments · Fixed by #49
Labels
enhancement New feature or request

Comments

@colinleefish
Copy link

Hi! Syncing clipboard across devices is a very much needed feature for people working on multiple devices. Thank you for working on such a great idea!

By the way, do you have plan to make it cross platform? Currently it looks kinda weird on macOS.

image

Thanks!

@felipecrs
Copy link
Owner

Thank you.

Yeah, I sure want to support other platforms, I just didn't have a need so far.

It should not be too difficult to make it work on macOS. I'll keep this issue posted if I have news.

@felipecrs
Copy link
Owner

A bit of news:

Other things I believe will be necessary:

  • Ensure fswin is only imported and called in Windows platform
  • Fix the icon for macOS as it should not be .ico there

@felipecrs felipecrs changed the title Plan for other platforms? Support macOS Mar 17, 2024
@felipecrs felipecrs added the enhancement New feature or request label Mar 17, 2024
@Perchycs
Copy link

Perchycs commented Apr 4, 2024

Just commenting to agree with Colinleefish. I am very keen to have a cross-platform clipboard sync as it is currently such a pain syncing between mac and windows.

Thanks!

@felipecrs
Copy link
Owner

Support for macOS at this point is only a matter of fixing the tray icon.

Looks like it requires a special Template.png: https://www.electronjs.org/docs/latest/api/tray#:~:text=)%0A%7D)-,MacOS,-Icons%20passed%20to

I just didn't add support yet because I don't have a macOS environment to test, but I can try making the changes and asking someone to test.

@felipecrs
Copy link
Owner

felipecrs commented Apr 8, 2024

@colinleefish @Perchycs v0.12.0 adds support for macOS. Please give it a try. You can download the DMG at:

https://github.com/felipecrs/clipboard-sync/releases/download/v0.12.0/Clipboard.Sync-0.12.0-x64.dmg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants