Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
masbog committed Dec 23, 2011
0 parents commit 4fadac3
Show file tree
Hide file tree
Showing 5,404 changed files with 194,102 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file added .DS_Store
Binary file not shown.
34 changes: 34 additions & 0 deletions AOSKit.framework/AOSContext.h
@@ -0,0 +1,34 @@
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/AOSKit.framework/AOSKit
*/

/* 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 NSThread;

@interface AOSContext : NSObject <NSPortDelegate> {
struct AOSAccount { } *_account;
struct AOSTransaction { } *_transaction;
int (*_callback)();
NSThread *_callbackThread;
id _info;
}

+ (id)contextWithAccount:(struct AOSAccount { }*)arg1 andTransaction:(struct AOSTransaction { }*)arg2;

- (void)setAccount:(struct AOSAccount { }*)arg1;
- (struct AOSAccount { }*)account;
- (BOOL)scheduleCallback;
- (void)setTransaction:(struct AOSTransaction { }*)arg1;
- (struct AOSTransaction { }*)transaction;
- (id)_callbackThread;
- (void)_performCallback;
- (id)info;
- (void)setInfo:(id)arg1;
- (id)init;
- (void)dealloc;

@end
13 changes: 13 additions & 0 deletions AOSKit.framework/AOSThreadManager.h
@@ -0,0 +1,13 @@
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/AOSKit.framework/AOSKit
*/

@interface AOSThreadManager : NSObject {
}

+ (id)sharedManager;

- (void)runAuthThreadWithContext:(id)arg1;
- (void)dealloc;

@end
36 changes: 36 additions & 0 deletions AOSNotification.framework/AOSNotifySession.h
@@ -0,0 +1,36 @@
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/AOSNotification.framework/AOSNotification
*/

@class <AOSNotifySessionDelegate>;

@interface AOSNotifySession : NSObject {
unsigned int _serverPort;
<AOSNotifySessionDelegate> *_delegate;
}

@property <AOSNotifySessionDelegate> * delegate;

+ (id)copySetupToken:(id*)arg1;
+ (id)copySerialNum:(id*)arg1;
+ (id)copyStoreAccount;

- (void)setDelegate:(id)arg1;
- (id)removeAccount:(id)arg1;
- (id)retrieveCurrentAccountForService:(id)arg1 returningAccount:(id*)arg2;
- (id)retrieveAllAccounts:(id*)arg1;
- (id)vetEmailAccount:(id)arg1;
- (id)cancelEmailVet;
- (id)getSetupToken:(id*)arg1;
- (void)_topicNotified:(id)arg1;
- (void)startListeningOnTopic:(id)arg1;
- (void)stopListeningOnTopic:(id)arg1;
- (void)_vetResultReceived:(id)arg1;
- (void)_vetFinished:(id)arg1;
- (id)delegate;
- (void)_stopDeliveringNotifications;
- (void)dealloc;
- (id)initWithDelegate:(id)arg1;
- (id)addAccount:(id)arg1;

@end
36 changes: 36 additions & 0 deletions AXRuntime.framework/AXAttributedString.h
@@ -0,0 +1,36 @@
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/AXRuntime.framework/AXRuntime
*/

@interface AXAttributedString : NSString {
struct __CFAttributedString { } *_string;
}

+ (id)axAttributedStringWithString:(id)arg1;
+ (id)string;

- (id)axAttributedStringDescription;
- (id)coalescedFontAttributes;
- (void)replaceString:(struct __CFString { }*)arg1;
- (void)setAttributes:(id)arg1 withRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg2;
- (void)appendAXAttributedString:(id)arg1;
- (id)initWithCFAttributedString:(struct __CFAttributedString { }*)arg1;
- (struct __CFAttributedString { }*)cfAttributedString;
- (id)attributesAtIndex:(int)arg1 effectiveRange:(struct _NSRange { unsigned int x1; unsigned int x2; }*)arg2;
- (void)setAttributes:(id)arg1;
- (BOOL)hasAttribute:(id)arg1;
- (id)attributedSubstringFromRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg1;
- (BOOL)isAXAttributedString;
- (void)setAttribute:(id)arg1 forKey:(id)arg2 withRange:(struct _NSRange { unsigned int x1; unsigned int x2; })arg3;
- (id)initWithString:(id)arg1;
- (id)string;
- (id)description;
- (void)appendString:(id)arg1;
- (unsigned short)characterAtIndex:(unsigned int)arg1;
- (id)substringFromIndex:(unsigned int)arg1;
- (unsigned int)length;
- (id)copyWithZone:(struct _NSZone { }*)arg1;
- (void)dealloc;
- (void)setAttribute:(id)arg1 forKey:(id)arg2;

