Skip to content

Commit 4c6c88f

Browse files
committed
iOS 10.1
1 parent f7f2c13 commit 4c6c88f

File tree

928 files changed

+10678
-1537
lines changed

Some content is hidden

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

928 files changed

+10678
-1537
lines changed

Frameworks/AVFoundation.framework/AVCaptureDevice.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
- (BOOL)isAdjustingFocus;
9797
- (BOOL)isAdjustingWhiteBalance;
9898
- (BOOL)isAutoFocusRangeRestrictionSupported;
99+
- (BOOL)isAutoShallowDepthOfFieldEffectEnabled;
99100
- (BOOL)isConnected;
100101
- (BOOL)isExposureModeSupported:(int)arg1;
101102
- (BOOL)isExposurePointOfInterestSupported;
@@ -161,6 +162,7 @@
161162
- (void)setActiveVideoMaxFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
162163
- (void)setActiveVideoMinFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
163164
- (void)setAutoFocusRangeRestriction:(int)arg1;
165+
- (void)setAutoShallowDepthOfFieldEffectEnabled:(BOOL)arg1;
164166
- (void)setAutomaticallyAdjustsImageControlMode:(BOOL)arg1;
165167
- (void)setAutomaticallyAdjustsVideoHDREnabled:(BOOL)arg1;
166168
- (void)setAutomaticallyEnablesLowLightBoostWhenAvailable:(BOOL)arg1;
@@ -191,6 +193,7 @@
191193
- (void)setVideoZoomFactor:(float)arg1;
192194
- (void)setWhiteBalanceMode:(int)arg1;
193195
- (void)setWhiteBalanceModeLockedWithDeviceWhiteBalanceGains:(struct { float x1; float x2; float x3; })arg1 completionHandler:(id /* block */)arg2;
196+
- (int)shallowDepthOfFieldEffectStatus;
194197
- (BOOL)smileDetectionEnabled;
195198
- (BOOL)startUsingDevice:(id*)arg1;
196199
- (void)stopUsingDevice;

Frameworks/AVFoundation.framework/AVCaptureDeviceFormat.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- (BOOL)isIrisVideoStabilizationSupported;
4848
- (BOOL)isPhotoFormat;
4949
- (BOOL)isSISSupported;
50+
- (BOOL)isShallowDepthOfFieldEffectSupported;
5051
- (BOOL)isVideoBinned;
5152
- (BOOL)isVideoHDRSupported;
5253
- (BOOL)isVideoStabilizationModeSupported:(int)arg1;

