iOS 4.3 to iOS 5.0 API Differences

来源:互联网 发布:淘宝哪里进货 编辑:程序博客网 时间:2024/05/26 07:30

iOS 4.3 to iOS 5.0 API Differences

Added frameworks:

  • Accounts
  • CoreBluetooth
  • CoreImage
  • GLKit
  • GSS
  • NewsstandKit
  • Twitter

Accelerate

Alpha.h
Added #def VIMAGE_ALPHA_H
AddedvImageAlphaBlend_ARGB8888()
AddedvImageAlphaBlend_ARGBFFFF()
Added vImageAlphaBlend_NonpremultipliedToPremultiplied_ARGB8888()
Added vImageAlphaBlend_NonpremultipliedToPremultiplied_ARGBFFFF()
Added vImageAlphaBlend_NonpremultipliedToPremultiplied_Planar8()
Added vImageAlphaBlend_NonpremultipliedToPremultiplied_PlanarF()
AddedvImageAlphaBlend_Planar8()
AddedvImageAlphaBlend_PlanarF()
AddedvImageClipToAlpha_ARGB8888()
AddedvImageClipToAlpha_ARGBFFFF()
AddedvImageClipToAlpha_Planar8()
AddedvImageClipToAlpha_PlanarF()
Added vImagePremultipliedAlphaBlend_ARGB8888()
Added vImagePremultipliedAlphaBlend_ARGBFFFF()
Added vImagePremultipliedAlphaBlend_BGRA8888()
Added vImagePremultipliedAlphaBlend_BGRAFFFF()
Added vImagePremultipliedAlphaBlend_Planar8()
Added vImagePremultipliedAlphaBlend_PlanarF()
Added #def vImagePremultipliedAlphaBlend_RGBA8888
Added #def vImagePremultipliedAlphaBlend_RGBAFFFF
Added vImagePremultipliedConstAlphaBlend_ARGB8888()
Added vImagePremultipliedConstAlphaBlend_ARGBFFFF()
Added vImagePremultipliedConstAlphaBlend_Planar8()
Added vImagePremultipliedConstAlphaBlend_PlanarF()
Added vImagePremultiplyData_ARGB8888()
Added vImagePremultiplyData_ARGBFFFF()
Added #def vImagePremultiplyData_BGRA8888
Added #def vImagePremultiplyData_BGRAFFFF
Added vImagePremultiplyData_Planar8()
Added vImagePremultiplyData_PlanarF()
Added vImagePremultiplyData_RGBA8888()
Added vImagePremultiplyData_RGBAFFFF()
Added vImageUnpremultiplyData_ARGB8888()
Added vImageUnpremultiplyData_ARGBFFFF()
Added #def vImageUnpremultiplyData_BGRA8888
Added #def vImageUnpremultiplyData_BGRAFFFF
Added vImageUnpremultiplyData_Planar8()
Added vImageUnpremultiplyData_PlanarF()
Added vImageUnpremultiplyData_RGBA8888()
Added vImageUnpremultiplyData_RGBAFFFF()
BasicImageTypes.h
Added #def VIMAGE_BASIC_IMAGE_TYPES_H
Added kvImage_PNG_FILTER_VALUE_AVG
Added kvImage_PNG_FILTER_VALUE_NONE
Added kvImage_PNG_FILTER_VALUE_PAETH
Added kvImage_PNG_FILTER_VALUE_SUB
Added kvImage_PNG_FILTER_VALUE_UP
AddedvImagePNGDecompressionFilter()
Conversion.h
Added #def VIMAGE_CONVERSION_H
AddedvImageBufferFill_ARGB8888()
AddedvImageBufferFill_ARGBFFFF()
AddedvImageClip_PlanarF()
AddedvImageConvert_16SToF()
AddedvImageConvert_16UToF()
AddedvImageConvert_16UToPlanar8()
Added vImageConvert_ARGB1555toARGB8888()
Added vImageConvert_ARGB1555toPlanar8()
Added vImageConvert_ARGB8888toARGB1555()
Added vImageConvert_ARGB8888toPlanar8()
Added vImageConvert_ARGB8888toRGB565()
Added vImageConvert_ARGB8888toRGB888()
Added vImageConvert_ARGBFFFFtoPlanarF()
Added vImageConvert_ChunkyToPlanar8()
Added vImageConvert_ChunkyToPlanarF()
AddedvImageConvert_FTo16S()
AddedvImageConvert_FTo16U()
Added vImageConvert_Planar16FtoPlanarF()
AddedvImageConvert_Planar8To16U()
Added vImageConvert_Planar8ToARGBFFFF()
Added vImageConvert_Planar8ToBGRX8888()
Added vImageConvert_Planar8ToBGRXFFFF()
Added #def vImageConvert_Planar8ToRGBX8888
Added #def vImageConvert_Planar8ToRGBXFFFF
Added vImageConvert_Planar8ToXRGB8888()
Added vImageConvert_Planar8ToXRGBFFFF()
Added vImageConvert_Planar8toARGB1555()
Added vImageConvert_Planar8toARGB8888()
Added vImageConvert_Planar8toPlanarF()
Added vImageConvert_Planar8toRGB565()
Added vImageConvert_Planar8toRGB888()
Added vImageConvert_PlanarFToARGB8888()
Added vImageConvert_PlanarFToBGRX8888()
Added vImageConvert_PlanarFToBGRXFFFF()
Added #def vImageConvert_PlanarFToRGBX8888
Added #def vImageConvert_PlanarFToRGBXFFFF
Added vImageConvert_PlanarFToXRGB8888()
Added vImageConvert_PlanarFToXRGBFFFF()
Added vImageConvert_PlanarFtoARGBFFFF()
Added vImageConvert_PlanarFtoPlanar16F()
Added vImageConvert_PlanarFtoPlanar8()
Added vImageConvert_PlanarFtoRGBFFF()
Added vImageConvert_PlanarToChunky8()
Added vImageConvert_PlanarToChunkyF()
Added vImageConvert_RGB565toARGB8888()
Added vImageConvert_RGB565toPlanar8()
Added vImageConvert_RGB888toARGB8888()
Added vImageConvert_RGB888toPlanar8()
Added vImageConvert_RGBFFFtoPlanarF()
Added vImageFlatten_ARGB8888ToRGB888()
Added vImageFlatten_ARGBFFFFToRGBFFF()
Added vImageOverwriteChannelsWithPixel_ARGB8888()
Added vImageOverwriteChannelsWithPixel_ARGBFFFF()
Added vImageOverwriteChannelsWithScalar_ARGB8888()
Added vImageOverwriteChannelsWithScalar_ARGBFFFF()
Added vImageOverwriteChannelsWithScalar_Planar8()
Added vImageOverwriteChannelsWithScalar_PlanarF()
Added vImageOverwriteChannels_ARGB8888()
Added vImageOverwriteChannels_ARGBFFFF()
Added vImagePermuteChannels_ARGB8888()
Added vImagePermuteChannels_ARGBFFFF()
Added vImageSelectChannels_ARGB8888()
Added vImageSelectChannels_ARGBFFFF()
AddedvImageTableLookUp_ARGB8888()
AddedvImageTableLookUp_Planar8()
Convolution.h
Added #def VIMAGE_CONVOLUTION_H
AddedvImageBoxConvolve_ARGB8888()
AddedvImageBoxConvolve_Planar8()
Added vImageConvolveMultiKernel_ARGB8888()
Added vImageConvolveMultiKernel_ARGBFFFF()
Added vImageConvolveWithBias_ARGB8888()
Added vImageConvolveWithBias_ARGBFFFF()
Added vImageConvolveWithBias_Planar8()
Added vImageConvolveWithBias_PlanarF()
AddedvImageConvolve_ARGB8888()
AddedvImageConvolve_ARGBFFFF()
AddedvImageConvolve_Planar8()
AddedvImageConvolve_PlanarF()
Added vImageRichardsonLucyDeConvolve_ARGB8888()
Added vImageRichardsonLucyDeConvolve_ARGBFFFF()
Added vImageRichardsonLucyDeConvolve_Planar8()
Added vImageRichardsonLucyDeConvolve_PlanarF()
AddedvImageTentConvolve_ARGB8888()
AddedvImageTentConvolve_Planar8()
Geometry.h
Added #def VIMAGE_GEOMETRY_H
AddedkRotate0DegreesClockwise
Added kRotate0DegreesCounterClockwise
AddedkRotate180DegreesClockwise
Added kRotate180DegreesCounterClockwise
AddedkRotate270DegreesClockwise
Added kRotate270DegreesCounterClockwise
AddedkRotate90DegreesClockwise
Added kRotate90DegreesCounterClockwise
Added vImageAffineWarpCG_ARGB8888()(no architecture available)
Added vImageAffineWarpCG_ARGBFFFF()(no architecture available)
Added vImageAffineWarpCG_Planar8()(no architecture available)
Added vImageAffineWarpCG_PlanarF()(no architecture available)
AddedvImageAffineWarpD_ARGB8888()
AddedvImageAffineWarpD_ARGBFFFF()
AddedvImageAffineWarpD_Planar8()
AddedvImageAffineWarpD_PlanarF()
AddedvImageAffineWarp_ARGB8888()
AddedvImageAffineWarp_ARGBFFFF()
AddedvImageAffineWarp_Planar8()
AddedvImageAffineWarp_PlanarF()
Added vImageDestroyResamplingFilter()
Added vImageGetResamplingFilterSize()
Added vImageHorizontalReflect_ARGB8888()
Added vImageHorizontalReflect_ARGBFFFF()
Added vImageHorizontalReflect_Planar8()
Added vImageHorizontalReflect_PlanarF()
Added vImageHorizontalShearD_ARGB8888()
Added vImageHorizontalShearD_ARGBFFFF()
Added vImageHorizontalShearD_Planar8()
Added vImageHorizontalShearD_PlanarF()
Added vImageHorizontalShear_ARGB8888()
Added vImageHorizontalShear_ARGBFFFF()
Added vImageHorizontalShear_Planar8()
Added vImageHorizontalShear_PlanarF()
AddedvImageNewResamplingFilter()
Added vImageNewResamplingFilterForFunctionUsingBuffer()
AddedvImageRotate90_ARGB8888()
AddedvImageRotate90_ARGBFFFF()
AddedvImageRotate90_Planar8()
AddedvImageRotate90_PlanarF()
AddedvImageRotate_ARGB8888()
AddedvImageRotate_ARGBFFFF()
AddedvImageRotate_Planar8()
AddedvImageRotate_PlanarF()
AddedvImageScale_ARGB8888()
AddedvImageScale_ARGBFFFF()
AddedvImageScale_Planar8()
AddedvImageScale_PlanarF()
Added vImageVerticalReflect_ARGB8888()
Added vImageVerticalReflect_ARGBFFFF()
Added vImageVerticalReflect_Planar8()
Added vImageVerticalReflect_PlanarF()
Added vImageVerticalShearD_ARGB8888()
Added vImageVerticalShearD_ARGBFFFF()
AddedvImageVerticalShearD_Planar8()
AddedvImageVerticalShearD_PlanarF()
AddedvImageVerticalShear_ARGB8888()
AddedvImageVerticalShear_ARGBFFFF()
AddedvImageVerticalShear_Planar8()
AddedvImageVerticalShear_PlanarF()
Histogram.h
Added #def VIMAGE_HISTOGRAM_H
Added vImageContrastStretch_ARGB8888()
Added vImageContrastStretch_ARGBFFFF()
Added vImageContrastStretch_Planar8()
Added vImageContrastStretch_PlanarF()
Added vImageEndsInContrastStretch_ARGB8888()
Added vImageEndsInContrastStretch_ARGBFFFF()
Added vImageEndsInContrastStretch_Planar8()
Added vImageEndsInContrastStretch_PlanarF()
AddedvImageEqualization_ARGB8888()
AddedvImageEqualization_ARGBFFFF()
AddedvImageEqualization_Planar8()
AddedvImageEqualization_PlanarF()
Added vImageHistogramCalculation_ARGB8888()
Added vImageHistogramCalculation_ARGBFFFF()
Added vImageHistogramCalculation_Planar8()
Added vImageHistogramCalculation_PlanarF()
Added vImageHistogramSpecification_ARGB8888()
Added vImageHistogramSpecification_ARGBFFFF()
Added vImageHistogramSpecification_Planar8()
Added vImageHistogramSpecification_PlanarF()
Morphology.h
Added #def VIMAGE_MORPHOLOGY_H
AddedvImageDilate_ARGB8888()
AddedvImageDilate_ARGBFFFF()
AddedvImageDilate_Planar8()
AddedvImageDilate_PlanarF()
AddedvImageErode_ARGB8888()
AddedvImageErode_ARGBFFFF()
AddedvImageErode_Planar8()
AddedvImageErode_PlanarF()
AddedvImageMax_ARGB8888()
AddedvImageMax_ARGBFFFF()
AddedvImageMax_Planar8()
AddedvImageMax_PlanarF()
AddedvImageMin_ARGB8888()
AddedvImageMin_ARGBFFFF()
AddedvImageMin_Planar8()
AddedvImageMin_PlanarF()
Transform.h
Added #def VIMAGE_TRANSFORM_H
Added kvImageGamma_11_over_5_half_precision
Added kvImageGamma_11_over_9_half_precision
Added kvImageGamma_5_over_11_half_precision
Added kvImageGamma_5_over_9_half_precision
Added kvImageGamma_9_over_11_half_precision
Added kvImageGamma_9_over_5_half_precision
Added kvImageGamma_BT709_forward_half_precision
Added kvImageGamma_BT709_reverse_half_precision
AddedkvImageGamma_UseGammaValue
Added kvImageGamma_UseGammaValue_half_precision
Added kvImageGamma_sRGB_forward_half_precision
Added kvImageGamma_sRGB_reverse_half_precision
AddedvImageCreateGammaFunction()
AddedvImageDestroyGammaFunction()
AddedvImageGamma_Planar8toPlanarF()
AddedvImageGamma_PlanarF()
AddedvImageGamma_PlanarFtoPlanar8()
Added vImageInterpolatedLookupTable_PlanarF()
Added vImageLookupTable_Planar8toPlanarF()
Added vImageLookupTable_PlanarFtoPlanar8()
Added vImageMatrixMultiply_ARGB8888()
Added vImageMatrixMultiply_ARGBFFFF()
AddedvImageMatrixMultiply_Planar8()
AddedvImageMatrixMultiply_PlanarF()
Added vImagePiecewisePolynomial_Planar8toPlanarF()
Added vImagePiecewisePolynomial_PlanarF()
Added vImagePiecewisePolynomial_PlanarFtoPlanar8()
Added vImagePiecewiseRational_PlanarF()
vDSP.h
Added vDSP_distancesq()
vForce.h
Addedvvacos()
Addedvvacosf()
Addedvvacosh()
Addedvvacoshf()
Addedvvasin()
Addedvvasinf()
Addedvvasinh()
Addedvvasinhf()
Addedvvatan()
Addedvvatan2()
Addedvvatan2f()
Addedvvatanf()
Addedvvatanh()
Addedvvatanhf()
Addedvvceil()
Addedvvceilf()
Addedvvcopysign()
Addedvvcopysignf()
Addedvvcos()
Addedvvcosf()
Addedvvcosh()
Addedvvcoshf()
Addedvvcosisin()
Addedvvcosisinf()
Addedvvcospi()
Addedvvcospif()
Addedvvdiv()
Addedvvdivf()
Addedvvexp()
Addedvvexp2()
Addedvvexp2f()
Addedvvexpf()
Addedvvexpm1()
Addedvvexpm1f()
Addedvvfabs()
Addedvvfabsf()
Addedvvfloor()
Addedvvfloorf()
Addedvvfmod()
Addedvvfmodf()
Addedvvint()
Addedvvintf()
Addedvvlog()
Addedvvlog10()
Addedvvlog10f()
Addedvvlog1p()
Addedvvlog1pf()
Addedvvlog2()
Addedvvlog2f()
Addedvvlogb()
Addedvvlogbf()
Addedvvlogf()
Addedvvnextafter()
Addedvvnextafterf()
Addedvvnint()
Addedvvnintf()
Addedvvpow()
Addedvvpowf()
Addedvvrec()
Addedvvrecf()
Addedvvremainder()
Addedvvremainderf()
Addedvvrsqrt()
Addedvvrsqrtf()
Addedvvsin()
Addedvvsincos()
Addedvvsincosf()
Addedvvsinf()
Addedvvsinh()
Addedvvsinhf()
Addedvvsinpi()
Addedvvsinpif()
Addedvvsqrt()
Addedvvsqrtf()
Addedvvtan()
Addedvvtanf()
Addedvvtanh()
Addedvvtanhf()
Addedvvtanpi()
Addedvvtanpif()
vImage.h
Added #def VIMAGE_H
vImage_Types.h
AddedGammaFunction
AddedPixel_8
AddedPixel_8888
AddedPixel_F
AddedPixel_FFFF
AddedResamplingFilter
Added #def VIMAGE_AFFINETRANSFORM_DOUBLE_IS_AVAILABLE
Added #def VIMAGE_TYPES_H
AddedkvImageBackgroundColorFill
AddedkvImageBufferSizeMismatch
AddedkvImageCopyInPlace
AddedkvImageDoNotTile
AddedkvImageEdgeExtend
AddedkvImageGetTempBufferSize
Added kvImageHighQualityResampling
AddedkvImageInvalidEdgeStyle
AddedkvImageInvalidKernelSize
AddedkvImageInvalidOffset_X
AddedkvImageInvalidOffset_Y
AddedkvImageInvalidParameter
AddedkvImageLeaveAlphaUnchanged
Added kvImageMemoryAllocationError
AddedkvImageNoError
AddedkvImageNoFlags
AddedkvImageNullPointerArgument
Added kvImageRoiLargerThanInputBuffer
AddedkvImageTruncateKernel
AddedkvImageUnknownFlagsBit
AddedvImagePixelCount
AddedvImage_AffineTransform
Added vImage_AffineTransform_Double
AddedvImage_Buffer
Added vImage_CGAffineTransform(no architecture available)
AddedvImage_Error
AddedvImage_Flags

Accounts

ACAccount.h
AddedACAccount
Added ACAccount.accountDescription
AddedACAccount.accountType
AddedACAccount.credential
AddedACAccount.identifier
Added -[ACAccount initWithAccountType:]
AddedACAccount.username
ACAccountCredential.h
AddedACAccountCredential
Added -[ACAccountCredential initWithOAuthToken:tokenSecret:]
ACAccountStore.h
AddedACAccountStore
Added -[ACAccountStore accountTypeWithAccountTypeIdentifier:]
Added -[ACAccountStore accountWithIdentifier:]
AddedACAccountStore.accounts
Added -[ACAccountStore accountsWithAccountType:]
Added -[ACAccountStore requestAccessToAccountsWithType:withCompletionHandler:]
Added -[ACAccountStore saveAccount:withCompletionHandler:]
Added ACAccountStoreDidChangeNotification
Added ACAccountStoreRequestAccessCompletionHandler
Added ACAccountStoreSaveCompletionHandler
ACAccountType.h
AddedACAccountType
Added ACAccountType.accessGranted
Added ACAccountType.accountTypeDescription
AddedACAccountType.identifier
Added ACAccountTypeIdentifierTwitter
ACError.h
Added ACErrorAccountAlreadyExists
Added ACErrorAccountAuthenticationFailed
Added ACErrorAccountMissingRequiredProperty
AddedACErrorAccountNotFound
AddedACErrorAccountTypeInvalid
AddedACErrorCode
Added ACErrorDomain
AddedACErrorPermissionDenied
AddedACErrorUnknown
AccountsDefines.h
Added #def ACCOUNTS_CLASS_AVAILABLE
Added #def ACCOUNTS_EXTERN

AddressBook

ABPerson.h
Added ABPersonCreatePeopleInSourceWithVCardRepresentation()
Added ABPersonCreateVCardRepresentationWithPeople()
Added kABPersonInstantMessageServiceFacebook
Added kABPersonInstantMessageServiceGaduGadu
Added kABPersonInstantMessageServiceGoogleTalk
Added kABPersonInstantMessageServiceQQ
Added kABPersonInstantMessageServiceSkype
Added kABPersonPhoneOtherFAXLabel
Added kABPersonSocialProfileProperty
Added kABPersonSocialProfileServiceFacebook
Added kABPersonSocialProfileServiceFlickr
Added kABPersonSocialProfileServiceGameCenter
Added kABPersonSocialProfileServiceKey
Added kABPersonSocialProfileServiceLinkedIn
Added kABPersonSocialProfileServiceMyspace
Added kABPersonSocialProfileServiceTwitter
AddedkABPersonSocialProfileURLKey
Added kABPersonSocialProfileUserIdentifierKey
Added kABPersonSocialProfileUsernameKey
ABRecord.h
AddedkABSourceType

AddressBookUI

ABPersonViewController.h
Added ABPersonViewController.allowsActions

AssetsLibrary

ALAsset.h
Added -[ALAsset aspectRatioThumbnail]
AddedALAsset.editable
AddedALAsset.originalAsset
Added -[ALAsset setImageData:metadata:completionBlock:]
Added -[ALAsset setVideoAtPath:completionBlock:]
Added -[ALAsset writeModifiedImageDataToSavedPhotosAlbum:metadata:completionBlock:]
Added -[ALAsset writeModifiedVideoAtPathToSavedPhotosAlbum:completionBlock:]
ALAssetRepresentation.h
Added -[ALAssetRepresentation filename]
ALAssetsGroup.h
Added-[ALAssetsGroup addAsset:]
AddedALAssetsGroup.editable
AddedALAssetsGroupPropertyURL
ALAssetsLibrary.h
Added -[ALAssetsLibrary addAssetsGroupAlbumWithName:resultBlock:failureBlock:]
Added -[ALAssetsLibrary groupForURL:resultBlock:failureBlock:]
AddedALAssetsGroupPhotoStream
Added ALAssetsLibraryGroupResultBlock

AudioToolbox

AudioConverter.h
Added AudioConverterConvertComplexBuffer()
AudioFile.h
Added kAudioFilePropertyAlbumArtwork
AudioQueue.h
Added kAudioQueueErr_RecordUnderrun
Added kAudioQueueProperty_ConverterError
AudioServices.h
Added kAudioSessionInputRoute_BluetoothHFP
Added kAudioSessionInputRoute_BuiltInMic
Added kAudioSessionInputRoute_HeadsetMic
Added kAudioSessionInputRoute_LineIn
Added kAudioSessionInputRoute_USBAudio
AddedkAudioSessionMode_Default
Added kAudioSessionMode_GameChat
Added kAudioSessionMode_Measurement
Added kAudioSessionMode_VideoRecording
Added kAudioSessionMode_VoiceChat
Added kAudioSessionOutputRoute_AirPlay
Added kAudioSessionOutputRoute_BluetoothA2DP
Added kAudioSessionOutputRoute_BluetoothHFP
Added kAudioSessionOutputRoute_BuiltInReceiver
Added kAudioSessionOutputRoute_BuiltInSpeaker
Added kAudioSessionOutputRoute_HDMI
Added kAudioSessionOutputRoute_Headphones
Added kAudioSessionOutputRoute_LineOut
Added kAudioSessionOutputRoute_USBAudio
Added kAudioSessionProperty_AudioRouteDescription
Added kAudioSessionProperty_InputGainAvailable
Added kAudioSessionProperty_InputGainScalar
Added kAudioSessionProperty_InputSource
Added kAudioSessionProperty_InputSources
AddedkAudioSessionProperty_Mode
Added kAudioSessionProperty_OutputDestination
Added kAudioSessionProperty_OutputDestinations
Added kAudioSession_AudioRouteChangeKey_CurrentRouteDescription
Added kAudioSession_AudioRouteChangeKey_PreviousRouteDescription
Added kAudioSession_AudioRouteKey_Inputs
Added kAudioSession_AudioRouteKey_Outputs
Added kAudioSession_AudioRouteKey_Type
Added kAudioSession_InputSourceKey_Description
Added kAudioSession_InputSourceKey_ID
Added kAudioSession_OutputDestinationKey_Description
Added kAudioSession_OutputDestinationKey_ID
Added kAudioSession_RouteChangeKey_Reason
CAFFile.h
Added #def ATTRIBUTE_PACKED
Added ATTRIBUTE_PACKED(no architecture available)
Added CAFAudioDescription
Added CAFAudioFormatListItem
Added CAFChunkHeader
Added CAFDataChunk
Added CAFFileHeader
Added CAFInfoStrings
Added CAFInstrumentChunk
Added CAFMarker
Added CAFMarkerChunk
Added CAFOverviewChunk
Added CAFOverviewSample
Added CAFPacketTableHeader
Added CAFPeakChunk
Added CAFPositionPeak
Added CAFRegion
Added CAFRegionChunk
Added CAFStringID
Added CAFStrings
Added CAFUMIDChunk
Added CAF_SMPTE_Time
Added CAF_UUID_ChunkHeader
Added #def NextCAFRegion
Added kCAFLinearPCMFormatFlagIsFloat
Added kCAFLinearPCMFormatFlagIsLittleEndian
Added #def kCAFMarkerChunkHdrSize
Added kCAFMarkerType_EditDestinationBegin
Added kCAFMarkerType_EditDestinationEnd
Added kCAFMarkerType_EditSourceBegin
Added kCAFMarkerType_EditSourceEnd
Added kCAFMarkerType_Generic
Added kCAFMarkerType_Index
Added kCAFMarkerType_KeySignature
Added kCAFMarkerType_ProgramEnd
Added kCAFMarkerType_ProgramStart
Added kCAFMarkerType_RegionEnd
Added kCAFMarkerType_RegionStart
Added kCAFMarkerType_RegionSyncPoint
Added kCAFMarkerType_ReleaseLoopEnd
Added kCAFMarkerType_ReleaseLoopStart
Added kCAFMarkerType_SavedPlayPosition
Added kCAFMarkerType_SelectionEnd
Added kCAFMarkerType_SelectionStart
Added kCAFMarkerType_SustainLoopEnd
Added kCAFMarkerType_SustainLoopStart
Added kCAFMarkerType_Tempo
Added kCAFMarkerType_TimeSignature
Added kCAFMarkerType_TrackEnd
Added kCAFMarkerType_TrackStart
Added #def kCAFRegionChunkHdrSize
Added kCAFRegionFlag_LoopEnable
Added kCAFRegionFlag_PlayBackward
Added kCAFRegionFlag_PlayForward
Added kCAF_AudioDataChunkID
Added kCAF_ChannelLayoutChunkID
Added kCAF_EditCommentsChunkID
Added kCAF_FileType
Added kCAF_FileVersion_Initial
Added kCAF_FillerChunkID
Added kCAF_FormatListID
Added kCAF_InfoStringsChunkID
Added kCAF_InstrumentChunkID
Added kCAF_MIDIChunkID
Added kCAF_MagicCookieID
Added kCAF_MarkerChunkID
Added kCAF_OverviewChunkID
Added kCAF_PacketTableChunkID
Added kCAF_PeakChunkID
Added kCAF_RegionChunkID
Added kCAF_SMPTE_TimeType2398
Added kCAF_SMPTE_TimeType24
Added kCAF_SMPTE_TimeType25
Added kCAF_SMPTE_TimeType2997
Added kCAF_SMPTE_TimeType2997Drop
Added kCAF_SMPTE_TimeType30
Added kCAF_SMPTE_TimeType30Drop
Added kCAF_SMPTE_TimeType50
Added kCAF_SMPTE_TimeType5994
Added kCAF_SMPTE_TimeType5994Drop
Added kCAF_SMPTE_TimeType60
Added kCAF_SMPTE_TimeType60Drop
Added kCAF_SMPTE_TimeTypeNone
Added kCAF_StreamDescriptionChunkID
Added kCAF_StringsChunkID
Added kCAF_UMIDChunkID
Added kCAF_UUIDChunkID
MusicPlayer.h
AddedAUPresetEvent
Added CABarBeatTime
AddedDisposeMusicEventIterator()
AddedDisposeMusicPlayer()
AddedDisposeMusicSequence()
Added ExtendedControlEvent(no architecture available)
AddedExtendedNoteOnEvent
AddedExtendedTempoEvent
AddedMIDIChannelMessage
AddedMIDIMetaEvent
AddedMIDINoteMessage
AddedMIDIRawData
AddedMusicEventIterator
Added MusicEventIteratorDeleteEvent()
Added MusicEventIteratorGetEventInfo()
Added MusicEventIteratorHasCurrentEvent()
Added MusicEventIteratorHasNextEvent()
Added MusicEventIteratorHasPreviousEvent()
AddedMusicEventIteratorNextEvent()
Added MusicEventIteratorPreviousEvent()
AddedMusicEventIteratorSeek()
Added MusicEventIteratorSetEventInfo()
Added MusicEventIteratorSetEventTime()
AddedMusicEventType
AddedMusicEventUserData
AddedMusicPlayer
Added MusicPlayerGetBeatsForHostTime()
Added MusicPlayerGetHostTimeForBeats()
AddedMusicPlayerGetPlayRateScalar()
AddedMusicPlayerGetSequence()
AddedMusicPlayerGetTime()
AddedMusicPlayerIsPlaying()
AddedMusicPlayerPreroll()
AddedMusicPlayerSetPlayRateScalar()
AddedMusicPlayerSetSequence()
AddedMusicPlayerSetTime()
AddedMusicPlayerStart()
AddedMusicPlayerStop()
AddedMusicSequence
Added MusicSequenceBarBeatTimeToBeats()
Added MusicSequenceBeatsToBarBeatTime()
AddedMusicSequenceDisposeTrack()
AddedMusicSequenceFileCreate()
AddedMusicSequenceFileCreateData()
AddedMusicSequenceFileFlags
AddedMusicSequenceFileLoad()
AddedMusicSequenceFileLoadData()
AddedMusicSequenceFileTypeID
AddedMusicSequenceGetAUGraph()
Added MusicSequenceGetBeatsForSeconds()
AddedMusicSequenceGetIndTrack()
Added MusicSequenceGetInfoDictionary()
Added MusicSequenceGetSMPTEResolution()
Added MusicSequenceGetSecondsForBeats()
AddedMusicSequenceGetSequenceType()
AddedMusicSequenceGetTempoTrack()
AddedMusicSequenceGetTrackCount()
AddedMusicSequenceGetTrackIndex()
AddedMusicSequenceLoadFlags
AddedMusicSequenceNewTrack()
AddedMusicSequenceReverse()
AddedMusicSequenceSetAUGraph()
AddedMusicSequenceSetMIDIEndpoint()
Added MusicSequenceSetSMPTEResolution()
AddedMusicSequenceSetSequenceType()
AddedMusicSequenceSetUserCallback()
AddedMusicSequenceType
AddedMusicSequenceUserCallback
AddedMusicTimeStamp
AddedMusicTrack
AddedMusicTrackClear()
AddedMusicTrackCopyInsert()
AddedMusicTrackCut()
Added MusicTrackGetDestMIDIEndpoint()
AddedMusicTrackGetDestNode()
AddedMusicTrackGetProperty()
AddedMusicTrackGetSequence()
AddedMusicTrackLoopInfo
AddedMusicTrackMerge()
AddedMusicTrackMoveEvents()
AddedMusicTrackNewAUPresetEvent()
Added MusicTrackNewExtendedNoteEvent()
Added MusicTrackNewExtendedTempoEvent()
Added MusicTrackNewMIDIChannelEvent()
AddedMusicTrackNewMIDINoteEvent()
Added MusicTrackNewMIDIRawDataEvent()
AddedMusicTrackNewMetaEvent()
AddedMusicTrackNewParameterEvent()
AddedMusicTrackNewUserEvent()
Added MusicTrackSetDestMIDIEndpoint()
AddedMusicTrackSetDestNode()
AddedMusicTrackSetProperty()
AddedNewMusicEventIterator()
AddedNewMusicPlayer()
AddedNewMusicSequence()
AddedParameterEvent
Added kAudioToolboxErr_CannotDoInCurrentContext
Added kAudioToolboxErr_EndOfTrack
Added kAudioToolboxErr_IllegalTrackDestination
Added kAudioToolboxErr_InvalidEventType
Added kAudioToolboxErr_InvalidPlayerState
Added kAudioToolboxErr_InvalidSequenceType
Added kAudioToolboxErr_NoSequence
Added kAudioToolboxErr_StartOfTrack
Added kAudioToolboxErr_TrackIndexError
Added kAudioToolboxErr_TrackNotFound
AddedkMusicEventType_AUPreset
Added kMusicEventType_ExtendedControl (no architecture available)
Added kMusicEventType_ExtendedNote
Added kMusicEventType_ExtendedTempo
Added kMusicEventType_MIDIChannelMessage
Added kMusicEventType_MIDINoteMessage
Added kMusicEventType_MIDIRawData
AddedkMusicEventType_Meta
AddedkMusicEventType_NULL
AddedkMusicEventType_Parameter
AddedkMusicEventType_User
Added kMusicSequenceFileFlags_EraseFile
Added kMusicSequenceFile_MIDIType
Added kMusicSequenceFile_iMelodyType
Added kMusicSequenceLoadSMF_ChannelsToTracks
AddedkMusicSequenceType_Beats
AddedkMusicSequenceType_Samples
AddedkMusicSequenceType_Seconds
Added#def kMusicTimeStamp_EndOfTrack
Added kSequenceTrackProperty_AutomatedParameters
Added kSequenceTrackProperty_LoopInfo
Added kSequenceTrackProperty_MuteStatus
Added kSequenceTrackProperty_OffsetTime
Added kSequenceTrackProperty_SoloStatus
Added kSequenceTrackProperty_TimeResolution
Added kSequenceTrackProperty_TrackLength

