• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 14.0.8198.18
GDPersistentStoreCoordinator.h
Go to the documentation of this file.
1 /*
2  * Copyright 2025 BlackBerry Limited. All rights reserved.
3  */
4 
5 #pragma once
6 
7 #import <Foundation/Foundation.h>
8 #if TARGET_OS_WATCH
9 #import <CoreData/NSPersistentStoreCoordinator.h>
10 #else
11 #import <CoreData/CoreData.h>
12 #endif
13 
102 @interface GDPersistentStoreCoordinator : NSPersistentStoreCoordinator {
103 
104 }
105 
106 @end
107 
110 extern NSString * const GDEncryptedBinaryStoreType;
111 
114 extern NSString* const GDEncryptedBinaryStoreErrorDomain;
115 
118 extern NSString* const GDEncryptedIncrementalStoreType;
119 
122 extern NSString* const GDEncryptedIncrementalStoreErrorDomain;
123 
GDEncryptedIncrementalStoreErrorDomain
NSString *const GDEncryptedIncrementalStoreErrorDomain
Specify the encrypted incremental store type error domain.
GDPersistentStoreCoordinator
NSPersistentStoreCoordinator subclass that supports an encrypted binary store type in Core Data.
Definition: GDPersistentStoreCoordinator.h:102
GDEncryptedBinaryStoreType
NSString *const GDEncryptedBinaryStoreType
Specify the encrypted binary store type.
GDEncryptedBinaryStoreErrorDomain
NSString *const GDEncryptedBinaryStoreErrorDomain
Specify the encrypted binary store type error domain.
GDEncryptedIncrementalStoreType
NSString *const GDEncryptedIncrementalStoreType
Specify the encrypted incremental store type.