• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Using a Private Framework in Mac application
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using a Private Framework in Mac application


  • Subject: Re: Using a Private Framework in Mac application
  • From: Fritz Anderson <email@hidden>
  • Date: Tue, 16 Feb 2010 09:39:33 -0600

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 (email@hidden)

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:

This email sent to email@hidden

References: 
 >Using a Private Framework in Mac application (From: Josh Tucker <email@hidden>)

  • Prev by Date: Re: ImageIO on iPhone
  • Next by Date: Re: Peer-Peer iPhone, desktop app?
  • Previous by thread: Using a Private Framework in Mac application
  • Next by thread: Re: Using a Private Framework in Mac application
  • Index(es):
    • Date
    • Thread