AudioUnit

AUComponent.h
Added AudioUnitProcessMultipleProc
Added AudioUnitRemovePropertyListenerWithUserDataProc
Added kAudioUnitProcessMultipleSelect
Added kAudioUnitSubType_AUiPodTimeOther
AddedkAudioUnitSubType_NBandEQ
AddedkAudioUnitSubType_Reverb2
Modified kAudioUnitSubType_Distortion
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_Varispeed
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_DynamicsProcessor
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_HighPassFilter
 ArchitecturesFromUnknownToarm
ModifiedkAudioUnitSubType_Sampler
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_HighShelfFilter
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_BandPassFilter
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_AudioFilePlayer
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_LowShelfFilter
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_ScheduledSoundPlayer
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_LowPassFilter
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_ParametricEQ
 ArchitecturesFromUnknownToarm
Modified kAudioUnitSubType_PeakLimiter
 ArchitecturesFromUnknownToarm
AudioComponent.h
Added AudioComponentRegister()
Added kAudioComponentFlag_Unsearchable
AudioUnitParameters.h
Added kAUNBandEQFilterType_2ndOrderButterworthHighPass
Added kAUNBandEQFilterType_2ndOrderButterworthLowPass
Added kAUNBandEQFilterType_BandPass
Added kAUNBandEQFilterType_BandStop
Added kAUNBandEQFilterType_HighShelf
Added kAUNBandEQFilterType_LowShelf
Added kAUNBandEQFilterType_Parametric
Added kAUNBandEQFilterType_ResonantHighPass
Added kAUNBandEQFilterType_ResonantHighShelf
Added kAUNBandEQFilterType_ResonantLowPass
Added kAUNBandEQFilterType_ResonantLowShelf
AddedkAUNBandEQParam_Bandwidth
AddedkAUNBandEQParam_BypassBand
AddedkAUNBandEQParam_FilterType
AddedkAUNBandEQParam_Frequency
AddedkAUNBandEQParam_Gain
AddedkNumAUNBandEQFilterTypes
Added kReverb2Param_DecayTimeAt0Hz
Added kReverb2Param_DecayTimeAtNyquist
AddedkReverb2Param_DryWetMix
AddedkReverb2Param_Gain
AddedkReverb2Param_MaxDelayTime
AddedkReverb2Param_MinDelayTime
Added kReverb2Param_RandomizeReflections
Modified kDynamicsProcessorParam_AttackTime
 ArchitecturesFromUnknownToarm
ModifiedkLowPassParam_Resonance
 ArchitecturesFromUnknownToarm
Modified kDynamicsProcessorParam_OutputAmplitude
 ArchitecturesFromUnknownToarm
ModifiedkAUGroupParameterID_Pan
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_AllNotesOff
 ArchitecturesFromUnknownToarm
Modified kParametricEQParam_CenterFreq
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_DataEntry
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_AllSoundOff
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_Foot_LSB
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_Rounding
 ArchitecturesFromUnknownToarm
Modified kDynamicsProcessorParam_ExpansionThreshold
 ArchitecturesFromUnknownToarm
ModifiedkBandpassParam_Bandwidth
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_RingModFreq1
 ArchitecturesFromUnknownToarm
ModifiedkLimiterParam_PreGain
 ArchitecturesFromUnknownToarm
Modifiedk3DMixerParam_ReverbBlend
 ArchitecturesFromUnknownToarm
Modified kReverbParam_FilterBandwidth
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_PolynomialMix
 ArchitecturesFromUnknownToarm
Modified kDynamicsProcessorParam_ExpansionRatio
 ArchitecturesFromUnknownToarm
Modified kDynamicsProcessorParam_ReleaseTime
 ArchitecturesFromUnknownToarm
ModifiedkLimiterParam_DecayTime
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_ModWheel_LSB
 ArchitecturesFromUnknownToarm
ModifiedkHipassParam_Resonance
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_Expression
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_DecimationMix
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_RingModMix
 ArchitecturesFromUnknownToarm
ModifiedkAUGroupParameterID_Foot
 ArchitecturesFromUnknownToarm
Modified kBandpassParam_CenterFrequency
 ArchitecturesFromUnknownToarm
Modified k3DMixerParam_GlobalReverbGain
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_ResetAllControllers
 ArchitecturesFromUnknownToarm
ModifiedkHighShelfParam_Gain
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_Delay
 ArchitecturesFromUnknownToarm
Modified kReverbParam_FilterFrequency
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_Pan_LSB
 ArchitecturesFromUnknownToarm
Modified kVarispeedParam_PlaybackCents
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_CubicTerm
 ArchitecturesFromUnknownToarm
Modified kDynamicsProcessorParam_MasterGain
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_PitchBend
 ArchitecturesFromUnknownToarm
Modified kHipassParam_CutoffFrequency
 ArchitecturesFromUnknownToarm
Modified kAULowShelfParam_CutoffFrequency
 ArchitecturesFromUnknownToarm
ModifiedkLimiterParam_AttackTime
 ArchitecturesFromUnknownToarm
Modified kDynamicsProcessorParam_HeadRoom
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_DataEntry_LSB
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_DelayMix
 ArchitecturesFromUnknownToarm
ModifiedkParametricEQParam_Q
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_RingModBalance
 ArchitecturesFromUnknownToarm
ModifiedkAUGroupParameterID_Volume
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_KeyPressure
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_ModWheel
 ArchitecturesFromUnknownToarm
Modified k3DMixerParam_OcclusionAttenuation
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_KeyPressure_LastKey
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_LinearTerm
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_Sustain
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_ChannelPressure
 ArchitecturesFromUnknownToarm
Modified kDynamicsProcessorParam_CompressionAmount
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_RingModFreq2
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_Decay
 ArchitecturesFromUnknownToarm
Modified kDynamicsProcessorParam_InputAmplitude
 ArchitecturesFromUnknownToarm
Modified kDynamicsProcessorParam_Threshold
 ArchitecturesFromUnknownToarm
ModifiedkAULowShelfParam_Gain
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_Expression_LSB
 ArchitecturesFromUnknownToarm
Modified kLowPassParam_CutoffFrequency
 ArchitecturesFromUnknownToarm
ModifiedkParametricEQParam_Gain
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_KeyPressure_FirstKey
 ArchitecturesFromUnknownToarm
Modified kAUGroupParameterID_Volume_LSB
 ArchitecturesFromUnknownToarm
Modified kVarispeedParam_PlaybackRate
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_SoftClipGain
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_SquaredTerm
 ArchitecturesFromUnknownToarm
ModifiedkReverbParam_FilterGain
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_Decimation
 ArchitecturesFromUnknownToarm
Modified k3DMixerParam_ObstructionAttenuation
 ArchitecturesFromUnknownToarm
Modified kHighShelfParam_CutOffFrequency
 ArchitecturesFromUnknownToarm
Modified kDistortionParam_FinalMix
 ArchitecturesFromUnknownToarm
AudioUnitProperties.h
RemovedVoiceIOFarEndVersionInfo
Removed kAUVoiceIOProperty_FarEndVersionInfo
Removed kVoiceIOFarEndAUVersion_RequiresBackwardCompatibility
Removed kVoiceIOFarEndAUVersion_ThirdParty
Added AUSamplerBankPresetData
Added kAUNBandEQProperty_MaxNumberOfBands
Added kAUNBandEQProperty_NumberOfBands
Added kAUSamplerProperty_LoadAudioFiles
Added kAUSamplerProperty_LoadPresetFromBank
Added kAUSampler_DefaultBankLSB
Added kAUSampler_DefaultMelodicBankMSB
Added kAUSampler_DefaultPercussionBankMSB
Added kAudioUnitScope_Layer
Added kAudioUnitScope_LayerItem
Modified HostCallback_GetMusicalTimeLocation
 ArchitecturesFromUnknownToarm
ModifiedkAudioUnitScope_Group
 ArchitecturesFromUnknownToarm
ModifiedkAudioUnitProperty_CPULoad
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_LargeHall
 ArchitecturesFromUnknownToarm
Modified ScheduledAudioFileRegion
 ArchitecturesFromUnknownToarm
ModifiedHostCallbackInfo
 ArchitecturesFromUnknownToarm
Modified ScheduledAudioSlice
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_LargeChamber
 ArchitecturesFromUnknownToarm
Modified kNumberOfResponseFrequencies
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_LargeHall2
 ArchitecturesFromUnknownToarm
Modified kScheduledAudioSliceFlag_BeganToRender
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_ScheduledFileIDs
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_ScheduleStartTimeStamp
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_UsesInternalReverb
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_MediumRoom
 ArchitecturesFromUnknownToarm
ModifiedkAudioUnitScope_Part
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_Cathedral
 ArchitecturesFromUnknownToarm
Modified HostCallback_GetTransportState
 ArchitecturesFromUnknownToarm
Modified ScheduledAudioFileRegionCompletionProc
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_ParameterValueStrings
 ArchitecturesFromUnknownToarm
Modified kScheduledAudioSliceFlag_Complete
 ArchitecturesFromUnknownToarm
Modified AudioUnitFrequencyResponseBin
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_LargeRoom
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_ScheduledFileRegion
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_Plate
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_MediumChamber
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_ScheduledFileNumberBuffers
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_LargeRoom2
 ArchitecturesFromUnknownToarm
Modified kScheduledAudioSliceFlag_BeganToRenderLate
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_ScheduledFilePrime
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_ReverbRoomType
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_MediumHall2
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_ScheduleAudioSlice
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_MediumHall
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_CurrentPlayTime
 ArchitecturesFromUnknownToarm
ModifiedHostCallback_GetBeatAndTempo
 ArchitecturesFromUnknownToarm
ModifiedkAudioUnitScope_Note
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_SmallRoom
 ArchitecturesFromUnknownToarm
Modified ScheduledAudioSliceCompletionProc
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_ScheduledFileBufferSizeFrames
 ArchitecturesFromUnknownToarm
Modified kAudioUnitProperty_HostCallbacks
 ArchitecturesFromUnknownToarm
Modified kReverbRoomType_MediumHall3
 ArchitecturesFromUnknownToarm
MusicDevice.h
Added MusicDeviceComponent
Added MusicDeviceGroupID
Added MusicDeviceInstrumentID
Added MusicDeviceMIDIEvent()
Added MusicDeviceMIDIEventProc
Added MusicDeviceNoteParams
Added MusicDeviceStartNote()
Added MusicDeviceStartNoteProc
Added MusicDeviceStdNoteParams
Added MusicDeviceStopNote()
Added MusicDeviceStopNoteProc
Added MusicDeviceSysEx()
Added MusicDeviceSysExProc
Added NoteInstanceID
Added NoteParamsControlValue
Added kMusicDeviceMIDIEventSelect
Added kMusicDevicePrepareInstrumentSelect
Added kMusicDeviceRange
Added kMusicDeviceReleaseInstrumentSelect
Added kMusicDeviceStartNoteSelect
Added kMusicDeviceStopNoteSelect
Added kMusicDeviceSysExSelect
Added kMusicNoteEvent_Unused
Added kMusicNoteEvent_UseGroupInstrument

AVFoundation

AVAsset.h
Added+[AVAsset assetWithURL:]
Added AVAsset.availableMediaCharacteristicsWithMediaSelectionOptions
Added AVAsset.compatibleWithSavedPhotosAlbum
AddedAVAsset.creationDate
Added -[AVAsset mediaSelectionGroupForMediaCharacteristic:]
Added AVAsset.referenceRestrictions
Added +[AVURLAsset audiovisualMIMETypes]
Added+[AVURLAsset audiovisualTypes]
Added +[AVURLAsset isPlayableExtendedMIMEType:]
Added AVAsset(AVAssetMediaSelection)
Added AVAsset(AVAssetReferenceRestrictions)
Added AVAssetReferenceRestrictionForbidAll
Added AVAssetReferenceRestrictionForbidCrossSiteReference
Added AVAssetReferenceRestrictionForbidLocalReferenceToLocal
Added AVAssetReferenceRestrictionForbidLocalReferenceToRemote
Added AVAssetReferenceRestrictionForbidNone
Added AVAssetReferenceRestrictionForbidRemoteReferenceToLocal
Added AVURLAssetReferenceRestrictionsKey
ModifiedAVAsset.naturalSize
 DeprecationFromnoneToiOS 5.0
AVAssetExportSession.h
Added AVAssetExportSession.asset
Added AVAssetExportSession.estimatedOutputFileLength
AddedAVAssetExportPreset1920x1080
AVAssetImageGenerator.h
Added AVAssetImageGenerator.requestedTimeToleranceAfter
Added AVAssetImageGenerator.requestedTimeToleranceBefore
AVAssetReaderOutput.h
Added AVAssetReaderOutput.alwaysCopiesSampleData
AVAssetTrack.h
AddedAVAssetTrack.playable
AVAudioPlayer.h
AddedAVAudioPlayer.enableRate
AddedAVAudioPlayer.rate
AVAudioSession.h
AddedAVAudioSession.mode
Added -[AVAudioSession setMode:error:]
AddedAVAudioSessionModeDefault
Added AVAudioSessionModeGameChat
Added AVAudioSessionModeMeasurement
Added AVAudioSessionModeVideoRecording
AddedAVAudioSessionModeVoiceChat
AVBase.h
Added #def AVAILABLE_MAC_OS_X_VERSION_TBD_AND_LATER
Added #def AVF_EXPORT
AVCaptureDevice.h
Added AVCaptureDevice.flashActive
Added AVCaptureDevice.flashAvailable
Added AVCaptureDevice.subjectAreaChangeMonitoringEnabled
Added AVCaptureDevice.torchAvailable
Added AVCaptureDevice.torchLevel
Added AVCaptureDevice(AVCaptureDeviceSubjectAreaChangeMonitoring)
Added AVCaptureDeviceSubjectAreaDidChangeNotification
AVCaptureOutput.h
Added -[AVCaptureOutput connectionWithMediaType:]
Added AVCaptureStillImageOutput.capturingStillImage
Added AVCaptureVideoDataOutput.availableVideoCVPixelFormatTypes
Added AVCaptureVideoDataOutput.availableVideoCodecTypes
Modified AVCaptureVideoDataOutput.minFrameDuration
 DeprecationFromnoneToiOS 5.0
AVCaptureSession.h
Added AVCaptureConnection.supportsVideoMaxFrameDuration
Added AVCaptureConnection.supportsVideoMinFrameDuration
Added AVCaptureConnection.videoMaxFrameDuration
Added AVCaptureConnection.videoMaxScaleAndCropFactor
Added AVCaptureConnection.videoMinFrameDuration
Added AVCaptureConnection.videoScaleAndCropFactor
Added AVCaptureSessionPreset1920x1080
Added AVCaptureSessionPreset352x288
Added AVCaptureSessionPresetiFrame1280x720
Added AVCaptureSessionPresetiFrame960x540
AVComposition.h
AddedAVComposition.naturalSize
Modified AVMutableComposition.naturalSize
 DeprecationFromnoneToiOS 5.0
AVCompositionTrack.h
Added -[AVMutableCompositionTrack insertTimeRanges:ofTracks:atTime:error:]
AVError.h
Added AVErrorDecoderTemporarilyUnavailable
Added AVErrorEncoderTemporarilyUnavailable
Added AVErrorInvalidVideoComposition
Added AVErrorOperationNotSupportedForAsset
Added AVErrorReferenceForbiddenByReferencePolicy
AVMediaFormat.h
Added AVMediaCharacteristicContainsOnlyForcedSubtitles
Added AVMediaCharacteristicDescribesMusicAndSoundForAccessibility
Added AVMediaCharacteristicDescribesVideoForAccessibility
Added AVMediaCharacteristicIsAuxiliaryContent
Added AVMediaCharacteristicIsMainProgramContent
Added AVMediaCharacteristicTranscribesSpokenDialogForAccessibility
AVMediaSelectionGroup.h
AddedAVMediaSelectionGroup
Added AVMediaSelectionGroup.allowsEmptySelection
Added -[AVMediaSelectionGroup mediaSelectionOptionWithPropertyList:]
Added +[AVMediaSelectionGroup mediaSelectionOptionsFromArray:withLocale:]
Added +[AVMediaSelectionGroup mediaSelectionOptionsFromArray:withMediaCharacteristics:]
Added +[AVMediaSelectionGroup mediaSelectionOptionsFromArray:withoutMediaCharacteristics:]
Added AVMediaSelectionGroup.options
Added +[AVMediaSelectionGroup playableMediaSelectionOptionsFromArray:]
AddedAVMediaSelectionOption
Added -[AVMediaSelectionOption associatedMediaSelectionOptionInMediaSelectionGroup:]
Added AVMediaSelectionOption.availableMetadataFormats
Added AVMediaSelectionOption.commonMetadata
Added -[AVMediaSelectionOption hasMediaCharacteristic:]
Added AVMediaSelectionOption.locale
Added AVMediaSelectionOption.mediaSubTypes
Added AVMediaSelectionOption.mediaType
Added -[AVMediaSelectionOption metadataForFormat:]
Added AVMediaSelectionOption.playable
Added -[AVMediaSelectionOption propertyList]
Added AVMediaSelectionGroup(AVMediaSelectionOptionFiltering)
AVMetadataFormat.h
Added AVMetadataQuickTimeUserDataKeyTaggedCharacteristic
AVPlayer.h
Added AVPlayer.airPlayVideoActive
Added AVPlayer.allowsAirPlayVideo
Added -[AVPlayer seekToTime:completionHandler:]
Added -[AVPlayer seekToTime:toleranceBefore:toleranceAfter:completionHandler:]
Added AVPlayer.usesAirPlayVideoWhileAirPlayScreenIsActive
Added AVPlayer(AVPlayerAirPlaySupport)
Added AVPlayer(AVPlayerItemControl)
Added AVPlayer(AVPlayerMediaControl)
Added AVPlayer(AVPlayerTimeControl)
AVPlayerItem.h
Added AVPlayerItem.canPlayFastForward
Added AVPlayerItem.canPlayFastReverse
Added -[AVPlayerItem cancelPendingSeeks]
Added -[AVPlayerItem seekToTime:completionHandler:]
Added -[AVPlayerItem seekToTime:toleranceBefore:toleranceAfter:completionHandler:]
Added -[AVPlayerItem selectMediaOption:inMediaSelectionGroup:]
Added -[AVPlayerItem selectedMediaOptionInMediaSelectionGroup:]
Added AVPlayerItem(AVPlayerItemInspection)
Added AVPlayerItem(AVPlayerItemMediaSelection)
Added AVPlayerItem(AVPlayerItemPlayability)
Added AVPlayerItem(AVPlayerItemPresentation)
Added AVPlayerItem(AVPlayerItemTimeControl)
Added AVPlayerItemTimeJumpedNotification
AVVideoComposition.h
Added -[AVVideoComposition isValidForAsset:timeRange:validationDelegate:]
Added AVVideoCompositionValidationHandling
Added -[AVVideoCompositionValidationHandling videoComposition:shouldContinueValidatingAfterFindingEmptyTimeRange:]
Added -[AVVideoCompositionValidationHandling videoComposition:shouldContinueValidatingAfterFindingInvalidTimeRangeInInstruction:]
Added -[AVVideoCompositionValidationHandling videoComposition:shouldContinueValidatingAfterFindingInvalidTrackIDInInstruction:layerInstruction:asset:]
Added -[AVVideoCompositionValidationHandling videoComposition:shouldContinueValidatingAfterFindingInvalidValueForKey:]
Added AVVideoComposition(AVVideoCompositionValidation)
AVVideoSettings.h
Added AVVideoProfileLevelH264Baseline41
Added AVVideoProfileLevelH264Main32
Added AVVideoProfileLevelH264Main41
AddedAVVideoQualityKey
AddedAVVideoScalingModeFit
AddedAVVideoScalingModeKey
AddedAVVideoScalingModeResize
Added AVVideoScalingModeResizeAspect
Added AVVideoScalingModeResizeAspectFill

CFNetwork

CFHTTPMessage.h
Added kCFHTTPAuthenticationSchemeXMobileMeAuthToken
CFSocketStream.h
Added kCFStreamNetworkServiceTypeBackground
Added kCFStreamNetworkServiceTypeVideo
Added kCFStreamNetworkServiceTypeVoice
Added kCFStreamPropertySSLContext

CoreAudio

CoreAudioTypes.h
Added kAudioFormatMPEG4AAC_ELD_SBR

CoreBluetooth

CBCentralManager.h
AddedCBCentralManager
Added -[CBCentralManager cancelPeripheralConnection:]
Added -[CBCentralManager connectPeripheral:options:]
AddedCBCentralManager.delegate
Added -[CBCentralManager initWithDelegate:queue:]
Added -[CBCentralManager retrieveConnectedPeripherals]
Added -[CBCentralManager retrievePeripherals:]
Added -[CBCentralManager scanForPeripheralsWithServices:options:]
AddedCBCentralManager.state
Added-[CBCentralManager stopScan]
Added CBCentralManagerDelegate
Added -[CBCentralManagerDelegate centralManager:didConnectPeripheral:]
Added -[CBCentralManagerDelegate centralManager:didDisconnectPeripheral:error:]
Added -[CBCentralManagerDelegate centralManager:didDiscoverPeripheral:advertisementData:RSSI:]
Added -[CBCentralManagerDelegate centralManager:didFailToConnectPeripheral:error:]
Added -[CBCentralManagerDelegate centralManager:didRetrieveConnectedPeripherals:]
Added -[CBCentralManagerDelegate centralManager:didRetrievePeripherals:]
Added -[CBCentralManagerDelegate centralManagerDidUpdateState:]
Added CBAdvertisementDataLocalNameKey
Added CBAdvertisementDataManufacturerDataKey
Added CBAdvertisementDataServiceDataKey
Added CBAdvertisementDataServiceUUIDsKey
Added CBAdvertisementDataTxPowerLevelKey
Added CBCentralManagerScanOptionAllowDuplicatesKey
Added CBCentralManagerState
Added CBCentralManagerStatePoweredOff
Added CBCentralManagerStatePoweredOn
Added CBCentralManagerStateResetting
Added CBCentralManagerStateUnauthorized
Added CBCentralManagerStateUnknown
Added CBCentralManagerStateUnsupported
Added CBConnectPeripheralOptionNotifyOnDisconnectionKey
CBCharacteristic.h
AddedCBCharacteristic
AddedCBCharacteristic.UUID
Added CBCharacteristic.descriptors
Added CBCharacteristic.isBroadcasted
Added CBCharacteristic.isNotifying
Added CBCharacteristic.properties
AddedCBCharacteristic.service
AddedCBCharacteristic.value
Added CBCharacteristicProperties
Added CBCharacteristicPropertyAuthenticatedSignedWrites
Added CBCharacteristicPropertyBroadcast
Added CBCharacteristicPropertyExtendedProperties
Added CBCharacteristicPropertyIndicate
Added CBCharacteristicPropertyNotify
Added CBCharacteristicPropertyRead
Added CBCharacteristicPropertyWrite
Added CBCharacteristicPropertyWriteWithoutResponse
CBDefines.h
Added #def CB_EXTERN
Added #def CB_EXTERN_CLASS
CBDescriptor.h
AddedCBDescriptor
AddedCBDescriptor.UUID
Added CBDescriptor.characteristic
AddedCBDescriptor.value
CBError.h
Added CBATTError
Added CBATTErrorAttributeNotFound
Added CBATTErrorAttributeNotLong
Added CBATTErrorDomain
Added CBATTErrorInsufficientAuthentication
Added CBATTErrorInsufficientAuthorization
Added CBATTErrorInsufficientEncryption
Added CBATTErrorInsufficientEncryptionKeySize
Added CBATTErrorInsufficientResources
Added CBATTErrorInvalidAttributeValueLength
Added CBATTErrorInvalidHandle
Added CBATTErrorInvalidOffset
Added CBATTErrorInvalidPdu
Added CBATTErrorPrepareQueueFull
Added CBATTErrorReadNotPermitted
Added CBATTErrorRequestNotSupported
Added CBATTErrorUnlikelyError
Added CBATTErrorUnsupportedGroupType
Added CBATTErrorWriteNotPermitted
Added CBError
Added CBErrorDomain
Added CBErrorUnknown
CBPeripheral.h
AddedCBPeripheral
AddedCBPeripheral.RSSI
AddedCBPeripheral.UUID
AddedCBPeripheral.delegate
Added -[CBPeripheral discoverCharacteristics:forService:]
Added -[CBPeripheral discoverDescriptorsForCharacteristic:]
Added -[CBPeripheral discoverIncludedServices:forService:]
Added -[CBPeripheral discoverServices:]
AddedCBPeripheral.isConnected
AddedCBPeripheral.name
Added-[CBPeripheral readRSSI]
Added -[CBPeripheral readValueForCharacteristic:]
Added -[CBPeripheral readValueForDescriptor:]
AddedCBPeripheral.services
Added -[CBPeripheral setNotifyValue:forCharacteristic:]
Added -[CBPeripheral writeValue:forCharacteristic:type:]
Added -[CBPeripheral writeValue:forDescriptor:]
Added CBPeripheralDelegate
Added -[CBPeripheralDelegate peripheral:didDiscoverCharacteristicsForService:error:]
Added -[CBPeripheralDelegate peripheral:didDiscoverDescriptorsForCharacteristic:error:]
Added -[CBPeripheralDelegate peripheral:didDiscoverIncludedServicesForService:error:]
Added -[CBPeripheralDelegate peripheral:didDiscoverServices:]
Added -[CBPeripheralDelegate peripheral:didUpdateNotificationStateForCharacteristic:error:]
Added -[CBPeripheralDelegate peripheral:didUpdateValueForCharacteristic:error:]
Added -[CBPeripheralDelegate peripheral:didUpdateValueForDescriptor:error:]
Added -[CBPeripheralDelegate peripheral:didWriteValueForCharacteristic:error:]
Added -[CBPeripheralDelegate peripheral:didWriteValueForDescriptor:error:]
Added -[CBPeripheralDelegate peripheralDidUpdateRSSI:error:]
Added CBCharacteristicWriteType
Added CBCharacteristicWriteWithResponse
Added CBCharacteristicWriteWithoutResponse
CBService.h
AddedCBService
AddedCBService.UUID
AddedCBService.characteristics
Added CBService.includedServices
AddedCBService.peripheral
CBUUID.h
Added CBUUID
Added +[CBUUID UUIDWithCFUUID:]
Added +[CBUUID UUIDWithData:]
Added +[CBUUID UUIDWithString:]
Added CBUUID.data
Added CBUUIDAppearanceString
Added CBUUIDCharacteristicAggregateFormatString
Added CBUUIDCharacteristicExtendedPropertiesString
Added CBUUIDCharacteristicFormatString
Added CBUUIDCharacteristicUserDescriptionString
Added CBUUIDClientCharacteristicConfigurationString
Added CBUUIDDeviceNameString
Added CBUUIDGenericAccessProfileString
Added CBUUIDGenericAttributeProfileString
Added CBUUIDPeripheralPreferredConnectionParametersString
Added CBUUIDPeripheralPrivacyFlagString
Added CBUUIDReconnectionAddressString
Added CBUUIDServerCharacteristicConfigurationString
Added CBUUIDServiceChangedString

CoreData

CoreDataDefines.h
Added #def NSCoreDataVersionNumber_iPhoneOS_4_1
Added #def NSCoreDataVersionNumber_iPhoneOS_4_2
Added #def NSCoreDataVersionNumber_iPhoneOS_4_3
CoreDataErrors.h
Added NSPersistentStoreSaveConflictsError
Added NSPersistentStoreSaveConflictsErrorKey
Added NSPersistentStoreUnsupportedRequestTypeError
NSAttributeDescription.h
Added -[NSAttributeDescription allowsExternalBinaryDataStorage]
Added -[NSAttributeDescription setAllowsExternalBinaryDataStorage:]
NSEntityDescription.h
Added -[NSEntityDescription compoundIndexes]
Added -[NSEntityDescription setCompoundIndexes:]
NSFetchRequest.h
Added-[NSFetchRequest entityName]
Added +[NSFetchRequest fetchRequestWithEntityName:]
Added -[NSFetchRequest havingPredicate]
Added -[NSFetchRequest init]
Added -[NSFetchRequest initWithEntityName:]
Added -[NSFetchRequest propertiesToGroupBy]
Added -[NSFetchRequest setHavingPredicate:]
Added -[NSFetchRequest setPropertiesToGroupBy:]
Added -[NSFetchRequest setShouldRefreshRefetchedObjects:]
Added -[NSFetchRequest shouldRefreshRefetchedObjects]
AddedNSCountResultType
ModifiedNSFetchRequest
 SuperclassProtocolsFromNSObjectNSCoding, NSCopyingToNSPersistentStoreRequestNSCoding
NSIncrementalStore.h
AddedNSIncrementalStore
Added -[NSIncrementalStore executeRequest:withContext:error:]
Added +[NSIncrementalStore identifierForNewStoreAtURL:]
Added -[NSIncrementalStore loadMetadata:]
Added -[NSIncrementalStore managedObjectContextDidRegisterObjectsWithIDs:]
Added -[NSIncrementalStore managedObjectContextDidUnregisterObjectsWithIDs:]
Added -[NSIncrementalStore newObjectIDForEntity:referenceObject:]
Added -[NSIncrementalStore newValueForRelationship:forObjectWithID:withContext:error:]
Added -[NSIncrementalStore newValuesForObjectWithID:withContext:error:]
Added -[NSIncrementalStore obtainPermanentIDsForObjects:error:]
Added -[NSIncrementalStore referenceObjectForObjectID:]
NSIncrementalStoreNode.h
AddedNSIncrementalStoreNode
Added -[NSIncrementalStoreNode initWithObjectID:withValues:version:]
Added -[NSIncrementalStoreNode objectID]
Added -[NSIncrementalStoreNode updateWithValues:version:]
Added -[NSIncrementalStoreNode valueForPropertyDescription:]
Added -[NSIncrementalStoreNode version]
NSManagedObject.h
Added -[NSManagedObject changedValuesForCurrentEvent]
Added -[NSManagedObject hasChanges]
NSManagedObjectContext.h
Added -[NSManagedObjectContext concurrencyType]
Added -[NSManagedObjectContext initWithConcurrencyType:]
Added -[NSManagedObjectContext parentContext]
Added -[NSManagedObjectContext performBlock:]
Added -[NSManagedObjectContext performBlockAndWait:]
Added -[NSManagedObjectContext setParentContext:]
Added -[NSManagedObjectContext userInfo]
Added NSConfinementConcurrencyType
AddedNSMainQueueConcurrencyType
Added NSManagedObjectContextConcurrencyType
Added NSPrivateQueueConcurrencyType
NSMergePolicy.h
AddedNSMergeConflict
Added NSMergeConflict.cachedSnapshot
Added -[NSMergeConflict initWithSource:newVersion:oldVersion:cachedSnapshot:persistedSnapshot:]
Added NSMergeConflict.newVersionNumber
Added NSMergeConflict.objectSnapshot
Added NSMergeConflict.oldVersionNumber
Added NSMergeConflict.persistedSnapshot
Added NSMergeConflict.sourceObject
AddedNSMergePolicy
Added -[NSMergePolicy initWithMergeType:]
AddedNSMergePolicy.mergeType
Added -[NSMergePolicy resolveConflicts:error:]
AddedNSErrorMergePolicyType
Added NSMergeByPropertyObjectTrumpMergePolicyType
Added NSMergeByPropertyStoreTrumpMergePolicyType
AddedNSMergePolicyType
AddedNSOverwriteMergePolicyType
AddedNSRollbackMergePolicyType
NSMigrationManager.h
Added -[NSMigrationManager setUsesStoreSpecificMigrationManager:]
Added -[NSMigrationManager usesStoreSpecificMigrationManager]
NSPersistentStoreCoordinator.h
Added -[NSPersistentStoreCoordinator executeRequest:withContext:error:]
Added NSPersistentStoreDidImportUbiquitousContentChangesNotification
Added NSPersistentStoreFileProtectionKey
Added NSPersistentStoreUbiquitousContentNameKey
Added NSPersistentStoreUbiquitousContentURLKey
NSPersistentStoreRequest.h
AddedNSPersistentStoreRequest
Added -[NSPersistentStoreRequest affectedStores]
Added -[NSPersistentStoreRequest requestType]
Added -[NSPersistentStoreRequest setAffectedStores:]
AddedNSFetchRequestType
AddedNSPersistentStoreRequestType
AddedNSSaveRequestType
NSPropertyDescription.h
Added -[NSPropertyDescription isIndexedBySpotlight]
Added -[NSPropertyDescription isStoredInExternalRecord]
Added -[NSPropertyDescription setIndexedBySpotlight:]
Added -[NSPropertyDescription setStoredInExternalRecord:]
NSRelationshipDescription.h
Added -[NSRelationshipDescription isOrdered]
Added -[NSRelationshipDescription setOrdered:]
NSSaveChangesRequest.h
AddedNSSaveChangesRequest
Added -[NSSaveChangesRequest deletedObjects]
Added -[NSSaveChangesRequest initWithInsertedObjects:updatedObjects:deletedObjects:lockedObjects:]
Added -[NSSaveChangesRequest insertedObjects]
Added -[NSSaveChangesRequest lockedObjects]
Added -[NSSaveChangesRequest updatedObjects]

CoreFoundation

