Skip to content

Commit 19705a0

Browse files
committed
2 parents defca96 + 6a384f6 commit 19705a0

File tree

1,219 files changed

+8542
-2043
lines changed

Some content is hidden

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

1,219 files changed

+8542
-2043
lines changed

Frameworks/AVFoundation.framework/AVAssetInspectorLoader.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
@property (getter=_fragmentMindingInterval, setter=_setFragmentMindingInterval:, nonatomic) double fragmentMindingInterval;
2222
@property (nonatomic, readonly) BOOL hasProtectedContent;
2323
@property (nonatomic, readonly) NSString *lyrics;
24+
@property (nonatomic, readonly) NSURL *originalNetworkContentURL;
2425
@property (getter=isPlayable, nonatomic, readonly) BOOL playable;
2526
@property (getter=_playbackItem, nonatomic, readonly) struct OpaqueFigPlaybackItem { }*playbackItem;
2627
@property (getter=isReadable, nonatomic, readonly) BOOL readable;
@@ -62,6 +63,7 @@
6263
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 completionHandler:(id /* block */)arg2;
6364
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 keysForCollectionKeys:(id)arg2 completionHandler:(id /* block */)arg3;
6465
- (id)lyrics;
66+
- (id)originalNetworkContentURL;
6567
- (id)resolvedURL;
6668
- (int)statusOfValueForKey:(id)arg1 error:(id*)arg2;
6769

Frameworks/AVFoundation.framework/AVAudioSessionMediaPlayerOnly.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@
4545
- (BOOL)setMode:(id)arg1 error:(id*)arg2;
4646
- (BOOL)setPreferredHardwareSampleRate:(double)arg1 error:(id*)arg2;
4747
- (BOOL)setPreferredIOBufferDuration:(double)arg1 error:(id*)arg2;
48+
- (BOOL)setUsingLongFormAudio:(BOOL)arg1 error:(id*)arg2;
4849

4950
@end

Frameworks/AVFoundation.framework/AVAudioSessionMediaPlayerOnlyInternal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
BOOL isActive;
1111
BOOL isAppAudioSession;
1212
NSString *mode;
13+
BOOL usingLongFormAudio;
1314
AVWeakReference *weakReference;
1415
}
1516

Frameworks/AVFoundation.framework/AVCaptureIrisStillImageOutput.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
- (void)_handleDidCaptureStillImageNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
6565
- (void)_handleDidFinishCaptureNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
6666
- (void)_handleDidFinishRecordingIrisMovieNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
67+
- (void)_handleDidRecordIrisMovieNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
6768
- (void)_handleNotification:(id)arg1 payload:(id)arg2;
6869
- (void)_handleStillImageCompleteNotificationWithPayload:(id)arg1 forRequest:(id)arg2;
6970
- (void)_handleWillBeginCaptureNotificationWithPayload:(id)arg1 forRequest:(id)arg2;

Frameworks/AVFoundation.framework/AVFigAssetInspector.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
@property (nonatomic, readonly) NSArray *figChapters;
1818
@property (getter=_formatReader, nonatomic, readonly) struct OpaqueFigFormatReader { }*formatReader;
1919
@property (nonatomic, readonly) BOOL hasProtectedContent;
20+
@property (nonatomic, readonly) NSURL *originalNetworkContentURL;
2021
@property (nonatomic, readonly) NSURL *resolvedURL;
2122
@property (getter=_isStreaming, nonatomic, readonly) BOOL streaming;
2223

@@ -56,6 +57,7 @@
5657
- (id)metadataForFormat:(id)arg1;
5758
- (struct CGSize { float x1; float x2; })naturalSize;
5859
- (int)naturalTimeScale;
60+
- (id)originalNetworkContentURL;
5961
- (float)preferredRate;
6062
- (float)preferredSoundCheckVolumeNormalization;
6163
- (struct CGAffineTransform { float x1; float x2; float x3; float x4; float x5; float x6; })preferredTransform;

