EDIT: See my comment below on 14 May 2023 for a better solution Let me preface this with a massive "I have no idea what I'm doing" but I was able to download and build Chicken on macOS 12.2 with Xcode 13.2.1 and create myself a private build that seems stable and functional. (I expect this won't work on Apple's new processors, but it should on Intel) It's normal to receive multiple prompts from Keychain; keep entering your password and selecting "Always Allow". (I presume proper signing would resolve...
EDIT: Initially uploaded wrong version of files oops Posting this in the thread rather than a reply to @ippolito for some visibility Some time after my initial post in this thread, I found a few projects on github that copied this project and improved upon it. None are official attempts to replace the project, but the one that appeared best maintained at the time was: https://github.com/ays7/chicken which I downloaded and built and had a much, much better Chicken experience than my own attempt at...
Posting this in the thread rather than a reply to @ippolito for some visibility Some time after my initial post in this thread, I found a few projects on github that copied this project and improved upon it. None are official attempts to replace the project, but the one that appeared best maintained at the time was: https://github.com/ays7/chicken which I downloaded and built and had a much, much better Chicken experience than my own attempt at improvement. I've taken that repo, as of today, and...
Posting this in the thread rather than a reply to @ippolito for some visibility Some time after my initial post in this thread, I found a few projects on github that copied this project and improved upon it. None are official attempts to replace the project, but the one that appeared best maintained at the time was: https://github.com/ays7/chicken which I downloaded and built and had a much, much better Chicken experience than my own attempt at improvement. I've taken that repo, as of today, and...
Posting this in the thread rather than a reply to @ippolito for some visibility Some time after my initial post in this thread, I found a few projects on github that copied this project and improved upon it. None are official attempts to replace the project, but the one that appeared best maintained at the time was: https://github.com/ays7/chicken which I downloaded and built and had a much, much better Chicken experience than my own attempt at improvement. I've taken that repo, as of today, and...
I haven't forgotten about this, I just haven't had much time to sit down and do it (and I can't just share the build I have, because it was built on the work computer, and I'm not allowed to share stuff like that...) Unfortunately the build from the post above, while better than the official release, still had some annoyances. I did some looking around and there were a number of repos on github that forked from this original code. One in particular received a number of updates so I grabbed that and...
Gonna get back to you on this hopefully in a day or two (provided I don't get distracted and forget) - Some time after I wrote the above I did some research and took a different path - but it's on my work computer and I wanna look at what I did and get my notes in order before I say anything (c: If you don't hear from me in like 3 days, please nag me - I just forgot oops lol
Let me preface this with a massive "I have no idea what I'm doing" but I was able to download and build Chicken on macOS 12.2 with Xcode 13.2.1 and create myself a private build that seems stable and functional. (I expect this won't work on Apple's new processors, but it should on Intel) It's normal to receive multiple prompts from Keychain; keep entering your password and selecting "Always Allow". (I presume proper signing would resolve this) I'm sharing this since I'm sure there are others who...