Skip to content

donyang/iOSAppsInfo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iOSAppsInfo

Build Status

This is an Application which using ios private api to list all the installed Applications and their details, including:

  • localizedShortName
  • localizedName
  • bundleIdentifier
  • applicationIdentifier
  • applicationType
  • dynamicDiskUsage
  • groupIdentifiers
  • itemID
  • itemName
  • minimumSystemVersion
  • requiredDeviceCapabilities
  • sdkVersion
  • shortVersionString
  • staticDiskUsage
  • teamID
  • vendorName

and all of these applications can be opened by this app with their bundleIdentifier.

Also, we list all the public and private scheme urls.

install

pod 'LMApp', '0.1.0'

References

App List Screenshot System Scheme URLs Screenshot App Detail Screenshot App Detail Screenshot

About

List installed Applications and scheme urls

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 92.9%
  • Ruby 7.1%