karelia / ConnectionKit

FTP/SFTP/WebDAV etc. for Cocoa. Join the ConnectionKit mailing list for information and suggestions.
http://lists.opensource.utr-software.com/listinfo.cgi/connection-opensource.utr-software.com
493 stars 72 forks source link

Stop including frameworks/dylibs embedded inside of CK itself #95

Closed mikeabdullah closed 8 years ago

mikeabdullah commented 8 years ago

Instead applications must embed (and likely sign in the process) such items themselves

mikeabdullah commented 8 years ago

MAJOR WARNING: This isn't merged into the main branch yet, so nobody should be affected yet, but if you do update your app to use this latest revision, you'll have to adjust how it's built. You now need to have a build phase which copies these into your app's Frameworks folder:

You almost certainly already have ConnectionKit on that list! And you'll probably want to tell Xcode to sign the frameworks as it copies them, making life much easier.