On Nov 2, 2013, at 9:07 AM, Luther Baker <lutherba...@gmail.com> wrote:
> I'd like to create a UI around mounting and dismounting Volumes, > specifically, encrypted volumes. > > Knox <https://agilebits.com/knox> does this and obviously Disk Utility > amongst others. > > I believe most core functionality can be had by exec'ing > hdiutil<https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/hdiutil.1.html> > commands > from within Objective-C code - but I was wondering if there was a public > library or API wrapping this functionality. DADiskMount and DADiskUnmount are the general APIs for mounting and dismounting volumes. I haven't tried them with encrypted volumes, but they're worth a look. Charles _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com