CFBase.h
Added #def CF_AUTOMATED_REFCOUNT_UNAVAILABLE
Added #def CF_AVAILABLE_IOS
Added #def CF_DEPRECATED_IOS
Added #def CF_RETURNS_NOT_RETAINED
CFCalendar.h
AddedkCFCalendarUnitWeekOfMonth
AddedkCFCalendarUnitWeekOfYear
Added kCFCalendarUnitYearForWeekOfYear
CFError.h
Added kCFErrorFilePathKey
Added kCFErrorURLKey
CFFileSecurity.h
Added CFFileSecurityCopyAccessControlList()
Added CFFileSecurityCopyGroupUUID()
Added CFFileSecurityCopyOwnerUUID()
Added CFFileSecurityCreate()
Added CFFileSecurityCreateCopy()
Added CFFileSecurityGetGroup()
Added CFFileSecurityGetMode()
Added CFFileSecurityGetOwner()
Added CFFileSecurityGetTypeID()
Added CFFileSecurityRef
Added CFFileSecuritySetAccessControlList()
Added CFFileSecuritySetGroup()
Added CFFileSecuritySetGroupUUID()
Added CFFileSecuritySetMode()
Added CFFileSecuritySetOwner()
Added CFFileSecuritySetOwnerUUID()
Added #def kCFFileSecurityRemoveACL
CFRunLoop.h
Added CFRunLoopObserverCreateWithHandler()
Added CFRunLoopTimerCreateWithHandler()
CFURL.h
Removed CFURLCreateBookmarkDataFromAliasRecord() (no architecture available)
Added kCFURLFileResourceIdentifierKey
Added kCFURLFileResourceTypeBlockSpecial
Added kCFURLFileResourceTypeCharacterSpecial
Added kCFURLFileResourceTypeDirectory
AddedkCFURLFileResourceTypeKey
Added kCFURLFileResourceTypeNamedPipe
Added kCFURLFileResourceTypeRegular
AddedkCFURLFileResourceTypeSocket
Added kCFURLFileResourceTypeSymbolicLink
Added kCFURLFileResourceTypeUnknown
AddedkCFURLFileSecurityKey
AddedkCFURLIsExecutableKey
AddedkCFURLIsMountTriggerKey
AddedkCFURLIsReadableKey
Added kCFURLIsUbiquitousItemKey
AddedkCFURLIsWritableKey
AddedkCFURLKeysOfUnsetValuesKey
Added kCFURLPreferredIOBlockSizeKey
Added kCFURLTotalFileAllocatedSizeKey
AddedkCFURLTotalFileSizeKey
Added kCFURLUbiquitousItemHasUnresolvedConflictsKey
Added kCFURLUbiquitousItemIsDownloadedKey
Added kCFURLUbiquitousItemIsDownloadingKey
Added kCFURLUbiquitousItemIsUploadedKey
Added kCFURLUbiquitousItemIsUploadingKey
Added kCFURLUbiquitousItemPercentDownloadedKey
Added kCFURLUbiquitousItemPercentUploadedKey
AddedkCFURLVolumeCreationDateKey
AddedkCFURLVolumeIdentifierKey
AddedkCFURLVolumeIsAutomountedKey
AddedkCFURLVolumeIsBrowsableKey
AddedkCFURLVolumeIsEjectableKey
AddedkCFURLVolumeIsInternalKey
AddedkCFURLVolumeIsLocalKey
AddedkCFURLVolumeIsReadOnlyKey
AddedkCFURLVolumeIsRemovableKey
AddedkCFURLVolumeLocalizedNameKey
Added kCFURLVolumeMaximumFileSizeKey
AddedkCFURLVolumeNameKey
Added kCFURLVolumeSupportsAdvisoryFileLockingKey
Added kCFURLVolumeSupportsExtendedSecurityKey
Added kCFURLVolumeSupportsRenamingKey
Added kCFURLVolumeSupportsRootDirectoryDatesKey
Added kCFURLVolumeSupportsVolumeSizesKey
Added kCFURLVolumeURLForRemountingKey
AddedkCFURLVolumeUUIDStringKey
ModifiedkCFURLFileSizeKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLVolumeResourceCountKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLVolumeURLKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLHasHiddenExtensionKey
 ArchitecturesFromUnknownToarm
Modified kCFURLBookmarkCreationMinimalBookmarkMask
 ArchitecturesFromUnknownToarm
Modified kCFURLLocalizedTypeDescriptionKey
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeLocalizedFormatDescriptionKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLIsSystemImmutableKey
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeSupportsHardLinksKey
 ArchitecturesFromUnknownToarm
Modified kCFURLBookmarkCreationPreferFileIDResolutionMask
 ArchitecturesFromUnknownToarm
Modified CFURLSetResourcePropertiesForKeys()
 ArchitecturesDeclarationFromUnknownCF_EXPORT Boolean CFURLSetResourcePropertiesForKeys ( CFURLRef url, CFDictionaryRef keyedPropertyValues, CFErrorRef *error);ToarmBoolean CFURLSetResourcePropertiesForKeys ( CFURLRef url, CFDictionaryRef keyedPropertyValues, CFErrorRef *error);
ModifiedkCFURLVolumeIsJournalingKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLEffectiveIconKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLCreationDateKey
 ArchitecturesFromUnknownToarm
ModifiedCFURLBookmarkCreationOptions
 ArchitecturesFromUnknownToarm
ModifiedkCFURLVolumeTotalCapacityKey
 ArchitecturesFromUnknownToarm
Modified CFURLSetResourcePropertyForKey()
 ArchitecturesDeclarationFromUnknownCF_EXPORT Boolean CFURLSetResourcePropertyForKey ( CFURLRef url, CFStringRef key, CFTypeRef propertValue, CFErrorRef *error);ToarmBoolean CFURLSetResourcePropertyForKey ( CFURLRef url, CFStringRef key, CFTypeRef propertyValue, CFErrorRef *error);
ModifiedCFURLResourceIsReachable()
 ArchitecturesDeclarationFromUnknownCF_EXPORT Boolean CFURLResourceIsReachable ( CFURLRef url, CFErrorRef *error);ToarmBoolean CFURLResourceIsReachable ( CFURLRef url, CFErrorRef *error);
ModifiedkCFURLIsVolumeKey
 ArchitecturesFromUnknownToarm
Modified CFURLCreateByResolvingBookmarkData()
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeSupportsPersistentIDsKey
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeSupportsSymbolicLinksKey
 ArchitecturesFromUnknownToarm
Modified CFURLCopyResourcePropertyForKey()
 ArchitecturesDeclarationFromUnknownCF_EXPORT Boolean CFURLCopyResourcePropertyForKey ( CFURLRef url, CFStringRef key, void *propertyValueTypeRefPtr, CFErrorRef *error);ToarmBoolean CFURLCopyResourcePropertyForKey ( CFURLRef url, CFStringRef key, void *propertyValueTypeRefPtr, CFErrorRef *error);
Modified CFURLClearResourcePropertyCache()
 ArchitecturesDeclarationFromUnknownCF_EXPORT void CFURLClearResourcePropertyCache ( CFURLRef url);Toarmvoid CFURLClearResourcePropertyCache ( CFURLRef url);
ModifiedkCFURLCustomIconKey
 ArchitecturesFromUnknownToarm
Modified kCFURLAttributeModificationDateKey
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeSupportsCaseSensitiveNamesKey
 ArchitecturesFromUnknownToarm
Modified CFURLCreateResourcePropertyForKeyFromBookmarkData()
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeSupportsZeroRunsKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLIsRegularFileKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLIsAliasFileKey
 ArchitecturesFromUnknownToarm
Modified CFURLCreateBookmarkDataFromFile()
 ArchitecturesFromUnknownToarm
ModifiedCFURLCreateBookmarkData()
 ArchitecturesFromUnknownToarm
Modified CFURLCopyResourcePropertiesForKeys()
 ArchitecturesDeclarationFromUnknownCF_EXPORT CFDictionaryRef CFURLCopyResourcePropertiesForKeys ( CFURLRef url, CFArrayRef keys, CFErrorRef *error);ToarmCFDictionaryRef CFURLCopyResourcePropertiesForKeys ( CFURLRef url, CFArrayRef keys, CFErrorRef *error);
ModifiedkCFURLFileAllocatedSizeKey
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeSupportsCasePreservedNamesKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLIsPackageKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLLocalizedLabelKey
 ArchitecturesFromUnknownToarm
Modified kCFURLBookmarkCreationSuitableForBookmarkFile
 ArchitecturesFromUnknownToarm
Modified kCFBookmarkResolutionWithoutUIMask
 ArchitecturesFromUnknownToarm
ModifiedkCFURLNameKey
 ArchitecturesFromUnknownToarm
Modified CFURLBookmarkResolutionOptions
 ArchitecturesFromUnknownToarm
Modified CFURLClearResourcePropertyCacheForKey()
 ArchitecturesDeclarationFromUnknownCF_EXPORT void CFURLClearResourcePropertyCacheForKey ( CFURLRef url, CFStringRef key);Toarmvoid CFURLClearResourcePropertyCacheForKey ( CFURLRef url, CFStringRef key);
ModifiedkCFURLParentDirectoryURLKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLIsDirectoryKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLLabelNumberKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLIsUserImmutableKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLLabelColorKey
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeSupportsJournalingKey
 ArchitecturesFromUnknownToarm
ModifiedCFURLCreateFileReferenceURL()
 ArchitecturesDeclarationFromUnknownCF_EXPORT CFURLRef CFURLCreateFileReferenceURL ( CFAllocatorRef allocator, CFURLRef url, CFErrorRef *error);ToarmCFURLRef CFURLCreateFileReferenceURL ( CFAllocatorRef allocator, CFURLRef url, CFErrorRef *error);
ModifiedkCFURLTypeIdentifierKey
 ArchitecturesFromUnknownToarm
Modified CFURLBookmarkFileCreationOptions
 ArchitecturesFromUnknownToarm
ModifiedkCFURLIsHiddenKey
 ArchitecturesFromUnknownToarm
Modified kCFURLContentModificationDateKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLIsSymbolicLinkKey
 ArchitecturesFromUnknownToarm
ModifiedkCFURLLocalizedNameKey
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeAvailableCapacityKey
 ArchitecturesFromUnknownToarm
Modified kCFBookmarkResolutionWithoutMountingMask
 ArchitecturesFromUnknownToarm
Modified CFURLSetTemporaryResourcePropertyForKey()
 ArchitecturesDeclarationFromUnknownCF_EXPORT void CFURLSetTemporaryResourcePropertyForKey ( CFURLRef url, CFStringRef key, CFTypeRef propertyValue);Toarmvoid CFURLSetTemporaryResourcePropertyForKey ( CFURLRef url, CFStringRef key, CFTypeRef propertyValue);
ModifiedkCFURLContentAccessDateKey
 ArchitecturesFromUnknownToarm
ModifiedCFURLCreateFilePathURL()
 ArchitecturesDeclarationFromUnknownCF_EXPORT CFURLRef CFURLCreateFilePathURL ( CFAllocatorRef allocator, CFURLRef url, CFErrorRef *error);ToarmCFURLRef CFURLCreateFilePathURL ( CFAllocatorRef allocator, CFURLRef url, CFErrorRef *error);
Modified CFURLCreateResourcePropertiesForKeysFromBookmarkData()
 ArchitecturesFromUnknownToarm
ModifiedCFURLWriteBookmarkDataToFile()
 ArchitecturesFromUnknownToarm
ModifiedkCFURLLinkCountKey
 ArchitecturesFromUnknownToarm
Modified kCFURLVolumeSupportsSparseFilesKey
 ArchitecturesFromUnknownToarm
CFURLEnumerator.h
Added kCFURLEnumeratorDefaultBehavior
Added kCFURLEnumeratorDirectoryPostOrderSuccess
Added kCFURLEnumeratorIncludeDirectoriesPostOrder
Added kCFURLEnumeratorIncludeDirectoriesPreOrder
Modified CFURLEnumeratorSkipDescendents()
 ArchitecturesDeclarationFromUnknownCF_EXPORT void CFURLEnumeratorSkipDescendents ( CFURLEnumeratorRef enumerator);Toarmvoid CFURLEnumeratorSkipDescendents ( CFURLEnumeratorRef enumerator);
Modified kCFURLEnumeratorEnd
 ArchitecturesFromUnknownToarm
Modified CFURLEnumeratorGetDescendentLevel()
 ArchitecturesDeclarationFromUnknownCF_EXPORT CFIndex CFURLEnumeratorGetDescendentLevel ( CFURLEnumeratorRef enumerator);ToarmCFIndex CFURLEnumeratorGetDescendentLevel ( CFURLEnumeratorRef enumerator);
Modified CFURLEnumeratorResult
 ArchitecturesFromUnknownToarm
Modified CFURLEnumeratorGetTypeID()
 ArchitecturesDeclarationFromUnknownCF_EXPORT CFTypeID CFURLEnumeratorGetTypeID ( void);ToarmCFTypeID CFURLEnumeratorGetTypeID ( void);
Modified kCFURLEnumeratorSkipInvisibles
 ArchitecturesFromUnknownToarm
Modified kCFURLEnumeratorSuccess
 ArchitecturesFromUnknownToarm
Modified CFURLEnumeratorGetSourceDidChange()
 DeprecationArchitecturesDeclarationFromnoneUnknownCF_EXPORT Boolean CFURLEnumeratorGetSourceDidChange ( CFURLEnumeratorRef enumerator);ToiOS 5.0armBoolean CFURLEnumeratorGetSourceDidChange ( CFURLEnumeratorRef enumerator);
Modified CFURLEnumeratorCreateForMountedVolumes()
 ArchitecturesDeclarationFromUnknownCF_EXPORT CFURLEnumeratorRef CFURLEnumeratorCreateForMountedVolumes ( CFAllocatorRef alloc, CFURLEnumeratorOptions option, CFArrayRef propertyKeys);ToarmCFURLEnumeratorRef CFURLEnumeratorCreateForMountedVolumes ( CFAllocatorRef alloc, CFURLEnumeratorOptions option, CFArrayRef propertyKeys);
Modified CFURLEnumeratorOptions
 ArchitecturesFromUnknownToarm
Modified kCFURLEnumeratorSkipPackageContents
 ArchitecturesFromUnknownToarm
Modified kCFURLEnumeratorError
 ArchitecturesFromUnknownToarm
Modified kCFURLEnumeratorGenerateFileReferenceURLs
 ArchitecturesFromUnknownToarm
Modified CFURLEnumeratorCreateForDirectoryURL()
 ArchitecturesDeclarationFromUnknownCF_EXPORT CFURLEnumeratorRef CFURLEnumeratorCreateForDirectoryURL ( CFAllocatorRef alloc, CFURLRef directoryURL, CFURLEnumeratorOptions option, CFArrayRef propertyKeys);ToarmCFURLEnumeratorRef CFURLEnumeratorCreateForDirectoryURL ( CFAllocatorRef alloc, CFURLRef directoryURL, CFURLEnumeratorOptions option, CFArrayRef propertyKeys);
Modified CFURLEnumeratorRef
 ArchitecturesFromUnknownToarm
Modified kCFURLEnumeratorDescendRecursively
 ArchitecturesFromUnknownToarm
Modified CFURLEnumeratorGetNextURL()
 ArchitecturesDeclarationFromUnknownCF_EXPORT CFURLEnumeratorResult CFURLEnumeratorGetNextURL ( CFURLEnumeratorRef enumerator, CFURLRef *url, CFErrorRef *error);ToarmCFURLEnumeratorResult CFURLEnumeratorGetNextURL ( CFURLEnumeratorRef enumerator, CFURLRef *url, CFErrorRef *error);
CFUtilities.h
Added CFCopyHomeDirectoryURL()

CoreGraphics

CGPath.h
AddedCGPathAddRelativeArc()
Added CGPathCreateCopyByDashingPath()
Added CGPathCreateCopyByStrokingPath()
Added CGPathCreateCopyByTransformingPath()
Added CGPathCreateMutableCopyByTransformingPath()
Added CGPathCreateWithEllipseInRect()
AddedCGPathCreateWithRect()
ModifiedCGLineCap
 HeaderFromCGContext.hToCGPath.h
ModifiedkCGLineCapSquare
 HeaderFromCGContext.hToCGPath.h
ModifiedkCGLineJoinBevel
 HeaderFromCGContext.hToCGPath.h
ModifiedkCGLineJoinRound
 HeaderFromCGContext.hToCGPath.h
ModifiedCGLineJoin
 HeaderFromCGContext.hToCGPath.h
ModifiedkCGLineJoinMiter
 HeaderFromCGContext.hToCGPath.h
ModifiedkCGLineCapRound
 HeaderFromCGContext.hToCGPath.h
ModifiedkCGLineCapButt
 HeaderFromCGContext.hToCGPath.h

CoreImage

CIColor.h
AddedCIColor
Added-[CIColor alpha]
Added-[CIColor blue]
Added-[CIColor colorSpace]
Added+[CIColor colorWithCGColor:]
Added +[CIColor colorWithRed:green:blue:]
Added +[CIColor colorWithRed:green:blue:alpha:]
Added+[CIColor colorWithString:]
Added-[CIColor components]
Added-[CIColor green]
Added-[CIColor initWithCGColor:]
Added -[CIColor numberOfComponents]
Added-[CIColor red]
Added -[CIColor stringRepresentation]
CIContext.h
AddedCIContext
Added +[CIContext contextWithEAGLContext:]
Added +[CIContext contextWithEAGLContext:options:]
Added +[CIContext contextWithOptions:]
Added -[CIContext createCGImage:fromRect:]
Added -[CIContext createCGImage:fromRect:format:colorSpace:]
Added -[CIContext drawImage:atPoint:fromRect:]
Added -[CIContext drawImage:inRect:fromRect:]
Added -[CIContext inputImageMaximumSize]
Added -[CIContext outputImageMaximumSize]
Added -[CIContext render:toBitmap:rowBytes:bounds:format:colorSpace:]
Added -[CIContext render:toCVPixelBuffer:]
Added -[CIContext render:toCVPixelBuffer:bounds:colorSpace:]
CIDetector.h
AddedCIDetector
Added +[CIDetector detectorOfType:context:options:]
Added -[CIDetector featuresInImage:]
Added -[CIDetector featuresInImage:options:]
AddedCIDetectorAccuracy
AddedCIDetectorAccuracyHigh
AddedCIDetectorAccuracyLow
Added CIDetectorImageOrientation
AddedCIDetectorTypeFace
CIFeature.h
AddedCIFaceFeature
Added CIFaceFeature.hasLeftEyePosition
Added CIFaceFeature.hasMouthPosition
Added CIFaceFeature.hasRightEyePosition
Added CIFaceFeature.leftEyePosition
Added CIFaceFeature.mouthPosition
Added CIFaceFeature.rightEyePosition
AddedCIFeature
AddedCIFeature.bounds
AddedCIFeature.type
AddedCIFeatureTypeFace
CIFilter.h
AddedCIFilter
Added-[CIFilter attributes]
Added +[CIFilter filterNamesInCategories:]
Added +[CIFilter filterNamesInCategory:]
Added+[CIFilter filterWithName:]
Added +[CIFilter filterWithName:keysAndValues:]
Added-[CIFilter inputKeys]
Added-[CIFilter name]
AddedCIFilter.outputImage
Added-[CIFilter outputKeys]
Added-[CIFilter setDefaults]
Added CIFilter(CIFilterRegistry)
AddedkCIAttributeClass
AddedkCIAttributeDefault
AddedkCIAttributeDisplayName
AddedkCIAttributeFilterCategories
Added kCIAttributeFilterDisplayName
AddedkCIAttributeFilterName
AddedkCIAttributeIdentity
AddedkCIAttributeMax
AddedkCIAttributeMin
AddedkCIAttributeName
AddedkCIAttributeSliderMax
AddedkCIAttributeSliderMin
AddedkCIAttributeType
AddedkCIAttributeTypeAngle
AddedkCIAttributeTypeBoolean
AddedkCIAttributeTypeColor
AddedkCIAttributeTypeCount
AddedkCIAttributeTypeDistance
AddedkCIAttributeTypeImage
AddedkCIAttributeTypeInteger
AddedkCIAttributeTypeOffset
AddedkCIAttributeTypePosition
AddedkCIAttributeTypePosition3
AddedkCIAttributeTypeRectangle
AddedkCIAttributeTypeScalar
AddedkCIAttributeTypeTime
AddedkCIAttributeTypeTransform
Added kCICategoryApplePrivate
AddedkCICategoryBlur
AddedkCICategoryBuiltIn
AddedkCICategoryColorAdjustment
AddedkCICategoryColorEffect
Added kCICategoryCompositeOperation
AddedkCICategoryDistortionEffect
AddedkCICategoryGenerator
Added kCICategoryGeometryAdjustment
AddedkCICategoryGradient
AddedkCICategoryHalftoneEffect
AddedkCICategoryHighDynamicRange
AddedkCICategoryInterlaced
AddedkCICategoryNonSquarePixels
AddedkCICategoryReduction
AddedkCICategorySharpen
AddedkCICategoryStillImage
AddedkCICategoryStylize
AddedkCICategoryTileEffect
AddedkCICategoryTransition
AddedkCICategoryVideo
AddedkCIInputBackgroundImageKey
AddedkCIInputImageKey
AddedkCIOutputImageKey
CIImage.h
AddedCIImage
Added -[CIImage autoAdjustmentFilters]
Added -[CIImage autoAdjustmentFiltersWithOptions:]
Added+[CIImage emptyImage]
Added-[CIImage extent]
Added -[CIImage imageByApplyingTransform:]
Added -[CIImage imageByCroppingToRect:]
Added +[CIImage imageWithBitmapData:bytesPerRow:size:format:colorSpace:]
Added+[CIImage imageWithCGImage:]
Added +[CIImage imageWithCGImage:options:]
Added +[CIImage imageWithCVPixelBuffer:]
Added +[CIImage imageWithCVPixelBuffer:options:]
Added+[CIImage imageWithColor:]
Added +[CIImage imageWithContentsOfURL:]
Added +[CIImage imageWithContentsOfURL:options:]
Added+[CIImage imageWithData:]
Added +[CIImage imageWithData:options:]
Added -[CIImage initWithBitmapData:bytesPerRow:size:format:colorSpace:]
Added-[CIImage initWithCGImage:]
Added -[CIImage initWithCGImage:options:]
Added -[CIImage initWithCVPixelBuffer:]
Added -[CIImage initWithCVPixelBuffer:options:]
Added-[CIImage initWithColor:]
Added -[CIImage initWithContentsOfURL:]
Added -[CIImage initWithContentsOfURL:options:]
Added-[CIImage initWithData:]
Added -[CIImage initWithData:options:]
Added -[CIImage properties]
Added CIImage(AutoAdjustment)
CIVector.h
AddedCIVector
Added -[CIVector CGAffineTransformValue]
Added-[CIVector CGPointValue]
Added-[CIVector CGRectValue]
Added-[CIVector W]
Added-[CIVector X]
Added-[CIVector Y]
Added-[CIVector Z]
Added-[CIVector count]
Added -[CIVector initWithCGAffineTransform:]
Added-[CIVector initWithCGPoint:]
Added-[CIVector initWithCGRect:]
Added-[CIVector initWithString:]
Added -[CIVector initWithValues:count:]
Added-[CIVector initWithX:]
Added-[CIVector initWithX:Y:]
Added-[CIVector initWithX:Y:Z:]
Added-[CIVector initWithX:Y:Z:W:]
Added -[CIVector stringRepresentation]
Added-[CIVector valueAtIndex:]
Added +[CIVector vectorWithCGAffineTransform:]
Added+[CIVector vectorWithCGPoint:]
Added+[CIVector vectorWithCGRect:]
Added+[CIVector vectorWithString:]
Added +[CIVector vectorWithValues:count:]
Added+[CIVector vectorWithX:]
Added+[CIVector vectorWithX:Y:]
Added+[CIVector vectorWithX:Y:Z:]
Added+[CIVector vectorWithX:Y:Z:W:]
CoreImageDefines.h
Added #def CI_EXTERN_C_BEGIN
Added #def CI_EXTERN_C_END
Added #def COREIMAGEDEFINES_H
Added #def CORE_IMAGE_CLASS_EXPORT
Added #def CORE_IMAGE_EXPORT

CoreLocation

CLAvailability.h
Added #def CL_EXTERN
CLError.h
AddedkCLErrorGeocodeCanceled
Added kCLErrorGeocodeFoundNoResult
Added kCLErrorGeocodeFoundPartialResult
Added kCLErrorRegionMonitoringResponseDelayed
Added kCLErrorUserInfoAlternateRegionKey
CLGeocoder.h
AddedCLGeocoder
Added-[CLGeocoder cancelGeocode]
Added -[CLGeocoder geocodeAddressDictionary:completionHandler:]
Added -[CLGeocoder geocodeAddressString:completionHandler:]
Added -[CLGeocoder geocodeAddressString:inRegion:completionHandler:]
AddedCLGeocoder.geocoding
Added -[CLGeocoder reverseGeocodeLocation:completionHandler:]
AddedCLGeocodeCompletionHandler
CLLocationManager.h
Added -[CLLocationManager startMonitoringForRegion:]
CLLocationManagerDelegate.h
Added -[CLLocationManagerDelegate locationManager:didStartMonitoringForRegion:]
CLPlacemark.h
AddedCLPlacemark
Added CLPlacemark.ISOcountryCode
Added CLPlacemark.addressDictionary
Added CLPlacemark.administrativeArea
Added CLPlacemark.areasOfInterest
AddedCLPlacemark.country
Added -[CLPlacemark initWithPlacemark:]
AddedCLPlacemark.inlandWater
AddedCLPlacemark.locality
AddedCLPlacemark.location
AddedCLPlacemark.name
AddedCLPlacemark.ocean
AddedCLPlacemark.postalCode
AddedCLPlacemark.region
Added CLPlacemark.subAdministrativeArea
AddedCLPlacemark.subLocality
Added CLPlacemark.subThoroughfare
AddedCLPlacemark.thoroughfare

CoreMedia

CMFormatDescription.h
Added kCMTextDisplayFlag_obeySubtitleFormatting
CMSampleBuffer.h
Added kCMSampleBufferConduitNotificationParameter_MaxUpcomingOutputPTS

CoreMIDI

No changes

CoreMotion

CMAttitude.h
AddedCMAttitudeReferenceFrame
Added CMAttitudeReferenceFrameXArbitraryCorrectedZVertical
Added CMAttitudeReferenceFrameXArbitraryZVertical
Added CMAttitudeReferenceFrameXMagneticNorthZVertical
Added CMAttitudeReferenceFrameXTrueNorthZVertical
CMDeviceMotion.h
Added CMDeviceMotion.magneticField
AddedCMCalibratedMagneticField
Added CMMagneticFieldCalibrationAccuracy
Added CMMagneticFieldCalibrationAccuracyHigh
Added CMMagneticFieldCalibrationAccuracyLow
Added CMMagneticFieldCalibrationAccuracyMedium
Added CMMagneticFieldCalibrationAccuracyUncalibrated
CMError.h
Added CMErrorDeviceRequiresMovement
Added CMErrorTrueNorthNotAvailable
CMMagnetometer.h
AddedCMMagnetometerData
Added CMMagnetometerData.magneticField
AddedCMMagneticField
CMMotionManager.h
Added CMMotionManager.attitudeReferenceFrame
Added +[CMMotionManager availableAttitudeReferenceFrames]
Added CMMotionManager.magnetometerActive
Added CMMotionManager.magnetometerAvailable
Added CMMotionManager.magnetometerData
Added CMMotionManager.magnetometerUpdateInterval
Added CMMotionManager.showsDeviceMovementDisplay
Added -[CMMotionManager startDeviceMotionUpdatesUsingReferenceFrame:]
Added -[CMMotionManager startDeviceMotionUpdatesUsingReferenceFrame:toQueue:withHandler:]
Added -[CMMotionManager startMagnetometerUpdates]
Added -[CMMotionManager startMagnetometerUpdatesToQueue:withHandler:]
Added -[CMMotionManager stopMagnetometerUpdates]
AddedCMMagnetometerHandler

CoreTelephony

No changes

CoreText

