Resource file for data initialization
To initialize a NSArray with sample data or configuration data, you can store a data file in the resources of the xcode project like shown in figure:
To retrive data use the following code:
* The array representation in the file identified by aPath must contain only property list objects (NSString, NSData, NSDate, NSNumber, NSArray, or NSDictionary objects)