csexton / captured-mac

Captured
http://www.capturedapp.com
MIT License
5 stars 1 forks source link

SFTP Support & Launch at Login #25

Closed csexton closed 8 years ago

csexton commented 8 years ago

This pulls in the old binary libcurl that links in libssh2. I spent some time trying to figure out how to rebuild from the current libcurl, but didn't chase it through. A few options for alternative approaches:

One thing to note is when I first added the libcurl.framework I got a codesign error. This was overcome by setting a --deep flag in Xcode's build settings's "Other Code Signing Level" property.


Removes the "Adding Login Items Using the Service Management Framework" approach needed for Sandboxed apps. In favor of "Adding Login Items Using a Shared File List". A slightly more legacy approach, but has a better user experience and is WAY better to implement.