Skip to content

Commit

Permalink
iOS 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nst committed Mar 11, 2014
1 parent d4cb101 commit 7ef0330
Show file tree
Hide file tree
Showing 2,657 changed files with 26,303 additions and 11,099 deletions.
4 changes: 4 additions & 0 deletions Frameworks/AVFoundation.framework/AVAsset.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
AVAssetInternal *_assetInternal;
}

@property(getter=MP_canAffectNetworkPlayability,setter=MP_setCanAffectNetworkPlayability:) BOOL MP_canAffectNetworkPlayability;
@property(readonly) NSArray * availableChapterLocales;
@property(readonly) struct { long long x1; int x2; unsigned int x3; long long x4; } duration;
@property(readonly) struct CGSize { float x1; float x2; } naturalSize;
Expand All @@ -20,6 +21,8 @@
+ (id)assetWithURL:(id)arg1;
+ (id)keyPathsForValuesAffectingNaturalSizeWithPreferredTransforms;

- (BOOL)MP_canAffectNetworkPlayability;
- (void)MP_setCanAffectNetworkPlayability:(BOOL)arg1;
- (id)_absoluteURL;
- (id)_assetInspector;
- (id)_assetInspectorLoader;
Expand Down Expand Up @@ -63,6 +66,7 @@
- (void)loadValuesAsynchronouslyForKeys:(id)arg1 keysForCollectionKeys:(id)arg2 completionHandler:(id)arg3;
- (id)lyrics;
- (id)mediaSelectionGroupForMediaCharacteristic:(id)arg1;
- (id)mediaSelectionGroupForPropertyList:(id)arg1 mediaSelectionOption:(id*)arg2;
- (id)mediaSelectionGroups;
- (id)metadata;
- (id)metadataForFormat:(id)arg1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
- (BOOL)_setFlashMode:(int)arg1;
- (BOOL)_setFloatValue:(float)arg1 forRecorderProperty:(struct __CFString { }*)arg2;
- (BOOL)_setFocusWithMode:(int)arg1 pointOfInterest:(id)arg2;
- (void)_setHighDynamicRangeScene:(BOOL)arg1;
- (BOOL)_setHighDynamicRangeSceneDetectionEnabled:(BOOL)arg1;
- (BOOL)_setImageControlMode:(int)arg1;
- (BOOL)_setNumber:(id)arg1 forRecorderProperty:(struct __CFString { }*)arg2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
BOOL alwaysDiscardsLateVideoFrames;
NSObject<OS_dispatch_queue> *clientQueue;
<AVCaptureVideoDataOutputSampleBufferDelegate> *delegate;
BOOL delegateRespondsToDidDropSBufCallback;
BOOL delegateRespondsToDidOutputSBufCallback;
} deprecatedMinFrameDuration;
NSDictionary *videoSettings;
}
Expand Down
32 changes: 29 additions & 3 deletions Frameworks/AVFoundation.framework/AVExternalDevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,35 +2,61 @@
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@class AVExternalDeviceInternal, NSArray, NSData, NSDictionary, NSString;
@class <AVExternalDeviceDelegate>, AVExternalDeviceInternal, NSArray, NSData, NSDictionary, NSString;

@interface AVExternalDevice : NSObject {
AVExternalDeviceInternal *_externalDevice;
}

@property(readonly) NSArray * HIDMappings;
@property(readonly) NSData * OEMIcon;
@property(readonly) NSString * OEMIconLabel;
@property(readonly) BOOL OEMIconVisible;
@property <AVExternalDeviceDelegate> * delegate;
@property(readonly) NSData * dockIcon;
@property(readonly) NSArray * externalDeviceHIDs;
@property(readonly) BOOL limitedUI;
@property(readonly) NSArray * limitedUIElements;
@property(readonly) BOOL longNonMusicListsAllowed;
@property(readonly) NSString * modelName;
@property(readonly) BOOL nightMode;
@property(readonly) BOOL nightModeSupported;
@property(readonly) BOOL ownsTurnByTurnNavigation;
@property(readonly) BOOL rightHandDrive;
@property(readonly) NSArray * screenIDs;
@property(readonly) NSDictionary * screenInputCapabilities;
@property(readonly) NSData * settingsIcon;

