Open upiter opened 6 years ago
it should be possible to build PE-bear for macOS. unfortunately, currently I don't have the environment to build it. but since you asked, I will try to make it.
Thank you for your willingness. I see different options:
cmake
or qmake
(via something like your *_autobuild.sh
)I am planning to build it using Travis CI. I need to check details, but I think it should be possible.
@hasherezade remember that Travis CI is free for open source projects only
2019, and the world still needs PE-bear for Mac OS :) I could try and build it on my machine, if you are willing..
thank you for your interest :) I am refactoring some of the components, and I will opensource it this year. please, be patient.
Amazing news! Thank you! :)
Any progress in this? Really would LOVE a Mac build :(
@analyst321 - sorry for the delays in this, I have many things that keep me busy (including other free projects). but I will give it a higher priority on my TODO.
Hey, no of course, you're doing amazing contributions to the community. If you ever get some time for this, that'd be awesome. Otherwise no worries, everyone has VMs up anyway :)
slowly but steadily, I keep refactoring the code of PEbear and prepare it for going open source. I don't want to promise any precise date, but this year it will happen. and then you can build PEbear on every platform that is supported by Qt (Windows/Linux/MacOS).
Any updates on this :( ?
@MalwareCantFly @upiter @analyst321 : FYI - in the latest release I included MacOS builds - check it out: https://github.com/hasherezade/pe-bear-releases/releases/tag/0.5.5.4
This is amazing! ... thank you for your hard work :)
sorry for keeping you waiting for so long 😅 please let me know if everything works fine!
Definitely worth the wait :) The QT bundled version even works on M1 mac! 🥳 Huge thanks @hasherezade for all your amazing work! 🙏
If anyone is interested, it's possible to easily add an icon to the .app using this trick.
I am glad that you like it! I will add the icon to the bundle on the next release, sorry for the inconvenience, I was in a hurry this time!
@hasherezade, you rock! Thank you so much for providing native macOS build!
I've tested 0.5.5.4 and found some issues mostly specific to macOS. I can mention all issues here or I can create separate issues with screens.
dark blue
on dark grey
).qt.qpa.fonts: Populating font family aliases took 792 ms. Replace uses of missing font family "TypeWriter" with one that exists to avoid this cost.
@upiter - thank you for your feedback! I will try to fix it for the next release
I can mention all issues here or I can create separate issues with screens.
yes please, create a new issue, this will be very helpful.
@upiter - regarding the unreadable text in the dark theme - I can understand that this can occur if the default theme of PE-bear is used with dark System theme. is it the case you are talking about? try to use the dark theme of PE-bear, it should help. (View
->Style
->Dark
)
@hasherezade, do you plan to release macOS version of PE-bear? Currently I succeeded to run 32 bit version of PE-bear
v0.3.8
on macOS under Wine (3.0), but it's not native as Win/Linux version, sure.