Frameworks/AVFoundation.framework/AVFigAssetInspectorLoader.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 completionHandler:(id /* block */)arg2;
5858
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 keysForCollectionKeys:(id)arg2 completionHandler:(id /* block */)arg3;
5959
- (id)lyrics;
60+
- (id)originalNetworkContentURL;
6061
- (id)resolvedURL;
6162
- (int)statusOfValueForKey:(id)arg1 error:(id*)arg2;
6263

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
3+
*/
4+
5+
@interface AVNetworkPlaybackPerfHUDLayer : CATextLayer {
6+
NSObject<OS_dispatch_source> *_hudTimer;
7+
unsigned long long _hudUpdateInterval;
8+
int _hudXoffset;
9+
int _hudYoffset;
10+
AVPlayer *_player;
11+
bool _showHud;
12+
}
13+
14+
+ (id)convertBitrate:(double)arg1;
15+
+ (BOOL)runningAnInternalBuild;
16+
17+
- (void)_hudUpdate;
18+
- (void)dealloc;
19+
- (void)getHudSetting;
20+
- (bool)hudEnabled;
21+
- (id)init;
22+
- (void)setColor:(int)arg1;
23+
- (void)setPlayer:(id)arg1;
24+
- (void)startDispatchTimer;
25+
- (void)updateBounds:(struct CGRect { struct CGPoint { float x_1_1_1; float x_1_1_2; } x1; struct CGSize { float x_2_1_1; float x_2_1_2; } x2; })arg1;
26+
27+
@end

Frameworks/AVFoundation.framework/AVPlayerItem.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -410,10 +410,6 @@
410410

411411
// Image: /System/Library/PrivateFrameworks/PhotosPlayer.framework/PhotosPlayer
412412

413-
+ (void)is_prepareIrisAudioWithAsset:(id)arg1 completion:(id /* block */)arg2;
414-
+ (void)is_prepareIrisPlayerItemWithAsset:(id)arg1 includeVideo:(BOOL)arg2 includeAudio:(BOOL)arg3 completion:(id /* block */)arg4;
415-
+ (void)is_prepareIrisVideoWithAsset:(id)arg1 completion:(id /* block */)arg2;
416-
417413
- (BOOL)is_isHighFramerate;
418414

419415
// Image: /System/Library/PrivateFrameworks/VoiceMemos.framework/VoiceMemos

Frameworks/AVFoundation.framework/AVPlayerLayerInternal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
NSDictionary *clientLayers;
1111
CALayer *closedCaptionLayer;
1212
BOOL hasPlayerToObserve;
13+
AVNetworkPlaybackPerfHUDLayer *hudLayer;
1314
BOOL isObservingPlayer;
1415
BOOL isPIPModeEnabled;
1516
BOOL isPresentationLayer;

Frameworks/AVFoundation.framework/AVURLAsset.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
- (id)init;
7171
- (id)initWithURL:(id)arg1 options:(id)arg2;
7272
- (id)lyrics;
73+
- (id)originalNetworkContentURL;
7374
- (unsigned int)referenceRestrictions;
7475
- (id)resolvedURL;
7576
- (id)resourceLoader;

Frameworks/AVKit.framework/AVPlayerController.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
@property (nonatomic) BOOL CALayerDestinationIsTVOut;
1212
@property (nonatomic, readonly) NSError *error;
13+
@property (nonatomic, readonly) BOOL hasDiscoveredVideo;
1314
@property (nonatomic, readonly) AVPlayer *player;
1415
@property (getter=isPlayingOnSecondScreen, nonatomic) BOOL playingOnSecondScreen;
1516
@property (nonatomic, readonly) int status;
@@ -57,6 +58,7 @@
5758
- (BOOL)hasAudioMediaSelectionOptions;
5859
- (BOOL)hasContent;
5960
- (BOOL)hasContentChapters;
61+
- (BOOL)hasDiscoveredVideo;
6062
- (BOOL)hasEnabledAudio;
6163
- (BOOL)hasEnabledVideo;
6264
- (BOOL)hasLegibleMediaSelectionOptions;

