create AppGroupsManager

This commit is contained in:
John Estropia
2021-05-06 08:28:44 +09:00
parent d19fd1b45c
commit 223707159c
17 changed files with 545 additions and 37 deletions

View File

@@ -270,7 +270,7 @@ public enum CoreStoreError: Error, CustomNSError, Hashable {
The `NSError` error domain string for `CSError`.
*/
@nonobjc
public let CoreStoreErrorDomain = "com.corestore.error"
public let CoreStoreErrorDomain = Internals.libReverseDomain("error")
// MARK: - CoreStoreErrorCode