+ (id)currentExternalDevice;

- (id)HIDMappings;
- (id)OEMIcon;
- (id)OEMIconLabel;
- (BOOL)OEMIconVisible;
- (struct OpaqueFigEndpoint { }*)_figEndpoint;
- (id)_figEndpointPropertyValueForKey:(struct __CFString { }*)arg1;
- (void)_triggerFakeNotificationNamed:(id)arg1 withPayload:(id)arg2;
- (id)_weakReference;
- (id)borrowScreenForClient:(id)arg1 reason:(id)arg2;
- (void)dealloc;
- (id)delegate;
- (id)dockIcon;
- (id)externalDeviceHIDWithUUID:(id)arg1;
- (id)externalDeviceHIDs;
- (void)finalize;
- (id)init;
- (id)initWithCurrentExternalDevice;
- (BOOL)limitedUI;
- (id)limitedUIElements;
- (BOOL)longNonMusicListsAllowed;
- (id)modelName;
- (BOOL)nightMode;
- (BOOL)nightModeSupported;
- (BOOL)ownsTurnByTurnNavigation;
- (void)requestCarUI;
- (void)requestTurnByTurnNavigationOwnership;
- (BOOL)rightHandDrive;
- (id)screenIDs;
- (id)screenInputCapabilities;
- (void)setDelegate:(id)arg1;
- (id)settingsIcon;
- (void)takeScreenForClient:(id)arg1 reason:(id)arg2;

Expand Down
25 changes: 25 additions & 0 deletions Frameworks/AVFoundation.framework/AVExternalDeviceHID.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@class AVExternalDeviceHIDInternal, NSString;

@interface AVExternalDeviceHID : NSObject {
AVExternalDeviceHIDInternal *_externalDeviceHID;
}

@property(readonly) NSString * UUID;
@property int inputMode;
@property(readonly) NSString * screenID;

- (id)UUID;
- (id)_externalDevice;
- (id)_figEndpointHIDInputMode;
- (void)dealloc;
- (void)finalize;
- (id)initWithExternalDeviceAndHIDDictionary:(id)arg1 hidDictionary:(id)arg2;
- (int)inputMode;
- (id)screenID;
- (void)setInputMode:(int)arg1;

@end
14 changes: 14 additions & 0 deletions Frameworks/AVFoundation.framework/AVExternalDeviceHIDInternal.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
/* Generated by RuntimeBrowser
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@class AVWeakReference, NSNumber, NSString;

@interface AVExternalDeviceHIDInternal : NSObject {
NSString *UUID;
NSNumber *inputMode;
NSString *screenID;
AVWeakReference *weakReferenceToExternalDevice;
}

@end
6 changes: 6 additions & 0 deletions Frameworks/AVFoundation.framework/AVExternalDeviceInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@
Image: /System/Library/Frameworks/AVFoundation.framework/AVFoundation
*/

@class <AVExternalDeviceDelegate>, AVWeakReference, NSArray;

@interface AVExternalDeviceInternal : NSObject {
NSArray *_HIDs;
<AVExternalDeviceDelegate> *_delegate;
struct OpaqueFigEndpoint { } *_figEndpoint;
long _makeHIDsOnlyOnce;
AVWeakReference *_weakReference;
}

@end
6 changes: 6 additions & 0 deletions Frameworks/AVFoundation.framework/AVPlayerItem.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
+ (id)playerItemWithURL:(id)arg1;

