lhunath / UbiquityStoreManager

Implements Core Data + iCloud, deals with all the nasty stuff and gives you a clean API.
http://lhunath.github.io/UbiquityStoreManager
Apache License 2.0
391 stars 37 forks source link

storeConfiguration Parameter is an id type? #40

Closed neilt closed 10 years ago

neilt commented 10 years ago

Did you really mean to use the id type for the storeConfiguration parameter?

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 {
lhunath commented 10 years ago

Ack, no, that was unintentional. Thanks for pointing it out.

lhunath commented 10 years ago

925cfec