←back to thread

86 points DanAtC | 1 comments | | HN request time: 0s | source
Show context
nxobject ◴[] No.43652730[source]
As an aside, I empathize with the author’s struggles to insert files with resource forks with resource forks-oblivious git. What I’ve done before is use AppleDouble as a post-compilation step and git hook to separate resource forks into separate files and reconstruct them - it was included in A/UX for precisely that reason.

https://en.m.wikipedia.org/wiki/AppleSingle_and_AppleDouble_...

replies(1): >>43655819 #
1. mrpippy ◴[] No.43655819[source]
I found Rez to be a really good option, see https://github.com/macssh/macssh/blob/master/macssh/source/A... or https://github.com/macssh/macssh/blob/master/macssh/source/t.... Modern macOS still includes Rez and DeRez too!

And new-enough CodeWarrior should be fine with regular \n line-endings and '/' in #include.