Frameworks/AVFoundation.framework/AVCaptureDeviceInputInternal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
@interface AVCaptureDeviceInputInternal : NSObject {
66
BOOL authorizedForCamera;
77
AVCaptureDevice * device;
8-
<AVCallbackCancellation> * deviceClockCallbackInvoker;
98
<AVCallbackCancellation> * deviceOpenCallbackInvoker;
109
NSArray * ports;
1110
BOOL ready;

Frameworks/AVFoundation.framework/AVCaptureFigAudioDevice.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,12 @@
44

55
@interface AVCaptureFigAudioDevice : AVCaptureDevice {
66
NSDictionary * _attributes;
7-
struct OpaqueFigSimpleMutex { } * _clockMutex;
8-
BOOL _decoupledIOActive;
9-
struct OpaqueCMClock { } * _decoupledIOClock;
10-
struct OpaqueCMClock { } * _defaultClock;
11-
struct OpaqueCMClock { } * _deviceClock;
127
struct OpaqueFigCaptureSource { } * _fcs;
138
NSObject<OS_dispatch_queue> * _fcsQueue;
149
BOOL _isConnected;
1510
BOOL _levelMeteringEnabled;
1611
NSString * _localizedName;
1712
NSObject<OS_dispatch_semaphore> * _serverConnectionDiedSemaphore;
18-
BOOL _supportsDecoupledIO;
1913
AVWeakReference * _weakReference;
2014
}
2115

@@ -30,7 +24,6 @@
3024
- (void)_setFigCaptureSource:(struct OpaqueFigCaptureSource { }*)arg1;
3125
- (void)audioInputDeviceLocalizedNameDidChangeHandler:(id)arg1;
3226
- (void)audioInputDevicesDidChangeHandler:(id)arg1;
33-
- (void)avAudioSessionRouteChangeHandler:(id)arg1;
3427
- (void)dealloc;
3528
- (struct OpaqueCMClock { }*)deviceClock;
3629
- (id)deviceType;
@@ -46,6 +39,5 @@
4639
- (void)stopUsingDevice;
4740
- (BOOL)supportsAVCaptureSessionPreset:(id)arg1;
4841
- (id)uniqueID;
49-
- (id)valueForUndefinedKey:(id)arg1;
5042

5143
@end

Frameworks/AVFoundation.framework/AVCaptureFigVideoDevice.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
BOOL _adjustingFocus;
2525
BOOL _adjustingWB;
2626
int _autoFocusRangeRestriction;
27+
BOOL _autoShallowDepthOfFieldEffectEnabled;
2728
BOOL _automaticallyAdjustsImageControlMode;
2829
BOOL _automaticallyAdjustsVideoHDREnabled;
2930
BOOL _automaticallyEnablesLowLightBoostWhenAvailable;
@@ -130,6 +131,7 @@
130131
BOOL _sceneIsHighDynamicRange;
131132
NSObject<OS_dispatch_semaphore> * _serverConnectionDiedSemaphore;
132133
NSDictionary * _sessionPresetCompressionSettings;
134+
int _shallowDepthOfFieldEffectStatus;
133135
BOOL _smileDetectionEnabled;
134136
BOOL _smoothAutoFocusEnabled;
135137
BOOL _subjectMonitoringEnabled;
@@ -223,6 +225,7 @@
223225
- (void)_setIsStillImageStabilizationScene:(BOOL)arg1;
224226
- (void)_setLowLightBoostEnabled:(BOOL)arg1;
225227
- (void)_setMinAvailableVideoZoomFactor:(float)arg1;
228+
- (void)_setShallowDepthOfFieldEffectStatus:(int)arg1;
226229
- (void)_setStillImageStabilizationAutomaticallyEnabled:(BOOL)arg1;
227230
- (void)_setStillImageStabilizationDetectionEnabled:(BOOL)arg1;
228231
- (void)_setTorchActive:(BOOL)arg1;
@@ -287,6 +290,7 @@
287290
- (BOOL)isAdjustingFocus;
288291
- (BOOL)isAdjustingWhiteBalance;
289292
- (BOOL)isAutoFocusRangeRestrictionSupported;
293+
- (BOOL)isAutoShallowDepthOfFieldEffectEnabled;
290294
- (BOOL)isConnected;
291295
- (BOOL)isExposureModeSupported:(int)arg1;
292296
- (BOOL)isExposurePointOfInterestSupported;
@@ -355,6 +359,7 @@
355359
- (void)setActiveVideoMaxFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
356360
- (void)setActiveVideoMinFrameDuration:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
357361
- (void)setAutoFocusRangeRestriction:(int)arg1;
362+
- (void)setAutoShallowDepthOfFieldEffectEnabled:(BOOL)arg1;
358363
- (void)setAutomaticallyAdjustsImageControlMode:(BOOL)arg1;
359364
- (void)setAutomaticallyAdjustsVideoHDREnabled:(BOOL)arg1;
360365
- (void)setAutomaticallyEnablesLowLightBoostWhenAvailable:(BOOL)arg1;
@@ -388,6 +393,7 @@
388393
- (void)setVideoZoomUpscaleStageHint:(int)arg1;
389394
- (void)setWhiteBalanceMode:(int)arg1;
390395
- (void)setWhiteBalanceModeLockedWithDeviceWhiteBalanceGains:(struct { float x1; float x2; float x3; })arg1 completionHandler:(id /* block */)arg2;
396+
- (int)shallowDepthOfFieldEffectStatus;
391397
- (BOOL)smileDetectionEnabled;
392398
- (id)supportedMetadataObjectIdentifiers;
393399
- (BOOL)supportsAVCaptureSessionPreset:(id)arg1;

Frameworks/AVFoundation.framework/AVCapturePhotoSettings.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- (unsigned long)formatFourCC;
4040
- (id)init;
4141
- (BOOL)isAutoBravoImageFusionEnabled;
42+
- (BOOL)isAutoShallowDepthOfFieldEffectEnabled;
4243
- (BOOL)isAutoStillImageStabilizationEnabled;
4344
- (BOOL)isHighResolutionPhotoEnabled;
4445
- (BOOL)isOriginalPhotoDeliveryEnabled;
@@ -55,6 +56,7 @@
5556
- (id)previewPhotoFormat;
5657
- (unsigned long)rawPhotoPixelFormatType;
5758
- (void)setAutoBravoImageFusionEnabled:(BOOL)arg1;
59+
- (void)setAutoShallowDepthOfFieldEffectEnabled:(BOOL)arg1;
5860
- (void)setAutoStillImageStabilizationEnabled:(BOOL)arg1;
5961
- (void)setFlashMode:(int)arg1;
6062
- (void)setHDRMode:(int)arg1;

Frameworks/AVFoundation.framework/AVCapturePhotoSettingsInternal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@interface AVCapturePhotoSettingsInternal : NSObject {
66
int HDRMode;
77
BOOL autoBravoImageFusionEnabled;
8+
BOOL autoShallowDepthOfFieldEffectEnabled;
89
BOOL autoStillImageStabilizationEnabled;
910
int flashMode;
1011
NSDictionary * format;

Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettings.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@
1717

1818
// Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
1919

20-
+ (id)resolvedSettingsWithUniqueID:(long long)arg1 photoDimensions:(struct { int x1; int x2; })arg2 rawPhotoDimensions:(struct { int x1; int x2; })arg3 previewDimensions:(struct { int x1; int x2; })arg4 livePhotoMovieEnabled:(BOOL)arg5 livePhotoMovieDimensions:(struct { int x1; int x2; })arg6 turboModeEnabled:(BOOL)arg7 flashEnabled:(BOOL)arg8 HDREnabled:(BOOL)arg9 originalPhotoDeliveryEnabled:(BOOL)arg10 stillImageStabilizationEnabled:(BOOL)arg11 bravoImageFusionEnabled:(BOOL)arg12 squareCropEnabled:(BOOL)arg13;
20+
+ (id)resolvedSettingsWithUniqueID:(long long)arg1 photoDimensions:(struct { int x1; int x2; })arg2 rawPhotoDimensions:(struct { int x1; int x2; })arg3 previewDimensions:(struct { int x1; int x2; })arg4 livePhotoMovieEnabled:(BOOL)arg5 livePhotoMovieDimensions:(struct { int x1; int x2; })arg6 turboModeEnabled:(BOOL)arg7 flashEnabled:(BOOL)arg8 HDREnabled:(BOOL)arg9 shallowDepthOfFieldEffectEnabled:(BOOL)arg10 originalPhotoDeliveryEnabled:(BOOL)arg11 stillImageStabilizationEnabled:(BOOL)arg12 bravoImageFusionEnabled:(BOOL)arg13 squareCropEnabled:(BOOL)arg14;
2121

22-
- (id)_initWithUniqueID:(long long)arg1 photoDimensions:(struct { int x1; int x2; })arg2 rawPhotoDimensions:(struct { int x1; int x2; })arg3 previewDimensions:(struct { int x1; int x2; })arg4 livePhotoMovieEnabled:(BOOL)arg5 livePhotoMovieDimensions:(struct { int x1; int x2; })arg6 turboModeEnabled:(BOOL)arg7 flashEnabled:(BOOL)arg8 HDREnabled:(BOOL)arg9 originalPhotoDeliveryEnabled:(BOOL)arg10 stillImageStabilizationEnabled:(BOOL)arg11 bravoImageFusionEnabled:(BOOL)arg12 squareCropEnabled:(BOOL)arg13;
22+
- (id)_initWithUniqueID:(long long)arg1 photoDimensions:(struct { int x1; int x2; })arg2 rawPhotoDimensions:(struct { int x1; int x2; })arg3 previewDimensions:(struct { int x1; int x2; })arg4 livePhotoMovieEnabled:(BOOL)arg5 livePhotoMovieDimensions:(struct { int x1; int x2; })arg6 turboModeEnabled:(BOOL)arg7 flashEnabled:(BOOL)arg8 HDREnabled:(BOOL)arg9 shallowDepthOfFieldEffectEnabled:(BOOL)arg10 originalPhotoDeliveryEnabled:(BOOL)arg11 stillImageStabilizationEnabled:(BOOL)arg12 bravoImageFusionEnabled:(BOOL)arg13 squareCropEnabled:(BOOL)arg14;
2323
- (void)dealloc;
2424
- (id)description;
2525
- (BOOL)isBravoImageFusionEnabled;
2626
- (BOOL)isFlashEnabled;
2727
- (BOOL)isHDREnabled;
2828
- (BOOL)isOriginalPhotoDeliveryEnabled;
29+
- (BOOL)isShallowDepthOfFieldEffectEnabled;
2930
- (BOOL)isSquareCropEnabled;
3031
- (BOOL)isStillImageStabilizationEnabled;
3132
- (BOOL)isTurboModeEnabled;

Frameworks/AVFoundation.framework/AVCaptureResolvedPhotoSettingsInternal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
int width;
2525
int height;
2626
} rawPhotoDimensions;
27+
BOOL shallowDepthOfFieldEffectEnabled;
2728
BOOL squareCropEnabled;
2829
BOOL stillImageStabilizationEnabled;
2930
BOOL turboModeEnabled;

Frameworks/AVFoundation.framework/AVCaptureSession.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@
1919
// Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
2020

2121
+ (void)_beginConfiguringActiveColorSpaceForDevice:(id)arg1;
22+
+ (void)_beginConfiguringAutoShallowDepthOfFieldEffectEnabledForDevice:(id)arg1;
2223
+ (void)_finishConfiguringActiveColorSpaceForDevice:(id)arg1;
24+
+ (void)_finishConfiguringAutoShallowDepthOfFieldEffectEnabledForDevice:(id)arg1;
2325
+ (BOOL)_isActiveColorSpaceBeingConfiguredForDevice:(id)arg1;
26+
+ (BOOL)_isAutoShallowDepthOfFieldEffectEnabledBeingConfiguredForDevice:(id)arg1;
2427
+ (id)allSessionPresets;
2528
+ (BOOL)automaticallyNotifiesObserversOfMasterClock;
2629
+ (BOOL)automaticallyNotifiesObserversOfRunning;

Frameworks/CloudKit.framework/CKBehaviorOptions.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
- (int)flowControlBudgetOverride;
6565
- (double)flowControlRegeneration;
6666
- (double)flowControlRegenerationOverride;
67+
- (BOOL)highPriorityURLDelegates;
6768
- (BOOL)isAppleInternalInstall;
6869
- (BOOL)logTraffic;
6970
- (BOOL)logTrafficToTextFile;

Frameworks/Contacts.framework/CNContact.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,14 +421,15 @@
421421

422422
+ (id)contactWithABRecordRef:(void*)arg1;
423423
+ (id)contactWithPkDictionary:(id)arg1;
424-
+ (id)pkContactWithFirstName:(id)arg1 lastName:(id)arg2 district:(id)arg3 labeledValues:(id)arg4;
425-
+ (id)pkContactWithFirstName:(id)arg1 lastName:(id)arg2 district:(id)arg3 postalAddresses:(id)arg4 emailAddresses:(id)arg5 phoneNumbers:(id)arg6;
426-
+ (id)pkContactWithFirstName:(id)arg1 lastName:(id)arg2 labeledValues:(id)arg3;
424+
+ (id)pkContactWithNameComponents:(id)arg1 district:(id)arg2 labeledValues:(id)arg3;
425+
+ (id)pkContactWithNameComponents:(id)arg1 district:(id)arg2 postalAddresses:(id)arg3 emailAddresses:(id)arg4 phoneNumbers:(id)arg5;
426+
+ (id)pkContactWithNameComponents:(id)arg1 labeledValues:(id)arg2;
427427
+ (id)pkContactWithNameFromContact:(id)arg1 labeledValue:(id)arg2 property:(id)arg3;
428428
+ (id)pkPassbookRequiredKeys;
429429

430430
- (void*)ABPerson;
431431
- (unsigned int)contactSource;
432+
- (id)nameComponents;
432433
- (void)pkAddLabeledValues:(id)arg1 withProperty:(id)arg2;
433434
- (id)pkDictionaryForProperty:(id)arg1;
434435
- (id)pkFormattedContactAddress;

Frameworks/Contacts.framework/CNMutableContact.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,8 @@
219219
- (void)setBirthdays:(id)arg1;
220220
- (void)updateContactType:(BOOL)arg1;
221221

222+
// Image: /System/Library/PrivateFrameworks/PassKitCore.framework/PassKitCore
223+
224+
- (void)populateNamesFromComponents:(id)arg1;
225+
222226
@end

Frameworks/CoreFoundation.framework/NSArray.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,8 @@
835835
- (id)_pl_filter:(id /* block */)arg1;
836836
- (id)_pl_firstObjectPassingTest:(id /* block */)arg1;
837837
- (id)_pl_flatMap:(id /* block */)arg1;
838+
- (id)_pl_groupBy:(id /* block */)arg1;
839+
- (id)_pl_indexBy:(id /* block */)arg1;
838840
- (id)_pl_map:(id /* block */)arg1;
839841
- (id)pl_arrayOfUniqueObjectsNotInOrderedSet:(id)arg1;
840842
- (unsigned int)pl_countOfObjectsPassingTest:(id /* block */)arg1;

Frameworks/CoreFoundation.framework/NSDictionary.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@
211211

212212
// Image: /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices
213213

214+
- (BOOL)_LS_BoolForKey:(id)arg1;
215+
- (BOOL)_LS_containsKey:(id)arg1;
216+
- (unsigned long long)_LS_integerForKey:(id)arg1;
217+
- (id)_LS_objectForKey:(id)arg1 ofType:(Class)arg2;
214218
- (unsigned int)_hashQuery;
215219
- (id)_parseQueryForIdentifiers:(id)arg1;
216220
- (id)insertExtensionPointVersion:(id)arg1;
@@ -831,6 +835,7 @@
831835
// Image: /System/Library/PrivateFrameworks/UIAccessibility.framework/UIAccessibility
832836

833837
- (id)_accessibilityLeafDescendantsWithCount:(unsigned int)arg1 shouldStopAtRemoteElement:(BOOL)arg2 options:(id)arg3 treeLogger:(id)arg4;
838+
- (id)_rearrangeKeyboardIfNecessaryWithOriginalArray:(id)arg1 processedArray:(id)arg2;
834839

835840
// Image: /System/Library/PrivateFrameworks/UserNotificationsServer.framework/UserNotificationsServer
836841

Frameworks/ExternalAccessory.framework/EAAccessory.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
- (void)dealloc;
4747
- (id)delegate;
4848
- (id)description;
49+
- (id)dictionaryWithLowercaseKeys:(id)arg1;
4950
- (id)dockType;
5051
- (unsigned int)eqIndex;
5152
- (id)eqNames;

Frameworks/Foundation.framework/NSBundle.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@
152152
+ (id)_rpFrameworkBundle;
153153
+ (id)_rpLocalizedAppNameFromBundleID:(id)arg1;
154154
+ (id)_rpLocalizedStringFromFrameworkBundleWithKey:(id)arg1 bundleID:(id)arg2;
155+
+ (id)localizedDictionaryForLanguage:(id)arg1;
155156

156157
- (id)_rpLocalizedAppName;
157158

Frameworks/Foundation.framework/NSError.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
@property (nonatomic, readonly) NSDate *hd_messageSent;
3131
@property (nonatomic, readonly) NSDictionary *hd_persistentUserInfo;
3232
@property (readonly, copy) NSString *helpAnchor;
33+
@property (nonatomic, readonly) BOOL hf_isHomeKitNamingError;
3334
@property (getter=isHMError, nonatomic, readonly) BOOL hmError;
3435
@property (getter=isHMFError, nonatomic, readonly) BOOL hmfError;
3536
@property (nonatomic, readonly) NSString *idsIdentifier;
@@ -540,6 +541,7 @@
540541

541542
- (id)hf_errorWithOperationType:(id)arg1 failedItemName:(id)arg2;
542543
- (id)hf_errorWithOperationType:(id)arg1 options:(id)arg2;
544+
- (BOOL)hf_isHomeKitNamingError;
543545

544546
// Image: /System/Library/PrivateFrameworks/HomeKitDaemon.framework/HomeKitDaemon
545547

Frameworks/Foundation.framework/NSExtension.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
+ (id)_intents_extensionMatchingAttributesForIntents:(id)arg1;
169169
+ (void)_intents_findAppsWithAnIntentsServiceExtension:(id /* block */)arg1;
170170
+ (void)_intents_findPossibleSiriEnabledAppsWithAnIntentsServiceExtension:(id /* block */)arg1;
171+
+ (void)_intents_findSiriEntitledAppsContainingAnIntentsExtensionWithCompletion:(id /* block */)arg1;
171172
+ (void)_intents_matchExtensionsForIntent:(id)arg1 completion:(id /* block */)arg2;
172173
+ (void)_intents_matchSiriExtensionsForIntent:(id)arg1 completion:(id /* block */)arg2;
173174
+ (void)_intents_matchSiriUIExtensionsForIntent:(id)arg1 completion:(id /* block */)arg2;
@@ -176,6 +177,8 @@
176177
+ (void)_matchExtensionsForIntent:(id)arg1 extensionPointName:(id)arg2 shouldCheckForSiriEnabled:(BOOL)arg3 completion:(id /* block */)arg4;
177178
+ (BOOL)appAllowedToTalkToSiri:(id)arg1;
178179

180+
- (BOOL)_intents_extensionSupportsAtLeastOneSiriIntent;
181+
179182
// Image: /System/Library/Frameworks/NotificationCenter.framework/NotificationCenter
180183

181184
- (id)nc_description;

Frameworks/Foundation.framework/NSString.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,9 +1364,11 @@
13641364
- (id)_FCCKPIdentifierWithType:(int)arg1;
13651365
- (id)fc_lowerCaseStringByTrimmingWhiteSpace;
13661366
- (id)fc_lowercaseTokensWithMinimumLength:(unsigned int)arg1;
1367+
- (id)fc_sanitizeWithOffendingCharacterSet:(id)arg1;
13671368
- (id)fc_stringByMultiplyingStringByCount:(unsigned int)arg1;
13681369
- (id)fc_stringByPrefixingLinesWithString:(id)arg1;
13691370
- (id)fc_stringByRemovingPunctuation;
1371+
- (BOOL)fc_validateWithRegexPattern:(id)arg1;
13701372
- (id)fr_readingHistoryItemID;
13711373
- (struct _NSRange { unsigned int x1; unsigned int x2; })range;
13721374
- (id)stringByRemovingCharactersInSet:(id)arg1;

Frameworks/Foundation.framework/NSUserActivity.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
@property (getter=isEligibleForPublicIndexing) BOOL eligibleForPublicIndexing;
4040
@property (getter=isEligibleForSearch) BOOL eligibleForSearch;
4141
@property (copy) NSDate *expirationDate;
42+
@property (nonatomic, copy) NSString *externalMediaContentIdentifier;
4243
@property (readonly) unsigned int hash;
4344
@property (nonatomic, readonly) INInteraction *interaction;
4445
@property (copy) NSSet *keywords;
@@ -190,6 +191,13 @@
190191
- (id)mapItem;
191192
- (void)setMapItem:(id)arg1;
192193

194+
// Image: /System/Library/Frameworks/MediaPlayer.framework/MediaPlayer
195+
196+
- (id)_externalMediaContentBundleIdentifier;
197+
- (void)_setExternalMediaContentBundleIdentifier:(id)arg1;
198+
- (id)externalMediaContentIdentifier;
199+
- (void)setExternalMediaContentIdentifier:(id)arg1;
200+
193201
// Image: /System/Library/PrivateFrameworks/ContactsUICore.framework/ContactsUICore
194202

195203
+ (id)_cnui_searchMailUserActivityForContact:(id)arg1;

Frameworks/Foundation.framework/NSValue.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,8 @@
276276

277277
// Image: /usr/lib/libIOAccessoryManager.dylib
278278

279-
+ (id)valueWithDockState:(struct DockState { int x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; struct UnsignedWide { unsigned int x_3_1_1; unsigned int x_3_1_2; } x3; unsigned long long x4; unsigned char x5[6]; bool x6; bool x7; double x8; double x9; })arg1;
279+
+ (id)valueWithDockState:(struct DockState { int x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; struct UnsignedWide { unsigned int x_3_1_1; unsigned int x_3_1_2; } x3; unsigned long long x4; unsigned char x5[6]; bool x6; bool x7; double x8; double x9; bool x10; bool x11; })arg1;
280280

281-
- (struct DockState { int x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; struct UnsignedWide { unsigned int x_3_1_1; unsigned int x_3_1_2; } x3; unsigned long long x4; unsigned char x5[6]; bool x6; bool x7; double x8; double x9; })dockStateValue;
281+
- (struct DockState { int x1; struct UnsignedWide { unsigned int x_2_1_1; unsigned int x_2_1_2; } x2; struct UnsignedWide { unsigned int x_3_1_1; unsigned int x_3_1_2; } x3; unsigned long long x4; unsigned char x5[6]; bool x6; bool x7; double x8; double x9; bool x10; bool x11; })dockStateValue;
282282

283283
@end

Frameworks/HealthKit.framework/HKExtendedHealthStore.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
@property (nonatomic, copy) id /* block */ unviewedAchievementDefinitionsChangedHandler;
2222

2323
- (void).cxx_destruct;
24+
- (void)achievementAssetAvailabilityOnPairedDeviceForIdentifiers:(id)arg1 completion:(id /* block */)arg2;
2425
- (id /* block */)achievementsAddedHandler;
2526
- (void)addAchievement:(id)arg1 completion:(id /* block */)arg2;
2627
- (id)clientInterface;
@@ -44,6 +45,7 @@
4445
- (void)markAchievementAsViewed:(id)arg1 completion:(id /* block */)arg2;
4546
- (void)markAchievementDefinitionIdentifierAlertViewed:(id)arg1 completion:(id /* block */)arg2;
4647
- (void)markAchievementsAlerted:(id)arg1 completion:(id /* block */)arg2;
48+
- (void)nextScheduledAchievementDefinitionAlertTaskDateWithCompletion:(id /* block */)arg1;
4749
- (id)remoteObjectProxyWithErrorHandler:(id /* block */)arg1;
4850
- (void)runAchievementsFixupAsDryRun:(BOOL)arg1 completion:(id /* block */)arg2;
4951
- (id)serverInterface;

Frameworks/HealthKit.framework/_HKAchievement.h

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,21 @@
7878

7979
// Image: /System/Library/PrivateFrameworks/FitnessUI.framework/FitnessUI
8080

81+
+ (struct CGSize { float x1; float x2; })_fiui_badgeThumbnailSizeUsingLargerDeviceSize:(BOOL)arg1;
82+
+ (float)fiui_badgeThumbnailRenderingScale;
83+
+ (struct CGSize { float x1; float x2; })fiui_badgeThumbnailRenderingSize;
84+
+ (struct CGSize { float x1; float x2; })fiui_badgeThumbnailSize;
85+
86+
- (void)_addStickersFromBundle:(id)arg1 forType:(id)arg2 toArray:(id)arg3;
8187
- (id)_fiui_badgeAssetNameSuffix;
8288
- (id)_fiui_badgeContainerPath;
89+
- (id)_fiui_imagePathForUncompletedAchievementOfSizeClass:(int)arg1;
8390
- (id)_fiui_pathForAssetNamed:(id)arg1 ofType:(id)arg2;
8491
- (id)fiui_badgeModelFilename;
8592
- (id)fiui_badgePlistPath;
8693
- (id)fiui_badgeTexturePath;
8794
- (id)fiui_compressedBadgeModelPath;
95+
- (BOOL)fiui_hasImageForSizeClass:(int)arg1;
8896
- (id)fiui_imageForSizeClass:(int)arg1;
8997
- (id)fiui_stickerBundle;
9098
- (id)fiui_stickerURLs;

0 commit comments

Comments
 (0)