Hacker News new | ask | show | jobs
by lunixbochs 1879 days ago
That seems to work if you put the entire Python stdlib under Frameworks but not if it's somewhere else.

I do the `find` thing because I pre-sign my libraries when I build them to save a bit of time during app build.

1 comments

Hmmm, interesting - if nothing else hopefully this comment exchange helps some wayward developer down the road!
I can't remember, because I did this a few years ago, but I think there was some other code signing benefit to not putting all of Python in Frameworks as well.