The GDApplicationInfo is a an object used to store application information in a dictionary like manner. More...
#import <GDApplicationInfo.h>
Public Member Functions | |
| (void) | - loadDefaultInfoPlist |
| Loads the main bundle's info dictionary and adds in those key/vals to this dictionary. | |
| (void) | - loadPlist: |
| Loads in a plist and merges it's key/vals into this dictionary. | |
Static Public Member Functions | |
| (GDApplicationInfo *) | + instanceFromDefaultPlist |
| Returns an autoreleased instance, and has already loaded the main bundle's info dictionary. | |
| (GDApplicationInfo *) | + instanceFromLoadingPlist: |
| Returns an autoreleased instance that was loaded from a plist. | |
Properties | |
| NSMutableDictionary * | dictionary |
| The dictionary exposed through composition. | |
The GDApplicationInfo is a an object used to store application information in a dictionary like manner.
It uses an NSMutableDictionary internally through composition.
You can use this to extend, or write extensions to GDKit, and if any of those extensions require some type of configiration, it can be specified through this dictionary manually in code, or by loading in a plist.