31 #import <Foundation/Foundation.h> 78 + (instancetype)sharedInstance:(NSString *)fileName;
83 + (instancetype)sharedInstance;
88 - (void)changeFile:(NSString *)fileName;
Header file containing the App Delegate class.
NSXMLDocument * xmlDoc
Definition: UserProfileManager.h:67
NSMutableArray * profiles
Definition: UserProfileManager.h:52
A project specific user profile.
Definition: UserProfile.h:42
void openXMLDocument()
Definition: UserProfileManager.m:109
BOOL xmlOpened
Definition: UserProfileManager.h:72
NSMutableArray * getProfiles()
Definition: UserProfileManager.m:217
The user profile manager to read/write from XML file and manage the profiles.
Definition: UserProfileManager.h:47
NSURL * xmlURL
Definition: UserProfileManager.h:62
NSError * handleError
Definition: UserProfileManager.h:57
Header file containing the user profile class.
BOOL saveProfiles()
Definition: UserProfileManager.m:224