SFNTLayoutTypes.h
Added ALMXGlyphEntry
Added ALMXHeader
Added JustDirectionTable
Added JustPCAction
Added JustPCActionSubrecord
Added JustPCActionType
Added JustPCConditionalAddAction
Added JustPCDecompositionAction
Added JustPCDuctilityAction
Added JustPCGlyphRepeatAddAction
Added JustPCUnconditionalAddAction
Added JustPostcompTable
Added JustTable
Added JustWidthDeltaEntry
Added JustWidthDeltaGroup
Added JustificationFlags
Added KernArrayOffset
Added KernFormatSpecificHeader
Added KernIndexArrayHeader
Added KernKerningPair
Added KernKerningValue
Added KernOffsetTable
Added KernOffsetTablePtr
Added KernOrderedListEntry
Added KernOrderedListEntryPtr
Added KernOrderedListHeader
Added KernSimpleArrayHeader
Added KernStateEntry
Added KernStateHeader
Added KernSubtableHeader
Added KernSubtableHeaderPtr
Added KernSubtableInfo
Added KernTableFormat
Added KernTableHeader
Added KernTableHeaderHandle
Added KernTableHeaderPtr
Added KernVersion0Header
Added KernVersion0SubtableHeader
Added KerxArrayOffset
Added KerxControlPointAction
Added KerxControlPointEntry
Added KerxControlPointHeader
Added KerxCoordinateAction
Added KerxFormatSpecificHeader
Added KerxIndexArrayHeader
Added KerxKerningPair
Added KerxOffsetTable
Added KerxOffsetTablePtr
Added KerxOrderedListEntry
Added KerxOrderedListEntryPtr
Added KerxOrderedListHeader
Added KerxSimpleArrayHeader
Added KerxStateEntry
Added KerxStateHeader
Added KerxSubtableCoverage
Added KerxSubtableHeader
Added KerxSubtableHeaderPtr
Added KerxTableHeader
Added KerxTableHeaderHandle
Added KerxTableHeaderPtr
Added LcarCaretClassEntry
Added LcarCaretTable
Added LcarCaretTablePtr
Added MortChain
Added MortContextualSubtable
Added MortFeatureEntry
Added MortInsertionSubtable
Added MortLigatureActionEntry
Added MortLigatureSubtable
Added MortRearrangementSubtable
Added MortSpecificSubtable
Added MortSubtable
Added MortSubtableMaskFlags
Added MortSwashSubtable
Added MortTable
Added MorxChain
Added MorxContextualSubtable
Added MorxInsertionSubtable
Added MorxLigatureSubtable
Added MorxRearrangementSubtable
Added MorxSpecificSubtable
Added MorxSubtable
Added MorxTable
Added PropCharProperties
Added PropLookupSegment
Added PropLookupSingle
Added PropTable
Added ROTAGlyphEntry
Added ROTAHeader
Added SFNTLookupArrayHeader
Added SFNTLookupBinarySearchHeader
Added SFNTLookupFormatSpecificHeader
Added SFNTLookupKind
Added SFNTLookupOffset
Added SFNTLookupSegment
Added SFNTLookupSegmentHeader
Added SFNTLookupSingle
Added SFNTLookupSingleHeader
Added SFNTLookupTable
Added SFNTLookupTableFormat
Added SFNTLookupTableHandle
Added SFNTLookupTablePtr
Added SFNTLookupTrimmedArrayHeader
Added SFNTLookupValue
Added STClass
Added STClassTable
Added STEntryIndex
Added STEntryOne
Added STEntryTwo
Added STEntryZero
Added STHeader
Added STXClass
Added STXClassTable
Added STXEntryIndex
Added STXEntryOne
Added STXEntryTwo
Added STXEntryZero
Added STXHeader
Added STXStateIndex
Added kAbbrevSquaredLigaturesOffSelector
Added kAbbrevSquaredLigaturesOnSelector
Added kAllCapsSelector
Added kAllLowerCaseSelector
Added kAllTypeFeaturesOffSelector
Added kAllTypeFeaturesOnSelector
Added kAllTypographicFeaturesType
Added kAnnotationType
Added kAsteriskToMultiplyOffSelector
Added kAsteriskToMultiplyOnSelector
Added kBoxAnnotationSelector
Added kCJKItalicRomanOffSelector
Added kCJKItalicRomanOnSelector
Added kCJKItalicRomanSelector
Added kCJKRomanSpacingType
Added kCJKSymbolAltFiveSelector
Added kCJKSymbolAltFourSelector
Added kCJKSymbolAltOneSelector
Added kCJKSymbolAltThreeSelector
Added kCJKSymbolAltTwoSelector
Added kCJKSymbolAlternativesType
Added kCJKVerticalRomanCenteredSelector
Added kCJKVerticalRomanHBaselineSelector
Added kCJKVerticalRomanPlacementType
Added kCanonicalCompositionOffSelector
Added kCanonicalCompositionOnSelector
Added kCharacterAlternativesType
Added kCharacterShapeType
Added kCircleAnnotationSelector
Added kCommonLigaturesOffSelector
Added kCommonLigaturesOnSelector
Added kCompatibilityCompositionOffSelector
Added kCompatibilityCompositionOnSelector
Added kCursiveConnectionType
Added kCursiveSelector
Added kDecomposeDiacriticsSelector
Added kDecorativeBordersSelector
Added kDefaultCJKRomanSelector
Added kDesignComplexityType
Added kDesignLevel1Selector
Added kDesignLevel2Selector
Added kDesignLevel3Selector
Added kDesignLevel4Selector
Added kDesignLevel5Selector
Added kDiacriticsType
Added kDiagonalFractionsSelector
Added kDiamondAnnotationSelector
Added kDingbatsSelector
Added kDiphthongLigaturesOffSelector
Added kDiphthongLigaturesOnSelector
Added kDisplayTextSelector
Added kEngravedTextSelector
Added kExpertCharactersSelector
Added kExponentsOffSelector
Added kExponentsOnSelector
Added kFleuronsSelector
Added kFormInterrobangOffSelector
Added kFormInterrobangOnSelector
Added kFractionsType
Added kFullWidthCJKRomanSelector
Added kFullWidthIdeographsSelector
Added kFullWidthKanaSelector
Added kHalfWidthCJKRomanSelector
Added kHalfWidthIdeographsSelector
Added kHalfWidthTextSelector
Added kHanjaToHangulAltOneSelector
Added kHanjaToHangulAltThreeSelector
Added kHanjaToHangulAltTwoSelector
Added kHanjaToHangulSelector
Added kHideDiacriticsSelector
Added kHiraganaToKatakanaSelector
Added kHyphenToEnDashOffSelector
Added kHyphenToEnDashOnSelector
Added kHyphenToMinusOffSelector
Added kHyphenToMinusOnSelector
Added kHyphensToEmDashOffSelector
Added kHyphensToEmDashOnSelector
Added kIdeographicAltFiveSelector
Added kIdeographicAltFourSelector
Added kIdeographicAltOneSelector
Added kIdeographicAltThreeSelector
Added kIdeographicAltTwoSelector
Added kIdeographicAlternativesType
Added kIdeographicSpacingType
Added kIlluminatedCapsSelector
Added kInequalityLigaturesOffSelector
Added kInequalityLigaturesOnSelector
Added kInferiorsSelector
Added kInitialCapsAndSmallCapsSelector
Added kInitialCapsSelector
Added kInternationalSymbolsSelector
Added kInvertedBoxAnnotationSelector
Added kInvertedCircleAnnotationSelector
Added kInvertedRoundedBoxAnnotationSelector
Added kItalicCJKRomanType
Added kJIS1978CharactersSelector
Added kJIS1983CharactersSelector
Added kJIS1990CharactersSelector
Added kJUSTCurrentVersion
Added kJUSTKashidaPriority
Added kJUSTLetterPriority
Added kJUSTNullPriority
Added kJUSTOverrideLimits
Added kJUSTOverridePriority
Added kJUSTOverrideUnlimited
Added kJUSTPriorityCount
Added kJUSTPriorityMask
Added kJUSTSpacePriority
Added kJUSTStandardFormat
Added kJUSTTag
Added kJUSTUnlimited
Added kJUSTnoGlyphcode
Added kJUSTpcConditionalAddAction
Added kJUSTpcDecompositionAction
Added kJUSTpcDuctilityAction
Added kJUSTpcGlyphRepeatAddAction
Added kJUSTpcGlyphStretchAction
Added kJUSTpcUnconditionalAddAction
Added kKERNCrossStream
Added kKERNCrossStreamResetNote
Added kKERNCurrentVersion
Added kKERNFormatMask
Added kKERNIndexArray
Added kKERNLineEndKerning
Added kKERNLineStart
Added kKERNNoCrossKerning
Added kKERNNoStakeNote
Added kKERNNotApplied
Added kKERNNotesRequested
Added kKERNOrderedList
Added kKERNResetCrossStream
Added kKERNSimpleArray
Added kKERNStateTable
Added kKERNTag
Added kKERNUnusedBits
Added kKERNVariation
Added kKERNVertical
Added kKERXActionOffsetMask
Added kKERXControlPoint
Added kKERXCrossStream
Added kKERXCrossStreamResetNote
Added kKERXCurrentVersion
Added kKERXFormatMask
Added kKERXIndexArray
Added kKERXLineEndKerning
Added kKERXLineStart
Added kKERXNoCrossKerning
Added kKERXNoStakeNote
Added kKERXNotApplied
Added kKERXNotesRequested
Added kKERXOrderedList
Added kKERXResetCrossStream
Added kKERXSimpleArray
Added kKERXStateTable
Added kKERXTag
Added kKERXUnusedBits
Added kKERXUsesCoordinates
Added kKERXVariation
Added kKERXVertical
Added kKanaSpacingType
Added kKanaToRomanizationSelector
Added kKatakanaToHiraganaSelector
Added kLCARCtlPointFormat
Added kLCARCurrentVersion
Added kLCARLinearFormat
Added kLCARTag
Added kLastFeatureType
Added kLetterCaseType
Added kLigaturesType
Added kLineFinalSwashesOffSelector
Added kLineFinalSwashesOnSelector
Added kLineInitialSwashesOffSelector
Added kLineInitialSwashesOnSelector
Added kLinguisticRearrangementOffSelector
Added kLinguisticRearrangementOnSelector
Added kLinguisticRearrangementType
Added kLogosOffSelector
Added kLogosOnSelector
Added kLowerCaseNumbersSelector
Added kMORTContextualType
Added kMORTCoverDescending
Added kMORTCoverIgnoreVertical
Added kMORTCoverTypeMask
Added kMORTCoverVertical
Added kMORTCurrInsertBefore
Added kMORTCurrInsertCountMask
Added kMORTCurrInsertCountShift
Added kMORTCurrInsertKashidaLike
Added kMORTCurrJustTableCountMask
Added kMORTCurrJustTableCountShift
Added kMORTCurrentVersion
Added kMORTDoInsertionsBefore
Added kMORTInsertionType
Added kMORTInsertionsCountMask
Added kMORTIsSplitVowelPiece
Added kMORTLigFormOffsetMask
Added kMORTLigFormOffsetShift
Added kMORTLigLastAction
Added kMORTLigStoreLigature
Added kMORTLigatureType
Added kMORTMarkInsertBefore
Added kMORTMarkInsertCountMask
Added kMORTMarkInsertCountShift
Added kMORTMarkInsertKashidaLike
Added kMORTMarkJustTableCountMask
Added kMORTMarkJustTableCountShift
Added kMORTRearrangementType
Added kMORTSwashType
Added kMORTTag
Added kMORTraCDx
Added kMORTraCDxA
Added kMORTraCDxAB
Added kMORTraCDxBA
Added kMORTraDCx
Added kMORTraDCxA
Added kMORTraDCxAB
Added kMORTraDCxBA
Added kMORTraDx
Added kMORTraDxA
Added kMORTraDxAB
Added kMORTraDxBA
Added kMORTraNoAction
Added kMORTraxA
Added kMORTraxAB
Added kMORTraxBA
Added kMORXCoverDescending
Added kMORXCoverIgnoreVertical
Added kMORXCoverTypeMask
Added kMORXCoverVertical
Added kMORXCurrentVersion
Added kMORXTag
Added kMathSymbolsSelector
Added kMathematicalExtrasType
Added kMonospacedNumbersSelector
Added kMonospacedTextSelector
Added kNoAlternatesSelector
Added kNoAnnotationSelector
Added kNoCJKItalicRomanSelector
Added kNoCJKSymbolAlternativesSelector
Added kNoFractionsSelector
Added kNoIdeographicAlternativesSelector
Added kNoOrnamentsSelector
Added kNoRubyKanaSelector
Added kNoStyleOptionsSelector
Added kNoTransliterationSelector
Added kNonFinalSwashesOffSelector
Added kNonFinalSwashesOnSelector
Added kNormalPositionSelector
Added kNumberCaseType
Added kNumberSpacingType
Added kOrdinalsSelector
Added kOrnamentSetsType
Added kOverlappingCharactersType
Added kPROPALDirectionClass
Added kPROPANDirectionClass
Added kPROPBNDirectionClass
Added kPROPCSDirectionClass
Added kPROPCanHangLTMask
Added kPROPCanHangRBMask
Added kPROPCurrentVersion
Added kPROPDirectionMask
Added kPROPENDirectionClass
Added kPROPESDirectionClass
Added kPROPETDirectionClass
Added kPROPIsFloaterMask
Added kPROPLDirectionClass
Added kPROPLREDirectionClass
Added kPROPLRODirectionClass
Added kPROPNSMDirectionClass
Added kPROPNumDirectionClasses
Added kPROPONDirectionClass
Added kPROPPDFDirectionClass
Added kPROPPSDirectionClass
Added kPROPPairOffsetMask
Added kPROPPairOffsetShift
Added kPROPPairOffsetSign
Added kPROPRDirectionClass
Added kPROPRLEDirectionClass
Added kPROPRLODirectionClass
Added kPROPRightConnectMask
Added kPROPSDirectionClass
Added kPROPSENDirectionClass
Added kPROPTag
Added kPROPUseRLPairMask
Added kPROPWSDirectionClass
Added kPROPZeroReserved
Added kParenthesisAnnotationSelector
Added kPartiallyConnectedSelector
Added kPeriodAnnotationSelector
Added kPeriodsToEllipsisOffSelector
Added kPeriodsToEllipsisOnSelector
Added kPiCharactersSelector
Added kPreventOverlapOffSelector
Added kPreventOverlapOnSelector
Added kProportionalCJKRomanSelector
Added kProportionalIdeographsSelector
Added kProportionalKanaSelector
Added kProportionalNumbersSelector
Added kProportionalTextSelector
Added kQuarterWidthNumbersSelector
Added kRareLigaturesOffSelector
Added kRareLigaturesOnSelector
Added kRebusPicturesOffSelector
Added kRebusPicturesOnSelector
Added kRequiredLigaturesOffSelector
Added kRequiredLigaturesOnSelector
Added kRomanNumeralAnnotationSelector
Added kRomanizationToHiraganaSelector
Added kRomanizationToKatakanaSelector
Added kRoundedBoxAnnotationSelector
Added kRubyKanaOffSelector
Added kRubyKanaOnSelector
Added kRubyKanaSelector
Added kRubyKanaType
Added kSFNTLookupSegmentArray
Added kSFNTLookupSegmentSingle
Added kSFNTLookupSimpleArray
Added kSFNTLookupSingleTable
Added kSFNTLookupTrimmedArray
Added kSTClassDeletedGlyph
Added kSTClassEndOfLine
Added kSTClassEndOfText
Added kSTClassOutOfBounds
Added kSTLigActionMask
Added kSTMarkEnd
Added kSTNoAdvance
Added kSTRearrVerbMask
Added kSTSetMark
Added kSTXHasLigAction
Added kShowDiacriticsSelector
Added kSimplifiedCharactersSelector
Added kSlashToDivideOffSelector
Added kSlashToDivideOnSelector
Added kSlashedZeroOffSelector
Added kSlashedZeroOnSelector
Added kSmallCapsSelector
Added kSmartQuotesOffSelector
Added kSmartQuotesOnSelector
Added kSmartSwashType
Added kSquaredLigaturesOffSelector
Added kSquaredLigaturesOnSelector
Added kStyleOptionsType
Added kSubstituteVerticalFormsOffSelector
Added kSubstituteVerticalFormsOnSelector
Added kSuperiorsSelector
Added kSymbolLigaturesOffSelector
Added kSymbolLigaturesOnSelector
Added kTallCapsSelector
Added kTextSpacingType
Added kThirdWidthNumbersSelector
Added kTitlingCapsSelector
Added kTraditionalAltFiveSelector
Added kTraditionalAltFourSelector
Added kTraditionalAltOneSelector
Added kTraditionalAltThreeSelector
Added kTraditionalAltTwoSelector
Added kTraditionalCharactersSelector
Added kTranscodingCompositionOffSelector
Added kTranscodingCompositionOnSelector
Added kTransliterationType
Added kTypographicExtrasType
Added kUnconnectedSelector
Added kUnicodeDecompositionType
Added kUpperAndLowerCaseSelector
Added kUpperCaseNumbersSelector
Added kVerticalFractionsSelector
Added kVerticalPositionType
Added kVerticalSubstitutionType
Added kWordFinalSwashesOffSelector
Added kWordFinalSwashesOnSelector
Added kWordInitialSwashesOffSelector
Added kWordInitialSwashesOnSelector
SFNTTypes.h
Added FontLanguageCode
Added FontNameCode
Added FontPlatformCode
Added FontScriptCode
Added cmapFontTableTag
Added featureFontTableTag
Added kFontAlbanianLanguage
Added kFontAmharicLanguage
Added kFontAmharicScript
Added kFontArabicLanguage
Added kFontArabicScript
Added kFontArmenianLanguage
Added kFontArmenianScript
Added kFontAssameseLanguage
Added kFontAymaraLanguage
Added kFontAzerbaijanArLanguage
Added kFontAzerbaijaniLanguage
Added kFontBasqueLanguage
Added kFontBengaliLanguage
Added kFontBengaliScript
Added kFontBulgarianLanguage
Added kFontBurmeseLanguage
Added kFontBurmeseScript
Added kFontByelorussianLanguage
Added kFontCatalanLanguage
Added kFontChewaLanguage
Added kFontChineseScript
Added kFontCopyrightName
Added kFontCroatianLanguage
Added kFontCustom16BitScript
Added kFontCustom816BitScript
Added kFontCustom8BitScript
Added kFontCustomPlatform
Added kFontCyrillicScript
Added kFontCzechLanguage
Added kFontDanishLanguage
Added kFontDescriptionName
Added kFontDesignerName
Added kFontDesignerURLName
Added kFontDevanagariScript
Added kFontDutchLanguage
Added kFontDzongkhaLanguage
Added kFontEastEuropeanRomanScript
Added kFontEnglishLanguage
Added kFontEsperantoLanguage
Added kFontEstonianLanguage
Added kFontEthiopicScript
Added kFontExtendedArabicScript
Added kFontFaeroeseLanguage
Added kFontFamilyName
Added kFontFarsiLanguage
Added kFontFinnishLanguage
Added kFontFlemishLanguage
Added kFontFrenchLanguage
Added kFontFullName
Added kFontGallaLanguage
Added kFontGeezScript
Added kFontGeorgianLanguage
Added kFontGeorgianScript
Added kFontGermanLanguage
Added kFontGreekLanguage
Added kFontGreekScript
Added kFontGuaraniLanguage
Added kFontGujaratiLanguage
Added kFontGujaratiScript
Added kFontGurmukhiScript
Added kFontHebrewLanguage
Added kFontHebrewScript
Added kFontHindiLanguage
Added kFontHungarianLanguage
Added kFontISO10646_1993Semantics
Added kFontIcelandicLanguage
Added kFontIndonesianLanguage
Added kFontIrishLanguage
Added kFontItalianLanguage
Added kFontJapaneseLanguage
Added kFontJapaneseScript
Added kFontJavaneseRomLanguage
Added kFontKannadaLanguage
Added kFontKannadaScript
Added kFontKashmiriLanguage
Added kFontKazakhLanguage
Added kFontKhmerLanguage
Added kFontKhmerScript
Added kFontKirghizLanguage
Added kFontKoreanLanguage
Added kFontKoreanScript
Added kFontKurdishLanguage
Added kFontLaoLanguage
Added kFontLaotianScript
Added kFontLappishLanguage
Added kFontLastReservedName
Added kFontLatinLanguage
Added kFontLatvianLanguage
Added kFontLettishLanguage
Added kFontLicenseDescriptionName
Added kFontLicenseInfoURLName
Added kFontLithuanianLanguage
Added kFontMacCompatibleFullName
Added kFontMacedonianLanguage
Added kFontMacintoshPlatform
Added kFontMalagasyLanguage
Added kFontMalayArabicLanguage
Added kFontMalayRomanLanguage
Added kFontMalayalamLanguage
Added kFontMalayalamScript
Added kFontMalteseLanguage
Added kFontManufacturerName
Added kFontMarathiLanguage
Added kFontMicrosoftPlatform
Added kFontMicrosoftStandardScript
Added kFontMicrosoftSymbolScript
Added kFontMicrosoftUCS4Script
Added kFontMoldavianLanguage
Added kFontMongolianCyrLanguage
Added kFontMongolianLanguage
Added kFontMongolianScript
Added kFontNepaliLanguage
Added kFontNoLanguageCode
Added kFontNoNameCode
Added kFontNoPlatformCode
Added kFontNoScriptCode
Added kFontNorwegianLanguage
Added kFontOriyaLanguage
Added kFontOriyaScript
Added kFontOromoLanguage
Added kFontPashtoLanguage
Added kFontPersianLanguage
Added kFontPolishLanguage
Added kFontPortugueseLanguage
Added kFontPostScriptCIDName
Added kFontPostscriptName
Added kFontPreferredFamilyName
Added kFontPreferredSubfamilyName
Added kFontPunjabiLanguage
Added kFontQuechuaLanguage
Added kFontRSymbolScript
Added kFontReservedPlatform
Added kFontRomanScript
Added kFontRomanianLanguage
Added kFontRuandaLanguage
Added kFontRundiLanguage
Added kFontRussian
Added kFontRussianLanguage
Added kFontSaamiskLanguage
Added kFontSampleTextName
Added kFontSanskritLanguage
Added kFontSerbianLanguage
Added kFontSimpChineseLanguage
Added kFontSimpleChineseScript
Added kFontSindhiLanguage
Added kFontSindhiScript
Added kFontSinhaleseLanguage
Added kFontSinhaleseScript
Added kFontSlavicScript
Added kFontSlovakLanguage
Added kFontSlovenianLanguage
Added kFontSomaliLanguage
Added kFontSpanishLanguage
Added kFontStyleName
Added kFontSundaneseRomLanguage
Added kFontSwahiliLanguage
Added kFontSwedishLanguage
Added kFontTagalogLanguage
Added kFontTajikiLanguage
Added kFontTamilLanguage
Added kFontTamilScript
Added kFontTatarLanguage
Added kFontTeluguLanguage
Added kFontTeluguScript
Added kFontThaiLanguage
Added kFontThaiScript
Added kFontTibetanLanguage
Added kFontTibetanScript
Added kFontTigrinyaLanguage
Added kFontTradChineseLanguage
Added kFontTrademarkName
Added kFontTraditionalChineseScript
Added kFontTurkishLanguage
Added kFontTurkmenLanguage
Added kFontUighurLanguage
Added kFontUkrainianLanguage
Added kFontUnicodeDefaultSemantics
Added kFontUnicodePlatform
Added kFontUnicodeV1_1Semantics
Added kFontUnicodeV2_0BMPOnlySemantics
Added kFontUnicodeV2_0FullCoverageSemantics
Added kFontUnicodeV4_0VariationSequenceSemantics
Added kFontUninterpretedScript
Added kFontUniqueName
Added kFontUrduLanguage
Added kFontUzbekLanguage
Added kFontVendorURLName
Added kFontVersionName
Added kFontVietnameseLanguage
Added kFontVietnameseScript
Added kFontWelshLanguage
Added kFontYiddishLanguage
Added nameFontTableTag
Added sfntCMapEncoding
Added sfntCMapExtendedSubHeader
Added sfntCMapHeader
Added sfntCMapSubHeader
Added sfntDirectory
Added sfntDirectoryEntry
Added sfntFeatureHeader
Added sfntFeatureName
Added sfntFontFeatureSetting
Added sfntFontRunFeature
Added sfntInstance
Added sfntNameHeader
Added sfntNameRecord
Added sfntVariationAxis
Added sfntVariationHeader
Added sizeof_sfntCMapEncoding
Added sizeof_sfntCMapExtendedSubHeader
Added sizeof_sfntCMapHeader
Added sizeof_sfntCMapSubHeader
Added sizeof_sfntDirectory
Added sizeof_sfntInstance
Added sizeof_sfntNameHeader
Added sizeof_sfntNameRecord
Added sizeof_sfntVariationAxis
Added sizeof_sfntVariationHeader
Added variationFontTableTag

CoreVideo

CVBase.h
Added #def COREVIDEO_SUPPORTS_OPENGLES
CVOpenGLESTexture.h
Added CVOpenGLESTextureGetCleanTexCoords()
Added CVOpenGLESTextureGetName()
Added CVOpenGLESTextureGetTarget()
Added CVOpenGLESTextureGetTypeID()
Added CVOpenGLESTextureIsFlipped()
Added CVOpenGLESTextureRef
CVOpenGLESTextureCache.h
Added CVOpenGLESTextureCacheCreate()
Added CVOpenGLESTextureCacheCreateTextureFromImage()
Added CVOpenGLESTextureCacheFlush()
Added CVOpenGLESTextureCacheGetTypeID()
Added CVOpenGLESTextureCacheRef
Added kCVOpenGLESTextureCacheMaximumTextureAgeKey
CVPixelFormatDescription.h
Added kCVPixelFormatOpenGLESCompatibility

EventKit

EKAlarm.h
ModifiedEKAlarm
 SuperclassFromNSObjectToEKObject
EKCalendar.h
Added EKCalendar.calendarIdentifier
Added +[EKCalendar calendarWithEventStore:]
AddedEKCalendar.immutable
AddedEKCalendar.source
AddedEKCalendar.subscribed
ModifiedEKCalendar.title
 DeclarationFrom@property(nonatomic, readonly) NSString *titleTo@property(nonatomic, copy) NSString *title
ModifiedEKCalendar.CGColor
 DeclarationFrom@property(nonatomic, readonly) CGColorRef CGColorTo@property(nonatomic) CGColorRef CGColor
ModifiedEKCalendar
 SuperclassFromNSObjectToEKObject
EKCalendarItem.h
AddedEKCalendarItem
AddedEKCalendarItem.URL
AddedEKCalendarItem.UUID
Added-[EKCalendarItem addAlarm:]
Added -[EKCalendarItem addRecurrenceRule:]
AddedEKCalendarItem.alarms
AddedEKCalendarItem.attendees
AddedEKCalendarItem.calendar
Added EKCalendarItem.creationDate
AddedEKCalendarItem.hasAlarms
Added EKCalendarItem.hasAttendees
AddedEKCalendarItem.hasNotes
Added EKCalendarItem.hasRecurrenceRules
Added EKCalendarItem.lastModifiedDate
AddedEKCalendarItem.location
AddedEKCalendarItem.notes
Added EKCalendarItem.recurrenceRules
Added -[EKCalendarItem removeAlarm:]
Added -[EKCalendarItem removeRecurrenceRule:]
AddedEKCalendarItem.timeZone
AddedEKCalendarItem.title
EKError.h
AddedEKErrorCalendarHasNoSource
AddedEKErrorCalendarIsImmutable
Added EKErrorCalendarSourceCannotBeModified
Added EKErrorSourceDoesNotAllowCalendarAddDelete
EKEvent.h
Removed -[EKEvent addAlarm:]
Removed EKEvent.alarms
Removed EKEvent.attendees
Removed EKEvent.calendar
Removed EKEvent.lastModifiedDate
Removed EKEvent.location
Removed EKEvent.notes
Removed -[EKEvent removeAlarm:]
Removed EKEvent.title
AddedEKEvent.birthdayPersonID
ModifiedEKEvent
 SuperclassFromNSObjectToEKCalendarItem
ModifiedEKEvent.recurrenceRule
 DeprecationFromnoneToiOS 5.0
EKEventStore.h
Added -[EKEventStore calendarWithIdentifier:]
Added-[EKEventStore commit:]
Added -[EKEventStore refreshSourcesIfNecessary]
Added -[EKEventStore removeCalendar:commit:error:]
Added -[EKEventStore removeEvent:span:commit:error:]
Added-[EKEventStore reset]
Added -[EKEventStore saveCalendar:commit:error:]
Added -[EKEventStore saveEvent:span:commit:error:]
Added -[EKEventStore sourceWithIdentifier:]
Added-[EKEventStore sources]
EKObject.h
AddedEKObject
Added-[EKObject hasChanges]
Added-[EKObject isNew]
Added-[EKObject refresh]
Added-[EKObject reset]
Added-[EKObject rollback]
EKParticipant.h
ModifiedEKParticipant
 SuperclassFromNSObjectToEKObject
EKRecurrenceDayOfWeek.h
Added -[EKRecurrenceDayOfWeek initWithDayOfTheWeek:weekNumber:]
Modified +[EKRecurrenceDayOfWeek dayOfWeek:]
 HeaderFromEKRecurrenceRule.hToEKRecurrenceDayOfWeek.h
Modified EKRecurrenceDayOfWeek.weekNumber
 HeaderFromEKRecurrenceRule.hToEKRecurrenceDayOfWeek.h
Modified EKRecurrenceDayOfWeek.dayOfTheWeek
 HeaderFromEKRecurrenceRule.hToEKRecurrenceDayOfWeek.h
Modified +[EKRecurrenceDayOfWeek dayOfWeek:weekNumber:]
 HeaderFromEKRecurrenceRule.hToEKRecurrenceDayOfWeek.h
ModifiedEKRecurrenceDayOfWeek
 HeaderFromEKRecurrenceRule.hToEKRecurrenceDayOfWeek.h
EKRecurrenceEnd.h
ModifiedEKRecurrenceEnd.endDate
 HeaderFromEKRecurrenceRule.hToEKRecurrenceEnd.h
Modified +[EKRecurrenceEnd recurrenceEndWithOccurrenceCount:]
 HeaderFromEKRecurrenceRule.hToEKRecurrenceEnd.h
Modified EKRecurrenceEnd.occurrenceCount
 HeaderFromEKRecurrenceRule.hToEKRecurrenceEnd.h
Modified +[EKRecurrenceEnd recurrenceEndWithEndDate:]
 HeaderFromEKRecurrenceRule.hToEKRecurrenceEnd.h
ModifiedEKRecurrenceEnd
 HeaderFromEKRecurrenceRule.hToEKRecurrenceEnd.h
EKRecurrenceRule.h
Modified -[EKRecurrenceRule initRecurrenceWithFrequency:interval:end:]
 DeclarationFrom- (id)initRecurrenceWithFrequency:(EKRecurrenceFrequency)type interval:(NSUInteger)interval end:(EKRecurrenceEnd *)endTo- (id)initRecurrenceWithFrequency:(EKRecurrenceFrequency)type interval:(NSInteger)interval end:(EKRecurrenceEnd *)end
ModifiedEKRecurrenceRule
 SuperclassProtocolsFromNSObjectnoneToEKObjectNSCopying
EKSource.h
AddedEKSource
AddedEKSource.calendars
AddedEKSource.sourceIdentifier
AddedEKSource.sourceType
AddedEKSource.title
EKTypes.h
AddedEKSourceType
AddedEKSourceTypeBirthdays
AddedEKSourceTypeCalDAV
AddedEKSourceTypeExchange
AddedEKSourceTypeLocal
AddedEKSourceTypeMobileMe
AddedEKSourceTypeSubscribed
Modified EKParticipantRoleNonParticipant
 HeaderFromEKParticipant.hToEKTypes.h
Modified EKRecurrenceFrequencyYearly
 HeaderFromEKRecurrenceRule.hToEKTypes.h
ModifiedEKParticipantRole
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKCalendarTypeLocal
 HeaderFromEKCalendar.hToEKTypes.h
Modified EKRecurrenceFrequencyWeekly
 HeaderFromEKRecurrenceRule.hToEKTypes.h
ModifiedEKParticipantRoleOptional
 HeaderFromEKParticipant.hToEKTypes.h
Modified EKCalendarEventAvailabilityNone
 HeaderFromEKCalendar.hToEKTypes.h
ModifiedEKSaturday
 HeaderFromEKRecurrenceRule.hToEKTypes.h
Modified EKCalendarEventAvailabilityTentative
 HeaderFromEKCalendar.hToEKTypes.h
Modified EKParticipantStatusTentative
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKParticipantRoleRequired
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKMonday
 HeaderFromEKRecurrenceRule.hToEKTypes.h
ModifiedEKParticipantRoleUnknown
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKTuesday
 HeaderFromEKRecurrenceRule.hToEKTypes.h
ModifiedEKCalendarTypeSubscription
 HeaderFromEKCalendar.hToEKTypes.h
ModifiedEKWednesday
 HeaderFromEKRecurrenceRule.hToEKTypes.h
Modified EKCalendarEventAvailabilityBusy
 HeaderFromEKCalendar.hToEKTypes.h
ModifiedEKParticipantStatus
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKParticipantType
 HeaderFromEKParticipant.hToEKTypes.h
Modified EKRecurrenceFrequencyMonthly
 HeaderFromEKRecurrenceRule.hToEKTypes.h
ModifiedEKParticipantTypeRoom
 HeaderFromEKParticipant.hToEKTypes.h
Modified EKParticipantStatusInProcess
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKParticipantStatusUnknown
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKCalendarType
 HeaderFromEKCalendar.hToEKTypes.h
ModifiedEKParticipantStatusPending
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKParticipantTypePerson
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKSunday
 HeaderFromEKRecurrenceRule.hToEKTypes.h
ModifiedEKFriday
 HeaderFromEKRecurrenceRule.hToEKTypes.h
ModifiedEKCalendarTypeBirthday
 HeaderFromEKCalendar.hToEKTypes.h
Modified EKCalendarEventAvailabilityMask
 HeaderFromEKCalendar.hToEKTypes.h
ModifiedEKThursday
 HeaderFromEKRecurrenceRule.hToEKTypes.h
Modified EKParticipantStatusDeclined
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKCalendarTypeExchange
 HeaderFromEKCalendar.hToEKTypes.h
Modified EKCalendarEventAvailabilityUnavailable
 HeaderFromEKCalendar.hToEKTypes.h
ModifiedEKCalendarTypeCalDAV
 HeaderFromEKCalendar.hToEKTypes.h
ModifiedEKParticipantRoleChair
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKParticipantTypeResource
 HeaderFromEKParticipant.hToEKTypes.h
Modified EKCalendarEventAvailabilityFree
 HeaderFromEKCalendar.hToEKTypes.h
ModifiedEKRecurrenceFrequency
 HeaderFromEKRecurrenceRule.hToEKTypes.h
ModifiedEKRecurrenceFrequencyDaily
 HeaderFromEKRecurrenceRule.hToEKTypes.h
Modified EKParticipantStatusDelegated
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKParticipantTypeGroup
 HeaderFromEKParticipant.hToEKTypes.h
Modified EKParticipantStatusAccepted
 HeaderFromEKParticipant.hToEKTypes.h
ModifiedEKParticipantTypeUnknown
 HeaderFromEKParticipant.hToEKTypes.h
Modified EKParticipantStatusCompleted
 HeaderFromEKParticipant.hToEKTypes.h
EventKitDefines.h
Added #def EVENTKIT_CLASS_AVAILABLE
Added #def EVENTKIT_EXTERN

EventKitUI

EKCalendarChooser.h
AddedEKCalendarChooser
Added EKCalendarChooser.delegate
Added -[EKCalendarChooser initWithSelectionStyle:displayStyle:eventStore:]
Added EKCalendarChooser.selectedCalendars
Added EKCalendarChooser.selectionStyle
Added EKCalendarChooser.showsCancelButton
Added EKCalendarChooser.showsDoneButton
AddedEKCalendarChooserDelegate
Added -[EKCalendarChooserDelegate calendarChooserDidCancel:]
Added -[EKCalendarChooserDelegate calendarChooserDidFinish:]
Added -[EKCalendarChooserDelegate calendarChooserSelectionDidChange:]
Added EKCalendarChooserDisplayAllCalendars
Added EKCalendarChooserDisplayStyle
Added EKCalendarChooserDisplayWritableCalendarsOnly
Added EKCalendarChooserSelectionStyle
Added EKCalendarChooserSelectionStyleMultiple
Added EKCalendarChooserSelectionStyleSingle
EventKitUIDefines.h
Added #def EVENTKITUI_CLASS_AVAILABLE
Added #def EVENTKITUI_EXTERN

ExternalAccessory

No changes

Foundation

FoundationErrors.h
AddedNSFileWriteFileExistsError
NSArray.h
Modified-[NSArray getObjects:range:]
 DeclarationFrom- (void)getObjects:(id *)objects range:(NSRange)rangeTo- (void)getObjects:(id[])objects range:(NSRange)range
Modified-[NSArray getObjects:]
 DeclarationFrom- (void)getObjects:(id *)objectsTo- (void)getObjects:(id[])objects
Modified +[NSArray arrayWithObjects:count:]
 DeclarationFrom+ (id)arrayWithObjects:(const id *)objects count:(NSUInteger)cntTo+ (id)arrayWithObjects:(const id[])objects count:(NSUInteger)cnt
Modified -[NSArray initWithObjects:count:]
 DeclarationFrom- (id)initWithObjects:(const id *)objects count:(NSUInteger)cntTo- (id)initWithObjects:(const id[])objects count:(NSUInteger)cnt
NSCache.h
Modified-[NSCache setDelegate:]
 DeclarationFrom- (void)setDelegate:(id)dTo- (void)setDelegate:(id < NSCacheDelegate >)d
ModifiedNSCacheDelegate
 ProtocolsFromnoneToNSObject
Modified-[NSCache delegate]
 DeclarationFrom- (id)delegateTo- (id < NSCacheDelegate >)delegate
NSCalendar.h
Added -[NSDateComponents setWeekOfMonth:]
Added -[NSDateComponents setWeekOfYear:]
Added -[NSDateComponents setYearForWeekOfYear:]
Added -[NSDateComponents weekOfMonth]
Added -[NSDateComponents weekOfYear]
Added -[NSDateComponents yearForWeekOfYear]
AddedNSWeekOfMonthCalendarUnit
AddedNSWeekOfYearCalendarUnit
Added NSYearForWeekOfYearCalendarUnit
NSCoder.h
Added -[NSCoder NS_AUTOMATED_REFCOUNT_UNAVAILABLE](no architecture available)
NSComparisonPredicate.h
AddedNSComparisonPredicateOptions
Added NSNormalizedPredicateOption
Modified -[NSComparisonPredicate options]
 DeclarationFrom- (NSUInteger)optionsTo- (NSComparisonPredicateOptions)options
