From 375a4481b21835983ea4f32bd1847a46c1038c68 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 11 Jul 2015 22:09:58 -0700 Subject: Add some info on installed applications to bridge. --- iPhonePrivate.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'iPhonePrivate.h') diff --git a/iPhonePrivate.h b/iPhonePrivate.h index 06aff31..2c9239c 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -438,6 +438,8 @@ extern float const UIWebViewScalesToFitScale; extern "C" void *reboot2(uint64_t flags); extern "C" mach_port_t SBSSpringBoardServerPort(); extern "C" int SBBundlePathForDisplayIdentifier(mach_port_t port, const char *identifier, char *path); +extern "C" NSSet *SBSCopyDisplayIdentifiers(); +extern "C" NSString *SBSCopyLocalizedApplicationNameForDisplayIdentifier(NSString *); extern "C" UIImage *_UIImageWithName(NSString *name); extern "C" void UISetColor(CGColorRef color); // }}} -- cgit v1.2.3