Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
Frameworks: Difference between revisions - iPhone Development Wiki

Frameworks: Difference between revisions

From iPhone Development Wiki
(→‎List of frameworks: Update for iOS 15)
m (Clarification)
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
There are “public” and [[PrivateFrameworks|“private”]] frameworks. The former are usually well documented and prepared for use by general developers, while the latter are (supposed to be) restricted for internal use only. Public frameworks can be found in <tt>/System/Library/Frameworks</tt>, and private ones in <tt>/System/Library/PrivateFrameworks</tt>. Other than this artificial division, there are no differences between public and private frameworks.
There are “public” and [[PrivateFrameworks|“private”]] frameworks. The former are usually well documented and prepared for use by general developers, while the latter are (supposed to be) restricted for internal use only. Public frameworks can be found in <tt>/System/Library/Frameworks</tt>, and private ones in <tt>/System/Library/PrivateFrameworks</tt>. Other than this artificial division, there are no differences between public and private frameworks.


Since iOS 3.1, all default (public and private) libraries have been combined into a big cache file in <tt>/System/Library/Caches/com.apple.dyld/dyld_shared_cache_armvX</tt> (where X can be <tt>6</tt>, <tt>7</tt>, <tt>7s</tt> or <tt>64</tt>) to improve performance. See [[dyld_shared_cache]]. The original libraries are no longer useful for non-on-device-developers, so they are eliminated from the system. The framework folders still contain other resources, such as localization strings.
Since iOS 3.1, all default (public and private) libraries have been combined into a big cache file in <tt>/System/Library/Caches/com.apple.dyld/dyld_shared_cache_armvX</tt> (where X can be <tt>6</tt>, <tt>7</tt>, <tt>7s</tt>, <tt>64</tt> or <tt>64e</tt>) to improve performance. See [[dyld_shared_cache]]. The original libraries are no longer useful for non-on-device-developers, so they are eliminated from the system. The framework folders still contain other resources, such as localization strings.


Frameworks have an extension of <tt>.framework</tt>. Headers, if any, are stored in a subdirectory called <tt>Headers</tt>.  
Frameworks have an extension of <tt>.framework</tt>. Headers, if any, can be found in the SDK, stored in a subdirectory in the framework called <tt>Headers</tt>.  


