Closed hoop33 closed 10 years ago
You might need to build in an Info.plist so all the Security machinery will work. I know there's a way to build one into a CLI tool; I did it once when messing around with building toy single-file Carbon apps from the commandline.
Apple docs on it: http://j.mp/14h23m7
It boils down to:
-sectcreate __TEXT __info_plist Info.plist_path
Thanks for doing that homework--codesigning the app will be good, too, so that you don't have to re-allow access to the keychain with each new version (especially helpful during development!)
When using Wry over SSH, the calls that require authentication don't work. Apparently, they can't read the keychain?