Modified +[NSComparisonPredicate predicateWithLeftExpression:rightExpression:modifier:type:options:]
 DeclarationFrom+ (NSPredicate *)predicateWithLeftExpression:(NSExpression *)lhs rightExpression:(NSExpression *)rhs modifier:(NSComparisonPredicateModifier)modifier type:(NSPredicateOperatorType)type options:(NSUInteger)optionsTo+ (NSPredicate *)predicateWithLeftExpression:(NSExpression *)lhs rightExpression:(NSExpression *)rhs modifier:(NSComparisonPredicateModifier)modifier type:(NSPredicateOperatorType)type options:(NSComparisonPredicateOptions)options
Modified -[NSComparisonPredicate initWithLeftExpression:rightExpression:modifier:type:options:]
 DeclarationFrom- (id)initWithLeftExpression:(NSExpression *)lhs rightExpression:(NSExpression *)rhs modifier:(NSComparisonPredicateModifier)modifier type:(NSPredicateOperatorType)type options:(NSUInteger)optionsTo- (id)initWithLeftExpression:(NSExpression *)lhs rightExpression:(NSExpression *)rhs modifier:(NSComparisonPredicateModifier)modifier type:(NSPredicateOperatorType)type options:(NSComparisonPredicateOptions)options
NSData.h
AddedNSDataReadingMappedAlways
AddedNSDataReadingMappedIfSafe
Added NSDataWritingFileProtectionCompleteUnlessOpen
Added NSDataWritingFileProtectionCompleteUntilFirstUserAuthentication
Modified -[NSData initWithContentsOfMappedFile:]
 DeprecationFromnoneToiOS 5.0
Modified +[NSData dataWithContentsOfMappedFile:]
 DeprecationFromnoneToiOS 5.0
NSDictionary.h
Modified +[NSDictionary dictionaryWithObjects:forKeys:count:]
 DeclarationFrom+ (id)dictionaryWithObjects:(id *)objects forKeys:(id *)keys count:(NSUInteger)cntTo+ (id)dictionaryWithObjects:(const id[])objects forKeys:(const id[])keys count:(NSUInteger)cnt
Modified -[NSDictionary getObjects:andKeys:]
 DeclarationFrom- (void)getObjects:(id *)objects andKeys:(id *)keysTo- (void)getObjects:(id[])objects andKeys:(id[])keys
Modified -[NSDictionary initWithObjects:forKeys:count:]
 DeclarationFrom- (id)initWithObjects:(id *)objects forKeys:(id *)keys count:(NSUInteger)cntTo- (id)initWithObjects:(const id[])objects forKeys:(const id[])keys count:(NSUInteger)cnt
NSEnumerator.h
Modified -[NSFastEnumeration countByEnumeratingWithState:objects:count:]
 DeclarationFrom- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)lenTo- (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id[])buffer count:(NSUInteger)len
NSExpression.h
Added +[NSExpression expressionWithFormat:]
Added +[NSExpression expressionWithFormat:argumentArray:]
Added +[NSExpression expressionWithFormat:arguments:]
NSFileCoordinator.h
AddedNSFileCoordinator
Added +[NSFileCoordinator addFilePresenter:]
Added-[NSFileCoordinator cancel]
Added -[NSFileCoordinator coordinateReadingItemAtURL:options:error:byAccessor:]
Added -[NSFileCoordinator coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:]
Added -[NSFileCoordinator coordinateWritingItemAtURL:options:error:byAccessor:]
Added -[NSFileCoordinator coordinateWritingItemAtURL:options:writingItemAtURL:options:error:byAccessor:]
Added +[NSFileCoordinator filePresenters]
Added -[NSFileCoordinator initWithFilePresenter:]
Added -[NSFileCoordinator itemAtURL:didMoveToURL:]
Added -[NSFileCoordinator prepareForReadingItemsAtURLs:options:writingItemsAtURLs:options:error:byAccessor:]
Added +[NSFileCoordinator removeFilePresenter:]
Added NSFileCoordinatorReadingOptions
Added NSFileCoordinatorReadingResolvesSymbolicLink
Added NSFileCoordinatorReadingWithoutChanges
Added NSFileCoordinatorWritingForDeleting
Added NSFileCoordinatorWritingForMerging
Added NSFileCoordinatorWritingForMoving
Added NSFileCoordinatorWritingForReplacing
Added NSFileCoordinatorWritingOptions
NSFileHandle.h
Added NSFileHandle.readabilityHandler
Added NSFileHandle.writeabilityHandler
Modified NSFileHandleNotificationMonitorModes
 DeprecationFromnoneToiOS 5.0
NSFileManager.h
Removed -[NSObject fileManager:shouldCopyItemAtPath:toPath:]
Removed -[NSObject fileManager:shouldCopyItemAtURL:toURL:]
Removed -[NSObject fileManager:shouldLinkItemAtPath:toPath:]
Removed -[NSObject fileManager:shouldLinkItemAtURL:toURL:]
Removed -[NSObject fileManager:shouldMoveItemAtPath:toPath:]
Removed -[NSObject fileManager:shouldMoveItemAtURL:toURL:]
Removed -[NSObject fileManager:shouldProceedAfterError:copyingItemAtPath:toPath:]
Removed -[NSObject fileManager:shouldProceedAfterError:copyingItemAtURL:toURL:]
Removed -[NSObject fileManager:shouldProceedAfterError:linkingItemAtPath:toPath:]
Removed -[NSObject fileManager:shouldProceedAfterError:linkingItemAtURL:toURL:]
Removed -[NSObject fileManager:shouldProceedAfterError:movingItemAtPath:toPath:]
Removed -[NSObject fileManager:shouldProceedAfterError:movingItemAtURL:toURL:]
Removed -[NSObject fileManager:shouldProceedAfterError:removingItemAtPath:]
Removed -[NSObject fileManager:shouldProceedAfterError:removingItemAtURL:]
Removed -[NSObject fileManager:shouldRemoveItemAtPath:]
Removed -[NSObject fileManager:shouldRemoveItemAtURL:]
Removed NSObject(NSFileManagerFileOperationAdditions)
Added -[NSFileManager URLForPublishingUbiquitousItemAtURL:expirationDate:error:]
Added -[NSFileManager URLForUbiquityContainerIdentifier:]
Added -[NSFileManager createDirectoryAtURL:withIntermediateDirectories:attributes:error:]
Added -[NSFileManager createSymbolicLinkAtURL:withDestinationURL:error:]
Added -[NSFileManager evictUbiquitousItemAtURL:error:]
Added -[NSFileManager isUbiquitousItemAtURL:]
Added -[NSFileManager setUbiquitous:itemAtURL:destinationURL:error:]
Added -[NSFileManager startDownloadingUbiquitousItemAtURL:error:]
AddedNSFileManagerDelegate
Added -[NSFileManagerDelegate fileManager:shouldCopyItemAtPath:toPath:]
Added -[NSFileManagerDelegate fileManager:shouldCopyItemAtURL:toURL:]
Added -[NSFileManagerDelegate fileManager:shouldLinkItemAtPath:toPath:]
Added -[NSFileManagerDelegate fileManager:shouldLinkItemAtURL:toURL:]
Added -[NSFileManagerDelegate fileManager:shouldMoveItemAtPath:toPath:]
Added -[NSFileManagerDelegate fileManager:shouldMoveItemAtURL:toURL:]
Added -[NSFileManagerDelegate fileManager:shouldProceedAfterError:copyingItemAtPath:toPath:]
Added -[NSFileManagerDelegate fileManager:shouldProceedAfterError:copyingItemAtURL:toURL:]
Added -[NSFileManagerDelegate fileManager:shouldProceedAfterError:linkingItemAtPath:toPath:]
Added -[NSFileManagerDelegate fileManager:shouldProceedAfterError:linkingItemAtURL:toURL:]
Added -[NSFileManagerDelegate fileManager:shouldProceedAfterError:movingItemAtPath:toPath:]
Added -[NSFileManagerDelegate fileManager:shouldProceedAfterError:movingItemAtURL:toURL:]
Added -[NSFileManagerDelegate fileManager:shouldProceedAfterError:removingItemAtPath:]
Added -[NSFileManagerDelegate fileManager:shouldProceedAfterError:removingItemAtURL:]
Added -[NSFileManagerDelegate fileManager:shouldRemoveItemAtPath:]
Added -[NSFileManagerDelegate fileManager:shouldRemoveItemAtURL:]
Added NSFileProtectionCompleteUnlessOpen
Added NSFileProtectionCompleteUntilFirstUserAuthentication
NSFilePresenter.h
AddedNSFilePresenter
Added -[NSFilePresenter accommodatePresentedItemDeletionWithCompletionHandler:]
Added -[NSFilePresenter accommodatePresentedSubitemDeletionAtURL:completionHandler:]
Added -[NSFilePresenter presentedItemDidChange]
Added -[NSFilePresenter presentedItemDidGainVersion:]
Added -[NSFilePresenter presentedItemDidLoseVersion:]
Added -[NSFilePresenter presentedItemDidMoveToURL:]
Added -[NSFilePresenter presentedItemDidResolveConflictVersion:]
Added NSFilePresenter.presentedItemOperationQueue
Added NSFilePresenter.presentedItemURL
Added -[NSFilePresenter presentedSubitemAtURL:didGainVersion:]
Added -[NSFilePresenter presentedSubitemAtURL:didLoseVersion:]
Added -[NSFilePresenter presentedSubitemAtURL:didMoveToURL:]
Added -[NSFilePresenter presentedSubitemAtURL:didResolveConflictVersion:]
Added -[NSFilePresenter presentedSubitemDidAppearAtURL:]
Added -[NSFilePresenter presentedSubitemDidChangeAtURL:]
Added -[NSFilePresenter relinquishPresentedItemToReader:]
Added -[NSFilePresenter relinquishPresentedItemToWriter:]
Added -[NSFilePresenter savePresentedItemChangesWithCompletionHandler:]
NSFileVersion.h
AddedNSFileVersion
AddedNSFileVersion.URL
AddedNSFileVersion.conflict
Added +[NSFileVersion currentVersionOfItemAtURL:]
Added NSFileVersion.localizedName
Added NSFileVersion.localizedNameOfSavingComputer
Added NSFileVersion.modificationDate
Added +[NSFileVersion otherVersionsOfItemAtURL:]
Added NSFileVersion.persistentIdentifier
Added -[NSFileVersion removeAndReturnError:]
Added +[NSFileVersion removeOtherVersionsOfItemAtURL:error:]
Added -[NSFileVersion replaceItemAtURL:options:error:]
AddedNSFileVersion.resolved
Added +[NSFileVersion unresolvedConflictVersionsOfItemAtURL:]
Added +[NSFileVersion versionOfItemAtURL:forPersistentIdentifier:]
Added NSFileVersionAddingByMoving
AddedNSFileVersionAddingOptions
Added NSFileVersionReplacingByMoving
Added NSFileVersionReplacingOptions
NSFileWrapper.h
Modified -[NSFileWrapper symbolicLinkDestination]
 ArchitecturesFromarmToUnknown
Modified -[NSFileWrapper addFileWithPath:]
 ArchitecturesFromarmToUnknown
Modified -[NSFileWrapper addSymbolicLinkWithDestination:preferredFilename:]
 ArchitecturesFromarmToUnknown
Modified -[NSFileWrapper writeToFile:atomically:updateFilenames:]
 ArchitecturesFromarmToUnknown
Modified NSFileWrapper(NSDeprecated)
 ArchitecturesFromarmToUnknown
Modified -[NSFileWrapper needsToBeUpdatedFromPath:]
 ArchitecturesFromarmToUnknown
Modified -[NSFileWrapper initWithPath:]
 ArchitecturesFromarmToUnknown
Modified -[NSFileWrapper initSymbolicLinkWithDestination:]
 ArchitecturesFromarmToUnknown
Modified -[NSFileWrapper updateFromPath:]
 ArchitecturesFromarmToUnknown
NSHTTPCookieStorage.h
Removed -[NSHTTPCookieStorage initWithStorageLocation:]
Added -[NSHTTPCookieStorage sortedCookiesUsingDescriptors:]
NSIndexSet.h
Added -[NSIndexSet enumerateRangesInRange:options:usingBlock:]
Added -[NSIndexSet enumerateRangesUsingBlock:]
Added -[NSIndexSet enumerateRangesWithOptions:usingBlock:]
NSJSONSerialization.h
AddedNSJSONSerialization
Added +[NSJSONSerialization JSONObjectWithData:options:error:]
Added +[NSJSONSerialization JSONObjectWithStream:options:error:]
Added +[NSJSONSerialization dataWithJSONObject:options:error:]
Added +[NSJSONSerialization isValidJSONObject:]
Added +[NSJSONSerialization writeJSONObject:toStream:options:error:]
Added NSJSONReadingAllowFragments
Added NSJSONReadingMutableContainers
AddedNSJSONReadingMutableLeaves
AddedNSJSONReadingOptions
AddedNSJSONWritingOptions
AddedNSJSONWritingPrettyPrinted
NSKeyValueCoding.h
Added -[NSObject mutableOrderedSetValueForKey:]
Added -[NSObject mutableOrderedSetValueForKeyPath:]
Added -[NSOrderedSet setValue:forKey:]
Added -[NSOrderedSet valueForKey:]
Added NSOrderedSet(NSKeyValueCoding)
Modified -[NSObject validateValue:forKey:error:]
 DeclarationFrom- (BOOL)validateValue:(id *)ioValue forKey:(NSString *)inKey error:(NSError **)outErrorTo- (BOOL)validateValue:(inout id *)ioValue forKey:(NSString *)inKey error:(out NSError **)outError
Modified -[NSObject validateValue:forKeyPath:error:]
 DeclarationFrom- (BOOL)validateValue:(id *)ioValue forKeyPath:(NSString *)inKeyPath error:(NSError **)outErrorTo- (BOOL)validateValue:(inout id *)ioValue forKeyPath:(NSString *)inKeyPath error:(out NSError **)outError
NSKeyValueObserving.h
Added -[NSArray removeObserver:forKeyPath:context:]
Added -[NSArray removeObserver:fromObjectsAtIndexes:forKeyPath:context:]
Added -[NSObject removeObserver:forKeyPath:context:]
Added -[NSOrderedSet addObserver:forKeyPath:options:context:]
Added -[NSOrderedSet removeObserver:forKeyPath:]
Added -[NSOrderedSet removeObserver:forKeyPath:context:]
Added -[NSSet removeObserver:forKeyPath:context:]
Added NSOrderedSet(NSKeyValueObserverRegistration)
NSLinguisticTagger.h
AddedNSLinguisticTagger
Added +[NSLinguisticTagger availableTagSchemesForLanguage:]
Added -[NSLinguisticTagger enumerateTagsInRange:scheme:options:usingBlock:]
Added -[NSLinguisticTagger initWithTagSchemes:options:]
Added -[NSLinguisticTagger orthographyAtIndex:effectiveRange:]
Added -[NSLinguisticTagger possibleTagsAtIndex:scheme:tokenRange:sentenceRange:scores:]
Added -[NSLinguisticTagger sentenceRangeForRange:]
Added -[NSLinguisticTagger setOrthography:range:]
Added -[NSLinguisticTagger setString:]
Added-[NSLinguisticTagger string]
Added -[NSLinguisticTagger stringEditedInRange:changeInLength:]
Added -[NSLinguisticTagger tagAtIndex:scheme:tokenRange:sentenceRange:]
Added -[NSLinguisticTagger tagSchemes]
Added -[NSLinguisticTagger tagsInRange:scheme:options:tokenRanges:]
Added -[NSString enumerateLinguisticTagsInRange:scheme:options:orthography:usingBlock:]
Added -[NSString linguisticTagsInRange:scheme:options:orthography:tokenRanges:]
AddedNSLinguisticTagAdjective
AddedNSLinguisticTagAdverb
AddedNSLinguisticTagClassifier
Added NSLinguisticTagCloseParenthesis
AddedNSLinguisticTagCloseQuote
AddedNSLinguisticTagConjunction
AddedNSLinguisticTagDash
AddedNSLinguisticTagDeterminer
AddedNSLinguisticTagIdiom
AddedNSLinguisticTagInterjection
AddedNSLinguisticTagNoun
AddedNSLinguisticTagNumber
Added NSLinguisticTagOpenParenthesis
AddedNSLinguisticTagOpenQuote
Added NSLinguisticTagOrganizationName
AddedNSLinguisticTagOther
Added NSLinguisticTagOtherPunctuation
Added NSLinguisticTagOtherWhitespace
AddedNSLinguisticTagOtherWord
Added NSLinguisticTagParagraphBreak
AddedNSLinguisticTagParticle
AddedNSLinguisticTagPersonalName
AddedNSLinguisticTagPlaceName
AddedNSLinguisticTagPreposition
AddedNSLinguisticTagPronoun
AddedNSLinguisticTagPunctuation
Added NSLinguisticTagSchemeLanguage
AddedNSLinguisticTagSchemeLemma
Added NSLinguisticTagSchemeLexicalClass
Added NSLinguisticTagSchemeNameType
Added NSLinguisticTagSchemeNameTypeOrLexicalClass
AddedNSLinguisticTagSchemeScript
Added NSLinguisticTagSchemeTokenType
Added NSLinguisticTagSentenceTerminator
AddedNSLinguisticTagVerb
AddedNSLinguisticTagWhitespace
AddedNSLinguisticTagWord
AddedNSLinguisticTagWordJoiner
Added NSLinguisticTaggerJoinNames
Added NSLinguisticTaggerOmitOther
Added NSLinguisticTaggerOmitPunctuation
Added NSLinguisticTaggerOmitWhitespace
Added NSLinguisticTaggerOmitWords
AddedNSLinguisticTaggerOptions
Added NSString(NSLinguisticAnalysis)
NSMetadata.h
AddedNSMetadataItem
Added-[NSMetadataItem attributes]
Added -[NSMetadataItem valueForAttribute:]
Added -[NSMetadataItem valuesForAttributes:]
AddedNSMetadataQuery
Added-[NSMetadataQuery delegate]
Added -[NSMetadataQuery disableUpdates]
Added -[NSMetadataQuery enableUpdates]
Added -[NSMetadataQuery groupedResults]
Added -[NSMetadataQuery groupingAttributes]
Added -[NSMetadataQuery indexOfResult:]
Added-[NSMetadataQuery init]
Added -[NSMetadataQuery isGathering]
Added-[NSMetadataQuery isStarted]
Added-[NSMetadataQuery isStopped]
Added -[NSMetadataQuery notificationBatchingInterval]
Added-[NSMetadataQuery predicate]
Added -[NSMetadataQuery resultAtIndex:]
Added -[NSMetadataQuery resultCount]
Added-[NSMetadataQuery results]
Added -[NSMetadataQuery searchScopes]
Added -[NSMetadataQuery setDelegate:]
Added -[NSMetadataQuery setGroupingAttributes:]
Added -[NSMetadataQuery setNotificationBatchingInterval:]
Added -[NSMetadataQuery setPredicate:]
Added -[NSMetadataQuery setSearchScopes:]
Added -[NSMetadataQuery setSortDescriptors:]
Added -[NSMetadataQuery setValueListAttributes:]
Added -[NSMetadataQuery sortDescriptors]
Added -[NSMetadataQuery startQuery]
Added-[NSMetadataQuery stopQuery]
Added -[NSMetadataQuery valueListAttributes]
Added -[NSMetadataQuery valueLists]
Added -[NSMetadataQuery valueOfAttribute:forResultAtIndex:]
Added NSMetadataQueryAttributeValueTuple
Added -[NSMetadataQueryAttributeValueTuple attribute]
Added -[NSMetadataQueryAttributeValueTuple count]
Added -[NSMetadataQueryAttributeValueTuple value]
AddedNSMetadataQueryDelegate
Added -[NSMetadataQueryDelegate metadataQuery:replacementObjectForResultObject:]
Added -[NSMetadataQueryDelegate metadataQuery:replacementValueForAttribute:value:]
AddedNSMetadataQueryResultGroup
Added -[NSMetadataQueryResultGroup attribute]
Added -[NSMetadataQueryResultGroup resultAtIndex:]
Added -[NSMetadataQueryResultGroup resultCount]
Added -[NSMetadataQueryResultGroup results]
Added -[NSMetadataQueryResultGroup subgroups]
Added -[NSMetadataQueryResultGroup value]
AddedNSMetadataItemDisplayNameKey
Added NSMetadataItemFSContentChangeDateKey
Added NSMetadataItemFSCreationDateKey
AddedNSMetadataItemFSNameKey
AddedNSMetadataItemFSSizeKey
Added NSMetadataItemIsUbiquitousKey
AddedNSMetadataItemPathKey
AddedNSMetadataItemURLKey
Added NSMetadataQueryDidFinishGatheringNotification
Added NSMetadataQueryDidStartGatheringNotification
Added NSMetadataQueryDidUpdateNotification
Added NSMetadataQueryGatheringProgressNotification
Added NSMetadataQueryResultContentRelevanceAttribute
Added NSMetadataQueryUbiquitousDataScope
Added NSMetadataQueryUbiquitousDocumentsScope
Added NSMetadataUbiquitousItemHasUnresolvedConflictsKey
Added NSMetadataUbiquitousItemIsDownloadedKey
Added NSMetadataUbiquitousItemIsDownloadingKey
Added NSMetadataUbiquitousItemIsUploadedKey
Added NSMetadataUbiquitousItemIsUploadingKey
Added NSMetadataUbiquitousItemPercentDownloadedKey
Added NSMetadataUbiquitousItemPercentUploadedKey
NSNotification.h
Modified -[NSNotificationCenter addObserverForName:object:queue:usingBlock:]
 DeclarationFrom- (id)addObserverForName:(NSString *)name object:(id)obj queue:(NSOperationQueue *)queue usingBlock:(void (^)(NSNotification *))blockTo- (id)addObserverForName:(NSString *)name object:(id)obj queue:(NSOperationQueue *)queue usingBlock:(void (^)(NSNotification *note))block
NSObjCRuntime.h
Added #def NS_AUTOMATED_REFCOUNT_UNAVAILABLE
Added #def NS_AUTOMATED_REFCOUNT_WEAK_UNAVAILABLE
Added #def NS_AVAILABLE_IOS
Added #def NS_DEPRECATED_IOS
Added #def NS_NONATOMIC_IOSONLY
Added #def NS_RETURNS_NOT_RETAINED
Added #def NS_UNAVAILABLE
NSObject.h
Added -[NSObject NS_AUTOMATED_REFCOUNT_UNAVAILABLE](no architecture available)
Added -[NSObject NS_UNAVAILABLE](no architecture available)
Added -[NSObject debugDescription]
Added CFBridgingRelease()
Added CFBridgingRetain()
NSOrderedSet.h
AddedNSMutableOrderedSet
Added -[NSMutableOrderedSet addObject:]
Added -[NSMutableOrderedSet addObjects:count:]
Added -[NSMutableOrderedSet addObjectsFromArray:]
Added -[NSMutableOrderedSet exchangeObjectAtIndex:withObjectAtIndex:]
Added -[NSMutableOrderedSet initWithCapacity:]
Added -[NSMutableOrderedSet insertObject:atIndex:]
Added -[NSMutableOrderedSet insertObjects:atIndexes:]
Added -[NSMutableOrderedSet intersectOrderedSet:]
Added -[NSMutableOrderedSet intersectSet:]
Added -[NSMutableOrderedSet minusOrderedSet:]
Added -[NSMutableOrderedSet minusSet:]
Added -[NSMutableOrderedSet moveObjectsAtIndexes:toIndex:]
Added +[NSMutableOrderedSet orderedSetWithCapacity:]
Added -[NSMutableOrderedSet removeAllObjects]
Added -[NSMutableOrderedSet removeObject:]
Added -[NSMutableOrderedSet removeObjectAtIndex:]
Added -[NSMutableOrderedSet removeObjectsAtIndexes:]
Added -[NSMutableOrderedSet removeObjectsInArray:]
Added -[NSMutableOrderedSet removeObjectsInRange:]
Added -[NSMutableOrderedSet replaceObjectAtIndex:withObject:]
Added -[NSMutableOrderedSet replaceObjectsAtIndexes:withObjects:]
Added -[NSMutableOrderedSet replaceObjectsInRange:withObjects:count:]
Added -[NSMutableOrderedSet setObject:atIndex:]
Added -[NSMutableOrderedSet sortRange:options:usingComparator:]
Added -[NSMutableOrderedSet sortUsingComparator:]
Added -[NSMutableOrderedSet sortWithOptions:usingComparator:]
Added -[NSMutableOrderedSet unionOrderedSet:]
Added -[NSMutableOrderedSet unionSet:]
AddedNSOrderedSet
Added-[NSOrderedSet array]
Added -[NSOrderedSet containsObject:]
Added-[NSOrderedSet count]
Added-[NSOrderedSet description]
Added -[NSOrderedSet descriptionWithLocale:]
Added -[NSOrderedSet descriptionWithLocale:indent:]
Added -[NSOrderedSet enumerateObjectsAtIndexes:options:usingBlock:]
Added -[NSOrderedSet enumerateObjectsUsingBlock:]
Added -[NSOrderedSet enumerateObjectsWithOptions:usingBlock:]
Added-[NSOrderedSet firstObject]
Added -[NSOrderedSet getObjects:range:]
Added -[NSOrderedSet indexOfObject:]
Added -[NSOrderedSet indexOfObject:inSortedRange:options:usingComparator:]
Added -[NSOrderedSet indexOfObjectAtIndexes:options:passingTest:]
Added -[NSOrderedSet indexOfObjectPassingTest:]
Added -[NSOrderedSet indexOfObjectWithOptions:passingTest:]
Added -[NSOrderedSet indexesOfObjectsAtIndexes:options:passingTest:]
Added -[NSOrderedSet indexesOfObjectsPassingTest:]
Added -[NSOrderedSet indexesOfObjectsWithOptions:passingTest:]
Added -[NSOrderedSet initWithArray:]
Added -[NSOrderedSet initWithArray:copyItems:]
Added -[NSOrderedSet initWithArray:range:copyItems:]
Added -[NSOrderedSet initWithObject:]
Added -[NSOrderedSet initWithObjects:]
Added -[NSOrderedSet initWithObjects:count:]
Added -[NSOrderedSet initWithOrderedSet:]
Added -[NSOrderedSet initWithOrderedSet:copyItems:]
Added -[NSOrderedSet initWithOrderedSet:range:copyItems:]
Added-[NSOrderedSet initWithSet:]
Added -[NSOrderedSet initWithSet:copyItems:]
Added -[NSOrderedSet intersectsOrderedSet:]
Added -[NSOrderedSet intersectsSet:]
Added -[NSOrderedSet isEqualToOrderedSet:]
Added -[NSOrderedSet isSubsetOfOrderedSet:]
Added -[NSOrderedSet isSubsetOfSet:]
Added-[NSOrderedSet lastObject]
Added -[NSOrderedSet objectAtIndex:]
Added -[NSOrderedSet objectEnumerator]
Added -[NSOrderedSet objectsAtIndexes:]
Added+[NSOrderedSet orderedSet]
Added +[NSOrderedSet orderedSetWithArray:]
Added +[NSOrderedSet orderedSetWithArray:range:copyItems:]
Added +[NSOrderedSet orderedSetWithObject:]
Added +[NSOrderedSet orderedSetWithObjects:]
Added +[NSOrderedSet orderedSetWithObjects:count:]
Added +[NSOrderedSet orderedSetWithOrderedSet:]
Added +[NSOrderedSet orderedSetWithOrderedSet:range:copyItems:]
Added +[NSOrderedSet orderedSetWithSet:]
Added +[NSOrderedSet orderedSetWithSet:copyItems:]
Added -[NSOrderedSet reverseObjectEnumerator]
Added -[NSOrderedSet reversedOrderedSet]
Added-[NSOrderedSet set]
Added -[NSOrderedSet sortedArrayUsingComparator:]
Added -[NSOrderedSet sortedArrayWithOptions:usingComparator:]
Added NSMutableOrderedSet(NSExtendedMutableOrderedSet)
Added NSMutableOrderedSet(NSMutableOrderedSetCreation)
Added NSOrderedSet(NSExtendedOrderedSet)
Added NSOrderedSet(NSOrderedSetCreation)
NSPort.h
Removed+[NSPort allocWithZone:]
NSProcessInfo.h
Removed -[NSProcessInfo disableSuddenTermination](no architecture available)
Removed -[NSProcessInfo enableSuddenTermination] (no architecture available)
NSPropertyList.h
Modified +[NSPropertyListSerialization dataFromPropertyList:format:errorDescription:]
 DeclarationFrom+ (NSData *)dataFromPropertyList:(id)plist format:(NSPropertyListFormat)format errorDescription:(NSString **)errorStringTo+ (NSData *)dataFromPropertyList:(id)plist format:(NSPropertyListFormat)format errorDescription:(out NSString **)errorString
Modified +[NSPropertyListSerialization propertyListWithData:options:format:error:]
 DeclarationFrom+ (id)propertyListWithData:(NSData *)data options:(NSPropertyListReadOptions)opt format:(NSPropertyListFormat *)format error:(NSError **)errorTo+ (id)propertyListWithData:(NSData *)data options:(NSPropertyListReadOptions)opt format:(NSPropertyListFormat *)format error:(out NSError **)error
Modified +[NSPropertyListSerialization propertyListWithStream:options:format:error:]
 DeclarationFrom+ (id)propertyListWithStream:(NSInputStream *)stream options:(NSPropertyListReadOptions)opt format:(NSPropertyListFormat *)format error:(NSError **)errorTo+ (id)propertyListWithStream:(NSInputStream *)stream options:(NSPropertyListReadOptions)opt format:(NSPropertyListFormat *)format error:(out NSError **)error
Modified +[NSPropertyListSerialization writePropertyList:toStream:format:options:error:]
 DeclarationFrom+ (NSInteger)writePropertyList:(id)plist toStream:(NSOutputStream *)stream format:(NSPropertyListFormat)format options:(NSPropertyListWriteOptions)opt error:(NSError **)errorTo+ (NSInteger)writePropertyList:(id)plist toStream:(NSOutputStream *)stream format:(NSPropertyListFormat)format options:(NSPropertyListWriteOptions)opt error:(out NSError **)error
Modified +[NSPropertyListSerialization dataWithPropertyList:format:options:error:]
 DeclarationFrom+ (NSData *)dataWithPropertyList:(id)plist format:(NSPropertyListFormat)format options:(NSPropertyListWriteOptions)opt error:(NSError **)errorTo+ (NSData *)dataWithPropertyList:(id)plist format:(NSPropertyListFormat)format options:(NSPropertyListWriteOptions)opt error:(out NSError **)error
Modified +[NSPropertyListSerialization propertyListFromData:mutabilityOption:format:errorDescription:]
 DeclarationFrom+ (id)propertyListFromData:(NSData *)data mutabilityOption:(NSPropertyListMutabilityOptions)opt format:(NSPropertyListFormat *)format errorDescription:(NSString **)errorStringTo+ (id)propertyListFromData:(NSData *)data mutabilityOption:(NSPropertyListMutabilityOptions)opt format:(NSPropertyListFormat *)format errorDescription:(out NSString **)errorString
NSProxy.h
Added -[NSProxy NS_UNAVAILABLE](no architecture available)
Added -[NSProxy debugDescription]
NSSet.h
Modified -[NSSet initWithObjects:count:]
 DeclarationFrom- (id)initWithObjects:(id *)objects count:(NSUInteger)cntTo- (id)initWithObjects:(const id *)objects count:(NSUInteger)cnt
Modified+[NSSet setWithObjects:count:]
 DeclarationFrom+ (id)setWithObjects:(id *)objects count:(NSUInteger)cntTo+ (id)setWithObjects:(const id *)objects count:(NSUInteger)cnt
NSStream.h
Added NSStreamNetworkServiceTypeBackground
Added NSStreamNetworkServiceTypeVideo
Added NSStreamNetworkServiceTypeVoice
NSString.h
Added#def NSMaximumStringLength
Modified NSProprietaryStringEncoding
 ArchitecturesFromUnknownToarm
NSTextCheckingResult.h
Added -[NSTextCheckingResult resultByAdjustingRangesWithOffset:]
NSURL.h
Added NSFileSecurity
Added -[NSURL URLByAppendingPathComponent:isDirectory:]
Added NSURLFileResourceIdentifierKey
Added NSURLFileResourceTypeBlockSpecial
Added NSURLFileResourceTypeCharacterSpecial
Added NSURLFileResourceTypeDirectory
AddedNSURLFileResourceTypeKey
Added NSURLFileResourceTypeNamedPipe
AddedNSURLFileResourceTypeRegular
AddedNSURLFileResourceTypeSocket
Added NSURLFileResourceTypeSymbolicLink
AddedNSURLFileResourceTypeUnknown
AddedNSURLFileSecurityKey
AddedNSURLIsExecutableKey
AddedNSURLIsMountTriggerKey
AddedNSURLIsReadableKey
AddedNSURLIsUbiquitousItemKey
AddedNSURLIsWritableKey
AddedNSURLKeysOfUnsetValuesKey
AddedNSURLPreferredIOBlockSizeKey
Added NSURLTotalFileAllocatedSizeKey
AddedNSURLTotalFileSizeKey
Added NSURLUbiquitousItemHasUnresolvedConflictsKey
Added NSURLUbiquitousItemIsDownloadedKey
Added NSURLUbiquitousItemIsDownloadingKey
Added NSURLUbiquitousItemIsUploadedKey
Added NSURLUbiquitousItemIsUploadingKey
Added NSURLUbiquitousItemPercentDownloadedKey
Added NSURLUbiquitousItemPercentUploadedKey
AddedNSURLVolumeCreationDateKey
AddedNSURLVolumeIdentifierKey
AddedNSURLVolumeIsAutomountedKey
AddedNSURLVolumeIsBrowsableKey
AddedNSURLVolumeIsEjectableKey
AddedNSURLVolumeIsInternalKey
AddedNSURLVolumeIsLocalKey
AddedNSURLVolumeIsReadOnlyKey
AddedNSURLVolumeIsRemovableKey
AddedNSURLVolumeLocalizedNameKey
Added NSURLVolumeMaximumFileSizeKey
AddedNSURLVolumeNameKey
Added NSURLVolumeSupportsAdvisoryFileLockingKey
Added NSURLVolumeSupportsExtendedSecurityKey
Added NSURLVolumeSupportsRenamingKey
Added NSURLVolumeSupportsRootDirectoryDatesKey
Added NSURLVolumeSupportsVolumeSizesKey
Added NSURLVolumeURLForRemountingKey
AddedNSURLVolumeUUIDStringKey
Modified -[NSURL getResourceValue:forKey:error:]
 DeclarationFrom- (BOOL)getResourceValue:(id *)value forKey:(NSString *)key error:(NSError **)errorTo- (BOOL)getResourceValue:(out id *)value forKey:(NSString *)key error:(out NSError **)error
