Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
126 changes: 124 additions & 2 deletions PublicAutomation.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions PublicAutomation/Headers/CDStructures.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#pragma mark Named Structures

struct CGAffineTransform {
double _field1;
double _field2;
double _field3;
double _field4;
double _field5;
double _field6;
};

struct CGPoint {
double x;
double y;
};

struct CGRect {
struct CGPoint origin;
struct CGSize size;
};

struct CGSize {
double width;
double height;
};

struct __va_list_tag {
unsigned int _field1;
unsigned int _field2;
void *_field3;
void *_field4;
};

#pragma mark Typedef'd Structures

typedef struct {
unsigned long long _field1;
id *_field2;
unsigned long long *_field3;
unsigned long long _field4[5];
} CDStruct_70511ce9;

typedef struct {
struct CGPoint _field1;
double _field2;
double _field3;
unsigned char _field4;
} CDStruct_3eca2549;

10 changes: 10 additions & 0 deletions PublicAutomation/Headers/NSArray-UIAExtras.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

@interface NSArray (UIAExtras)
- (unsigned long long)_uiaUniqueIndexOfObject:(id)arg1;
@end

10 changes: 10 additions & 0 deletions PublicAutomation/Headers/NSCopying-Protocol.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

@protocol NSCopying
- (id)copyWithZone:(struct _NSZone *)arg1;
@end

10 changes: 10 additions & 0 deletions PublicAutomation/Headers/NSFastEnumeration-Protocol.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

@protocol NSFastEnumeration
- (unsigned long long)countByEnumeratingWithState:(CDStruct_70511ce9 *)arg1 objects:(id *)arg2 count:(unsigned long long)arg3;
@end

15 changes: 15 additions & 0 deletions PublicAutomation/Headers/NSValue-UIAutomation.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

@interface NSValue (UIAutomation)
- (id)height;
- (id)width;
- (id)size;
- (id)y;
- (id)x;
- (id)origin;
@end

18 changes: 18 additions & 0 deletions PublicAutomation/Headers/UIAActionSheet.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "UIAElement.h"

@interface UIAActionSheet : UIAElement
{
}

+ (id)toOneRelationshipKeys;
+ (Class)_classForSimpleUIAXElement:(id)arg1;
- (id)cancelButton;

@end

14 changes: 14 additions & 0 deletions PublicAutomation/Headers/UIAActivityIndicator.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "UIAElement.h"

@interface UIAActivityIndicator : UIAElement
{
}

@end

17 changes: 17 additions & 0 deletions PublicAutomation/Headers/UIAActivityView.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "UIAElement.h"

@interface UIAActivityView : UIAElement
{
}

+ (id)toOneRelationshipKeys;
- (id)cancelButton;

@end

23 changes: 23 additions & 0 deletions PublicAutomation/Headers/UIAAlert.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "UIAElement.h"

@interface UIAAlert : UIAElement
{
}

+ (id)toOneRelationshipKeys;
+ (id)_moreToOneRelationshipKeys;
+ (Class)_classForSimpleUIAXElement:(id)arg1;
- (id)defaultButton;
- (id)cancelButton;
- (id)buttons;
- (id)name;
- (id)_nameFromChildForAXElement:(id)arg1;

@end

69 changes: 69 additions & 0 deletions PublicAutomation/Headers/UIAApplication.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "UIAElement.h"

@class NSString, UIAElementArray;

@interface UIAApplication : UIAElement
{
UIAElementArray *_windows;
NSString *_name;
NSString *_bundleID;
NSString *_bundlePath;
NSString *_axBundlePath;
NSString *_version;
NSString *_bundleVersion;
const void *_privateRef;
}

+ (id)toManyRelationshipKeys;
+ (id)toOneRelationshipKeys;
+ (id)attributeKeys;
- (id)scriptingSynonymStrings;
- (id)toolbar;
- (id)tabBar;
- (id)navigationBar;
- (id)appIconScrollView;
- (id)appItemScrollView;
- (id)_scrollViewWithElementType:(id)arg1;
- (id)editingMenu;
- (id)statusBar;
- (id)alert;
- (id)activityView;
- (id)actionSheet;
- (id)keyboard;
- (id)mainWindow;
- (id)_axMainWindow;
- (id)keyWindow;
- (id)windows;
- (id)interfaceOrientation;
- (id)preferencesValueForKey:(id)arg1;
- (void)setPreferencesValue:(id)arg1 forKey:(id)arg2;
- (id)isCameraIrisOpen;
- (id)isVisible;
- (id)bundleVersion;
- (id)version;
- (id)localizedStringForKey:(id)arg1 withOptions:(id)arg2;
- (id)localizedStringForKey:(id)arg1;
- (id)_axBundle;
- (id)_axBundlePath;
- (id)_bundle;
- (id)bundlePath;
- (id)_bundlePath;
- (id)stateDescription;
- (unsigned int)_state;
- (id)name;
- (id)_name;
- (id)bundleID;
- (id)_bundleID;
- (_Bool)_isSystemApplication;
- (void)_invalidate;
- (void)dealloc;
- (id)init;

@end

17 changes: 17 additions & 0 deletions PublicAutomation/Headers/UIAButton.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "UIAElement.h"

@interface UIAButton : UIAElement
{
}

- (id)scriptingActionExpressionShouldFavorTapOffset;
- (id)value;

@end

18 changes: 18 additions & 0 deletions PublicAutomation/Headers/UIACollectionCell.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "UIAElement.h"

@interface UIACollectionCell : UIAElement
{
}

- (id)scriptingActionExpressionShouldFavorTapOffset;
- (id)value;
- (id)name;

@end

27 changes: 27 additions & 0 deletions PublicAutomation/Headers/UIACollectionView.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "UIAScrollView.h"

@class UIAElementArray;

@interface UIACollectionView : UIAScrollView
{
UIAElementArray *_cells;
}

+ (id)toManyRelationshipKeys;
+ (id)_moreToManyRelationshipKeys;
+ (Class)_classForSimpleUIAXElement:(id)arg1;
- (id)visibleCells;
- (id)cells;
- (id)scrollItemCount;
- (id)scrollItemIndex;
- (id)value;
- (void)_emptyCaches;

@end

14 changes: 14 additions & 0 deletions PublicAutomation/Headers/UIAEditingMenu.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
//
// Generated by class-dump 3.5 (64 bit).
//
// class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2013 by Steve Nygard.
//

#import "UIAElement.h"

@interface UIAEditingMenu : UIAElement
{
}

@end

Loading