feat: 添加文件传输和文件系统支持,更新相关依赖

This commit is contained in:
2025-12-21 19:14:27 +07:00
parent 62d33a773a
commit e29f687520
4 changed files with 49 additions and 0 deletions

View File

@@ -49,5 +49,17 @@
<true/>
<key>NSCameraUsageDescription</key>
<string>This app needs access to camera to scan QR codes</string>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
</array>
</dict>
</array>
</dict>
</plist>