@end
20 changes: 20 additions & 0 deletions AccountSettings.framework/ASRuntimeFixMailAccount.h
@@ -0,0 +1,20 @@
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
*/

@class NSSet;

@interface ASRuntimeFixMailAccount : NSObject <ASRuntimeFixProtocol> {
BOOL _shouldNotifyMobileMail;
NSSet *_supportedMailClasses;
}


- (id)supportedAccountTypes;
- (BOOL)_cleanupAccountClass:(id)arg1;
- (int)fixBasicAccountIfNeeded:(id)arg1 loggingMessage:(id)arg2;
- (void)accountsHaveBeenSaved:(BOOL)arg1;
- (id)init;
- (void)dealloc;

@end
79 changes: 79 additions & 0 deletions AccountSettings.framework/AccountsManager.h
@@ -0,0 +1,79 @@
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
*/

@class NSArray, NSMutableDictionary, NSMutableArray;

@interface AccountsManager : NSObject {
NSMutableDictionary *_topLevelAccountsByID;
NSMutableArray *_orderedTopLevelAccounts;
NSMutableDictionary *_childAccountsByID;
NSMutableDictionary *_childAccountIDToParentAccountID;
NSMutableDictionary *_originalAccountsByID;
unsigned int _dataVersion;
NSArray *_runtimeFixers;
}

+ (unsigned int)currentVersion;
+ (id)createAndLockMigrationLock;
+ (void)shouldMigrateOldMailAccounts:(BOOL*)arg1 oldDAAccounts:(BOOL*)arg2 newAccountSettings:(BOOL*)arg3;
+ (void)killDataAccessIfNecessary;
+ (void)releaseMigrationLock:(id)arg1;
+ (void)_migrateAccountsIfNeeded;
+ (id)fullPathToAccountSettingsPlist;
+ (id)_notifierClassNamesForAccountType:(id)arg1 dataclass:(id)arg2;
+ (BOOL)_oldMailAccountsInformationFound;
+ (BOOL)_oldDAAccountsInformationFound;
+ (BOOL)accountSettingsNeedsToBeMigrated;
+ (void)removeNewAccountSettingsToMigrateOldAccountInformation;
+ (void)_setShouldSkipNotifications:(BOOL)arg1;
+ (void)accountDidChange:(id)arg1 forDataclass:(id)arg2;
+ (void)accountWillChange:(id)arg1 forDataclass:(id)arg2;
+ (id)displayNameForGroupOfAccountType:(id)arg1 forBeginningOfSentence:(BOOL)arg2;
+ (void)waitForMigrationToFinish;

- (id)fullDeviceLocalAccount;
- (id)accountWithIdentifier:(id)arg1;
- (void)deleteAccount:(id)arg1;
- (id)accountsWithTypes:(id)arg1 withLoader:(id)arg2;
- (void)replaceAccountsWithTypes:(id)arg1 withAccounts:(id)arg2;
- (void)saveAllAccounts;
- (void)removeChildWithIdentifier:(id)arg1 fromAccount:(id)arg2;
- (void)addChild:(id)arg1 toAccount:(id)arg2;
- (void)_loadChildrenFromAccount:(id)arg1;
- (id)initWithAccounsInfoArray:(id)arg1;
- (unsigned int)dataVersion;
- (void)setDataVersion:(unsigned int)arg1;
- (id)basicAccountsWithTypes:(id)arg1;
- (id)allMailAccounts;
- (void)insertAccount:(id)arg1;
- (void)deleteAccountWithIdentifier:(id)arg1;
- (void)replaceAccount:(id)arg1 withAccount:(id)arg2;
- (unsigned int)countOfBasicAccountsWithTypes:(id)arg1;
- (id)initInsideOfMigration;
- (void)_removeChildrenForAccountWithIdentifier:(id)arg1;
- (id)mergeInMemoryProperties:(id)arg1 originalProperties:(id)arg2 onDiskProperties:(id)arg3;
- (void)_sendNotificationsForChangedAccounts;
- (void)_setOriginalAccountDictionaries;
- (id)_createRuntimeFixers;
- (void)_addNotificationToDictionary:(id)arg1 forChangeType:(int)arg2 originalProperties:(id)arg3 currentProperties:(id)arg4;
- (id)_initWithAccountsInfo:(id)arg1;
- (id)syncableAccountWithSyncIdentifier:(id)arg1;
- (id)allBasicAccounts;
- (void)updateAccount:(id)arg1;
- (unsigned int)count;
- (id)init;
- (void)dealloc;
- (id)fullAccountWithIdentifier:(id)arg1 loader:(id)arg2;
- (id)accountsWithTypes:(id)arg1;
- (id)allBasicSyncableAccounts;
- (id)displayAccountWithSyncIdentifier:(id)arg1;
- (void)setLegacyAccounts:(id)arg1 withPasswords:(id)arg2;
- (id)legacyAccounts;
- (BOOL)hasActiveDAMMeAccounts;
- (BOOL)hasActiveIMAPNotesAccounts;
- (BOOL)hasActiveCalDAVChildAccounts;
- (BOOL)hasActiveCardDAVChildAccounts;
- (BOOL)hasActiveBookmarkDAVChildAccounts;

