1. 添加Pods依赖配置到Xcode工作区 2. 调整macOS权限配置,临时替换Keychain为shared_preferences 3. 重构secure_storage适配macOS兼容性问题 4. 整理iOS权限配置,移除重复声明 5. 更新插件依赖和Podfile配置
11 lines
224 B
XML
11 lines
224 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Workspace
|
|
version = "1.0">
|
|
<FileRef
|
|
location = "group:Runner.xcodeproj">
|
|
</FileRef>
|
|
<FileRef
|
|
location = "group:Pods/Pods.xcodeproj">
|
|
</FileRef>
|
|
</Workspace>
|