this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

make enum public

+1 -1
+1 -1
Sources/StorageKit/StorageKit.swift
··· 8 8 9 9 public struct StorageKit { 10 10 11 - enum Directory { 11 + public enum Directory { 12 12 /// Only documents and other data that is user-generated, or that cannot otherwise be recreated by your application, should be stored in the <Application_Home>/Documents directory and will be automatically backed up by iCloud. 13 13 case documents 14 14