NSURLAuthenticationChallenge.h
Added -[NSURLAuthenticationChallengeSender performDefaultHandlingForAuthenticationChallenge:]
Added -[NSURLAuthenticationChallengeSender rejectProtectionSpaceAndContinueWithChallenge:]
ModifiedNSURLAuthenticationChallenge
 ProtocolsFromnoneToNSCoding
NSURLConnection.h
Removed -[NSObject connection:canAuthenticateAgainstProtectionSpace:]
Removed -[NSObject connection:didCancelAuthenticationChallenge:]
Removed -[NSObject connection:didFailWithError:]
Removed -[NSObject connection:didReceiveAuthenticationChallenge:]
Removed -[NSObject connection:didReceiveData:]
Removed -[NSObject connection:didReceiveResponse:]
Removed -[NSObject connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:]
Removed -[NSObject connection:needNewBodyStream:]
Removed -[NSObject connection:willCacheResponse:]
Removed -[NSObject connection:willSendRequest:redirectResponse:]
Removed -[NSObject connectionDidFinishLoading:]
Removed -[NSObject connectionShouldUseCredentialStorage:]
Removed NSObject(NSURLConnectionDelegate)
Added -[NSURLConnection currentRequest]
Added -[NSURLConnection originalRequest]
Added +[NSURLConnection sendAsynchronousRequest:queue:completionHandler:]
Added -[NSURLConnection setDelegateQueue:]
Added NSURLConnectionDataDelegate
Added -[NSURLConnectionDataDelegate connection:didReceiveData:]
Added -[NSURLConnectionDataDelegate connection:didReceiveResponse:]
Added -[NSURLConnectionDataDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpectedToWrite:]
Added -[NSURLConnectionDataDelegate connection:needNewBodyStream:]
Added -[NSURLConnectionDataDelegate connection:willCacheResponse:]
Added -[NSURLConnectionDataDelegate connection:willSendRequest:redirectResponse:]
Added -[NSURLConnectionDataDelegate connectionDidFinishLoading:]
AddedNSURLConnectionDelegate
Added -[NSURLConnectionDelegate connection:canAuthenticateAgainstProtectionSpace:]
Added -[NSURLConnectionDelegate connection:didCancelAuthenticationChallenge:]
Added -[NSURLConnectionDelegate connection:didFailWithError:]
Added -[NSURLConnectionDelegate connection:didReceiveAuthenticationChallenge:]
Added -[NSURLConnectionDelegate connection:willSendRequestForAuthenticationChallenge:]
Added -[NSURLConnectionDelegate connectionShouldUseCredentialStorage:]
Added NSURLConnectionDownloadDelegate
Added -[NSURLConnectionDownloadDelegate connection:didWriteData:totalBytesWritten:expectedTotalBytes:]
Added -[NSURLConnectionDownloadDelegate connectionDidFinishDownloading:destinationURL:]
Added -[NSURLConnectionDownloadDelegate connectionDidResumeDownloading:totalBytesWritten:expectedTotalBytes:]
Added NSURLConnection(NSURLConnectionQueuedLoading)
NSURLCredential.h
ModifiedNSURLCredential
 ProtocolsFromNSCopyingToNSCoding, NSCopying
NSURLProtectionSpace.h
ModifiedNSURLProtectionSpace
 ProtocolsFromNSCopyingToNSCoding, NSCopying
NSURLRequest.h
Added NSURLNetworkServiceTypeBackground
Added NSURLNetworkServiceTypeVideo
Added NSURLNetworkServiceTypeVoice
NSURLResponse.h
Added -[NSHTTPURLResponse initWithURL:statusCode:HTTPVersion:headerFields:]
NSUbiquitousKeyValueStore.h
AddedNSUbiquitousKeyValueStore
Added -[NSUbiquitousKeyValueStore arrayForKey:]
Added -[NSUbiquitousKeyValueStore boolForKey:]
Added -[NSUbiquitousKeyValueStore dataForKey:]
Added +[NSUbiquitousKeyValueStore defaultStore]
Added -[NSUbiquitousKeyValueStore dictionaryForKey:]
Added -[NSUbiquitousKeyValueStore dictionaryRepresentation]
Added -[NSUbiquitousKeyValueStore doubleForKey:]
Added -[NSUbiquitousKeyValueStore longLongForKey:]
Added -[NSUbiquitousKeyValueStore objectForKey:]
Added -[NSUbiquitousKeyValueStore removeObjectForKey:]
Added -[NSUbiquitousKeyValueStore setArray:forKey:]
Added -[NSUbiquitousKeyValueStore setBool:forKey:]
Added -[NSUbiquitousKeyValueStore setData:forKey:]
Added -[NSUbiquitousKeyValueStore setDictionary:forKey:]
Added -[NSUbiquitousKeyValueStore setDouble:forKey:]
Added -[NSUbiquitousKeyValueStore setLongLong:forKey:]
Added -[NSUbiquitousKeyValueStore setObject:forKey:]
Added -[NSUbiquitousKeyValueStore setString:forKey:]
Added -[NSUbiquitousKeyValueStore stringForKey:]
Added -[NSUbiquitousKeyValueStore synchronize]
Added NSUbiquitousKeyValueStoreChangeReasonKey
Added NSUbiquitousKeyValueStoreChangedKeysKey
Added NSUbiquitousKeyValueStoreDidChangeExternallyNotification
Added NSUbiquitousKeyValueStoreInitialSyncChange
Added NSUbiquitousKeyValueStoreQuotaViolationChange
Added NSUbiquitousKeyValueStoreServerChange
NSUndoManager.h
Added -[NSUndoManager redoActionIsDiscardable]
Added -[NSUndoManager setActionIsDiscardable:]
Added -[NSUndoManager undoActionIsDiscardable]
Added NSUndoManagerDidCloseUndoGroupNotification
Added NSUndoManagerGroupIsDiscardableKey
NSXMLParser.h
Added -[NSXMLParser initWithStream:]
NSZone.h
Added #def CF_CONSUMED

GameKit

GKAchievement.h
Added GKAchievement.showsCompletionBanner
GKDefines.h
Added #def GK_EXTERN_WEAK
GKError.h
Added GKErrorUnexpectedConnection
GKLeaderboard.h
Added +[GKLeaderboard setDefaultLeaderboard:withCompletionHandler:]
GKMatch.h
Added -[GKMatchDelegate match:shouldReinvitePlayer:]
GKMatchmakerViewController.h
Added -[GKMatchmakerViewController addPlayersToMatch:]
Added GKMatchmakerViewController.defaultInvitationMessage
Added -[GKMatchmakerViewController setHostedPlayer:connected:]
Added -[GKMatchmakerViewControllerDelegate matchmakerViewController:didReceiveAcceptFromHostedPlayer:]
Modified -[GKMatchmakerViewController setHostedPlayerReady:]
 DeprecationFromnoneToiOS 5.0
GKNotificationBanner.h
AddedGKNotificationBanner
Added +[GKNotificationBanner showBannerWithTitle:message:completionHandler:]
GKPlayer.h
Added -[GKPlayer loadPhotoForSize:withCompletionHandler:]
AddedGKPhotoSize
AddedGKPhotoSizeNormal
AddedGKPhotoSizeSmall
GKScore.h
AddedGKScore.context
Added GKScore.shouldSetDefaultLeaderboard
GKTurnBasedMatch.h
AddedGKTurnBasedEventHandler
Added GKTurnBasedEventHandler.delegate
Added +[GKTurnBasedEventHandler sharedTurnBasedEventHandler]
Added GKTurnBasedEventHandlerDelegate
Added -[GKTurnBasedEventHandlerDelegate handleInviteFromGameCenter:]
Added -[GKTurnBasedEventHandlerDelegate handleMatchEnded:]
Added -[GKTurnBasedEventHandlerDelegate handleTurnEventForMatch:]
AddedGKTurnBasedMatch
Added GKTurnBasedMatch.creationDate
Added GKTurnBasedMatch.currentParticipant
Added -[GKTurnBasedMatch endMatchInTurnWithMatchData:completionHandler:]
Added -[GKTurnBasedMatch endTurnWithNextParticipant:matchData:completionHandler:]
Added +[GKTurnBasedMatch findMatchForRequest:withCompletionHandler:]
Added -[GKTurnBasedMatch loadMatchDataWithCompletionHandler:]
Added +[GKTurnBasedMatch loadMatchesWithCompletionHandler:]
Added GKTurnBasedMatch.matchData
AddedGKTurnBasedMatch.matchID
AddedGKTurnBasedMatch.message
Added -[GKTurnBasedMatch participantQuitInTurnWithOutcome:nextParticipant:matchData:completionHandler:]
Added -[GKTurnBasedMatch participantQuitOutOfTurnWithOutcome:withCompletionHandler:]
Added GKTurnBasedMatch.participants
Added -[GKTurnBasedMatch removeWithCompletionHandler:]
AddedGKTurnBasedMatch.status
AddedGKTurnBasedParticipant
Added GKTurnBasedParticipant.lastTurnDate
Added GKTurnBasedParticipant.matchOutcome
Added GKTurnBasedParticipant.playerID
Added GKTurnBasedParticipant.status
AddedGKTurnBasedMatchOutcome
Added GKTurnBasedMatchOutcomeCustomRange
Added GKTurnBasedMatchOutcomeFirst
Added GKTurnBasedMatchOutcomeFourth
Added GKTurnBasedMatchOutcomeLost
Added GKTurnBasedMatchOutcomeNone
Added GKTurnBasedMatchOutcomeQuit
Added GKTurnBasedMatchOutcomeSecond
Added GKTurnBasedMatchOutcomeThird
Added GKTurnBasedMatchOutcomeTied
Added GKTurnBasedMatchOutcomeTimeExpired
AddedGKTurnBasedMatchOutcomeWon
AddedGKTurnBasedMatchStatus
Added GKTurnBasedMatchStatusEnded
Added GKTurnBasedMatchStatusMatching
AddedGKTurnBasedMatchStatusOpen
Added GKTurnBasedMatchStatusUnknown
AddedGKTurnBasedParticipantStatus
Added GKTurnBasedParticipantStatusActive
Added GKTurnBasedParticipantStatusDeclined
Added GKTurnBasedParticipantStatusDone
Added GKTurnBasedParticipantStatusInvited
Added GKTurnBasedParticipantStatusMatching
Added GKTurnBasedParticipantStatusUnknown
GKTurnBasedMatchmakerViewController.h
Added GKTurnBasedMatchmakerViewController
Added -[GKTurnBasedMatchmakerViewController initWithMatchRequest:]
Added GKTurnBasedMatchmakerViewController.showExistingMatches
Added GKTurnBasedMatchmakerViewController.turnBasedMatchmakerDelegate
Added GKTurnBasedMatchmakerViewControllerDelegate
Added -[GKTurnBasedMatchmakerViewControllerDelegate turnBasedMatchmakerViewController:didFailWithError:]
Added -[GKTurnBasedMatchmakerViewControllerDelegate turnBasedMatchmakerViewController:didFindMatch:]
Added -[GKTurnBasedMatchmakerViewControllerDelegate turnBasedMatchmakerViewController:playerQuitForMatch:]
Added -[GKTurnBasedMatchmakerViewControllerDelegate turnBasedMatchmakerViewControllerWasCancelled:]
GKVoiceChat.h
AddedGKVoiceChat.playerIDs

GLKit

GLKBaseEffect.h
AddedGLKBaseEffect
Added GLKBaseEffect.colorMaterialEnabled
Added GLKBaseEffect.constantColor
AddedGLKBaseEffect.fog
AddedGLKBaseEffect.label
AddedGLKBaseEffect.light0
AddedGLKBaseEffect.light1
AddedGLKBaseEffect.light2
Added GLKBaseEffect.lightModelAmbientColor
Added GLKBaseEffect.lightModelTwoSided
Added GLKBaseEffect.lightingType
AddedGLKBaseEffect.material
Added -[GLKBaseEffect prepareToDraw]
AddedGLKBaseEffect.texture2d0
AddedGLKBaseEffect.texture2d1
Added GLKBaseEffect.textureOrder
AddedGLKBaseEffect.transform
Added GLKBaseEffect.useConstantColor
GLKEffectProperty.h
AddedGLKEffectProperty
Added GLKEffectPropertyPrvPtr
GLKEffectPropertyFog.h
AddedGLKEffectPropertyFog
Added GLKEffectPropertyFog.color
Added GLKEffectPropertyFog.density
Added GLKEffectPropertyFog.enabled
AddedGLKEffectPropertyFog.end
AddedGLKEffectPropertyFog.mode
Added GLKEffectPropertyFog.start
AddedGLKFogModeExp
AddedGLKFogModeExp2
AddedGLKFogModeLinear
GLKEffectPropertyLight.h
AddedGLKEffectPropertyLight
Added GLKEffectPropertyLight.ambientColor
Added GLKEffectPropertyLight.constantAttenuation
Added GLKEffectPropertyLight.diffuseColor
Added GLKEffectPropertyLight.enabled
Added GLKEffectPropertyLight.linearAttenuation
Added GLKEffectPropertyLight.position
Added GLKEffectPropertyLight.quadraticAttenuation
Added GLKEffectPropertyLight.specularColor
Added GLKEffectPropertyLight.spotCutoff
Added GLKEffectPropertyLight.spotDirection
Added GLKEffectPropertyLight.spotExponent
Added GLKEffectPropertyLight.transform
AddedGLKLightingType
AddedGLKLightingTypePerPixel
AddedGLKLightingTypePerVertex
GLKEffectPropertyMaterial.h
AddedGLKEffectPropertyMaterial
Added GLKEffectPropertyMaterial.ambientColor
Added GLKEffectPropertyMaterial.diffuseColor
Added GLKEffectPropertyMaterial.emissiveColor
Added GLKEffectPropertyMaterial.shininess
Added GLKEffectPropertyMaterial.specularColor
GLKEffectPropertyTexture.h
AddedGLKEffectPropertyTexture
Added GLKEffectPropertyTexture.enabled
Added GLKEffectPropertyTexture.envMode
Added GLKEffectPropertyTexture.name
Added GLKEffectPropertyTexture.target
AddedGLKTextureEnvMode
AddedGLKTextureEnvModeDecal
AddedGLKTextureEnvModeModulate
AddedGLKTextureEnvModeReplace
AddedGLKTextureTarget
AddedGLKTextureTarget2D
AddedGLKTextureTargetCt
AddedGLKTextureTargetCubeMap
GLKEffectPropertyTransform.h
AddedGLKEffectPropertyTransform
Added GLKEffectPropertyTransform.modelviewMatrix
Added GLKEffectPropertyTransform.normalMatrix
Added GLKEffectPropertyTransform.projectionMatrix
GLKEffects.h
AddedGLKVertexAttrib
AddedGLKVertexAttribColor
AddedGLKVertexAttribNormal
AddedGLKVertexAttribPosition
AddedGLKVertexAttribTexCoord0
AddedGLKVertexAttribTexCoord1
GLKMathTypes.h
AddedGLKMatrix2
AddedGLKMatrix3
AddedGLKMatrix4
AddedGLKQuaternion
AddedGLKVector2
AddedGLKVector3
AddedGLKVector4
GLKMathUtils.h
AddedGLKMathDegreesToRadians()
AddedGLKMathProject()
AddedGLKMathRadiansToDegrees()
AddedGLKMathUnproject()
AddedNSStringFromGLKMatrix2()
AddedNSStringFromGLKMatrix3()
AddedNSStringFromGLKMatrix4()
AddedNSStringFromGLKQuaternion()
AddedNSStringFromGLKVector2()
AddedNSStringFromGLKVector3()
AddedNSStringFromGLKVector4()
GLKMatrix3.h
AddedGLKMatrix3Add()
AddedGLKMatrix3GetColumn()
AddedGLKMatrix3GetMatrix2()
AddedGLKMatrix3GetRow()
AddedGLKMatrix3Identity
AddedGLKMatrix3Invert()
AddedGLKMatrix3InvertAndTranspose()
AddedGLKMatrix3Make()
AddedGLKMatrix3MakeAndTranspose()
AddedGLKMatrix3MakeRotation()
AddedGLKMatrix3MakeScale()
AddedGLKMatrix3MakeWithArray()
Added GLKMatrix3MakeWithArrayAndTranspose()
AddedGLKMatrix3MakeWithColumns()
AddedGLKMatrix3MakeWithQuaternion()
AddedGLKMatrix3MakeWithRows()
AddedGLKMatrix3MakeXRotation()
AddedGLKMatrix3MakeYRotation()
AddedGLKMatrix3MakeZRotation()
AddedGLKMatrix3Multiply()
AddedGLKMatrix3MultiplyVector3()
Added GLKMatrix3MultiplyVector3Array()
AddedGLKMatrix3Rotate()
AddedGLKMatrix3RotateWithVector3()
AddedGLKMatrix3RotateWithVector4()
AddedGLKMatrix3RotateX()
AddedGLKMatrix3RotateY()
AddedGLKMatrix3RotateZ()
AddedGLKMatrix3Scale()
AddedGLKMatrix3ScaleWithVector3()
AddedGLKMatrix3ScaleWithVector4()
AddedGLKMatrix3SetColumn()
AddedGLKMatrix3SetRow()
AddedGLKMatrix3Subtract()
AddedGLKMatrix3Transpose()
GLKMatrix4.h
AddedGLKMatrix4Add()
AddedGLKMatrix4GetColumn()
AddedGLKMatrix4GetMatrix2()
AddedGLKMatrix4GetMatrix3()
AddedGLKMatrix4GetRow()
AddedGLKMatrix4Identity
AddedGLKMatrix4Invert()
AddedGLKMatrix4InvertAndTranspose()
AddedGLKMatrix4Make()
AddedGLKMatrix4MakeAndTranspose()
AddedGLKMatrix4MakeFrustum()
AddedGLKMatrix4MakeLookAt()
AddedGLKMatrix4MakeOrtho()
AddedGLKMatrix4MakePerspective()
AddedGLKMatrix4MakeRotation()
AddedGLKMatrix4MakeScale()
AddedGLKMatrix4MakeTranslation()
AddedGLKMatrix4MakeWithArray()
Added GLKMatrix4MakeWithArrayAndTranspose()
AddedGLKMatrix4MakeWithColumns()
AddedGLKMatrix4MakeWithQuaternion()
AddedGLKMatrix4MakeWithRows()
AddedGLKMatrix4MakeXRotation()
AddedGLKMatrix4MakeYRotation()
AddedGLKMatrix4MakeZRotation()
AddedGLKMatrix4Multiply()
Added GLKMatrix4MultiplyAndProjectVector3()
Added GLKMatrix4MultiplyAndProjectVector3Array()
AddedGLKMatrix4MultiplyVector3()
Added GLKMatrix4MultiplyVector3Array()
Added GLKMatrix4MultiplyVector3ArrayWithTranslation()
Added GLKMatrix4MultiplyVector3WithTranslation()
AddedGLKMatrix4MultiplyVector4()
Added GLKMatrix4MultiplyVector4Array()
AddedGLKMatrix4Rotate()
AddedGLKMatrix4RotateWithVector3()
AddedGLKMatrix4RotateWithVector4()
AddedGLKMatrix4RotateX()
AddedGLKMatrix4RotateY()
AddedGLKMatrix4RotateZ()
AddedGLKMatrix4Scale()
AddedGLKMatrix4ScaleWithVector3()
AddedGLKMatrix4ScaleWithVector4()
AddedGLKMatrix4SetColumn()
AddedGLKMatrix4SetRow()
AddedGLKMatrix4Subtract()
AddedGLKMatrix4Translate()
Added GLKMatrix4TranslateWithVector3()
Added GLKMatrix4TranslateWithVector4()
AddedGLKMatrix4Transpose()
GLKMatrixStack.h
AddedGLKMatrixStackCreate()
AddedGLKMatrixStackGetMatrix2()
AddedGLKMatrixStackGetMatrix3()
Added GLKMatrixStackGetMatrix3Inverse()
Added GLKMatrixStackGetMatrix3InverseTranspose()
AddedGLKMatrixStackGetMatrix4()
Added GLKMatrixStackGetMatrix4Inverse()
Added GLKMatrixStackGetMatrix4InverseTranspose()
AddedGLKMatrixStackGetTypeID()
AddedGLKMatrixStackLoadMatrix4()
Added GLKMatrixStackMultiplyMatrix4()
Added GLKMatrixStackMultiplyMatrixStack()
AddedGLKMatrixStackPop()
AddedGLKMatrixStackPush()
AddedGLKMatrixStackRef
AddedGLKMatrixStackRotate()
Added GLKMatrixStackRotateWithVector3()
Added GLKMatrixStackRotateWithVector4()
AddedGLKMatrixStackRotateX()
AddedGLKMatrixStackRotateY()
AddedGLKMatrixStackRotateZ()
AddedGLKMatrixStackScale()
Added GLKMatrixStackScaleWithVector3()
Added GLKMatrixStackScaleWithVector4()
AddedGLKMatrixStackSize()
AddedGLKMatrixStackTranslate()
Added GLKMatrixStackTranslateWithVector3()
Added GLKMatrixStackTranslateWithVector4()
GLKNamedEffect.h
AddedGLKNamedEffect
Added -[GLKNamedEffect prepareToDraw]
GLKQuaternion.h
AddedGLKQuaternionAdd()
AddedGLKQuaternionAngle()
AddedGLKQuaternionAxis()
AddedGLKQuaternionConjugate()
AddedGLKQuaternionIdentity
AddedGLKQuaternionInvert()
AddedGLKQuaternionLength()
AddedGLKQuaternionMake()
Added GLKQuaternionMakeWithAngleAndAxis()
Added GLKQuaternionMakeWithAngleAndVector3Axis()
AddedGLKQuaternionMakeWithArray()
AddedGLKQuaternionMakeWithMatrix3()
AddedGLKQuaternionMakeWithMatrix4()
AddedGLKQuaternionMakeWithVector3()
AddedGLKQuaternionMultiply()
AddedGLKQuaternionNormalize()
AddedGLKQuaternionRotateVector3()
Added GLKQuaternionRotateVector3Array()
AddedGLKQuaternionRotateVector4()
Added GLKQuaternionRotateVector4Array()
AddedGLKQuaternionSlerp()
AddedGLKQuaternionSubtract()
GLKReflectionMapEffect.h
AddedGLKReflectionMapEffect
Added GLKReflectionMapEffect.matrix
Added -[GLKReflectionMapEffect prepareToDraw]
Added GLKReflectionMapEffect.textureCubeMap
GLKSkyboxEffect.h
AddedGLKSkyboxEffect
AddedGLKSkyboxEffect.center
Added-[GLKSkyboxEffect draw]
AddedGLKSkyboxEffect.label
Added -[GLKSkyboxEffect prepareToDraw]
Added GLKSkyboxEffect.textureCubeMap
AddedGLKSkyboxEffect.transform
AddedGLKSkyboxEffect.xSize
AddedGLKSkyboxEffect.ySize
AddedGLKSkyboxEffect.zSize
GLKTextureLoader.h
AddedGLKTextureInfo
AddedGLKTextureInfo.alphaState
Added GLKTextureInfo.containsMipmaps
AddedGLKTextureInfo.height
Added GLKTextureInfo.name
Added GLKTextureInfo.target
Added GLKTextureInfo.textureOrigin
AddedGLKTextureInfo.width
AddedGLKTextureLoader
Added +[GLKTextureLoader cubeMapWithContentsOfFile:options:error:]
Added -[GLKTextureLoader cubeMapWithContentsOfFile:options:queue:completionHandler:]
Added +[GLKTextureLoader cubeMapWithContentsOfFiles:options:error:]
Added -[GLKTextureLoader cubeMapWithContentsOfFiles:options:queue:completionHandler:]
Added +[GLKTextureLoader cubeMapWithContentsOfURL:options:error:]
Added -[GLKTextureLoader cubeMapWithContentsOfURL:options:queue:completionHandler:]
Added -[GLKTextureLoader initWithSharegroup:]
Added +[GLKTextureLoader textureWithCGImage:options:error:]
Added -[GLKTextureLoader textureWithCGImage:options:queue:completionHandler:]
Added +[GLKTextureLoader textureWithContentsOfData:options:error:]
Added -[GLKTextureLoader textureWithContentsOfData:options:queue:completionHandler:]
Added +[GLKTextureLoader textureWithContentsOfFile:options:error:]
Added -[GLKTextureLoader textureWithContentsOfFile:options:queue:completionHandler:]
Added +[GLKTextureLoader textureWithContentsOfURL:options:error:]
Added -[GLKTextureLoader textureWithContentsOfURL:options:queue:completionHandler:]
AddedGLKTextureInfoAlphaState
Added GLKTextureInfoAlphaStateNonPremultiplied
Added GLKTextureInfoAlphaStateNone
Added GLKTextureInfoAlphaStatePremultiplied
AddedGLKTextureInfoOrigin
Added GLKTextureInfoOriginBottomLeft
Added GLKTextureInfoOriginTopLeft
Added GLKTextureInfoOriginUnknown
Added GLKTextureLoaderApplyPremultiplication
Added GLKTextureLoaderCallback
AddedGLKTextureLoaderError
Added GLKTextureLoaderErrorAlphaPremultiplicationFailure
Added GLKTextureLoaderErrorCompressedTextureUpload
Added GLKTextureLoaderErrorCubeMapInvalidNumFiles
Added GLKTextureLoaderErrorDataPreprocessingFailure
AddedGLKTextureLoaderErrorDomain
Added GLKTextureLoaderErrorFileOrURLNotFound
Added GLKTextureLoaderErrorInvalidCGImage
Added GLKTextureLoaderErrorInvalidEAGLContext
Added GLKTextureLoaderErrorInvalidNSData
AddedGLKTextureLoaderErrorKey
Added GLKTextureLoaderErrorMipmapUnsupported
Added GLKTextureLoaderErrorPVRAtlasUnsupported
Added GLKTextureLoaderErrorReorientationFailure
Added GLKTextureLoaderErrorUncompressedTextureUpload
Added GLKTextureLoaderErrorUnknownFileType
Added GLKTextureLoaderErrorUnknownPathType
Added GLKTextureLoaderErrorUnsupportedBitDepth
Added GLKTextureLoaderErrorUnsupportedCubeMapDimensions
Added GLKTextureLoaderErrorUnsupportedOrientation
Added GLKTextureLoaderErrorUnsupportedPVRFormat
AddedGLKTextureLoaderGLErrorKey
Added GLKTextureLoaderGenerateMipmaps
Added GLKTextureLoaderGrayscaleAsAlpha
Added GLKTextureLoaderOriginBottomLeft
GLKVector2.h
AddedGLKVector2Add()
AddedGLKVector2AddScalar()
AddedGLKVector2AllEqualToScalar()
AddedGLKVector2AllEqualToVector2()
Added GLKVector2AllGreaterThanOrEqualToScalar()
Added GLKVector2AllGreaterThanOrEqualToVector2()
Added GLKVector2AllGreaterThanScalar()
Added GLKVector2AllGreaterThanVector2()
AddedGLKVector2Distance()
AddedGLKVector2Divide()
AddedGLKVector2DivideScalar()
AddedGLKVector2DotProduct()
AddedGLKVector2Length()
AddedGLKVector2Lerp()
AddedGLKVector2Make()
AddedGLKVector2MakeWithArray()
AddedGLKVector2Maximum()
AddedGLKVector2Minimum()
AddedGLKVector2Multiply()
AddedGLKVector2MultiplyScalar()
AddedGLKVector2Negate()
AddedGLKVector2Normalize()
AddedGLKVector2Project()
AddedGLKVector2Subtract()
AddedGLKVector2SubtractScalar()
GLKVector3.h
AddedGLKVector3Add()
AddedGLKVector3AddScalar()
AddedGLKVector3AllEqualToScalar()
AddedGLKVector3AllEqualToVector3()
Added GLKVector3AllGreaterThanOrEqualToScalar()
Added GLKVector3AllGreaterThanOrEqualToVector3()
Added GLKVector3AllGreaterThanScalar()
Added GLKVector3AllGreaterThanVector3()
AddedGLKVector3CrossProduct()
AddedGLKVector3Distance()
AddedGLKVector3Divide()
AddedGLKVector3DivideScalar()
AddedGLKVector3DotProduct()
AddedGLKVector3Length()
AddedGLKVector3Lerp()
AddedGLKVector3Make()
AddedGLKVector3MakeWithArray()
AddedGLKVector3Maximum()
AddedGLKVector3Minimum()
AddedGLKVector3Multiply()
AddedGLKVector3MultiplyScalar()
AddedGLKVector3Negate()
AddedGLKVector3Normalize()
AddedGLKVector3Project()
AddedGLKVector3Subtract()
AddedGLKVector3SubtractScalar()
GLKVector4.h
AddedGLKVector4Add()
AddedGLKVector4AddScalar()
AddedGLKVector4AllEqualToScalar()
AddedGLKVector4AllEqualToVector4()
Added GLKVector4AllGreaterThanOrEqualToScalar()
Added GLKVector4AllGreaterThanOrEqualToVector4()
Added GLKVector4AllGreaterThanScalar()
Added GLKVector4AllGreaterThanVector4()
AddedGLKVector4CrossProduct()
AddedGLKVector4Distance()
AddedGLKVector4Divide()
AddedGLKVector4DivideScalar()
AddedGLKVector4DotProduct()
AddedGLKVector4Length()
AddedGLKVector4Lerp()
AddedGLKVector4Make()
AddedGLKVector4MakeWithArray()
AddedGLKVector4MakeWithVector3()
AddedGLKVector4Maximum()
AddedGLKVector4Minimum()
AddedGLKVector4Multiply()
AddedGLKVector4MultiplyScalar()
AddedGLKVector4Negate()
AddedGLKVector4Normalize()
AddedGLKVector4Project()
AddedGLKVector4Subtract()
AddedGLKVector4SubtractScalar()
GLKView.h
AddedGLKView
Added-[GLKView bindDrawable]
AddedGLKView.context
AddedGLKView.delegate
Added-[GLKView deleteDrawable]
Added-[GLKView display]
Added GLKView.drawableColorFormat
Added GLKView.drawableDepthFormat
AddedGLKView.drawableHeight
Added GLKView.drawableMultisample
Added GLKView.drawableStencilFormat
AddedGLKView.drawableWidth
Added GLKView.enableSetNeedsDisplay
Added -[GLKView initWithFrame:context:]
Added-[GLKView snapshot]
AddedGLKViewDelegate
Added -[GLKViewDelegate glkView:drawInRect:]
AddedGLKViewDrawableColorFormat
Added GLKViewDrawableColorFormatRGB565
Added GLKViewDrawableColorFormatRGBA8888
AddedGLKViewDrawableDepthFormat
Added GLKViewDrawableDepthFormat16
Added GLKViewDrawableDepthFormat24
Added GLKViewDrawableDepthFormatNone
AddedGLKViewDrawableMultisample
Added GLKViewDrawableMultisample4X
Added GLKViewDrawableMultisampleNone
AddedGLKViewDrawableStencilFormat
Added GLKViewDrawableStencilFormat8
Added GLKViewDrawableStencilFormatNone
GLKViewController.h
AddedGLKViewController
Added GLKViewController.delegate
Added GLKViewController.framesDisplayed
Added GLKViewController.framesPerSecond
Added GLKViewController.pauseOnWillResignActive
AddedGLKViewController.paused
Added GLKViewController.preferredFramesPerSecond
Added GLKViewController.resumeOnDidBecomeActive
Added GLKViewController.timeSinceFirstResume
Added GLKViewController.timeSinceLastDraw
Added GLKViewController.timeSinceLastResume
Added GLKViewController.timeSinceLastUpdate
AddedGLKViewControllerDelegate
Added -[GLKViewControllerDelegate glkViewController:willPause:]
Added -[GLKViewControllerDelegate glkViewControllerUpdate:]

GSS