- (id)MPAVItem;
- (unsigned int)RTCReportingFlags;
- (int)_CreateSeekID;
- (id)_URL;
- (void)_addFAListeners;
Expand Down Expand Up @@ -155,6 +156,7 @@
- (struct CGSize { float x1; float x2; })_presentationSize;
- (id)_previousItem;
- (id)_propertyStorage;
- (void)_quietlySetAllowsExtendedReadAhead:(BOOL)arg1;
- (void)_quietlySetAlwaysMonitorsPlayability:(BOOL)arg1;
- (void)_quietlySetBufferingTargetMaximum:(double)arg1;
- (void)_quietlySetBufferingTargetMinimum:(double)arg1;
Expand All @@ -168,6 +170,7 @@
- (void)_quietlySetNonForcedSubtitleDisplayEnabled:(BOOL)arg1;
- (void)_quietlySetPlaybackLikelyToKeepUpTrigger:(int)arg1;
- (void)_quietlySetPlaybackProperties:(id)arg1;
- (void)_quietlySetRTCReportingFlags:(unsigned int)arg1;
- (void)_quietlySetRestrictions:(unsigned int)arg1;
- (void)_quietlySetReversePlaybackEndTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
- (void)_quietlySetServiceIdentifier:(id)arg1;
Expand Down Expand Up @@ -223,6 +226,7 @@
- (void)addObserver:(id)arg1 forKeyPath:(id)arg2 options:(unsigned int)arg3 context:(void*)arg4;
- (void)addOutput:(id)arg1;
- (BOOL)allowProgressiveSwitchUp;
- (BOOL)allowsExtendedReadAhead;
- (BOOL)alwaysMonitorsPlayability;
- (id)asset;
- (id)audioMix;
Expand Down Expand Up @@ -302,6 +306,7 @@
- (id)selectedMediaOptionInMediaSelectionGroup:(id)arg1;
- (id)serviceIdentifier;
- (void)setAllowProgressiveSwitchUp:(BOOL)arg1;
- (void)setAllowsExtendedReadAhead:(BOOL)arg1;
- (void)setAlwaysMonitorsPlayability:(BOOL)arg1;
- (void)setAudioMix:(id)arg1;
- (void)setAudioTimePitchAlgorithm:(id)arg1;
Expand All @@ -323,6 +328,7 @@
- (void)setNetworkUsuallyExceedsMaxBitRate:(BOOL)arg1;
- (void)setNonForcedSubtitleDisplayEnabled:(BOOL)arg1;
- (void)setPlaybackLikelyToKeepUpTrigger:(int)arg1;
- (void)setRTCReportingFlags:(unsigned int)arg1;
- (void)setRequiresAccessLog:(BOOL)arg1;
- (void)setRestrictions:(unsigned int)arg1;
- (void)setReversePlaybackEndTime:(struct { long long x1; int x2; unsigned int x3; long long x4; })arg1;
Expand Down
2 changes: 2 additions & 0 deletions Frameworks/AVFoundation.framework/AVPlayerItemInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@
int timescale;
unsigned int flags;
long long epoch;
unsigned int RTCReportingFlags;
NSURL *URL;
BOOL allowProgressiveSwitchUp;
BOOL allowsExtendedReadAhead;
AVAsset *asset;
AVAsset *assetWithFigPlaybackItem;
NSDictionary *audibleDRMInfo;
Expand Down
8 changes: 8 additions & 0 deletions Frameworks/Accounts.framework/ACAccount.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
ACAccountStore *_store;
BOOL _supportsAuthentication;
NSString *_username;
BOOL _visible;
}

@property(readonly) NSDictionary * aa_accountFirstDisplayAlert;
Expand All @@ -55,6 +56,7 @@
@property(readonly) NSString * aa_firstName;
@property(readonly) ACAccount * aa_fmipAccount;
@property(readonly) NSString * aa_fmipToken;
@property(readonly) NSString * aa_hsaToken;
@property(setter=aa_setPrimaryAccount:) BOOL aa_isPrimaryAccount;
@property(setter=aa_setPrimaryEmailVerified:) BOOL aa_isPrimaryEmailVerified;
@property(setter=aa_setSyncedAccount:) BOOL aa_isSyncedAccount;
Expand Down Expand Up @@ -103,6 +105,7 @@
@property(readonly) BOOL supportsPush;
@property(readonly) NSString * userFullName;
@property(copy) NSString * username;
@property(getter=isVisible) BOOL visible;

