summaryrefslogtreecommitdiff
path: root/gssc.mm
diff options
context:
space:
mode:
Diffstat (limited to 'gssc.mm')
-rw-r--r--gssc.mm20
1 files changed, 20 insertions, 0 deletions
diff --git a/gssc.mm b/gssc.mm
index 7473aae..eda04fc 100644
--- a/gssc.mm
+++ b/gssc.mm
@@ -98,6 +98,26 @@ int main(int argc, char *argv[]) {
if (CFTypeRef (*$MGCopyAnswer)(CFStringRef) = reinterpret_cast<CFTypeRef (*)(CFStringRef)>(dlsym(libMobileGestalt, "MGCopyAnswer"))) {
NSMutableDictionary *answers([NSMutableDictionary dictionary]);
for (NSString *name in [NSArray arrayWithObjects:
+ @"HasSEP",
+ @"HasThinBezel",
+ @"apple-internal-install",
+ @"cameraRestriction",
+ @"data-plan",
+ @"multitasking-gestures",
+ @"rear-facing-camera",
+ @"wapi",
+ @"watch-companion",
+
+ @"AirDropCapability",
+ @"CarrierInstallCapability",
+ @"CellularTelephonyCapability",
+ @"UIParallaxCapability",
+ @"ambient-light-sensor",
+ @"personal-hotspot",
+ @"shoebox",
+ @"hall-effect-sensor",
+ @"3Gvenice",
+
@"ActiveWirelessTechnology",
//@"AirplaneMode",
@"AllDeviceCapabilities",