gssapi.h
Added #def GSSAPI_CPP_END
Added #def GSSAPI_CPP_START
Added #def GSSAPI_DEPRECATED
Added #def GSSAPI_LIB_CALL
Added #def GSSAPI_LIB_FUNCTION
Added #def GSSAPI_LIB_VARIABLE
Added #def GSS_CALLING_ERROR
Added #def GSS_C_ACCEPT
Added #def GSS_C_AF_APPLETALK
Added #def GSS_C_AF_BSC
Added #def GSS_C_AF_CCITT
Added #def GSS_C_AF_CHAOS
Added #def GSS_C_AF_DATAKIT
Added #def GSS_C_AF_DECnet
Added #def GSS_C_AF_DLI
Added #def GSS_C_AF_DSS
Added #def GSS_C_AF_ECMA
Added #def GSS_C_AF_HYLINK
Added #def GSS_C_AF_IMPLINK
Added #def GSS_C_AF_INET
Added #def GSS_C_AF_INET6
Added #def GSS_C_AF_LAT
Added #def GSS_C_AF_LOCAL
Added #def GSS_C_AF_NBS
Added #def GSS_C_AF_NS
Added #def GSS_C_AF_NULLADDR
Added #def GSS_C_AF_OSI
Added #def GSS_C_AF_PUP
Added #def GSS_C_AF_SNA
Added #def GSS_C_AF_UNSPEC
Added #def GSS_C_AF_X25
Added #def GSS_C_ANON_FLAG
Added #def GSS_C_BOTH
Added #def GSS_C_CALLING_ERROR_MASK
Added #def GSS_C_CALLING_ERROR_OFFSET
Added #def GSS_C_CONF_FLAG
Added #def GSS_C_CRED_NO_UI
Added #def GSS_C_DCE_STYLE
Added #def GSS_C_DELEG_FLAG
Added #def GSS_C_DELEG_POLICY_FLAG
Added #def GSS_C_EMPTY_BUFFER
Added #def GSS_C_EXTENDED_ERROR_FLAG
Added #def GSS_C_GSS_CODE
Added #def GSS_C_IDENTIFY_FLAG
Added #def GSS_C_INDEFINITE
Added #def GSS_C_INITIATE
Added #def GSS_C_INQ_SSPI_SESSION_KEY
Added #def GSS_C_INQ_WIN2K_PAC_X
Added #def GSS_C_INTEG_FLAG
Added #def GSS_C_MECH_CODE
Added #def GSS_C_MUTUAL_FLAG
Added #def GSS_C_NO_BUFFER
Added #def GSS_C_NO_BUFFER_SET
Added #def GSS_C_NO_CHANNEL_BINDINGS
Added #def GSS_C_NO_CONTEXT
Added #def GSS_C_NO_CREDENTIAL
Added #def GSS_C_NO_IOV_BUFFER
Added #def GSS_C_NO_NAME
Added #def GSS_C_NO_OID
Added #def GSS_C_NO_OID_SET
Added #def GSS_C_NT_ANONYMOUS
Added #def GSS_C_NT_DN
Added #def GSS_C_NT_EXPORT_NAME
Added #def GSS_C_NT_HOSTBASED_SERVICE
Added #def GSS_C_NT_HOSTBASED_SERVICE_X
Added #def GSS_C_NT_MACHINE_UID_NAME
Added #def GSS_C_NT_STRING_UID_NAME
Added #def GSS_C_NT_USER_NAME
Added #def GSS_C_NULL_OID
Added #def GSS_C_NULL_OID_SET
Added #def GSS_C_OPTION_MASK
Added #def GSS_C_PRF_KEY_FULL
Added #def GSS_C_PRF_KEY_PARTIAL
Added #def GSS_C_PROT_READY_FLAG
Added #def GSS_C_QOP_DEFAULT
Added #def GSS_C_REPLAY_FLAG
Added #def GSS_C_ROUTINE_ERROR_MASK
Added #def GSS_C_ROUTINE_ERROR_OFFSET
Added #def GSS_C_SEQUENCE_FLAG
Added #def GSS_C_SUPPLEMENTARY_MASK
Added #def GSS_C_SUPPLEMENTARY_OFFSET
Added #def GSS_C_TRANS_FLAG
Added #def GSS_ERROR
Added #def GSS_IOV_BUFFER_FLAGS
Added #def GSS_IOV_BUFFER_TYPE
Added #def GSS_IOV_BUFFER_TYPE_DATA
Added #def GSS_IOV_BUFFER_TYPE_EMPTY
Added #def GSS_IOV_BUFFER_TYPE_FLAG_ALLOCATE
Added #def GSS_IOV_BUFFER_TYPE_FLAG_ALLOCATED
Added #def GSS_IOV_BUFFER_TYPE_FLAG_MASK
Added #def GSS_IOV_BUFFER_TYPE_HEADER
Added #def GSS_IOV_BUFFER_TYPE_MECH_PARAMS
Added #def GSS_IOV_BUFFER_TYPE_PADDING
Added #def GSS_IOV_BUFFER_TYPE_SIGN_ONLY
Added #def GSS_IOV_BUFFER_TYPE_STREAM
Added #def GSS_IOV_BUFFER_TYPE_TRAILER
Added #def GSS_KRB5_CONF_C_QOP_DES
Added #def GSS_KRB5_CONF_C_QOP_DES3_KD
Added #def GSS_ROUTINE_ERROR
Added #def GSS_SASL_DIGEST_MD5_MECHANISM
Added #def GSS_SUPPLEMENTARY_INFO
Added #def GSS_S_BAD_BINDINGS
Added #def GSS_S_BAD_MECH
Added #def GSS_S_BAD_MIC
Added #def GSS_S_BAD_NAME
Added #def GSS_S_BAD_NAMETYPE
Added #def GSS_S_BAD_QOP
Added #def GSS_S_BAD_SIG
Added #def GSS_S_BAD_STATUS
Added #def GSS_S_CALL_BAD_STRUCTURE
Added #def GSS_S_CALL_INACCESSIBLE_READ
Added #def GSS_S_CALL_INACCESSIBLE_WRITE
Added #def GSS_S_COMPLETE
Added #def GSS_S_CONTEXT_EXPIRED
Added #def GSS_S_CONTINUE_NEEDED
Added #def GSS_S_CREDENTIALS_EXPIRED
Added #def GSS_S_DEFECTIVE_CREDENTIAL
Added #def GSS_S_DEFECTIVE_TOKEN
Added #def GSS_S_DUPLICATE_ELEMENT
Added #def GSS_S_DUPLICATE_TOKEN
Added #def GSS_S_FAILURE
Added #def GSS_S_GAP_TOKEN
Added #def GSS_S_NAME_NOT_MN
Added #def GSS_S_NO_CONTEXT
Added #def GSS_S_NO_CRED
Added #def GSS_S_OLD_TOKEN
Added #def GSS_S_UNAUTHORIZED
Added #def GSS_S_UNAVAILABLE
Added #def GSS_S_UNSEQ_TOKEN
Added OM_uint32
Added OM_uint64
Added gss_OID
Added gss_OID_desc
Added gss_OID_set
Added gss_OID_set_desc
Added gss_aapl_initial_cred()
Added gss_accept_sec_context()
Added gss_acquire_cred()
Added gss_add_buffer_set_member()
Added gss_add_cred()
Added gss_add_oid_set_member()
Added gss_auth_identity_t
Added gss_buffer_desc
Added gss_buffer_set_desc
Added gss_buffer_set_t
Added gss_buffer_t
Added gss_canonicalize_name()
Added gss_channel_bindings_struct
Added gss_channel_bindings_t
Added gss_compare_name()
Added gss_context_time()
Added gss_create_empty_buffer_set()
Added gss_create_empty_oid_set()
Added gss_cred_id_t
Added gss_cred_usage_t
Added gss_ctx_id_t
Added gss_delete_sec_context()
Added gss_destroy_cred()
Added gss_display_name()
Added gss_display_status()
Added gss_duplicate_name()
Added gss_duplicate_oid()
Added gss_export_name()
Added gss_export_sec_context()
Added gss_get_mic()
Added gss_import_name()
Added gss_import_sec_context()
Added gss_indicate_mechs()
Added gss_init_sec_context()
Added gss_inquire_context()
Added gss_inquire_cred()
Added gss_inquire_cred_by_mech()
Added gss_inquire_cred_by_oid()
Added gss_inquire_mechs_for_name()
Added gss_inquire_names_for_mech()
Added gss_inquire_sec_context_by_oid()
Added gss_iov_buffer_desc
Added gss_iov_buffer_t
Added gss_iter_creds()
Added gss_iter_creds_f()
Added gss_name_t
Added gss_oid_equal()
Added gss_oid_to_str()
Added gss_process_context_token()
Added gss_pseudo_random()
Added gss_qop_t
Added gss_release_buffer()
Added gss_release_buffer_set()
Added gss_release_cred()
Added gss_release_name()
Added gss_release_oid()
Added gss_release_oid_set()
Added gss_seal()
Added gss_set_cred_option()
Added gss_set_sec_context_option()
Added gss_sign()
Added gss_status_id_t
Added gss_store_cred()
Added gss_test_oid_set_member()
Added gss_uint32
Added gss_unseal()
Added gss_unwrap()
Added gss_verify()
Added gss_verify_mic()
Added gss_wrap()
Added gss_wrap_size_limit()
Added #def kGSSCredentialUsage
Added #def kGSSICCertificate
Added #def kGSSICPassword
Added #def kGSS_C_ACCEPT
Added #def kGSS_C_BOTH
Added #def kGSS_C_INITIATE
gssapi_krb5.h
Added #def GSSKRB5_FUNCTION_DEPRECATED
Added #def GSS_C_PEER_HAS_UPDATED_SPNEGO
Added #def GSS_IAKERB_MECHANISM
Added #def GSS_KRB5_CCACHE_NAME_X
Added #def GSS_KRB5_COMPAT_DES3_MIC_X
Added #def GSS_KRB5_COPY_CCACHE_X
Added #def GSS_KRB5_CRED_NO_CI_FLAGS_X
Added #def GSS_KRB5_EXPORT_LUCID_CONTEXT_V1_X
Added #def GSS_KRB5_EXPORT_LUCID_CONTEXT_X
Added #def GSS_KRB5_EXTRACT_AUTHZ_DATA_FROM_SEC_CONTEXT_X
Added #def GSS_KRB5_GET_ACCEPTOR_SUBKEY_X
Added #def GSS_KRB5_GET_AUTHTIME_X
Added #def GSS_KRB5_GET_INITIATOR_SUBKEY_X
Added #def GSS_KRB5_GET_SERVICE_KEYBLOCK_X
Added #def GSS_KRB5_GET_SUBKEY_X
Added #def GSS_KRB5_GET_TIME_OFFSET_X
Added #def GSS_KRB5_GET_TKT_FLAGS_X
Added #def GSS_KRB5_IMPORT_CRED_X
Added #def GSS_KRB5_MECHANISM
Added #def GSS_KRB5_NT_MACHINE_UID_NAME
Added #def GSS_KRB5_NT_PRINCIPAL
Added #def GSS_KRB5_NT_PRINCIPAL_NAME
Added #def GSS_KRB5_NT_PRINCIPAL_NAME_REFERRAL
Added #def GSS_KRB5_NT_STRING_UID_NAME
Added #def GSS_KRB5_NT_USER_NAME
Added #def GSS_KRB5_PLUGIN_REGISTER_X
Added #def GSS_KRB5_REGISTER_ACCEPTOR_IDENTITY_X
Added #def GSS_KRB5_SEND_TO_KDC_X
Added #def GSS_KRB5_SET_ALLOWABLE_ENCTYPES_X
Added #def GSS_KRB5_SET_DEFAULT_REALM_X
Added #def GSS_KRB5_SET_DNS_CANONICALIZE_X
Added #def GSS_KRB5_SET_TIME_OFFSET_X
Added #def GSS_PKU2U_MECHANISM
Added gss_krb5_ccache_name()
Added gss_krb5_cfx_keydata_t
Added gss_krb5_copy_ccache()
Added gss_krb5_export_lucid_sec_context()
Added gss_krb5_free_lucid_sec_context()
Added gss_krb5_lucid_context_v1_t
Added gss_krb5_lucid_context_version_t
Added gss_krb5_lucid_key_t
Added #def gss_krb5_nt_general_name
Added gss_krb5_rfc1964_keydata_t
Added gss_krb5_set_allowable_enctypes()
Added #def gss_mech_krb5
Added gsskrb5_extract_authz_data_from_sec_context()
Added gsskrb5_register_acceptor_identity()
Added krb5_gss_register_acceptor_identity()
gssapi_spnego.h
Added #def GSS_SPNEGO_MECHANISM
Added #def gss_mech_spnego

iAd

ADBannerView.h
Added -[ADBannerViewDelegate bannerViewWillLoadAd:]
ADInterstitialAd.h
Added -[ADInterstitialAdDelegate interstitialAdWillLoad:]

ImageIO

CGImageProperties.h
AddedkCGImagePropertyPNGAuthor
AddedkCGImagePropertyPNGCopyright
Added kCGImagePropertyPNGCreationTime
Added kCGImagePropertyPNGDescription
Added kCGImagePropertyPNGModificationTime
AddedkCGImagePropertyPNGSoftware
AddedkCGImagePropertyPNGTitle

MapKit

MKAnnotation.h
Removed-[MKAnnotation subtitle]
Removed-[MKAnnotation title]
AddedMKAnnotation.subtitle
AddedMKAnnotation.title
MKFoundation.h
Added #def MK_CLASS_AVAILABLE
Added #def MK_CLASS_DEPRECATED
Added #def MK_EXTERN
MKMapView.h
Added -[MKMapView setUserTrackingMode:animated:]
Added MKMapView.userTrackingMode
Added -[MKMapViewDelegate mapView:didChangeUserTrackingMode:animated:]
AddedMKUserTrackingMode
AddedMKUserTrackingModeFollow
Added MKUserTrackingModeFollowWithHeading
AddedMKUserTrackingModeNone
MKPlacemark.h
Removed MKPlacemark.addressDictionary
Removed MKPlacemark.administrativeArea
Removed MKPlacemark.country
Removed MKPlacemark.locality
Removed MKPlacemark.postalCode
Removed MKPlacemark.subAdministrativeArea
Removed MKPlacemark.subLocality
Removed MKPlacemark.subThoroughfare
Removed MKPlacemark.thoroughfare
ModifiedMKPlacemark
 SuperclassFromNSObjectToCLPlacemark
MKReverseGeocoder.h
Added MK_CLASS_DEPRECATED()(no architecture available)
Added bogusMethod(no architecture available)
Added cancel(no architecture available)
Added coordinate(no architecture available)
Added delegate(no architecture available)
Added initWithCoordinate(no architecture available)
Added placemark(no architecture available)
Added querying(no architecture available)
Added start(no architecture available)
Modified MKReverseGeocoder.coordinate
 DeprecationFromnoneToiOS 5.0
Modified -[MKReverseGeocoder initWithCoordinate:]
 DeprecationFromnoneToiOS 5.0
Modified MKReverseGeocoder.delegate
 DeprecationFromnoneToiOS 5.0
Modified MKReverseGeocoder.placemark
 DeprecationFromnoneToiOS 5.0
Modified -[MKReverseGeocoderDelegate reverseGeocoder:didFindPlacemark:]
 DeprecationFromnoneToiOS 5.0
Modified -[MKReverseGeocoderDelegate reverseGeocoder:didFailWithError:]
 DeprecationFromnoneToiOS 5.0
Modified-[MKReverseGeocoder cancel]
 DeprecationFromnoneToiOS 5.0
Modified MKReverseGeocoder.querying
 DeprecationFromnoneToiOS 5.0
Modified-[MKReverseGeocoder start]
 DeprecationFromnoneToiOS 5.0
MKShape.h
ModifiedMKShape.subtitle
 DeclarationFrom@property(copy) NSString *subtitleTo@property(nonatomic, copy) NSString *subtitle
ModifiedMKShape.title
 DeclarationFrom@property(copy) NSString *titleTo@property(nonatomic, copy) NSString *title
MKUserLocation.h
AddedMKUserLocation.heading
ModifiedMKUserLocation.subtitle
 DeclarationFrom@property(retain, nonatomic) NSString *subtitleTo@property(nonatomic, copy) NSString *subtitle
ModifiedMKUserLocation.location
 DeclarationFrom@property(readonly, nonatomic) CLLocation *locationTo@property(readonly, retain, nonatomic) CLLocation *location
ModifiedMKUserLocation.title
 DeclarationFrom@property(retain, nonatomic) NSString *titleTo@property(nonatomic, copy) NSString *title
MKUserTrackingBarButtonItem.h
AddedMKUserTrackingBarButtonItem
Added -[MKUserTrackingBarButtonItem initWithMapView:]
Added MKUserTrackingBarButtonItem.mapView

MediaPlayer

MPMediaItem.h
Added -[MPMediaItemArtwork initWithImage:]
AddedMPMediaTypeAnyVideo
Added MPMediaTypeAudioITunesU
AddedMPMediaTypeMovie
AddedMPMediaTypeMusicVideo
AddedMPMediaTypeTVShow
AddedMPMediaTypeVideoITunesU
AddedMPMediaTypeVideoPodcast
MPMoviePlayerController.h
Added MPMoviePlayerController.airPlayVideoActive
Added MPMoviePlayerIsAirPlayVideoActiveDidChangeNotification
MPMusicPlayerController.h
Added MPMusicPlayerController.indexOfNowPlayingItem
MPNowPlayingInfoCenter.h
AddedMPNowPlayingInfoCenter
Added +[MPNowPlayingInfoCenter defaultCenter]
Added MPNowPlayingInfoCenter.nowPlayingInfo
Added MPNowPlayingInfoPropertyChapterCount
Added MPNowPlayingInfoPropertyChapterNumber
Added MPNowPlayingInfoPropertyElapsedPlaybackTime
Added MPNowPlayingInfoPropertyPlaybackQueueCount
Added MPNowPlayingInfoPropertyPlaybackQueueIndex
Added MPNowPlayingInfoPropertyPlaybackRate

MessageUI

MFMessageComposeViewController.h
Added MFMessageComposeViewControllerTextMessageAvailabilityDidChangeNotification
Added MFMessageComposeViewControllerTextMessageAvailabilityKey

MobileCoreServices

No changes

NewsstandKit

NKAssetDownload.h
AddedNKAssetDownload
Added NKAssetDownload.URLRequest
Added -[NKAssetDownload downloadWithDelegate:]
Added NKAssetDownload.identifier
AddedNKAssetDownload.issue
AddedNKAssetDownload.userInfo
NKIssue.h
AddedNKIssue
Added -[NKIssue addAssetWithRequest:]
AddedNKIssue.contentURL
AddedNKIssue.date
AddedNKIssue.downloadingAssets
AddedNKIssue.name
AddedNKIssue.status
AddedNKIssueContentStatus
Added NKIssueContentStatusAvailable
Added NKIssueContentStatusDownloading
AddedNKIssueContentStatusNone
Added NKIssueDownloadCompletedNotification
NKLibrary.h
AddedNKLibrary
Added -[NKLibrary addIssueWithName:date:]
Added NKLibrary.currentlyReadingIssue
Added NKLibrary.downloadingAssets
Added-[NKLibrary issueWithName:]
AddedNKLibrary.issues
Added-[NKLibrary removeIssue:]
Added+[NKLibrary sharedLibrary]
NKNSURLConnectionAdditions.h
Added NSURLConnection.newsstandAssetDownload
Added NSURLConnection(NKAssetDownloadAdditions)

OpenAL

oalMacOSX_OALExtensions.h
Added #def ALC_ASA_OBSTRUCTION
Added #def ALC_ASA_OCCLUSION
Added #def ALC_ASA_REVERB_EQ_BANDWITH
Added #def ALC_ASA_REVERB_EQ_FREQ
Added #def ALC_ASA_REVERB_EQ_GAIN
Added #def ALC_ASA_REVERB_GLOBAL_LEVEL
Added #def ALC_ASA_REVERB_ON
Added #def ALC_ASA_REVERB_ROOM_TYPE
Added #def ALC_ASA_REVERB_ROOM_TYPE_Cathedral
Added #def ALC_ASA_REVERB_ROOM_TYPE_LargeChamber
Added #def ALC_ASA_REVERB_ROOM_TYPE_LargeHall
Added #def ALC_ASA_REVERB_ROOM_TYPE_LargeHall2
Added #def ALC_ASA_REVERB_ROOM_TYPE_LargeRoom
Added #def ALC_ASA_REVERB_ROOM_TYPE_LargeRoom2
Added #def ALC_ASA_REVERB_ROOM_TYPE_MediumChamber
Added #def ALC_ASA_REVERB_ROOM_TYPE_MediumHall
Added #def ALC_ASA_REVERB_ROOM_TYPE_MediumHall2
Added #def ALC_ASA_REVERB_ROOM_TYPE_MediumHall3
Added #def ALC_ASA_REVERB_ROOM_TYPE_MediumRoom
Added #def ALC_ASA_REVERB_ROOM_TYPE_Plate
Added #def ALC_ASA_REVERB_ROOM_TYPE_SmallRoom
Added #def ALC_ASA_REVERB_SEND_LEVEL
Added #def AL_QUEUE_HAS_LOOPED
Added alSourceAddNotificationProcPtr
Added alSourceNotificationProc
Added alSourceRemoveNotificationProcPtr
Added alcASAGetListenerProcPtr
Added alcASAGetSourceProcPtr
Added alcASASetListenerProcPtr
Added alcASASetSourceProcPtr

OpenGLES

glext.h
Added #def GL_ACTIVE_PROGRAM_EXT
Added #def GL_ALL_SHADER_BITS_EXT
Added #def GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT
Added #def GL_ANY_SAMPLES_PASSED_EXT
Added #def GL_BUFFER_OBJECT_EXT
Added #def GL_COMPARE_REF_TO_TEXTURE_EXT
Added #def GL_CURRENT_QUERY_EXT
Added #def GL_EXT_color_buffer_half_float
Added #def GL_EXT_debug_label
Added #def GL_EXT_debug_marker
Added #def GL_EXT_occlusion_query_boolean
Added #def GL_EXT_separate_shader_objects
Added #def GL_EXT_shadow_samplers
Added #def GL_EXT_texture_rg
Added #def GL_FRAGMENT_SHADER_BIT_EXT
Added #def GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE_EXT
Added #def GL_OES_element_index_uint
Added #def GL_PROGRAM_OBJECT_EXT
Added #def GL_PROGRAM_PIPELINE_BINDING_EXT
Added #def GL_PROGRAM_PIPELINE_OBJECT_EXT
Added #def GL_PROGRAM_SEPARABLE_EXT
Added #def GL_QUERY_OBJECT_EXT
Added #def GL_QUERY_RESULT_AVAILABLE_EXT
Added #def GL_QUERY_RESULT_EXT
Added #def GL_R16F_EXT
Added #def GL_R8_EXT
Added #def GL_RED_EXT
Added #def GL_RG16F_EXT
Added #def GL_RG8_EXT
Added #def GL_RGB16F_EXT
Added #def GL_RGBA16F_EXT
Added #def GL_RG_EXT
Added #def GL_SHADER_OBJECT_EXT
Added #def GL_TEXTURE_COMPARE_FUNC_EXT
Added #def GL_TEXTURE_COMPARE_MODE_EXT
Added #def GL_UNSIGNED_INT_OES
Added #def GL_UNSIGNED_NORMALIZED_EXT
Added #def GL_VERTEX_ARRAY_OBJECT_EXT
Added #def GL_VERTEX_SHADER_BIT_EXT
Added GLhalf
Added glActiveShaderProgramEXT()
Added glBeginQueryEXT()
Added glBindProgramPipelineEXT()
Added glCreateShaderProgramvEXT()
Added glDeleteProgramPipelinesEXT()
Added glDeleteQueriesEXT()
Added glEndQueryEXT()
Added glGenProgramPipelinesEXT()
Added glGenQueriesEXT()
Added glGetObjectLabelEXT()
Added glGetProgramPipelineInfoLogEXT()
Added glGetProgramPipelineivEXT()
Added glGetQueryObjectivEXT()
Added glGetQueryObjectuivEXT()
Added glGetQueryivEXT()
Added glInsertEventMarkerEXT()
Added glIsProgramPipelineEXT()
Added glIsQueryEXT()
Added glLabelObjectEXT()
Added glPopGroupMarkerEXT()
Added glProgramParameteriEXT()
Added glProgramUniform1fEXT()
Added glProgramUniform1fvEXT()
Added glProgramUniform1iEXT()
Added glProgramUniform1ivEXT()
Added glProgramUniform2fEXT()
Added glProgramUniform2fvEXT()
Added glProgramUniform2iEXT()
Added glProgramUniform2ivEXT()
Added glProgramUniform3fEXT()
Added glProgramUniform3fvEXT()
Added glProgramUniform3iEXT()
Added glProgramUniform3ivEXT()
Added glProgramUniform4fEXT()
Added glProgramUniform4fvEXT()
Added glProgramUniform4iEXT()
Added glProgramUniform4ivEXT()
Added glProgramUniformMatrix2fvEXT()
Added glProgramUniformMatrix3fvEXT()
Added glProgramUniformMatrix4fvEXT()
Added glPushGroupMarkerEXT()
Added glUseProgramStagesEXT()
Added glValidateProgramPipelineEXT()

QuartzCore

CAEmitterCell.h
Added CAEmitterCell
Added CAEmitterCell.alphaRange
Added CAEmitterCell.alphaSpeed
Added CAEmitterCell.birthRate
Added CAEmitterCell.blueRange
Added CAEmitterCell.blueSpeed
Added CAEmitterCell.color
Added CAEmitterCell.contents
Added CAEmitterCell.contentsRect
Added +[CAEmitterCell defaultValueForKey:]
Added CAEmitterCell.emissionLatitude
Added CAEmitterCell.emissionLongitude
Added CAEmitterCell.emissionRange
Added +[CAEmitterCell emitterCell]
Added CAEmitterCell.emitterCells
Added CAEmitterCell.enabled
Added CAEmitterCell.greenRange
Added CAEmitterCell.greenSpeed
Added CAEmitterCell.lifetime
Added CAEmitterCell.lifetimeRange
Added CAEmitterCell.magnificationFilter
Added CAEmitterCell.minificationFilter
Added CAEmitterCell.minificationFilterBias
Added CAEmitterCell.name
Added CAEmitterCell.redRange
Added CAEmitterCell.redSpeed
Added CAEmitterCell.scale
Added CAEmitterCell.scaleRange
Added CAEmitterCell.scaleSpeed
Added -[CAEmitterCell shouldArchiveValueForKey:]
Added CAEmitterCell.spin
Added CAEmitterCell.spinRange
Added CAEmitterCell.style
Added CAEmitterCell.velocity
Added CAEmitterCell.velocityRange
Added CAEmitterCell.xAcceleration
Added CAEmitterCell.yAcceleration
Added CAEmitterCell.zAcceleration
CAEmitterLayer.h
Added CAEmitterLayer
Added CAEmitterLayer.birthRate
Added CAEmitterLayer.emitterCells
Added CAEmitterLayer.emitterDepth
Added CAEmitterLayer.emitterMode
Added CAEmitterLayer.emitterPosition
Added CAEmitterLayer.emitterShape
Added CAEmitterLayer.emitterSize
Added CAEmitterLayer.emitterZPosition
Added CAEmitterLayer.lifetime
Added CAEmitterLayer.preservesDepth
Added CAEmitterLayer.renderMode
Added CAEmitterLayer.scale
Added CAEmitterLayer.seed
Added CAEmitterLayer.spin
Added CAEmitterLayer.velocity
Added kCAEmitterLayerAdditive
Added kCAEmitterLayerBackToFront
Added kCAEmitterLayerCircle
Added kCAEmitterLayerCuboid
Added kCAEmitterLayerLine
Added kCAEmitterLayerOldestFirst
Added kCAEmitterLayerOldestLast
Added kCAEmitterLayerOutline
Added kCAEmitterLayerPoint
Added kCAEmitterLayerPoints
Added kCAEmitterLayerRectangle
Added kCAEmitterLayerSphere
Added kCAEmitterLayerSurface
Added kCAEmitterLayerUnordered
Added kCAEmitterLayerVolume

QuickLook

QLPreviewController.h
Modified QLPreviewController.delegate
 DeclarationFrom@property(assign) id delegateTo@property(assign) id<QLPreviewControllerDelegate> delegate

Security

CipherSuite.h
Added SSLCipherSuite
Added SSL_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA
Added SSL_DHE_DSS_WITH_3DES_EDE_CBC_SHA
Added SSL_DHE_DSS_WITH_DES_CBC_SHA
Added SSL_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA
Added SSL_DHE_RSA_WITH_3DES_EDE_CBC_SHA
Added SSL_DHE_RSA_WITH_DES_CBC_SHA
Added SSL_DH_DSS_EXPORT_WITH_DES40_CBC_SHA
Added SSL_DH_DSS_WITH_3DES_EDE_CBC_SHA
Added SSL_DH_DSS_WITH_DES_CBC_SHA
Added SSL_DH_RSA_EXPORT_WITH_DES40_CBC_SHA
Added SSL_DH_RSA_WITH_3DES_EDE_CBC_SHA
Added SSL_DH_RSA_WITH_DES_CBC_SHA
Added SSL_DH_anon_EXPORT_WITH_DES40_CBC_SHA
Added SSL_DH_anon_EXPORT_WITH_RC4_40_MD5
Added SSL_DH_anon_WITH_3DES_EDE_CBC_SHA
Added SSL_DH_anon_WITH_DES_CBC_SHA
Added SSL_DH_anon_WITH_RC4_128_MD5
Added SSL_FORTEZZA_DMS_WITH_FORTEZZA_CBC_SHA
Added SSL_FORTEZZA_DMS_WITH_NULL_SHA
Added SSL_NO_SUCH_CIPHERSUITE
Added SSL_NULL_WITH_NULL_NULL
Added SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
Added SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5
Added SSL_RSA_EXPORT_WITH_RC4_40_MD5
Added SSL_RSA_WITH_3DES_EDE_CBC_MD5
Added SSL_RSA_WITH_3DES_EDE_CBC_SHA
Added SSL_RSA_WITH_DES_CBC_MD5
Added SSL_RSA_WITH_DES_CBC_SHA
Added SSL_RSA_WITH_IDEA_CBC_MD5
Added SSL_RSA_WITH_IDEA_CBC_SHA
Added SSL_RSA_WITH_NULL_MD5
Added SSL_RSA_WITH_NULL_SHA
Added SSL_RSA_WITH_RC2_CBC_MD5
Added SSL_RSA_WITH_RC4_128_MD5
Added SSL_RSA_WITH_RC4_128_SHA
Added TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
Added TLS_DHE_DSS_WITH_AES_128_CBC_SHA
Added TLS_DHE_DSS_WITH_AES_128_CBC_SHA256
Added TLS_DHE_DSS_WITH_AES_128_GCM_SHA256
Added TLS_DHE_DSS_WITH_AES_256_CBC_SHA
Added TLS_DHE_DSS_WITH_AES_256_CBC_SHA256
Added TLS_DHE_DSS_WITH_AES_256_GCM_SHA384
Added TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
Added TLS_DHE_RSA_WITH_AES_128_CBC_SHA
Added TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
Added TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
Added TLS_DHE_RSA_WITH_AES_256_CBC_SHA
Added TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
Added TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
Added TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA
Added TLS_DH_DSS_WITH_AES_128_CBC_SHA
Added TLS_DH_DSS_WITH_AES_128_CBC_SHA256
Added TLS_DH_DSS_WITH_AES_128_GCM_SHA256
Added TLS_DH_DSS_WITH_AES_256_CBC_SHA
Added TLS_DH_DSS_WITH_AES_256_CBC_SHA256
Added TLS_DH_DSS_WITH_AES_256_GCM_SHA384
Added TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA
Added TLS_DH_RSA_WITH_AES_128_CBC_SHA
Added TLS_DH_RSA_WITH_AES_128_CBC_SHA256
Added TLS_DH_RSA_WITH_AES_128_GCM_SHA256
Added TLS_DH_RSA_WITH_AES_256_CBC_SHA
Added TLS_DH_RSA_WITH_AES_256_CBC_SHA256
Added TLS_DH_RSA_WITH_AES_256_GCM_SHA384
Added TLS_DH_anon_WITH_3DES_EDE_CBC_SHA
Added TLS_DH_anon_WITH_AES_128_CBC_SHA
Added TLS_DH_anon_WITH_AES_128_CBC_SHA256
Added TLS_DH_anon_WITH_AES_128_GCM_SHA256
Added TLS_DH_anon_WITH_AES_256_CBC_SHA
Added TLS_DH_anon_WITH_AES_256_CBC_SHA256
Added TLS_DH_anon_WITH_AES_256_GCM_SHA384
Added TLS_DH_anon_WITH_RC4_128_MD5
Added TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA
Added TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA
Added TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256
Added TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
Added TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
Added TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384
Added TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
Added TLS_ECDHE_ECDSA_WITH_NULL_SHA
Added TLS_ECDHE_ECDSA_WITH_RC4_128_SHA
Added TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA
Added TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
Added TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
Added TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
Added TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA
Added TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
Added TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
Added TLS_ECDHE_RSA_WITH_NULL_SHA
Added TLS_ECDHE_RSA_WITH_RC4_128_SHA
Added TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA
Added TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA
Added TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256
Added TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256
Added TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA
Added TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384
Added TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384
Added TLS_ECDH_ECDSA_WITH_NULL_SHA
Added TLS_ECDH_ECDSA_WITH_RC4_128_SHA
Added TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA
Added TLS_ECDH_RSA_WITH_AES_128_CBC_SHA
Added TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256
Added TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
Added TLS_ECDH_RSA_WITH_AES_256_CBC_SHA
Added TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
Added TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384
Added TLS_ECDH_RSA_WITH_NULL_SHA
Added TLS_ECDH_RSA_WITH_RC4_128_SHA
Added TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA
Added TLS_ECDH_anon_WITH_AES_128_CBC_SHA
Added TLS_ECDH_anon_WITH_AES_256_CBC_SHA
Added TLS_ECDH_anon_WITH_NULL_SHA
Added TLS_ECDH_anon_WITH_RC4_128_SHA
Added TLS_EMPTY_RENEGOTIATION_INFO_SCSV
Added TLS_NULL_WITH_NULL_NULL
Added TLS_RSA_WITH_3DES_EDE_CBC_SHA
Added TLS_RSA_WITH_AES_128_CBC_SHA
Added TLS_RSA_WITH_AES_128_CBC_SHA256
Added TLS_RSA_WITH_AES_128_GCM_SHA256
Added TLS_RSA_WITH_AES_256_CBC_SHA
Added TLS_RSA_WITH_AES_256_CBC_SHA256
Added TLS_RSA_WITH_AES_256_GCM_SHA384
Added TLS_RSA_WITH_NULL_MD5
Added TLS_RSA_WITH_NULL_SHA
Added TLS_RSA_WITH_NULL_SHA256
Added TLS_RSA_WITH_RC4_128_MD5
Added TLS_RSA_WITH_RC4_128_SHA
SecureTransport.h
Added SSLAddDistinguishedName()
Added SSLAuthenticate
Added SSLClientCertificateState
Added SSLClose()
Added SSLConnectionRef
Added SSLConnectionType
Added SSLContextGetTypeID()
Added SSLContextRef
Added SSLCopyDistinguishedNames()
Added SSLCopyPeerTrust()
Added SSLCreateContext()
Added SSLGetBufferedReadSize()
Added SSLGetClientCertificateState()
Added SSLGetConnection()
Added SSLGetDatagramWriteSize()
Added SSLGetEnabledCiphers()
Added SSLGetMaxDatagramRecordSize()
Added SSLGetNegotiatedCipher()
Added SSLGetNegotiatedProtocolVersion()
Added SSLGetNumberEnabledCiphers()
Added SSLGetNumberSupportedCiphers()
Added SSLGetPeerDomainName()
Added SSLGetPeerDomainNameLength()
Added SSLGetPeerID()
Added SSLGetProtocolVersionMax()
Added SSLGetProtocolVersionMin()
Added SSLGetSessionOption()
Added SSLGetSessionState()
Added SSLGetSupportedCiphers()
Added SSLHandshake()
Added SSLProtocol
Added SSLProtocolSide
Added SSLRead()
Added SSLReadFunc
Added SSLSessionOption
Added SSLSessionState
Added SSLSetCertificate()
Added SSLSetClientSideAuthenticate()
Added SSLSetConnection()
Added SSLSetDatagramHelloCookie()
Added SSLSetEnabledCiphers()
Added SSLSetEncryptionCertificate()
Added SSLSetIOFuncs()
Added SSLSetMaxDatagramRecordSize()
Added SSLSetPeerDomainName()
Added SSLSetPeerID()
Added SSLSetProtocolVersionMax()
Added SSLSetProtocolVersionMin()
Added SSLSetSessionOption()
Added SSLWrite()
Added SSLWriteFunc
Added errSSLBadCert
Added errSSLBadCipherSuite
Added errSSLBadConfiguration
Added errSSLBadRecordMac
Added errSSLBufferOverflow
Added errSSLCertExpired
Added errSSLCertNotYetValid
Added errSSLClientAuthCompleted
Added errSSLClientCertRequested
Added errSSLClosedAbort
Added errSSLClosedGraceful
Added errSSLClosedNoNotify
Added errSSLConnectionRefused
Added errSSLCrypto
Added errSSLDecryptionFail
Added errSSLFatalAlert
Added errSSLHostNameMismatch
Added errSSLIllegalParam
Added errSSLInternal
Added errSSLLast
Added errSSLModuleAttach
Added errSSLNegotiation
Added errSSLNoRootCert
Added errSSLPeerAccessDenied
Added errSSLPeerAuthCompleted
Added errSSLPeerBadCert
Added errSSLPeerBadRecordMac
Added errSSLPeerCertExpired
Added errSSLPeerCertRevoked
Added errSSLPeerCertUnknown
Added errSSLPeerDecodeError
Added errSSLPeerDecompressFail
Added errSSLPeerDecryptError
Added errSSLPeerDecryptionFail
Added errSSLPeerExportRestriction
Added errSSLPeerHandshakeFail
Added errSSLPeerInsufficientSecurity
Added errSSLPeerInternalError
Added errSSLPeerNoRenegotiation
Added errSSLPeerProtocolVersion
Added errSSLPeerRecordOverflow
Added errSSLPeerUnexpectedMsg
Added errSSLPeerUnknownCA
Added errSSLPeerUnsupportedCert
Added errSSLPeerUserCancelled
Added errSSLProtocol
Added errSSLRecordOverflow
Added errSSLServerAuthCompleted
Added errSSLSessionNotFound
Added errSSLUnknownRootCert
Added errSSLWouldBlock
Added errSSLXCertChainInvalid
Added kAlwaysAuthenticate
Added kDTLSProtocol1
Added kNeverAuthenticate
Added kSSLAborted
Added kSSLClientCertNone
Added kSSLClientCertRejected
Added kSSLClientCertRequested
Added kSSLClientCertSent
Added kSSLClientSide
Added kSSLClosed
Added kSSLConnected
Added kSSLDatagramType
Added kSSLHandshake
Added kSSLIdle
Added kSSLProtocol2
Added kSSLProtocol3
Added kSSLProtocol3Only
Added kSSLProtocolAll
Added kSSLProtocolUnknown
Added kSSLServerSide
Added kSSLSessionOptionBreakOnCertRequested
Added kSSLSessionOptionBreakOnClientAuth
Added kSSLSessionOptionBreakOnServerAuth
Added kSSLStreamType
Added kTLSProtocol1
Added kTLSProtocol11
Added kTLSProtocol12
Added kTLSProtocol1Only
Added kTryAuthenticate

