You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// on iOS, -> "Library/Application Support" via https://developer.apple.com/documentation/foundation/nssearchpathdirectory/nsapplicationsupportdirectory
786
-
// on Linux, -> "${XDG_DATA_HOME:-~/.local/share}/com.zulip.flutter/"
// on iOS, -> "Library/Application Support" via https://developer.apple.com/documentation/foundation/nssearchpathdirectory/nsapplicationsupportdirectory
785
+
// on Linux, -> "${XDG_DATA_HOME:-~/.local/share}/com.zulip.flutter/"
786
+
//
787
+
// This is reasonable for iOS per Apple's recommendation:
788
+
// > Use ["Library/Application Support"] to store all app data files except
789
+
// > those associated with the user’s documents. For example, you might use
790
+
// > this directory to store app-created data files, configuration files,
791
+
// > templates, or other fixed or modifiable resources that are managed by
0 commit comments