xcode iOS 在app文件中开启访问 Document Directory
在 Plist 中设置
LSSupportsOpeningDocumentsInPlace为 YES
且UIFileSharingEnabled为 YES (这个不添加好像也可以)
可以从系统的Files应用中访问应用的 Documents 目录
电脑 助手也可以访问

开启后,可以浏览

进入查看详情

LSSupportsOpeningDocumentsInPlace为 YES且UIFileSharingEnabled为 YES (这个不添加好像也可以)
可以从系统的Files应用中访问应用的 Documents 目录