Frameworks/AVKit.framework/AVPlayerControllerInternal.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
id _deviceBatteryStateDidChangeObserver;
1919
BOOL _disablingAutomaticTermination;
2020
BOOL _forceScanning;
21+
unsigned int _hasDiscoveredVideo;
2122
BOOL _hasProtectedContent;
2223
unsigned int _isPictureInPictureSupported;
2324
BOOL _isResumed;
@@ -30,6 +31,7 @@
3031
NSArray *_legibleMediaSelectionOptions;
3132
BOOL _looping;
3233
NSDictionary *_metadata;
34+
unsigned int _needsUpdateHasDiscoveredVideo;
3335
BOOL _pendingSeek;
3436
unsigned int _pictureInPictureInterrupted;
3537
BOOL _playbackSuspended;
@@ -152,7 +154,9 @@
152154
- (id)_seekTimer;
153155
- (id)_selectedMediaOptionWithMediaCharacteristic:(id)arg1;
154156
- (void)_setMediaOption:(id)arg1 mediaCharacteristic:(id)arg2;
157+
- (void)_setNeedsUpdateHasDiscoveredVideo;
155158
- (id)_subtitlesForOptions:(id)arg1;
159+
- (void)_updateHasDiscoveredVideoIfNeeded;
156160
- (void)_updateScanningBackwardRate;
157161
- (void)_updateScanningForwardRate;
158162
- (void)actuallySeekToTime;
@@ -200,6 +204,7 @@
200204
- (BOOL)hasAudioMediaSelectionOptions;
201205
- (BOOL)hasContent;
202206
- (BOOL)hasContentChapters;
207+
- (BOOL)hasDiscoveredVideo;
203208
- (BOOL)hasEnabledAudio;
204209
- (BOOL)hasEnabledVideo;
205210
- (BOOL)hasLegibleMediaSelectionOptions;

Frameworks/AudioToolbox.framework/AUAudioUnit.h

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

Frameworks/AudioToolbox.framework/AUAudioUnitBusArray.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- (unsigned int)count;
3030
- (unsigned int)countByEnumeratingWithState:(struct { unsigned long x1; id *x2; unsigned long x3; unsigned long x4[5]; }*)arg1 objects:(id*)arg2 count:(unsigned int)arg3;
3131
- (void)dealloc;
32+
- (void)indexBusses;
3233
- (id)init;
3334
- (id)initWithAudioUnit:(id)arg1 busType:(int)arg2;
3435
- (id)initWithAudioUnit:(id)arg1 busType:(int)arg2 busses:(id)arg3;

Frameworks/AudioToolbox.framework/AUAudioUnit_XH.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
} __ptr_;
1414
} _elementCountListenerToken;
1515
NSExtension *_extension;
16-
BOOL _initialized;
1716
AUAudioUnitBusArray_XH *_inputBusses;
1817
AUAudioUnitBusArray_XH *_outputBusses;
1918
NSObject<OS_dispatch_queue> *_propListenerQueue;

Frameworks/AudioToolbox.framework/AUExtensionInstanceProxy.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Frameworks/CFNetwork.framework/NSURLProtectionSpace.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
NSURLProtectionSpaceInternal *_internal;
77
}
88

9+
@property (nonatomic, readonly, copy) NSString *_sf_highLevelDomainAndPort;
910
@property (readonly, copy) NSString *authenticationMethod;
1011
@property (readonly, copy) NSString *host;
1112
@property (readonly) BOOL isProxy;
@@ -45,6 +46,10 @@
4546
- (BOOL)receivesCredentialSecurely;
4647
- (struct __SecTrust { }*)serverTrust;
4748

49+
// Image: /System/Library/Frameworks/SafariServices.framework/SafariServices
50+
51+
- (id)_sf_highLevelDomainAndPort;
52+
4853
// Image: /System/Library/PrivateFrameworks/SafariShared.framework/SafariShared
4954

5055
+ (id)safari_HTMLFormProtectionSpaceForURL:(id)arg1;

Frameworks/CFNetwork.framework/__NSCFURLLocalSessionConnection.h

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

Frameworks/Contacts.framework/CNIndexRequestHandler.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
- (void).cxx_destruct;
2121
- (id)contactIdentifierFromPerson:(void*)arg1;
2222
- (void)dealloc;
23-
- (void)finishIndexingAllSearchableItemsIfNecessary;
2423
- (id)index;
2524
- (id)init;
2625
- (id)initWithAddressBook:(void*)arg1;

