mark1bean

Results 6 comments of mark1bean

Thank you. That build gave a different error: I guess Apple want everyone to sign with a developer certificate these days.

Ok, I've built it myself. It converted to swift 5 with no apparent problems, by the way. I'm curious as to how other developers manage code signing of open source...

Noob here also and I had the same trouble. Except in my case the installer didn't modify my PATH and I had to do it manually. Definitely room for improved...

Can confirm mac app still broken. Tried on MacBook Pro M1 Ventura, and also MacBook Pro Intel Ventura.

I can confirm this issue. Here's my example in javascript: ``` var text1 = 'I ate a red apple.'; var text2 = 'I ate a green apple.'; var dmp =...

@igormatkovic There's no straightforward way, because the scripting API has no access to the appearance, except for the base fill and stroke. I did look into making a helper function...