@end
104 changes: 104 additions & 0 deletions AccountSettings.framework/BasicAccount.h
@@ -0,0 +1,104 @@
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
*/

@class <AccountRefreshProtocol>, <AccountFullAccountProtocol>, NSDictionary, BasicAccount, NSMutableDictionary;

@interface BasicAccount : NSObject <AccountFullAccountProtocol> {
NSDictionary *_originalProperties;
NSMutableDictionary *_properties;
<AccountFullAccountProtocol> *_fullAccount;
<AccountRefreshProtocol> *_syncAccount;
BasicAccount *_parentAccount;
}

@property(retain) NSDictionary * originalProperties;

+ (id)accountWithProperties:(id)arg1;
+ (id)supportedDataclassesForAccountType:(id)arg1;
+ (id)accountWithType:(id)arg1 class:(id)arg2;
+ (BOOL)displayToggleForDataclass:(id)arg1;
+ (BOOL)isMultitaskingEnabled;
+ (id)removeActionsIncompatibleWithSingleStoreDataclass:(id)arg1;
+ (BOOL)_isValidAccountType:(id)arg1;
+ (id)createNewAccountUID;
+ (id)_dataclassesProperties;
+ (id)allSupportedDataclasses;
+ (id)_accountCreationMap;
+ (id)_creatorsInfo;
+ (void)initialize;
+ (BOOL)showRemindersSeparatelyForAccountType:(id)arg1;
+ (BOOL)multipleStoresSupportedByDataclass:(id)arg1;
+ (id)userActionsToEnableDataclass:(id)arg1 forAccountType:(id)arg2;
+ (BOOL)userConfirmationIsRequiredByDataclass:(id)arg1;
+ (id)userActionsToDisableDataclass:(id)arg1 forAccountType:(id)arg2;
+ (id)deleteAccountActionsForAccountType:(id)arg1;

