
Recently, I released CodeQuill 2.0, changing nearly 20,000 lines of code and completely rewriting the CodeQuill codebase in TypeScript and Rust. Pa...
For further actions, you may consider blocking this person and/or reporting abuse
Tauri definitely is interesting.
Definitely! Do you plan to try it out on something?
It depends on bandwidth, but I'm trying to find time to experiment!
dev.to desktop app 👀
nice article. i just dont want to learn rust tho~
You don't really have to learn Rust to use Tauri, it does the Rust stuff for you.
cool
Amazing
Thanks for reading 💚
Your Mac app gives this error "CodeQuill.app is damaged and can’t be opened. You should move it to the Trash."
Thanks for letting me know. I don't have a Mac, so I have to build the Mac app on GitHub Actions and hope for the best. 😢
I assume you are using the release files here:
github.com/The-Best-Codes/codequil...
Are you using the
.dmg
file or something else?Yes I've downloaded the dmg from there. You have to create an Apple Developer account and notarize your app otherwise nobody can use it. I mean there are still ways to use the damaged apps but it requires some hacks.
I knew you had to do that for iOS, but I was not aware that it's required for Mac apps too. Thanks for letting me know!
interesting :)
Thanks for reading!