Skip to content

Commit 3bb423e

Browse files
committed
1 parent 9c3aeb7 commit 3bb423e

File tree

3,145 files changed

+10950
-11326
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,145 files changed

+10950
-11326
lines changed

MacOSX10.11.sdk/System/Library/CoreServices/SystemVersion.plist

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
<plist version="1.0">
44
<dict>
55
<key>ProductBuildVersion</key>
6-
<string>15C43</string>
6+
<string>15E60</string>
77
<key>ProductCopyright</key>
8-
<string>1983-2015 Apple Inc.</string>
8+
<string>1983-2016 Apple Inc.</string>
99
<key>ProductName</key>
1010
<string>Mac OS X</string>
1111
<key>ProductUserVisibleVersion</key>
12-
<string>10.11.2</string>
12+
<string>10.11.4</string>
1313
<key>ProductVersion</key>
14-
<string>10.11.2</string>
14+
<string>10.11.4</string>
1515
</dict>
1616
</plist>

MacOSX10.11.sdk/System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation.tbd

+29-12
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,14 @@ exports:
386386
_AVCompositionTrackInternal.mutableComposition,
387387
_AVCompositionTrackSegmentInternal.editAssetTrackID,
388388
_AVCompositionTrackSegmentInternal.editAssetURL,
389+
_AVContentKeyRequest._appIdentifier, _AVContentKeyRequest._delegate,
390+
_AVContentKeyRequest._error, _AVContentKeyRequest._initializationData,
391+
_AVContentKeyRequest._session, _AVContentKeyRequest._status,
392+
_AVContentKeySessionInternal._appIdentifier, _AVContentKeySessionInternal._decryptorsByInitData,
393+
_AVContentKeySessionInternal._delegate, _AVContentKeySessionInternal._isExpired,
394+
_AVContentKeySessionInternal._protector, _AVContentKeySessionInternal._protectorSessionIdentifier,
395+
_AVContentKeySessionInternal._storageURL, _AVContentKeySessionInternal._streamDataParsers,
396+
_AVContentKeySessionInternal._threadSafetyQ, _AVContentKeySessionInternal._welf,
389397
_AVCustomVideoCompositorSession._callbackContextToken,
390398
_AVCustomVideoCompositorSession._clientCustomCompositor,
391399
_AVCustomVideoCompositorSession._clientCustomCompositorQ,
@@ -673,17 +681,19 @@ exports:
673681
_AVSampleCursorInternal.implementsGetDependencyInfo,
674682
_AVSampleCursorInternal.implementsGetDuration, _AVSampleCursorInternal.implementsTestReorderingBoundary,
675683
_AVScheduledAudioParametersInternal.ramps, _AVStreamDataParserInternal._accumulatedInitializationData,
676-
_AVStreamDataParserInternal._appIdentifier, _AVStreamDataParserInternal._asset,
684+
_AVStreamDataParserInternal._asset, _AVStreamDataParserInternal._contentKeySession,
685+
_AVStreamDataParserInternal._currentTrackID, _AVStreamDataParserInternal._defaultContentKeySession,
677686
_AVStreamDataParserInternal._delegate, _AVStreamDataParserInternal._encounteredStreamDiscontinuity,
678-
_AVStreamDataParserInternal._error, _AVStreamDataParserInternal._figCPEProtector,
679-
_AVStreamDataParserInternal._figCPEProtectorSessionIdentifier,
680-
_AVStreamDataParserInternal._figManifold, _AVStreamDataParserInternal._samplesBeforeReady,
687+
_AVStreamDataParserInternal._error, _AVStreamDataParserInternal._figManifold,
688+
_AVStreamDataParserInternal._legacyStreamSession,
689+
_AVStreamDataParserInternal._samplesBeforeReady,
681690
_AVStreamDataParserInternal._samplesBeforeReadyTotalDuration,
682691
_AVStreamDataParserInternal._samplesBeforeReadyTotalSize,
683-
_AVStreamDataParserInternal._session, _AVStreamDataParserInternal._status,
684-
_AVStreamDataParserInternal._threadSafetyQ, _AVStreamDataParserInternal._trackDecryptorsByTrackID,
692+
_AVStreamDataParserInternal._sessionKeyRequest,
693+
_AVStreamDataParserInternal._status, _AVStreamDataParserInternal._threadSafetyQ,
694+
_AVStreamDataParserInternal._trackDecryptorsByTrackID,
695+
_AVStreamDataParserInternal._trackFormatDescriptionsByTrackID,
685696
_AVStreamDataParserInternal._trackIDsNotProvidingMedia,
686-
_AVStreamDataParserInternal._trackKeyRequestInitializationDataByTrackID,
687697
_AVStreamDataParserInternal._tracksBecomingReadyByTrackID,
688698
_AVStreamDataParserInternal._typeIdOfInitialFigManifold,
689699
_AVStreamSessionInternal._appIdentifier, _AVStreamSessionInternal._figCPEProtector,
@@ -827,7 +837,8 @@ exports:
827837
_AVChapterGroupChaptersKey, _AVChapterGroupExtendedLanguageTagKey,
828838
_AVChapterGroupLanguageCodeKey, _AVChapterGroupPerChapterInfoKey,
829839
_AVChapterGroupTypeKey, _AVContentAuthorizationInfoPlayInfoKey,
830-
_AVContentAuthorizationInfoSessionIDKey, _AVCoreAnimationBeginTimeAtZero,
840+
_AVContentAuthorizationInfoSessionIDKey, _AVContentKeyRequestCreateDecryptorUsingFormatDescription,
841+
_AVContentKeyRequestProtocolVersionsKey, _AVCoreAnimationBeginTimeAtZero,
831842
_AVCropRectangleRampEndCropRectangleKey, _AVCropRectangleRampStartCropRectangleKey,
832843
_AVErrorDeviceKey, _AVErrorDiscontinuityFlagsKey,
833844
_AVErrorExceptionKey, _AVErrorFileSizeKey, _AVErrorFileTypeKey,
@@ -1110,6 +1121,8 @@ exports:
11101121
_AVMetadataIdentifierQuickTimeMetadataEncodedBy,
11111122
_AVMetadataIdentifierQuickTimeMetadataGenre, _AVMetadataIdentifierQuickTimeMetadataInformation,
11121123
_AVMetadataIdentifierQuickTimeMetadataKeywords,
1124+
_AVMetadataIdentifierQuickTimeMetadataLivePhotoVideoStabilizationCropPercentageDenominator,
1125+
_AVMetadataIdentifierQuickTimeMetadataLivePhotoVideoStabilizationCropPercentageNumerator,
11131126
_AVMetadataIdentifierQuickTimeMetadataLocationBody,
11141127
_AVMetadataIdentifierQuickTimeMetadataLocationDate,
11151128
_AVMetadataIdentifierQuickTimeMetadataLocationISO6709,
@@ -1212,6 +1225,8 @@ exports:
12121225
_AVMetadataQuickTimeMetadataKeyDirector, _AVMetadataQuickTimeMetadataKeyDisplayName,
12131226
_AVMetadataQuickTimeMetadataKeyEncodedBy, _AVMetadataQuickTimeMetadataKeyGenre,
12141227
_AVMetadataQuickTimeMetadataKeyInformation, _AVMetadataQuickTimeMetadataKeyKeywords,
1228+
_AVMetadataQuickTimeMetadataKeyLivePhotoVideoStabilizationCropPercentageDenominator,
1229+
_AVMetadataQuickTimeMetadataKeyLivePhotoVideoStabilizationCropPercentageNumerator,
12151230
_AVMetadataQuickTimeMetadataKeyLocationBody, _AVMetadataQuickTimeMetadataKeyLocationDate,
12161231
_AVMetadataQuickTimeMetadataKeyLocationISO6709,
12171232
_AVMetadataQuickTimeMetadataKeyLocationName, _AVMetadataQuickTimeMetadataKeyLocationNote,
@@ -1476,10 +1491,12 @@ exports:
14761491
_AVComposition, _AVCompositionFormatReaderInspector,
14771492
_AVCompositionInternal, _AVCompositionTrack, _AVCompositionTrackInternal,
14781493
_AVCompositionTrackReaderInspector, _AVCompositionTrackSegment,
1479-
_AVCompositionTrackSegmentInternal, _AVCoreImageFilterCustomVideoCompositor,
1480-
_AVCoreImageFilterVideoCompositionInstruction, _AVCustomVideoCompositorSession,
1481-
_AVDateRangeMetadataGroup, _AVDateRangeMetadataGroupInternal,
1482-
_AVDispatchGroup, _AVExportSettingsOutputSettingsAssistantBaseSettings,
1494+
_AVCompositionTrackSegmentInternal, _AVContentKeyRequest,
1495+
_AVContentKeySession, _AVContentKeySessionInternal,
1496+
_AVCoreImageFilterCustomVideoCompositor, _AVCoreImageFilterVideoCompositionInstruction,
1497+
_AVCustomVideoCompositorSession, _AVDateRangeMetadataGroup,
1498+
_AVDateRangeMetadataGroupInternal, _AVDispatchGroup,
1499+
_AVExportSettingsOutputSettingsAssistantBaseSettings,
14831500
_AVExportSettingsOutputSettingsAssistantVideoSettingsAdjuster,
14841501
_AVFigAssetInspector, _AVFigAssetInspectorLoader,
14851502
_AVFigAssetTrackInspector, _AVFigAssetWriterAudioTrack,