+ (id)_createNewAccountUID;
+ (id)aa_dataclassesBoundToPrimaryAppleAccount;
Expand Down Expand Up @@ -137,6 +140,8 @@
- (id)aa_firstName;
- (id)aa_fmipAccount;
- (id)aa_fmipToken;
- (id)aa_hsaToken;
- (id)aa_hsaTokenWithError:(id*)arg1;
- (BOOL)aa_isPrimaryAccount;
- (BOOL)aa_isPrimaryEmailVerified;
- (BOOL)aa_isSyncedAccount;
Expand All @@ -154,6 +159,7 @@
- (BOOL)aa_serviceUnavailable;
- (id)aa_serviceUnavailableInfo;
- (void)aa_setAuthToken:(id)arg1;
- (void)aa_setHSAToken:(id)arg1;
- (void)aa_setMapsToken:(id)arg1;
- (void)aa_setNeedsToVerifyTerms:(BOOL)arg1;
- (void)aa_setPassword:(id)arg1;
Expand Down Expand Up @@ -212,6 +218,7 @@
- (BOOL)isMobileMeAccount;
- (BOOL)isPropertyDirty:(id)arg1;
- (BOOL)isProvisionedForDataclass:(id)arg1;
- (BOOL)isVisible;
- (id)lastCredentialRenewalRejectionDate;
- (void)markAllPropertiesDirty;
- (id)mcBackingPayload;
Expand Down Expand Up @@ -253,6 +260,7 @@
- (void)setProvisionedDataclasses:(id)arg1;
- (void)setSupportsAuthentication:(BOOL)arg1;
- (void)setUsername:(id)arg1;
- (void)setVisible:(BOOL)arg1;
- (id)shortDebugName;
- (void)storeOriginalUsername;
- (BOOL)supportsAuthentication;
Expand Down
3 changes: 3 additions & 0 deletions Frameworks/Accounts.framework/ACAccountCredential.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
@property(getter=isEmpty) BOOL empty;
@property(retain) NSDate * expiryDate;
@property(copy) NSString * findMyiPhoneToken;
@property(copy) NSString * hsaToken;
@property(copy) NSString * mapsToken;
@property(copy) NSString * oauthRefreshToken;
@property(copy) NSString * oauthToken;
Expand All @@ -44,6 +45,7 @@
- (id)expiryDate;
- (id)findMyiPhoneToken;
- (unsigned int)hash;
- (id)hsaToken;
- (id)init;
- (id)initWithCoder:(id)arg1;
- (id)initWithOAuth2Token:(id)arg1 refreshToken:(id)arg2 expiryDate:(id)arg3;
Expand All @@ -64,6 +66,7 @@
- (void)setEmpty:(BOOL)arg1;
- (void)setExpiryDate:(id)arg1;
- (void)setFindMyiPhoneToken:(id)arg1;
- (void)setHsaToken:(id)arg1;
- (void)setMapsToken:(id)arg1;
- (void)setOauthRefreshToken:(id)arg1;
- (void)setOauthToken:(id)arg1;
Expand Down
4 changes: 4 additions & 0 deletions Frameworks/Accounts.framework/ACAccountStore.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
- (id)aa_appleAccounts;
- (void)aa_lookupEmailAddresses:(id)arg1 withAppleAccount:(id)arg2 completion:(id)arg3;
- (id)aa_primaryAppleAccount;
- (id)aa_primaryAppleAccountWithPreloadedDataclasses;
- (void)aa_registerAppleAccount:(id)arg1 withCompletion:(id)arg2;
- (void)aa_registerAppleAccountWithHSA:(id)arg1 completion:(id)arg2;
- (void)aa_updatePropertiesForAppleAccount:(id)arg1 completion:(id)arg2;
Expand All @@ -52,6 +53,8 @@
- (id)accountsWithAccountType:(id)arg1 appleID:(id)arg2;
- (void)accountsWithAccountType:(id)arg1 completion:(id)arg2;
- (id)accountsWithAccountType:(id)arg1;
- (void)accountsWithAccountTypeIdentifiers:(id)arg1 completion:(id)arg2;
- (void)accountsWithAccountTypeIdentifiers:(id)arg1 preloadedProperties:(id)arg2 completion:(id)arg3;
- (BOOL)addClientToken:(id)arg1 forAccount:(id)arg2;
- (id)allAccountTypes;
- (id)allDataclasses;
Expand Down Expand Up @@ -122,5 +125,6 @@
- (int)updateExistenceCacheOfAccountWithTypeIdentifier:(id)arg1;
- (void)verifyCredentialsForAccount:(id)arg1 saveWhenAuthorized:(BOOL)arg2 withHandler:(id)arg3;
- (void)verifyCredentialsForAccount:(id)arg1 withHandler:(id)arg2;
- (void)visibleTopLevelAccountsWithAccountTypeIdentifiers:(id)arg1 completion:(id)arg2;

