Improve storage, paths
This commit is contained in:
15
CHDataManagement/Storage/SecurityScopeStatus.swift
Normal file
15
CHDataManagement/Storage/SecurityScopeStatus.swift
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
enum SecurityScopeStatus {
|
||||
|
||||
case noPath
|
||||
|
||||
case urlMismatch
|
||||
|
||||
case noBookmark
|
||||
|
||||
case bookmarkCorrupted
|
||||
|
||||
case stale
|
||||
|
||||
case nominal
|
||||
}
|
Reference in New Issue
Block a user