MacOSX10.11.sdk/System/Library/Frameworks/AVFoundation.framework/Versions/A/Headers/AVError.h

+3
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,8 @@ typedef NS_ENUM(NSInteger, AVError) {
9696
#if TARGET_OS_IPHONE
9797
AVErrorRecordingAlreadyInProgress NS_AVAILABLE_IOS(9_0) = -11859, // on iOS, AVCaptureMovieFileOutput only supports one recording at a time
9898
#endif
99+
#if !TARGET_OS_EMBEDDED
100+
AVErrorCreateContentKeyRequestFailed NS_AVAILABLE(10_11, NA) = -11860,
101+
#endif
99102

100103
};

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/LinearAlgebra/object.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
call free( ) on LinearAlgebra objects; this will typically result in leaks.
3232
*/
3333
#if OS_OBJECT_USE_OBJC
34-
OS_OBJECT_DECL(la_object,);
34+
OS_OBJECT_DECL(la_object);
3535
# define LA_RETURNS_RETAINED OS_OBJECT_RETURNS_RETAINED
3636
#else
3737
typedef struct la_s *la_object_t;

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vBasicOps.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Contains: Basic Algebraic Operations for AltiVec
55
6-
Version: vecLib-563.4
6+
Version: vecLib-563.5
77
88
Copyright: Copyright (c) 1999-2015 by Apple Inc. All rights reserved.
99

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vBigNum.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Contains: Algebraic and logical operations on large operands.
55
6-
Version: vecLib-563.4
6+
Version: vecLib-563.5
77
88
Copyright: Copyright (c) 1999-2015 by Apple Inc. All rights reserved.
99

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vDSP.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Contains: AltiVec DSP Interfaces
55
6-
Version: vecLib-563.4
6+
Version: vecLib-563.5
77
88
Copyright: Copyright (c) 2000-2015 by Apple Inc. All rights reserved.
99
@@ -251,7 +251,7 @@ extern "C" {
251251
vDSP_Version1 is a minor version number.
252252
*/
253253
#define vDSP_Version0 563
254-
#define vDSP_Version1 4
254+
#define vDSP_Version1 5
255255

256256

257257
/* Define types:

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vDSP_translate.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Contains: Master include for vecLib framework
55
6-
Version: vecLib-563.4
6+
Version: vecLib-563.5
77
88
Copyright: Copyright (c) 2000-2015 by Apple Inc. All rights reserved.
99

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vForce.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
vForce.h (from vecLib-563.4)
2+
vForce.h (from vecLib-563.5)
33
Copyright (c) 1999-2015 by Apple Inc. All rights reserved.
44
55
@APPLE_LICENSE_HEADER_START@

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vecLib.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Contains: Master include for vecLib framework
55
6-
Version: vecLib-563.4
6+
Version: vecLib-563.5
77
88
Copyright: Copyright (c) 2000-2015 by Apple Inc. All rights reserved.
99

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vecLibTypes.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Contains: Master include for vecLib framework
55
6-
Version: vecLib-563.4
6+
Version: vecLib-563.5
77
88
Copyright: Copyright (c) 2000-2015 by Apple Inc. All rights reserved.
99

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vectorOps.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
44
Contains: vector and matrix functions for AltiVec
55
6-
Version: vecLib-563.4
6+
Version: vecLib-563.5
77
88
Copyright: Copyright (c) 1999-2015 by Apple Inc. All rights reserved.
99

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/Headers/vfp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* vfp.h (from vecLib-563.4)
1+
/* vfp.h (from vecLib-563.5)
22
* Copyright (c) 1999-2015 by Apple Inc. All rights reserved.
33
*
44
* Overview:

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.tbd

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ platform: macosx
44
install-name: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
55
exports:
66
- archs: [ i386, x86_64, x86_64h ]
7+
allowed-clients: [ vecLib ]
78
symbols: [ _sparse_commit, _sparse_elementwise_norm_double,
89
_sparse_elementwise_norm_float, _sparse_extract_block_double,
910
_sparse_extract_block_float, _sparse_extract_sparse_column_double,

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.tbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
archs: [ i386, x86_64, x86_64h ]
33
platform: macosx
44
install-name: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
5-
current-version: 563.4
5+
current-version: 563.5
66
exports:
77
- archs: [ i386 ]
88
symbols: [ _conv, _convD, _create_fftsetup, _create_fftsetupD,

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.tbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
archs: [ i386, x86_64, x86_64h ]
33
platform: macosx
44
install-name: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
5-
current-version: 563.4
5+
current-version: 563.5
66
exports:
77
- archs: [ i386, x86_64, x86_64h ]
88
symbols: [ _VVACOS, _VVACOSF, _VVACOSF_, _VVACOSH, _VVACOSHF,

MacOSX10.11.sdk/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib.tbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
archs: [ i386, x86_64, x86_64h ]
33
platform: macosx
44
install-name: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
5-
current-version: 563.4
5+
current-version: 563.5
66
exports:
77
- archs: [ i386, x86_64, x86_64h ]
88
re-exports: [ /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib,

MacOSX10.11.sdk/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook.tbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
archs: [ i386, x86_64 ]
33
platform: macosx
44
install-name: /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
5-
current-version: 1679.3
5+
current-version: 1679.9
66
exports:
77
- archs: [ x86_64 ]
88
objc-classes: [ _ABPersonPicker ]

MacOSX10.11.sdk/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit.tbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
archs: [ i386, x86_64 ]
33
platform: macosx
44
install-name: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
5-
current-version: 1404.32
5+
current-version: 1404.46
66
compatibility-version: 45.0
77
exports:
88
- archs: [ i386 ]

MacOSX10.11.sdk/System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork.tbd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
archs: [ i386, x86_64 ]
33
platform: macosx
44
install-name: /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
5-
current-version: 760.2.5
5+
current-version: 760.4.2
66
exports:
77
- archs: [ i386 ]
88
symbols: [ '$ld$hide$os10.0$.objc_class_name_NSCachedURLResponse',

0 commit comments

Comments
 (0)