-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAADeviceInfol.h
More file actions
55 lines (51 loc) · 1.35 KB
/
Copy pathAADeviceInfol.h
File metadata and controls
55 lines (51 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
/* Generated by RuntimeBrowser
Platform: iOS 15.7.2 (19H218) arm64
Image: /System/Library/PrivateFrameworks/AppleAccount.framework/AppleAccount (1.0)
*/
//This would be good for making a System Info type alternative tweak or app.
//could be handy for identifying if the device is a sophisticated fake of an apple product, too
@interface AADeviceInfo : NSObject
+ (id)apnsToken;
+ (id)appleIDClientIdentifier;
+ (id)clientInfoHeader;
+ (id)currentInfo;
+ (bool)hasiCloudSignOutRestriction;
+ (id)infoDictionary;
+ (bool)isInternalBuild;
+ (bool)isMultiUserMode;
+ (bool)locationServicesRestricted;
+ (id)osVersion;
+ (id)productVersion;
+ (id)serialNumber;
+ (id)udid;
+ (id)userAgentHeader;
- (id)apnsToken;
- (id)appleIDClientIdentifier;
- (id)bluetoothMacAddress;
- (id)buildVersion;
- (id)chipIdentifier;
- (id)clientInfoHeader;
- (id)deviceBackingColor;
- (id)deviceClass;
- (id)deviceColor;
- (id)deviceCoverGlassColor;
- (id)deviceEnclosureColor;
- (id)deviceHousingColor;
- (id)deviceInfoDictionary;
- (id)deviceName;
- (bool)hasCellularCapability;
- (id)internationalMobileEquipmentIdentity;
- (id)mobileEquipmentIdentifier;
- (id)modelNumber;
- (id)osName;
- (id)osVersion;
- (id)productType;
- (id)productVersion;
- (id)regionCode;
- (id)serialNumber;
- (id)storageCapacity;
- (id)udid;
- (id)uniqueChipIdentifier;
- (id)userAgentHeader;
- (id)wifiMacAddress;
@end