- (BOOL)isEnabledForDataclass:(id)arg1;
- (void)setEnabled:(BOOL)arg1 forDataclass:(id)arg2;
- (id)propertiesToSave;
- (id)supportedDataclasses;
- (void)setAccountProperty:(id)arg1 forKey:(id)arg2;
- (id)syncStoreIdentifier;
- (void)setOriginalProperties:(id)arg1;
- (void)removeAccountPropertyForKey:(id)arg1;
- (id)accountPropertyForKey:(id)arg1;
- (void)setDisplayName:(id)arg1;
- (id)fullAccountUsingLoader:(id)arg1;
- (void)_forcedSetAccountProperty:(id)arg1 forKey:(id)arg2;
- (void)setParentAccount:(id)arg1;
- (void)_forcedSetEnabled:(BOOL)arg1 forDataclass:(id)arg2;
- (void)setAccountClass:(id)arg1;
- (id)originalProperties;
- (id)_initWithType:(id)arg1 class:(id)arg2;
- (id)_orderedDataclasses:(id)arg1;
- (id)_profileRestrictedDataclasses;
- (id)fullAccountCreatorClassNameForAccountType:(id)arg1 loader:(id)arg2;
- (void)setFullAccount:(id)arg1;
- (id)_cachedSyncAccount;
- (id)syncAccountCreatorClassNameForAccountType:(id)arg1;
- (id)_creatorClassNameForAccountType:(id)arg1 creatorType:(id)arg2 loader:(id)arg3;
- (id)parentAccount;
- (BOOL)refreshContainersForDataclass:(id)arg1 isUserRequested:(BOOL)arg2;
- (BOOL)refreshContainerWithIdentifier:(id)arg1 forDataclass:(id)arg2 isUserRequested:(BOOL)arg3;
- (id)provisionedDataclasses;
- (id)parentAccountIdentifier;
- (BOOL)refreshContainerListForDataclass:(id)arg1;
- (BOOL)refreshContainersForDataclass:(id)arg1;
- (BOOL)refreshContainerWithIdentifier:(id)arg1 forDataclass:(id)arg2;
- (void)setEnabledForDataclasses:(id)arg1;
- (id)properties;
- (id)displayName;
- (id)initWithProperties:(id)arg1;
- (id)type;
- (id)identifier;
- (id)init;
- (void)dealloc;
- (void)renewAccountCredentialsWithHandler:(id)arg1;
- (id)shortTypeString;
- (id)accountClass;
- (id)enabledDataclasses;
- (id)typeString;
- (BOOL)refreshContainerListForDataclass:(id)arg1 isUserRequested:(BOOL)arg2;
- (id)defaultContainerIdentifierForDataclass:(id)arg1;
- (BOOL)isMobileMeAccount;
- (BOOL)isMailAccount;
- (id)childAccountPropertiesArrayBySettingChildProperties:(id)arg1 forChildAccountType:(id)arg2;
- (id)childPropertiesForAccountType:(id)arg1 defaultProperties:(id)arg2 outParentNeedsSave:(BOOL*)arg3;
- (id)subscribedCalendarRecords;
- (BOOL)isValidDAMMeAccount;
- (BOOL)accountTypeStringOwnsIMAPChild;
- (BOOL)accountClassStringIsIMAPSubclass;
- (BOOL)accountTypeStringIsIMAPSubclass;
- (BOOL)isValidIMAPNotesAccount;
- (BOOL)accountPropertiesHaveCalDAVEnabled:(id)arg1;
- (BOOL)accountTypeStringCanOwnCalDAVAccounts;
- (BOOL)isValidCalDAVChildAccount;
- (BOOL)accountPropertiesHaveCardDAVEnabled:(id)arg1;
- (BOOL)accountTypeStringCanOwnCardDAVAccounts;
- (BOOL)isValidCardDAVChildAccount;
- (BOOL)accountPropertiesHaveBookmarkDAVEnabled:(id)arg1;
- (BOOL)accountTypeStringCanOwnBookmarkDAVAccounts;
- (BOOL)isValidBookmarkDAVChildAccount;

@end
35 changes: 35 additions & 0 deletions AccountSettings.framework/DeviceLocalAccount.h
@@ -0,0 +1,35 @@
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/AccountSettings.framework/AccountSettings
*/

@interface DeviceLocalAccount : BasicAccount <AccountCreationProtocol, AccountSettingsUIAccount> {
}

+ (id)accountWithBasicAccount:(id)arg1;
+ (id)basicAccountProperties;
+ (id)localizedReferenceToSyncSourceStringForDataClass:(id)arg1;
+ (BOOL)isTetheredSyncingDataclass:(id)arg1;
+ (id)tetheredSourceForDataClass:(id)arg1;
+ (id)_identifier;
+ (id)typeString;
+ (id)localizedSyncSourceStringForDataClass:(id)arg1 forBeginningOfSentence:(BOOL)arg2;
+ (id)displayedAccountTypeString;
+ (id)displayedShortAccountTypeString;
+ (void*)createSyncDataSourceForDataclass:(id)arg1 options:(id)arg2;

- (id)syncStoreIdentifier;
- (id)displayName;
- (id)identifier;
- (void)_saveChangesToOnMyDeviceAccount;
- (BOOL)_setTetheredDataSourceEnabled:(BOOL)arg1 forDataclass:(id)arg2;
- (BOOL)_deleteDataSourceForDataclass:(id)arg1;
- (void)setEnabled:(BOOL)arg1 forDataclass:(id)arg2;
- (id)uniqueId;
- (void)setTetheredEnabled:(BOOL)arg1 forDataclass:(id)arg2;
- (void)deleteLocalDataSourceForDataclass:(id)arg1;
- (void)hideLocalStoreForDataclass:(id)arg1;
- (void)showLocalStoreIfAppropriateForDataclass:(id)arg1;
- (BOOL)otherAccountEnabledForDataclass:(id)arg1;
- (BOOL)supportsPush;

@end
@@ -0,0 +1,12 @@
/* Generated by RuntimeBrowser.
Image: /System/Library/PrivateFrameworks/AccountSettingsUI.framework/AccountSettingsUI
*/

@interface AccountSettingsAddOtherTypeController : AccountSettingsUIAddTypeController {
}


- (int)numAddControllersInStack;
- (id)specifiers;

@end

0 comments on commit 4fadac3

Please sign in to comment.