]> git.saurik.com Git - cydia.git/blobdiff - UICaboodle/BrowserView.m
That was at least interesting.
[cydia.git] / UICaboodle / BrowserView.m
index 0f95a049e2efe19be8d336b138a561d3b58cb9c4..3a4b77937c0bed76524132249dd376f57d7d1b8a 100644 (file)
     } return self;
 }
 
     } return self;
 }
 
++ (NSArray *) _attributeKeys {
+    return [NSArray arrayWithObjects:@"device", nil];
+}
+
+- (NSArray *) attributeKeys {
+    return [[self class] _attributeKeys];
+}
+
++ (BOOL) isKeyExcludedFromWebScript:(const char *)name {
+    return ![[self _attributeKeys] containsObject:[NSString stringWithUTF8String:name]] && [super isKeyExcludedFromWebScript:name];
+}
+
+- (NSString *) device {
+    return [[UIDevice currentDevice] uniqueIdentifier];
+}
+
 + (NSString *) webScriptNameForSelector:(SEL)selector {
     if (selector == @selector(close))
         return @"close";
 + (NSString *) webScriptNameForSelector:(SEL)selector {
     if (selector == @selector(close))
         return @"close";