Closed neilt closed 10 years ago
Did you really mean to use the id type for the storeConfiguration parameter?
id
storeConfiguration
If so, I'm curious why?
- (id)initStoreNamed:(NSString *)contentName withManagedObjectModel:(NSManagedObjectModel *)model localStoreURL:(NSURL *)localStoreURL containerIdentifier:(NSString *)containerIdentifier storeConfiguration:storeConfiguration storeOptions:(NSDictionary *)storeOptions delegate:(id<UbiquityStoreManagerDelegate>)delegate {
Ack, no, that was unintentional. Thanks for pointing it out.
925cfec
Did you really mean to use the
id
type for thestoreConfiguration
parameter?If so, I'm curious why?