== References ==
== References ==
Line 14: Line 14:
See [http://theiphonewiki.com/wiki//System/Library/Frameworks /System/Library/Frameworks on TheiPhoneWiki] for another list.
See [http://theiphonewiki.com/wiki//System/Library/Frameworks /System/Library/Frameworks on TheiPhoneWiki] for another list.


The following list reflects the state of public frameworks as of iOS 15.0:
The following list reflects the state of public frameworks as of iOS 16.0:


* [[ARKit.framework]]  
* [[ARKit.framework]] (com.apple.ARKit)
* [[AVFAudio.framework]]
* [[AVFAudio.framework]] (com.apple.afvaudio)
* [[AVFoundation.framework]] (com.apple.avfoundation)
* [[AVFoundation.framework]] (com.apple.avfoundation)
* [[AVKit.framework]]
* [[AVKit.framework]] (com.apple.avkit)
* [[AVRouting.framework]] (com.apple.avrouting)
* [[Accelerate.framework]] (com.apple.Accelerate)
* [[Accelerate.framework]] (com.apple.Accelerate)
* [[Accounts.framework]]  
* [[Accounts.framework]] (com.apple.accounts)
* [[AdServices.framework]]
* [[AdServices.framework]] (com.apple.ap.AdServices)
* [[AdSupport.framework]]
* [[AdSupport.framework]] (com.apple.AdSupport)
* [[AddressBook.framework]] (com.apple.AddressBook)
* [[AddressBook.framework]] (com.apple.AddressBook)
* [[AddressBookUI.framework]] (com.apple.AddressBookUI)
* [[AddressBookUI.framework]] (com.apple.AddressBookUI)
* [[AppClip.framework]]
* [[AppClip.framework]]
* [[AppIntents.framework]]
* [[AppTrackingTransparency.framework]]
* [[AppTrackingTransparency.framework]]
* [[AssetsLibrary.framework]] (com.yourcompany.AssetsLibrary)
* [[AssetsLibrary.framework]] (com.yourcompany.AssetsLibrary)
Line 33: Line 35:
* [[AuthenticationServices.framework]]
* [[AuthenticationServices.framework]]
* [[AutomaticAssessmentConfiguration.framework]]
* [[AutomaticAssessmentConfiguration.framework]]
* [[BackgroundAssets.framework]]
* [[BackgroundTasks.framework]]
* [[BackgroundTasks.framework]]
* [[BusinessChat.framework]]
* [[BusinessChat.framework]]
Line 38: Line 41:
* [[CHIP.framework]]
* [[CHIP.framework]]
* [[Callkit.framework]]
* [[Callkit.framework]]
* [[CarKey.framework]]
* [[CarPlay.framework]]
* [[CarPlay.framework]]
* [[CellularDataDiagnosticsSuite.framework]]
* [[Charts.framework]]
* [[ClassKit.framework]]
* [[ClassKit.framework]]
* [[ClockKit.framework]]
* [[ClockKit.framework]]
* [[CloudKit.framework]]
* [[CloudKit.framework]]
* [[ColorSync.framework]]
* [[Combine.framework]]
* [[Combine.framework]]
* [[Contacts.framework]]
* [[Contacts.framework]]
Line 65: Line 72:
* [[CoreTelephony.framework]] (com.apple.coretelephony)
* [[CoreTelephony.framework]] (com.apple.coretelephony)
* [[CoreText.framework]] (com.apple.CoreText)
* [[CoreText.framework]] (com.apple.CoreText)
* [[CoreTransferable.framework]]
* [[CoreVideo.framework]] (com.apple.CoreVideo)
* [[CoreVideo.framework]] (com.apple.CoreVideo)
* [[CreateML.framework]]
* [[CreateML.framework]]
* [[CreateMLComponents.framework]]
* [[CryptoKit.framework]]
* [[CryptoKit.framework]]
* [[CryptoTokenKit.framework]]
* [[CryptoTokenKit.framework]]
Line 73: Line 82:
* [[DeviceActivity.framework]]
* [[DeviceActivity.framework]]
* [[DeviceCheck.framework]]
* [[DeviceCheck.framework]]
* [[DeviceDiscoveryExtension.framework]]
* [[DriverKit.framework]]
* [[EventKit.framework]] (com.apple.eventkit)
* [[EventKit.framework]] (com.apple.eventkit)
* [[EventKitUI.framework]] (com.apple.eventkitui)
* [[EventKitUI.framework]] (com.apple.eventkitui)
* [[ExposureNotification.framework]]
* [[ExposureNotification.framework]]
* [[ExtensionFoundation.framework]]
* [[ExtensionKit.framework]]
* [[ExternalAccessory.framework]] (com.apple.ExternalAccessory)
* [[ExternalAccessory.framework]] (com.apple.ExternalAccessory)
* [[FamilyControls.framework]]
* [[FamilyControls.framework]]
Line 101: Line 114:
* [[LinkPresentation.framework]]
* [[LinkPresentation.framework]]
* [[LocalAuthentication.framework]]
* [[LocalAuthentication.framework]]
* [[LocalAuthenticationEmbeddedUI.framework]]
* [[MLCompute.framework]]
* [[MLCompute.framework]]
* [[ManagedSettings.framework]]
* [[ManagedSettings.framework]]
Line 136: Line 150:
* [[PhotosUI.framework]]
* [[PhotosUI.framework]]
* [[PushKit.framework]]
* [[PushKit.framework]]
* [[PushToTalk.framework]]
* [[QuartzCore.framework]] (com.apple.QuartzCore)
* [[QuartzCore.framework]] (com.apple.QuartzCore)
* [[QuickLook.framework]] (com.apple.QuickLook)
* [[QuickLook.framework]] (com.apple.QuickLook)
Line 142: Line 157:
* [[RealityKit.framework]]
* [[RealityKit.framework]]
* [[ReplayKit.framework]]
* [[ReplayKit.framework]]
* [[RoomPlan.framework]]
* [[SafariServices.framework]]
* [[SafariServices.framework]]
* [[SceneKit.framework]]
* [[SceneKit.framework]]
Line 147: Line 163:
* [[Security.framework]] (com.apple.Security)
* [[Security.framework]] (com.apple.Security)
* [[SensorKit.framework]]
* [[SensorKit.framework]]
* [[SharedWithYou.framework]]
* [[SharedWithYouCore.framework]]
* [[ShazamKit.framework]]
* [[ShazamKit.framework]]
* [[Social.framework]]
* [[Social.framework]]
Line 169: Line 187:
* [[WatchKit.framework]]
* [[WatchKit.framework]]
* [[WebKit.framework]]
* [[WebKit.framework]]
* [[WeatherKit.framework]]
* [[WidgetKit.framework]]
* [[WidgetKit.framework]]
* [[iAd.framework]] (com.apple.iAd)
* [[iAd.framework]] (com.apple.iAd)

Revision as of 06:22, 30 June 2022

Frameworks are bundles that contain a linkable library (usually a dylib) and the associated resources and headers for development.

There are “public” and “private” frameworks. The former are usually well documented and prepared for use by general developers, while the latter are (supposed to be) restricted for internal use only. Public frameworks can be found in /System/Library/Frameworks, and private ones in /System/Library/PrivateFrameworks. Other than this artificial division, there are no differences between public and private frameworks.

Since iOS 3.1, all default (public and private) libraries have been combined into a big cache file in /System/Library/Caches/com.apple.dyld/dyld_shared_cache_armvX (where X can be 6, 7, 7s, 64 or 64e) to improve performance. See dyld_shared_cache. The original libraries are no longer useful for non-on-device-developers, so they are eliminated from the system. The framework folders still contain other resources, such as localization strings.

Frameworks have an extension of .framework. Headers, if any, can be found in the SDK, stored in a subdirectory in the framework called Headers.

References

List of frameworks

See /System/Library/Frameworks on TheiPhoneWiki for another list.

The following list reflects the state of public frameworks as of iOS 16.0: