Browse Source

enhance(iOS): add excalidraw file for force download

leizhe 3 years ago
parent
commit
6ea6d0e34d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      ios/App/App/DownloadiCloudFiles.swift

+ 2 - 1
ios/App/App/DownloadiCloudFiles.swift

@@ -19,7 +19,8 @@ public class DownloadiCloudFiles: CAPPlugin,  UIDocumentPickerDelegate  {
         "md",
         "org",
         "css",
-        "edn"
+        "edn",
+        "excalidraw"
     ]
     
     var containerUrl: URL? {