@end
1 change: 1 addition & 0 deletions Frameworks/Accounts.framework/ACDManagedAccount.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
@property(retain) NSSet * provisionedDataclasses;
@property(retain) NSNumber * supportsAuthentication;
@property(retain) NSString * username;
@property(retain) NSNumber * visible;

@end
22 changes: 7 additions & 15 deletions Frameworks/Accounts.framework/ACSystemConfigManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,12 @@
Image: /System/Library/Frameworks/Accounts.framework/Accounts
*/

/* RuntimeBrowser encountered one or more ivar type encodings for a function pointer.
The runtime does not encode function signature information. We use a signature of:
"int (*funcName)()", where funcName might be null.
*/

@class NSObject<OS_dispatch_queue>, NSObject<OS_dispatch_source>;

@interface ACSystemConfigManager : NSObject {
int _applySkipCount;
BOOL _notifyForExternalChangeOnly;
struct __SCPreferences { } *_prefs;
NSObject<OS_dispatch_queue> *_preferencesQueue;
struct __SCPreferences { } *_preferencesSession;
NSObject<OS_dispatch_queue> *_timerQueue;
NSObject<OS_dispatch_source> *_timerSource;
}
Expand All @@ -22,21 +17,18 @@
+ (id)sharedInstance;

- (void).cxx_destruct;
- (void)_createSCPreferencesSession;
- (void)_destroySCPreferencesSession;
- (void*)_getValueForKey:(id)arg1;
- (void)_handleSCPreferencesSessionNotification:(unsigned int)arg1;
- (void)_keepAlive;
- (void)_setValue:(void*)arg1 forKey:(id)arg2;
- (void)_tearDown;
- (int)accountsWithAccountTypeIdentifierExist:(id)arg1;
- (int)countOfAccountsWithAccountTypeIdentifier:(id)arg1;
- (void)dealloc;
- (void*)getValueForKey:(id)arg1;
- (id)init;
- (void)initializeSCPrefs:(id)arg1;
- (BOOL)lockPrefs;
- (void)notifyTarget:(unsigned int)arg1;
- (void)setAccountsWithAccountTypeIdentifier:(id)arg1 exist:(BOOL)arg2;
- (void)setCallback:(int (*)())arg1 withContext:(struct { int x1; void *x2; int (*x3)(); int (*x4)(); int (*x5)(); }*)arg2;
- (void)setCountOfAccounts:(int)arg1 withAccountTypeIdentifier:(id)arg2;
- (void)setValue:(void*)arg1 forKey:(id)arg2;
- (void)synchronize;
- (void)unlockPrefs;

@end
Loading

0 comments on commit 7ef0330

Please sign in to comment.