2
0

Temporary build fix: Disable iCloudStoreManager integration.

This commit is contained in:
Maarten Billemont
2013-03-29 12:03:31 -04:00
parent 1c79545245
commit b301d0bdd6
3 changed files with 178 additions and 178 deletions

View File

@@ -18,7 +18,7 @@ typedef enum {
MPImportResultInternalError,
} MPImportResult;
@interface MPAppDelegate_Shared (Store)<UbiquityStoreManagerDelegate>
@interface MPAppDelegate_Shared (Store)//<UbiquityStoreManagerDelegate>
+ (NSManagedObjectContext *)managedObjectContextForThreadIfReady;
+ (BOOL)managedObjectContextPerformBlock:(void (^)(NSManagedObjectContext *moc))mocBlock;