Skip to content

Commit

Permalink
macOS 10.12.2 SDK @ Xcode 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Dec 17, 2016
1 parent c21ab81 commit 8401612
Show file tree
Hide file tree
Showing 1,215 changed files with 8,363 additions and 5,004 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<plist version="1.0">
<dict>
<key>ProductBuildVersion</key>
<string>16B2649</string>
<string>16C58</string>
<key>ProductCopyright</key>
<string>1983-2016 Apple Inc.</string>
<key>ProductName</key>
<string>Mac OS X</string>
<key>ProductUserVisibleVersion</key>
<string>10.12.1</string>
<string>10.12.2</string>
<key>ProductVersion</key>
<string>10.12.1</string>
<string>10.12.2</string>
</dict>
</plist>
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- !tapi-tbd-v2
archs: [ i386, x86_64 ]
uuids: [ 'i386: 6B974132-BE26-3E96-A2C5-1D7A73CAE382', 'x86_64: C9BB2C4C-4B0D-334B-8428-A80327E45987' ]
uuids: [ 'i386: 4334843B-E8CF-3E2D-B878-528047D9967C', 'x86_64: E4A1E7B9-9C37-3244-8415-F0F028CB2859' ]
platform: macosx
install-name: /System/Library/Frameworks/AGL.framework/Versions/A/AGL
objc-constraint: none
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- !tapi-tbd-v2
archs: [ i386, x86_64 ]
uuids: [ 'i386: 779883AB-EC04-3FF3-B53F-DB993823A80B', 'x86_64: BF237CEA-F7CB-3ECD-AAE4-E9589D02C2F9' ]
uuids: [ 'i386: 9A3E50AD-14A1-3B0E-879C-91090C17F341', 'x86_64: 0D0BB4A4-F987-381B-885E-88A81F50FD50' ]
platform: macosx
install-name: /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
current-version: 2.0
Expand Down Expand Up @@ -114,7 +114,8 @@ exports:
_AVAssetResourceLoadingRequestInternal.cachedData, _AVAssetResourceLoadingRequestInternal.cancelled,
_AVAssetResourceLoadingRequestInternal.contentInformationRequest,
_AVAssetResourceLoadingRequestInternal.dataCachingQueue, _AVAssetResourceLoadingRequestInternal.dataRequest,
_AVAssetResourceLoadingRequestInternal.figAsset, _AVAssetResourceLoadingRequestInternal.figImageGenerator,
_AVAssetResourceLoadingRequestInternal.figAsset, _AVAssetResourceLoadingRequestInternal.figCryptor,
_AVAssetResourceLoadingRequestInternal.figImageGenerator,
_AVAssetResourceLoadingRequestInternal.figPlaybackItem, _AVAssetResourceLoadingRequestInternal.finished,
_AVAssetResourceLoadingRequestInternal.redirect, _AVAssetResourceLoadingRequestInternal.requestDictionary,
_AVAssetResourceLoadingRequestInternal.response, _AVAssetResourceLoadingRequestInternal.sentContentInfo,
Expand Down Expand Up @@ -435,8 +436,7 @@ exports:
_AVPlayerInternal.expectedAssetTypes, _AVPlayerInternal.externalPlaybackVideoGravity,
_AVPlayerInternal.figConfigurationQueue, _AVPlayerInternal.figMasterClock,
_AVPlayerInternal.figPlaybackItemToIdentifyNextCurrentItem,
_AVPlayerInternal.figPlayer, _AVPlayerInternal.iapdExtendedModeIsActive,
_AVPlayerInternal.items, _AVPlayerInternal.itemsInFigPlayQueue,
_AVPlayerInternal.figPlayer, _AVPlayerInternal.items, _AVPlayerInternal.itemsInFigPlayQueue,
_AVPlayerInternal.ivarAccessQueue, _AVPlayerInternal.lastItem,
_AVPlayerInternal.layersQ, _AVPlayerInternal.logPerformanceData,
_AVPlayerInternal.multichannelAudioStrategy, _AVPlayerInternal.needsToCreateFigPlayer,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- !tapi-tbd-v2
archs: [ i386, x86_64 ]
uuids: [ 'i386: CF7AFF8B-2116-3335-A15E-939178A2CBC9', 'x86_64: 18E472FC-5AD7-33B8-8D46-49D5AC2DB13A' ]
uuids: [ 'i386: F411961D-D87D-35D8-B43D-DBA096EB0600', 'x86_64: E3CDC215-9272-3F94-8093-865CA181F728' ]
platform: macosx
install-name: /System/Library/Frameworks/AVFoundation.framework/Versions/A/Frameworks/AVFAudio.framework/Versions/A/AVFAudio
objc-constraint: none
Expand Down Expand Up @@ -28,7 +28,8 @@ exports:
_AVNumberOfChannelsKey, _AVSampleRateConverterAlgorithmKey,
_AVSampleRateConverterAlgorithm_Mastering, _AVSampleRateConverterAlgorithm_MinimumPhase,
_AVSampleRateConverterAlgorithm_Normal, _AVSampleRateConverterAudioQualityKey,
_AVSampleRateKey, _AVVoiceActivationDeviceIDKey, _AVVoiceActivationModeKey ]
_AVSampleRateKey, _AVVoiceActivationDeviceIDKey, _AVVoiceActivationModeKey,
_AVVoiceControllerNoRecordRoute ]
objc-classes: [ _AVAudioBuffer, _AVAudioChannelLayout, _AVAudioCompressedBuffer,
_AVAudioConnectionPoint, _AVAudioConverter, _AVAudioEndpointDetector,
_AVAudioEngine, _AVAudioEnvironmentDistanceAttenuationParameters,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
#import <AVFoundation/AVAudioFormat.h>
#import <Foundation/Foundation.h>
#import <AVFAudio/AVAudioSettings.h>

#if TARGET_OS_IPHONE
#import <AVFAudio/AVAudioSession.h>
#endif // #if TARGET_OS_EMBEDDED

#import <Availability.h>

NS_ASSUME_NONNULL_BEGIN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
#import <AVFoundation/AVAudioFormat.h>
#import <Foundation/Foundation.h>
#import <AVFAudio/AVAudioSettings.h>

#if TARGET_OS_IPHONE
#import <AVFAudio/AVAudioSession.h>
#endif // #if TARGET_OS_EMBEDDED

#import <Availability.h>

NS_ASSUME_NONNULL_BEGIN
Expand Down Expand Up @@ -76,7 +81,7 @@ NS_CLASS_AVAILABLE(10_7, 3_0) __TVOS_UNAVAILABLE __WATCHOS_PROHIBITED
/* The channels property lets you assign the output to record specific channels as described by AVAudioSession's channels property */
/* This property is nil valued until set. */
/* The array must have the same number of channels as returned by the numberOfChannels property. */
@property(nonatomic, copy, nullable) NSArray<NSNumber *> *channelAssignments NS_AVAILABLE(10_9, 7_0); /* Array of AVAudioSessionChannelDescription objects */
@property(nonatomic, copy, nullable) NSArray<AVAudioSessionChannelDescription *> *channelAssignments NS_AVAILABLE(10_9, 7_0); /* Array of AVAudioSessionChannelDescription objects */
#endif

@end
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,11 +346,18 @@ typedef NS_OPTIONS(NSUInteger, AVAssetReferenceRestrictions) {

/*!
@property containsFragments
@abstract Indicates whether the asset is extended by at least one movie fragment.
@abstract Indicates whether the asset is extended by at least one fragment.
@discussion For QuickTime movie files and MPEG-4 files, the value of this property is YES if canContainFragments is YES and at least one 'moof' box is present after the 'moov' box.
*/
@property (nonatomic, readonly) BOOL containsFragments NS_AVAILABLE(10_11, 9_0);

/*!
@property overallDurationHint
@abstract Indicates the total duration of fragments that either exist now or may be appended in the future in order to extend the duration of the asset.
@discussion For QuickTime movie files and MPEG-4 files, the value of this property is obtained from the 'mehd' box of the 'mvex' box, if present. If no total fragment duration hint is available, the value of this property is kCMTimeInvalid.
*/
@property (nonatomic, readonly) CMTime overallDurationHint NS_AVAILABLE(10_12_3, 10_3);

@end


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- !tapi-tbd-v2
archs: [ x86_64 ]
uuids: [ 'x86_64: 967D72FD-6575-3A0D-BC9E-9CE8A7913345' ]
uuids: [ 'x86_64: C159B9A7-DB28-3394-9674-F7504B317396' ]
platform: macosx
install-name: /System/Library/Frameworks/AVKit.framework/Versions/A/AVKit
objc-constraint: none
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- !tapi-tbd-v2
archs: [ i386, x86_64, x86_64h ]
uuids: [ 'i386: 3A559DCD-E3D9-3354-9911-7451191C2C46', 'x86_64: 043ADD7F-E061-3E02-9C16-CBF6E070B2A7',
'x86_64h: 68CF8C0C-63D5-3F6D-B40B-ECFAEBAEE558' ]
uuids: [ 'i386: 708E75DC-A9AC-345D-88CD-AC21FB1E73D1', 'x86_64: 4E2DCEFA-F243-3FAE-8BFC-0B349973DD14',
'x86_64h: 518D3064-6E1E-3DF6-881B-57867DFE9B1E' ]
platform: macosx
install-name: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
current-version: 331.5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- !tapi-tbd-v2
archs: [ i386, x86_64, x86_64h ]
uuids: [ 'i386: B9E84439-6A22-3D04-B7E4-BEC4C60DBE93', 'x86_64: 64DC1EBD-E22E-3F8B-B44D-76043CBDC1AD',
'x86_64h: BE66DAAF-2955-3C36-8D6C-1518503A7F4C' ]
uuids: [ 'i386: 685A28A8-BAAF-3457-B21C-A176D712F464', 'x86_64: 77F96C96-725E-31E5-8072-D09C6BD988A2',
'x86_64h: 6408805B-67E9-3874-8D32-0BB814CE5CDA' ]
platform: macosx
install-name: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
current-version: 331.5
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- !tapi-tbd-v2
archs: [ x86_64 ]
uuids: [ 'x86_64: 9C46569B-7868-32AD-8A3C-46413CD47990' ]
uuids: [ 'x86_64: E9D296BC-6DAC-3AB2-81A0-8DD6D1F8673B' ]
platform: macosx
install-name: /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
current-version: 0.0
Expand Down Expand Up @@ -77,9 +77,10 @@ exports:
_ACShouldSuppressPromptsKey, _ACTencentWeiboAppIdKey, _ACTencentWeiboClientConsumerKey,
_ACTokenExpiryDateKey, _ACTokenKey, _ACYahooXYMPKICookieCrumbKey,
_ACYahooXYMPKICookieTKey, _ACYahooXYMPKICookieYKey, _ACYahooXYMPKITokenKey,
__ACLogInternal, __ACLogInternalV, __ACLogSystem, _ac_dispatch_remote,
_createACAccountWithASAccountProperties, _createACAccountWithASAccountPropertiesAndACAccountType,
_kACAccountIdentifier, _kACAllowedSSLCertificatesKey, _kACDAllAccountsAccessEntitlement,
__ACLogInternal, __ACLogInternalV, __ACLogSystem, __ACSignpostCreate,
__ACSignpostLogSystem, _ac_dispatch_remote, _createACAccountWithASAccountProperties,
_createACAccountWithASAccountPropertiesAndACAccountType, _kACAccountIdentifier,
_kACAllowedSSLCertificatesKey, _kACDAllAccountsAccessEntitlement,
_kACDAppleAccountsFullAccessEntitlement, _kACDAppleIDAuthenticationDefaultAccessEntitlement,
_kACDApplicationIDFromPIDEntitlement, _kACDAuthenticationDialogHostEntitlement,
_kACDBundleIDSpoofingEntitlement, _kACDConnectBeforeAccountMigrationDidFinishEntitlement,
Expand Down
Loading

0 comments on commit 8401612

Please sign in to comment.