StoreKit

SKPayment.h
Modified +[SKPayment paymentWithProductIdentifier:]
 DeprecationFromnoneToiOS 5.0

SystemConfiguration

No changes

Twitter

TWRequest.h
AddedTWRequest
AddedTWRequest.URL
AddedTWRequest.account
Added -[TWRequest addMultiPartData:withName:type:]
Added -[TWRequest initWithURL:parameters:requestMethod:]
AddedTWRequest.parameters
Added -[TWRequest performRequestWithHandler:]
AddedTWRequest.requestMethod
Added -[TWRequest signedURLRequest]
AddedTWRequestHandler
AddedTWRequestMethod
AddedTWRequestMethodDELETE
AddedTWRequestMethodGET
AddedTWRequestMethodPOST
TWTweetComposeViewController.h
AddedTWTweetComposeViewController
Added -[TWTweetComposeViewController addImage:]
Added -[TWTweetComposeViewController addURL:]
Added +[TWTweetComposeViewController canSendTweet]
Added TWTweetComposeViewController.completionHandler
Added -[TWTweetComposeViewController removeAllImages]
Added -[TWTweetComposeViewController removeAllURLs]
Added -[TWTweetComposeViewController setInitialText:]
Added TWTweetComposeViewControllerCompletionHandler
Added TWTweetComposeViewControllerResult
Added TWTweetComposeViewControllerResultCancelled
Added TWTweetComposeViewControllerResultDone

UIKit

UIAccelerometer.h
Modified -[UIAccelerometerDelegate accelerometer:didAccelerate:]
 DeprecationFromnoneToiOS 5.0
UIAccessibility.h
Added NSObject.accessibilityActivationPoint
Added NSObject.accessibilityElementsHidden
Added -[NSObject accessibilityPerformEscape]
Added NSObject.accessibilityViewIsModal
Added UIAccessibilityReadingContent
Added -[UIAccessibilityReadingContent accessibilityContentForLineNumber:]
Added -[UIAccessibilityReadingContent accessibilityFrameForLineNumber:]
Added -[UIAccessibilityReadingContent accessibilityLineNumberForPoint:]
Added -[UIAccessibilityReadingContent accessibilityPageContent]
Added UIAccessibilityClosedCaptioningStatusDidChangeNotification
Added UIAccessibilityIsClosedCaptioningEnabled()
Added UIAccessibilityIsMonoAudioEnabled()
Added UIAccessibilityMonoAudioStatusDidChangeNotification
Added UIAccessibilityScrollDirectionNext
Added UIAccessibilityScrollDirectionPrevious
UIAccessibilityConstants.h
Added UIAccessibilityTraitAllowsDirectInteraction
Added UIAccessibilityTraitCausesPageTurn
UIAccessibilityElement.h
ModifiedUIAccessibilityElement
 ProtocolsFromnoneToUIAccessibilityIdentification
UIAccessibilityIdentification.h
Added UIAccessibilityIdentification
Added UIAccessibilityIdentification.accessibilityIdentifier
Added UIImage(UIAccessibility)
Added UIView(UIAccessibility)
UIAccessibilityZoom.h
Added UIAccessibilityRegisterGestureConflictWithZoom()
Added UIAccessibilityZoomFocusChanged()
AddedUIAccessibilityZoomType
Added UIAccessibilityZoomTypeInsertionPoint
UIActivityIndicatorView.h
Added UIActivityIndicatorView.UI_APPEARANCE_SELECTOR(no architecture available)
Added UIActivityIndicatorView.color
UIAlertView.h
Added UIAlertView.alertViewStyle
Added -[UIAlertView textFieldAtIndex:]
Added -[UIAlertViewDelegate alertViewShouldEnableFirstOtherButton:]
AddedUIAlertViewStyle
AddedUIAlertViewStyleDefault
Added UIAlertViewStyleLoginAndPasswordInput
Added UIAlertViewStylePlainTextInput
Added UIAlertViewStyleSecureTextInput
UIAppearance.h
AddedUIAppearance
Added+[UIAppearance appearance]
Added +[UIAppearance appearanceWhenContainedIn:]
AddedUIAppearanceContainer
Added#def UI_APPEARANCE_SELECTOR
UIApplication.h
Added -[UIApplication setNewsstandIconImage:]
Added UIApplication.userInterfaceLayoutDirection
Added UIApplicationDelegate.window
Added UIApplication(UINewsstand)
Added UIApplicationLaunchOptionsNewsstandDownloadsKey
Added UIRemoteNotificationTypeNewsstandContentAvailability
Added UIUserInterfaceLayoutDirection
Added UIUserInterfaceLayoutDirectionLeftToRight
Added UIUserInterfaceLayoutDirectionRightToLeft
UIBarButtonItem.h
Added UIBarButtonItem.UI_APPEARANCE_SELECTOR (no architecture available)
Added -[UIBarButtonItem backButtonBackgroundImageForState:barMetrics:]
Added -[UIBarButtonItem backButtonBackgroundVerticalPositionAdjustmentForBarMetrics:]
Added -[UIBarButtonItem backButtonTitlePositionAdjustmentForBarMetrics:]
Added -[UIBarButtonItem backgroundImageForState:barMetrics:]
Added -[UIBarButtonItem backgroundVerticalPositionAdjustmentForBarMetrics:]
Added -[UIBarButtonItem initWithImage:landscapeImagePhone:style:target:action:]
Added -[UIBarButtonItem setBackButtonBackgroundImage:forState:barMetrics:]
Added -[UIBarButtonItem setBackButtonBackgroundVerticalPositionAdjustment:forBarMetrics:]
Added -[UIBarButtonItem setBackButtonTitlePositionAdjustment:forBarMetrics:]
Added -[UIBarButtonItem setBackgroundImage:forState:barMetrics:]
Added -[UIBarButtonItem setBackgroundVerticalPositionAdjustment:forBarMetrics:]
Added -[UIBarButtonItem setTitlePositionAdjustment:forBarMetrics:]
AddedUIBarButtonItem.tintColor
Added -[UIBarButtonItem titlePositionAdjustmentForBarMetrics:]
AddedUIBarMetrics
AddedUIBarMetricsDefault
AddedUIBarMetricsLandscapePhone
ModifiedUIBarButtonItem
 ProtocolsFromnoneToNSCoding
UIBarItem.h
Added UIBarItem.landscapeImagePhone
Added UIBarItem.landscapeImagePhoneInsets
Added -[UIBarItem setTitleTextAttributes:forState:]
Added -[UIBarItem titleTextAttributesForState:]
ModifiedUIBarItem
 ProtocolsFromnoneToUIAppearance
UIButton.h
AddedUIButton.tintColor
UIColor.h
Added-[CIColor initWithColor:]
AddedUIColor.CIColor
Added+[UIColor colorWithCIColor:]
Added -[UIColor getHue:saturation:brightness:alpha:]
Added -[UIColor getRed:green:blue:alpha:]
Added-[UIColor getWhite:alpha:]
Added-[UIColor initWithCIColor:]
Added CIColor(UIKitAdditions)
UIDatePicker.h
ModifiedUIDatePicker.locale
 DeprecationFromnoneToiOS 5.0
UIDevice.h
ModifiedUIDevice.uniqueIdentifier
 DeprecationFromnoneToiOS 5.0
UIDocument.h
AddedUIDocument
Added -[UIDocument autosaveWithCompletionHandler:]
Added -[UIDocument changeCountTokenForSaveOperation:]
Added -[UIDocument closeWithCompletionHandler:]
Added -[UIDocument contentsForType:error:]
Added-[UIDocument disableEditing]
AddedUIDocument.documentState
Added-[UIDocument enableEditing]
Added -[UIDocument fileAttributesToWriteToURL:forSaveOperation:error:]
Added UIDocument.fileModificationDate
Added -[UIDocument fileNameExtensionForType:saveOperation:]
AddedUIDocument.fileType
AddedUIDocument.fileURL
Added -[UIDocument finishedHandlingError:recovered:]
Added -[UIDocument handleError:userInteractionPermitted:]
Added -[UIDocument hasUnsavedChanges]
Added -[UIDocument initWithFileURL:]
Added -[UIDocument loadFromContents:ofType:error:]
AddedUIDocument.localizedName
Added -[UIDocument openWithCompletionHandler:]
Added -[UIDocument performAsynchronousFileAccessUsingBlock:]
Added -[UIDocument readFromURL:error:]
Added -[UIDocument revertToContentsOfURL:completionHandler:]
Added -[UIDocument saveToURL:forSaveOperation:completionHandler:]
Added-[UIDocument savingFileType]
AddedUIDocument.undoManager
Added -[UIDocument updateChangeCount:]
Added -[UIDocument updateChangeCountWithToken:forSaveOperation:]
Added -[UIDocument userInteractionNoLongerPermittedForError:]
Added -[UIDocument writeContents:andAttributes:safelyToURL:forSaveOperation:error:]
Added -[UIDocument writeContents:toURL:forSaveOperation:originalContentsURL:error:]
AddedUIDocumentChangeCleared
AddedUIDocumentChangeDone
AddedUIDocumentChangeKind
AddedUIDocumentChangeRedone
AddedUIDocumentChangeUndone
AddedUIDocumentSaveForCreating
Added UIDocumentSaveForOverwriting
AddedUIDocumentSaveOperation
AddedUIDocumentState
Added UIDocumentStateChangedNotification
AddedUIDocumentStateClosed
Added UIDocumentStateEditingDisabled
AddedUIDocumentStateInConflict
AddedUIDocumentStateNormal
AddedUIDocumentStateSavingError
UIGeometry.h
Added -[NSCoder decodeUIOffsetForKey:]
Added -[NSCoder encodeUIOffset:forKey:]
Added-[NSValue UIOffsetValue]
Added+[NSValue valueWithUIOffset:]
AddedNSStringFromUIOffset()
AddedUIOffset
AddedUIOffsetEqualToOffset()
AddedUIOffsetFromString()
AddedUIOffsetMake()
AddedUIOffsetZero
UIGestureRecognizerSubclass.h
Removed UIGestureRecognizer()
Added UIGestureRecognizer(ForSubclassEyesOnly)
UIImage.h
Added-[CIImage initWithImage:]
Added -[CIImage initWithImage:options:]
AddedUIImage.CIImage
Added +[UIImage animatedImageNamed:duration:]
Added +[UIImage animatedImageWithImages:duration:]
Added +[UIImage animatedResizableImageNamed:capInsets:duration:]
AddedUIImage.capInsets
AddedUIImage.duration
Added+[UIImage imageWithCIImage:]
AddedUIImage.images
Added-[UIImage initWithCIImage:]
Added -[UIImage resizableImageWithCapInsets:]
Added CIImage(UIKitAdditions)
Added UIImage(UIImageDeprecated)
Modified -[UIImage stretchableImageWithLeftCapWidth:topCapHeight:]
 DeprecationFromnoneToiOS 5.0
ModifiedUIImage
 ProtocolsFromnoneToNSCoding
Modified+[UIImage imageWithCGImage:]
 DeclarationFrom+ (UIImage *)imageWithCGImage:(CGImageRef)imageRefTo+ (UIImage *)imageWithCGImage:(CGImageRef)cgImage
Modified-[UIImage initWithCGImage:]
 DeclarationFrom- (id)initWithCGImage:(CGImageRef)imageRefTo- (id)initWithCGImage:(CGImageRef)cgImage
Modified +[UIImage imageWithCGImage:scale:orientation:]
 DeclarationFrom+ (UIImage *)imageWithCGImage:(CGImageRef)imageRef scale:(CGFloat)scale orientation:(UIImageOrientation)orientationTo+ (UIImage *)imageWithCGImage:(CGImageRef)cgImage scale:(CGFloat)scale orientation:(UIImageOrientation)orientation
ModifiedUIImage.topCapHeight
 DeprecationFromnoneToiOS 5.0
ModifiedUIImage.leftCapWidth
 DeprecationFromnoneToiOS 5.0
Modified -[UIImage initWithCGImage:scale:orientation:]
 DeclarationFrom- (id)initWithCGImage:(CGImageRef)imageRef scale:(CGFloat)scale orientation:(UIImageOrientation)orientationTo- (id)initWithCGImage:(CGImageRef)cgImage scale:(CGFloat)scale orientation:(UIImageOrientation)orientation
UIImagePickerController.h
Added UIImagePickerControllerQualityTypeIFrame1280x720
Added UIImagePickerControllerQualityTypeIFrame960x540
UIInterface.h
Added +[UIColor underPageBackgroundColor]
UIManagedDocument.h
AddedUIManagedDocument
Added -[UIManagedDocument additionalContentForURL:error:]
Added -[UIManagedDocument configurePersistentStoreCoordinatorForURL:ofType:modelConfiguration:storeOptions:error:]
Added UIManagedDocument.managedObjectContext
Added UIManagedDocument.managedObjectModel
Added UIManagedDocument.modelConfiguration
Added +[UIManagedDocument persistentStoreName]
Added UIManagedDocument.persistentStoreOptions
Added -[UIManagedDocument persistentStoreTypeForFileType:]
Added -[UIManagedDocument readAdditionalContentFromURL:error:]
Added -[UIManagedDocument writeAdditionalContent:toURL:originalContentsURL:error:]
UINavigationBar.h
Added UINavigationBar.UI_APPEARANCE_SELECTOR (no architecture available)
Added -[UINavigationBar backgroundImageForBarMetrics:]
Added -[UINavigationBar setBackgroundImage:forBarMetrics:]
Added -[UINavigationBar setTitleVerticalPositionAdjustment:forBarMetrics:]
Added UINavigationBar.titleTextAttributes
Added -[UINavigationBar titleVerticalPositionAdjustmentForBarMetrics:]
Added UINavigationItem.leftBarButtonItems
Added UINavigationItem.leftItemsSupplementBackButton
Added UINavigationItem.rightBarButtonItems
Added -[UINavigationItem setLeftBarButtonItems:animated:]
Added -[UINavigationItem setRightBarButtonItems:animated:]
UIPageViewController.h
AddedUIPageViewController
Added UIPageViewController.dataSource
Added UIPageViewController.delegate
Added UIPageViewController.doubleSided
Added UIPageViewController.gestureRecognizers
Added -[UIPageViewController initWithTransitionStyle:navigationOrientation:options:]
Added UIPageViewController.navigationOrientation
Added -[UIPageViewController setViewControllers:direction:animated:completion:]
Added UIPageViewController.spineLocation
Added UIPageViewController.transitionStyle
Added UIPageViewController.viewControllers
Added UIPageViewControllerDataSource
Added -[UIPageViewControllerDataSource pageViewController:viewControllerAfterViewController:]
Added -[UIPageViewControllerDataSource pageViewController:viewControllerBeforeViewController:]
Added UIPageViewControllerDelegate
Added -[UIPageViewControllerDelegate pageViewController:didFinishAnimating:previousViewControllers:transitionCompleted:]
Added -[UIPageViewControllerDelegate pageViewController:spineLocationForInterfaceOrientation:]
Added UIPageViewControllerNavigationDirection
Added UIPageViewControllerNavigationDirectionForward
Added UIPageViewControllerNavigationDirectionReverse
Added UIPageViewControllerNavigationOrientation
Added UIPageViewControllerNavigationOrientationHorizontal
Added UIPageViewControllerNavigationOrientationVertical
Added UIPageViewControllerOptionSpineLocationKey
Added UIPageViewControllerSpineLocation
Added UIPageViewControllerSpineLocationMax
Added UIPageViewControllerSpineLocationMid
Added UIPageViewControllerSpineLocationMin
Added UIPageViewControllerSpineLocationNone
Added UIPageViewControllerTransitionStyle
Added UIPageViewControllerTransitionStylePageCurl
UIPickerView.h
ModifiedUIPickerView
 ProtocolsFromNSCodingToNSCoding, UITableViewDataSource
UIPopoverBackgroundView.h
AddedUIPopoverBackgroundView
Added +[UIPopoverBackgroundView arrowBase]
Added UIPopoverBackgroundView.arrowDirection
Added +[UIPopoverBackgroundView arrowHeight]
Added UIPopoverBackgroundView.arrowOffset
Added +[UIPopoverBackgroundView contentViewInsets]
UIPopoverController.h
Added UIPopoverController.popoverBackgroundViewClass
Added UIPopoverController.popoverLayoutMargins
ModifiedUIPopoverController
 ProtocolsFromnoneToUIAppearanceContainer
UIProgressView.h
Added UIProgressView.UI_APPEARANCE_SELECTOR (no architecture available)
Added UIProgressView.progressImage
Added UIProgressView.progressTintColor
Added -[UIProgressView setProgress:animated:]
AddedUIProgressView.trackImage
Added UIProgressView.trackTintColor
UIReferenceLibraryViewController.h
Added UIReferenceLibraryViewController
Added +[UIReferenceLibraryViewController dictionaryHasDefinitionForTerm:]
Added -[UIReferenceLibraryViewController initWithTerm:]
UIResponder.h
Added -[NSObject makeTextWritingDirectionLeftToRight:]
Added -[NSObject makeTextWritingDirectionRightToLeft:]
UIScreen.h
AddedUIScreen.brightness
Added UIScreen.overscanCompensation
Added UIScreen.wantsSoftwareDimming
Added UIScreenBrightnessDidChangeNotification
AddedUIScreenOverscanCompensation
Added UIScreenOverscanCompensationInsetApplicationFrame
Added UIScreenOverscanCompensationInsetBounds
Added UIScreenOverscanCompensationScale
UIScrollView.h
Added UIScrollView.panGestureRecognizer
Added UIScrollView.pinchGestureRecognizer
Added -[UIScrollViewDelegate scrollViewWillEndDragging:withVelocity:targetContentOffset:]
UISearchBar.h
Added UISearchBar.UI_APPEARANCE_SELECTOR (no architecture available)
Added UISearchBar.backgroundImage
Added -[UISearchBar imageForSearchBarIcon:state:]
Added -[UISearchBar positionAdjustmentForSearchBarIcon:]
Added UISearchBar.scopeBarBackgroundImage
Added -[UISearchBar scopeBarButtonBackgroundImageForState:]
Added -[UISearchBar scopeBarButtonDividerImageForLeftSegmentState:rightSegmentState:]
Added -[UISearchBar scopeBarButtonTitleTextAttributesForState:]
Added -[UISearchBar searchFieldBackgroundImageForState:]
Added UISearchBar.searchFieldBackgroundPositionAdjustment
Added UISearchBar.searchTextPositionAdjustment
Added -[UISearchBar setImage:forSearchBarIcon:state:]
Added -[UISearchBar setPositionAdjustment:forSearchBarIcon:]
Added -[UISearchBar setScopeBarButtonBackgroundImage:forState:]
Added -[UISearchBar setScopeBarButtonDividerImage:forLeftSegmentState:rightSegmentState:]
Added -[UISearchBar setScopeBarButtonTitleTextAttributes:forState:]
Added -[UISearchBar setSearchFieldBackgroundImage:forState:]
Added UISearchBar.spellCheckingType
AddedUISearchBarIcon
AddedUISearchBarIconBookmark
AddedUISearchBarIconClear
AddedUISearchBarIconResultsList
AddedUISearchBarIconSearch
UISearchDisplayController.h
Added UISearchDisplayController.searchResultsTitle
UISegmentedControl.h
Added UISegmentedControl.UI_APPEARANCE_SELECTOR (no architecture available)
Added UISegmentedControl.apportionsSegmentWidthsByContent
Added -[UISegmentedControl backgroundImageForState:barMetrics:]
Added -[UISegmentedControl contentPositionAdjustmentForSegmentType:barMetrics:]
Added -[UISegmentedControl dividerImageForLeftSegmentState:rightSegmentState:barMetrics:]
Added -[UISegmentedControl setBackgroundImage:forState:barMetrics:]
Added -[UISegmentedControl setContentPositionAdjustment:forSegmentType:barMetrics:]
Added -[UISegmentedControl setDividerImage:forLeftSegmentState:rightSegmentState:barMetrics:]
Added -[UISegmentedControl setTitleTextAttributes:forState:]
Added -[UISegmentedControl titleTextAttributesForState:]
AddedUISegmentedControlSegment
Added UISegmentedControlSegmentAlone
Added UISegmentedControlSegmentAny
Added UISegmentedControlSegmentCenter
Added UISegmentedControlSegmentLeft
Added UISegmentedControlSegmentRight
UISlider.h
Added UISlider.UI_APPEARANCE_SELECTOR (no architecture available)
Added UISlider.maximumTrackTintColor
Added UISlider.minimumTrackTintColor
AddedUISlider.thumbTintColor
UISplitViewController.h
Added -[UISplitViewControllerDelegate splitViewController:shouldHideViewController:inOrientation:]
UIStepper.h
AddedUIStepper
AddedUIStepper.autorepeat
AddedUIStepper.continuous
AddedUIStepper.maximumValue
AddedUIStepper.minimumValue
AddedUIStepper.stepValue
AddedUIStepper.value
AddedUIStepper.wraps
UIStoryboard.h
AddedUIStoryboard
Added -[UIStoryboard instantiateInitialViewController]
Added -[UIStoryboard instantiateViewControllerWithIdentifier:]
Added +[UIStoryboard storyboardWithName:bundle:]
UIStoryboardPopoverSegue.h
AddedUIStoryboardPopoverSegue
Added UIStoryboardPopoverSegue.popoverController
UIStoryboardSegue.h
AddedUIStoryboardSegue
Added UIStoryboardSegue.destinationViewController
Added UIStoryboardSegue.identifier
Added -[UIStoryboardSegue initWithIdentifier:source:destination:]
Added-[UIStoryboardSegue perform]
Added UIStoryboardSegue.sourceViewController
UIStringDrawing.h
AddedUITextAttributeFont
AddedUITextAttributeTextColor
Added UITextAttributeTextShadowColor
Added UITextAttributeTextShadowOffset
UISwitch.h
Added UISwitch.UI_APPEARANCE_SELECTOR (no architecture available)
AddedUISwitch.onTintColor
UITabBar.h
Added UITabBar.UI_APPEARANCE_SELECTOR (no architecture available)
AddedUITabBar.backgroundImage
Added UITabBar.selectedImageTintColor
Added UITabBar.selectionIndicatorImage
AddedUITabBar.tintColor
UITabBarItem.h
Added -[UITabBarItem UI_APPEARANCE_SELECTOR] (no architecture available)
Added -[UITabBarItem finishedSelectedImage]
Added -[UITabBarItem finishedUnselectedImage]
Added -[UITabBarItem setFinishedSelectedImage:withFinishedUnselectedImage:]
Added -[UITabBarItem setTitlePositionAdjustment:]
Added -[UITabBarItem titlePositionAdjustment]
UITableView.h
Added UITableView.allowsMultipleSelection
Added UITableView.allowsMultipleSelectionDuringEditing
Added -[UITableView indexPathsForSelectedRows]
Added -[UITableView moveRowAtIndexPath:toIndexPath:]
Added -[UITableView moveSection:toSection:]
Added -[UITableView registerNib:forCellReuseIdentifier:]
Added -[UITableViewDelegate tableView:canPerformAction:forRowAtIndexPath:withSender:]
Added -[UITableViewDelegate tableView:performAction:forRowAtIndexPath:withSender:]
Added -[UITableViewDelegate tableView:shouldShowMenuForRowAtIndexPath:]
Added UITableViewAutomaticDimension
Added UITableViewRowAnimationAutomatic
Modified -[UITableView dequeueReusableCellWithIdentifier:]
 DeclarationFrom- (UITableViewCell *)dequeueReusableCellWithIdentifier:(NSString *)identifierTo- (id)dequeueReusableCellWithIdentifier:(NSString *)identifier
ModifiedNSIndexPath.row
 DeclarationFrom@property(nonatomic, readonly) NSUInteger rowTo@property(nonatomic, readonly) NSInteger row
ModifiedNSIndexPath.section
 DeclarationFrom@property(nonatomic, readonly) NSUInteger sectionTo@property(nonatomic, readonly) NSInteger section
Modified +[NSIndexPath indexPathForRow:inSection:]
 DeclarationFrom+ (NSIndexPath *)indexPathForRow:(NSUInteger)row inSection:(NSUInteger)sectionTo+ (NSIndexPath *)indexPathForRow:(NSInteger)row inSection:(NSInteger)section
UITableViewCell.h
Added UITableViewCell.multipleSelectionBackgroundView
ModifiedUITableViewCell
 ProtocolsFromNSCodingToNSCoding, UIGestureRecognizerDelegate
UITextField.h
ModifiedUITextField
 ProtocolsFromNSCoding, UITextInputTraitsToNSCoding, UITextInput
UITextInput.h
Added +[UITextInputMode activeInputModes]
ModifiedUITextInputTokenizer
 ProtocolsFromnoneToNSObject
ModifiedUITextInputDelegate
 ProtocolsFromnoneToNSObject
UITextInputTraits.h
Added UITextInputTraits.spellCheckingType
AddedUIKeyboardTypeTwitter
AddedUITextSpellCheckingType
Added UITextSpellCheckingTypeDefault
AddedUITextSpellCheckingTypeNo
AddedUITextSpellCheckingTypeYes
UITextView.h
ModifiedUITextView
 ProtocolsFromUITextInputTraitsToUITextInput
UIToolbar.h
Added UIToolbar.UI_APPEARANCE_SELECTOR (no architecture available)
Added -[UIToolbar backgroundImageForToolbarPosition:barMetrics:]
Added -[UIToolbar setBackgroundImage:forToolbarPosition:barMetrics:]
AddedUIToolbarPosition
AddedUIToolbarPositionAny
AddedUIToolbarPositionBottom
AddedUIToolbarPositionTop
UIView.h
Added UIViewAnimationOptionTransitionCrossDissolve
Added UIViewAnimationOptionTransitionFlipFromBottom
Added UIViewAnimationOptionTransitionFlipFromTop
ModifiedUIView
 ProtocolsFromNSCodingToNSCoding, UIAppearance, UIAppearanceContainer
UIViewController.h
Added -[UIViewController addChildViewController:]
Added +[UIViewController attemptRotationToDeviceOrientation]
Added -[UIViewController automaticallyForwardAppearanceAndRotationMethodsToChildViewControllers]
Added UIViewController.childViewControllers
Added UIViewController.definesPresentationContext
Added -[UIViewController didMoveToParentViewController:]
Added -[UIViewController dismissViewControllerAnimated:completion:]
Added -[UIViewController isBeingDismissed]
Added -[UIViewController isBeingPresented]
Added -[UIViewController isMovingFromParentViewController]
Added -[UIViewController isMovingToParentViewController]
Added -[UIViewController performSegueWithIdentifier:sender:]
Added -[UIViewController prepareForSegue:sender:]
Added -[UIViewController presentViewController:animated:completion:]
Added UIViewController.presentedViewController
Added UIViewController.presentingViewController
Added UIViewController.providesPresentationContextTransitionStyle
Added -[UIViewController removeFromParentViewController]
Added UIViewController.storyboard
Added -[UIViewController transitionFromViewController:toViewController:duration:options:animations:completion:]
Added -[UIViewController viewDidLayoutSubviews]
Added -[UIViewController viewWillLayoutSubviews]
Added -[UIViewController viewWillUnload]
Added -[UIViewController willMoveToParentViewController:]
Added UIViewController(UIContainerViewControllerCallbacks)
Added UIViewController(UIContainerViewControllerProtectedMethods)
Added UIViewControllerHierarchyInconsistencyException
Modified -[UIViewController willAnimateFirstHalfOfRotationToInterfaceOrientation:duration:]
 DeprecationFromnoneToiOS 5.0
ModifiedUIViewController
 ProtocolsFromNSCodingToNSCoding, UIAppearanceContainer
Modified -[UIViewController willAnimateSecondHalfOfRotationFromInterfaceOrientation:duration:]
 DeprecationFromnoneToiOS 5.0
Modified -[UIViewController didAnimateFirstHalfOfRotationToInterfaceOrientation:]
 DeprecationFromnoneToiOS 5.0
UIWebView.h
Added UIWebView.mediaPlaybackAllowsAirPlay
AddedUIWebView.scrollView
UIWindow.h
Added UIKeyboardDidChangeFrameNotification
Added UIKeyboardWillChangeFrameNotification

原创粉丝点击