libpackageinfo.h 491 B

12345678910111213141516171819
  1. /**
  2. * Name: libpackageinfo
  3. * Type: iOS library
  4. * Desc: iOS library for retrieving information regarding installed packages.
  5. *
  6. * Author: Lance Fetters (aka. ashikase)
  7. * License: LGPL v3 (See LICENSE file for details)
  8. */
  9. #import "PIAppleDeveloperPackage.h"
  10. #import "PIApplePackage.h"
  11. #import "PIAppleStorePackage.h"
  12. #import "PIAppleSystemPackage.h"
  13. #import "PIDebianPackage.h"
  14. #import "PIPackage.h"
  15. #import "PIPackageCache.h"
  16. /* vim: set ft=objc ff=unix sw=4 ts=4 tw=80 expandtab: */