12345678910111213141516171819 |
- /**
- * Name: libpackageinfo
- * Type: iOS library
- * Desc: iOS library for retrieving information regarding installed packages.
- *
- * Author: Lance Fetters (aka. ashikase)
- * License: LGPL v3 (See LICENSE file for details)
- */
- #import "PIAppleDeveloperPackage.h"
- #import "PIApplePackage.h"
- #import "PIAppleStorePackage.h"
- #import "PIAppleSystemPackage.h"
- #import "PIDebianPackage.h"
- #import "PIPackage.h"
- #import "PIPackageCache.h"
- /* vim: set ft=objc ff=unix sw=4 ts=4 tw=80 expandtab: */
|