On 16 Feb 2010, at 7:49 AM, Josh Tucker wrote:

> Would someone please point me in the right direction to be able to use the 
> MobileDevice.framework in my application.

=======
ramtops:~ fritza$ locate MobileDevice.framework | grep -v sdk
/System/Library/PrivateFrameworks/MobileDevice.framework
/System/Library/PrivateFrameworks/MobileDevice.framework/CodeResources
/System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
...
=======

Note the directory name "PrivateFrameworks." This indicates the framework is 
private. It is not documented. It is subject to change (both API and behavior 
of existing API) in minor revisions of the operating system. It relies on the 
internal implementation of OS software that is likewise undocumented, private, 
and subject to change. It is not supported. For all I know, using it is in 
violation of the Mac OS X license. 

There may be reverse-engineered documentation somewhere out there, but 
non-Apple software relying on it is not fit for public release.

I advise against using it.

        — F

_______________________________________________

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to