Frameworks/Contacts.framework/CNPostalAddress.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,6 @@
7777
- (id)_countryCodeForCountryName:(id)arg1;
7878
- (id)backwardsCompatibleDictionaryRepresentation;
7979
- (id)redactedPostalAddress;
80+
- (id)redactedStreetAddress;
8081

8182
@end
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
/* Generated by RuntimeBrowser
2+
Image: /System/Library/Frameworks/Contacts.framework/Contacts
3+
*/
4+
5+
@interface CNSearchQueryDelegate : NSObject <MDSearchQueryDelegate> {
6+
NSError *_error;
7+
NSObject<OS_dispatch_queue> *_queue;
8+
NSMutableArray *_results;
9+
NSObject<OS_dispatch_semaphore> *_sem;
10+
BOOL _signaled;
11+
}
12+
13+
@property (readonly, copy) NSString *debugDescription;
14+
@property (readonly, copy) NSString *description;
15+
@property (nonatomic, readonly) NSError *error;
16+
@property (readonly) unsigned int hash;
17+
@property (nonatomic, readonly) NSMutableArray *results;
18+
@property (readonly) Class superclass;
19+
20+
- (void)_signalResultsReceived;
21+
- (id)error;
22+
- (id)init;
23+
- (id)results;
24+
- (void)searchQuery:(id)arg1 didFailWithError:(id)arg2;
25+
- (void)searchQuery:(id)arg1 didReturnItems:(id)arg2;
26+
- (void)searchQuery:(id)arg1 statusChanged:(unsigned int)arg2;
27+
- (void)waitForResults;
28+
29+
@end

Frameworks/ContactsUI.framework/CNContactFilter.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Image: /System/Library/Frameworks/ContactsUI.framework/ContactsUI
33
*/
44

5-
@interface CNContactFilter : NSObject <NSCopying, NSSecureCoding> {
5+
@interface CNContactFilter : NSObject <NSCopying> {
66
NSString *_fullTextString;
77
BOOL _rankSortedResults;
88
BOOL _wantsLazyReload;
@@ -14,14 +14,12 @@
1414
@property (nonatomic, readonly) BOOL supportsSections;
1515
@property (nonatomic) BOOL wantsLazyReload;
1616

17-
+ (BOOL)supportsSecureCoding;
18-
1917
- (void).cxx_destruct;
2018
- (id)copyWithZone:(struct _NSZone { }*)arg1;
2119
- (id)description;
22-
- (void)encodeWithCoder:(id)arg1;
20+
- (id)dictionaryRepresentation;
2321
- (id)fullTextString;
24-
- (id)initWithCoder:(id)arg1;
22+
- (id)initWithDictionaryRepresentation:(id)arg1;
2523
- (BOOL)isEqual:(id)arg1;
2624
- (id)predicate;
2725
- (BOOL)rankSortedResults;

Frameworks/ContactsUI.framework/CNContactListViewController.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@
7272
- (float)contentOffsetDueToMeContactBanner;
7373
- (id)dataSource;
7474
- (void)dealloc;
75-
- (void)decodeRestorableDataSourceFilterWithCoder:(id)arg1;
7675
- (id)delegate;
77-
- (void)encodeRestorableDataSourceFilterWithCoder:(id)arg1;
7876
- (id)initWithDataSource:(id)arg1;
7977
- (id)initWithDataSource:(id)arg1 searchable:(BOOL)arg2;
8078
- (id)initWithStyle:(int)arg1;

Frameworks/ContactsUI.framework/CNContactNavigationController.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
- (void)contactListViewController:(id)arg1 shouldPresentContact:(id)arg2 shouldScrollToContact:(BOOL)arg3;
6161
- (BOOL)contactListViewController:(id)arg1 shouldSelectContact:(id)arg2 atIndexPath:(id)arg3;
6262
- (id)contactStore;
63+
- (id)contactStoreFilterFromPreferences;
6364
- (id)contactStyle;
6465
- (void)contactViewController:(id)arg1 didCompleteWithContact:(id)arg2;
6566
- (void)contactViewController:(id)arg1 didDeleteContact:(id)arg2;
@@ -76,6 +77,7 @@
7677
- (void)presentGroupsViewController:(id)arg1;
7778
- (void)refreshEverythingNow:(id)arg1;
7879
- (int)rightButtonBehavior;
80+
- (void)saveContactStoreFilterToPreferences:(id)arg1;
7981
- (void)setAccountsAndGroupsDataSource:(id)arg1;
8082
- (void)setAllowsCanceling:(BOOL)arg1;
8183
- (void)setAllowsCardDeletion:(BOOL)arg1;

Frameworks/ContactsUI.framework/CNContactStoreFilter.h

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,20 @@
1313
@property (nonatomic) BOOL isServerFilter;
1414
@property (nonatomic, readonly) BOOL showsEverything;
1515

16+
+ (BOOL)getContainerIdentifiers:(id*)arg1 groupIdentifiers:(id*)arg2 serverFilter:(BOOL*)arg3 fromLegacyDictionary:(id)arg4 contactStore:(id)arg5;
17+
+ (BOOL)getContainerIdentifiers:(id*)arg1 groupIdentifiers:(id*)arg2 serverFilter:(BOOL*)arg3 fromPreSundanceDictionary:(id)arg4 contactStore:(id)arg5;
18+
+ (BOOL)getContainerIdentifiers:(id*)arg1 groupIdentifiers:(id*)arg2 serverFilter:(BOOL*)arg3 fromSundanceToOkemoAndAddressBookUIDictionary:(id)arg4 contactStore:(id)arg5;
19+
1620
- (void).cxx_destruct;
21+
- (void)addAddressBookUIKeysToDictionaryRepresentation:(id)arg1 withAllContainers:(id)arg2 excludedContainers:(id)arg3 excludedGroups:(id)arg4;
1722
- (id)containerIdentifiers;
1823
- (id)copyWithZone:(struct _NSZone { }*)arg1;
1924
- (id)description;
20-
- (void)encodeWithCoder:(id)arg1;
25+
- (id)dictionaryRepresentation;
26+
- (id)dictionaryRepresentationWithContactStore:(id)arg1;
2127
- (id)groupIdentifiers;
22-
- (id)initWithCoder:(id)arg1;
28+
- (id)initWithDictionaryRepresentation:(id)arg1;
29+
- (id)initWithDictionaryRepresentation:(id)arg1 contactStore:(id)arg2;
2330
- (BOOL)isEqual:(id)arg1;
2431
- (BOOL)isServerFilter;
2532
- (id)predicate;

Frameworks/CoreData.framework/NSSQLAdapter.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
NSSQLCore *_sqlCore;
88
}
99

10+
- (void)_generateFragmentsForEntity:(id)arg1 inArray:(id)arg2;
1011
- (id)_newSelectStatementWithFetchRequest:(id)arg1 ignoreInheritance:(BOOL)arg2;
1112
- (id)_originalRowForUpdate:(id)arg1;
1213
- (void)_setupBindVariablesForCachedStatement:(id)arg1 usingValues:(id)arg2;
@@ -20,6 +21,8 @@
2021
- (Class)generatorClass;
2122
- (BOOL)hasOpenConnections;
2223
- (id)initWithSQLCore:(id)arg1;
24+
- (id)newComplexPrimaryKeyUpdateStatementForEntity:(id)arg1;
25+
- (id)newConnection;
2326
- (id)newConstrainedValuesUpdateStatementWithRow:(id)arg1;
2427
- (id)newCopyAndInsertStatementForManyToMany:(id)arg1 toManyToMany:(id)arg2 intermediateTableName:(id)arg3 invertColumns:(BOOL)arg4;
2528
- (id)newCorrelationDeleteStatementForRelationship:(id)arg1;
@@ -43,6 +46,7 @@
4346
- (id)newRenameTableStatementFrom:(id)arg1 to:(id)arg2;
4447
- (id)newRenameTableStatementFromManyToMany:(id)arg1 toManyToMany:(id)arg2 orToRandomSpot:(id)arg3;
4548
- (id)newSelectStatementWithFetchRequest:(id)arg1;
49+
- (id)newSimplePrimaryKeyUpdateStatementForEntity:(id)arg1;
4650
- (id)newStatementWithEntity:(id)arg1;
4751
- (id)newStatementWithSQLString:(id)arg1;
4852
- (id)newStatementWithoutEntity;

Frameworks/CoreData.framework/NSSQLCore.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@
8686
- (void)_ensureDatabaseMatchesModel;
8787
- (id)_entityForObject:(id)arg1;
8888
- (id)_externalDataLinksDirectory;
89+
- (void)_fixPrimaryKeyTableFromEntities;
90+
- (void)_fixPrimaryKeyTableFromEntitiesAndJoins;
8991
- (unsigned int)_knownEntityKeyForObject:(id)arg1;
9092
- (unsigned int)_knownEntityKeyForObjectID:(id)arg1;
9193
- (unsigned int)_knownOrderKeyForObject:(id)arg1 from:(id)arg2 inverseToMany:(id)arg3;
@@ -130,6 +132,7 @@
130132
- (id)_ubiquityDictionaryForAttribute:(id)arg1 onObject:(id)arg2;
131133
- (void)_uncacheRows:(id)arg1;
132134
- (BOOL)_unload:(id*)arg1;
135+
- (BOOL)_updateToVersion640PrimaryKeyTableUsingStatements:(id)arg1;
133136
- (void)_useModel:(id)arg1;
134137
- (void)accommodatePresentedItemDeletionWithCompletionHandler:(id /* block */)arg1;
135138
- (id)adapter;

Frameworks/CoreData.framework/NSSQLiteAdapter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- (BOOL)generateTriggerForEntity:(id)arg1 alreadyCreated:(struct __CFDictionary { }*)arg2 correlations:(struct __CFDictionary { }*)arg3 fragments:(id)arg4 error:(id*)arg5;
1818
- (id)generateTriggerStatementsForEntity:(id)arg1 usingRelationshipCleanupSQL:(id)arg2 error:(id*)arg3;
1919
- (id)initWithSQLCore:(id)arg1;
20+
- (id)newConnection;
2021
- (id)pathnameForDatabase;
2122
- (id)sqliteVersion;
2223
- (Class)statementClass;

Frameworks/CoreData.framework/_NSSQLEntityMigrationDescription.h

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

Frameworks/CoreData.framework/_NSSQLTableMigrationDescription.h

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

Frameworks/CoreData.framework/_NSSQLiteStoreMigrator.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
NSSQLModel *_dstModel;
1111
BOOL _hasPKTableChanges;
1212
NSMappingModel *_mappingModel;
13+
NSMutableArray *_pkTableUpdateStatements;
1314
NSMutableDictionary *_reindexedEntities;
1415
NSMutableDictionary *_reindexedPropertiesByEntity;
1516
NSMutableDictionary *_removedEntityMigrations;
@@ -31,6 +32,7 @@
3132
- (long long)_countUnreferencedPrimaryKeysForEntity:(id)arg1 inForeignKeyColumnName:(id)arg2 fromTable:(id)arg3;
3233
- (void)_determinePropertyDependenciesOnIDForEntity:(id)arg1;
3334
- (void)_determineReindexedEntitiesAndAffectedProperties;
35+
- (id)_originalRootsForAddedEntity:(id)arg1;
3436
- (void)_populateEntityMigrationDescriptionsAndEntityMap;
3537
- (void)_populateTableMigrationDescriptions;
3638
- (id)adapter;
@@ -39,6 +41,7 @@
3941
- (id)createStatementsForUpdatingEntityKeys;
4042
- (void)dealloc;
4143
- (id)entityMigrationDescriptionForEntity:(id)arg1;
44+
- (void)generatePKTableUpdateStatements;
4245
- (id)initWithStore:(id)arg1 destinationModel:(id)arg2 mappingModel:(id)arg3;
4346
- (BOOL)performMigration:(id*)arg1;
4447
- (id)tableMigrationDescriptionForEntity:(id)arg1;

0 commit comments

Comments
 (0)