1. 新增工作台三栏布局模式,适配宽屏设备 2. 添加跨平台系统托盘支持,新增托盘图标资源 3. 修复工作台模式下导航返回异常问题 4. 统一JSON类型安全解析,替换硬类型转换 5. 增加macOS深度链接支持,统一渠道分发信息 6. 优化部分页面生命周期和状态加载逻辑 7. 移除废弃的nearby_connections依赖
140 lines
4.8 KiB
Plaintext
140 lines
4.8 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||
<plist version="1.0">
|
||
<dict>
|
||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||
<true/>
|
||
<key>CFBundleDevelopmentRegion</key>
|
||
<string>$(DEVELOPMENT_LANGUAGE)</string>
|
||
<key>CFBundleDisplayName</key>
|
||
<string>闲言</string>
|
||
<key>CFBundleExecutable</key>
|
||
<string>$(EXECUTABLE_NAME)</string>
|
||
<key>CFBundleIdentifier</key>
|
||
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
|
||
<key>CFBundleInfoDictionaryVersion</key>
|
||
<string>6.0</string>
|
||
<key>CFBundleName</key>
|
||
<string>闲言</string>
|
||
<key>CFBundlePackageType</key>
|
||
<string>APPL</string>
|
||
<key>CFBundleShortVersionString</key>
|
||
<string>$(FLUTTER_BUILD_NAME)</string>
|
||
<key>CFBundleSignature</key>
|
||
<string>????</string>
|
||
<key>CFBundleVersion</key>
|
||
<string>$(FLUTTER_BUILD_NUMBER)</string>
|
||
<key>LSRequiresIPhoneOS</key>
|
||
<true/>
|
||
<key>NSAppTransportSecurity</key>
|
||
<dict>
|
||
<key>NSAllowsArbitraryLoads</key>
|
||
<true/>
|
||
</dict>
|
||
<key>NSCalendarsUsageDescription</key>
|
||
<string>闲言需要访问日历以将闲情逸致活动添加到您的日程提醒</string>
|
||
<key>NSCameraUsageDescription</key>
|
||
<string>闲言需要使用相机以拍照制作壁纸、扫描二维码和文件传输扫码配对</string>
|
||
<key>NSDocumentsFolderUsageDescription</key>
|
||
<string>闲言需要访问文件以选择图片和导出内容</string>
|
||
<key>NSLocalNetworkUsageDescription</key>
|
||
<string>闲言需要本地网络权限以发现和连接局域网设备</string>
|
||
<key>NSMicrophoneUsageDescription</key>
|
||
<string>闲言需要使用麦克风录制语音消息</string>
|
||
<key>NSSpeechRecognitionUsageDescription</key>
|
||
<string>闲言需要语音识别以将您的语音转换为文字输入</string>
|
||
<key>NSPhotoLibraryAddUsageDescription</key>
|
||
<string>闲言需要保存编辑好的卡片到您的相册</string>
|
||
<key>NSPhotoLibraryUsageDescription</key>
|
||
<string>闲言需要访问您的相册以选择图片作为卡片背景</string>
|
||
<key>NSLocationWhenInUseUsageDescription</key>
|
||
<string>闲言需要使用位置信息以发现附近的设备进行文件传输</string>
|
||
<key>UIApplicationSceneManifest</key>
|
||
<dict>
|
||
<key>UIApplicationSupportsMultipleScenes</key>
|
||
<false/>
|
||
<key>UISceneConfigurations</key>
|
||
<dict>
|
||
<key>UIWindowSceneSessionRoleApplication</key>
|
||
<array>
|
||
<dict>
|
||
<key>UISceneClassName</key>
|
||
<string>UIWindowScene</string>
|
||
<key>UISceneConfigurationName</key>
|
||
<string>flutter</string>
|
||
<key>UISceneDelegateClassName</key>
|
||
<string>FlutterSceneDelegate</string>
|
||
<key>UISceneStoryboardFile</key>
|
||
<string>Main</string>
|
||
</dict>
|
||
</array>
|
||
</dict>
|
||
</dict>
|
||
<key>UIApplicationSupportsIndirectInputEvents</key>
|
||
<true/>
|
||
<key>UILaunchStoryboardName</key>
|
||
<string>LaunchScreen</string>
|
||
<key>UIMainStoryboardFile</key>
|
||
<string>Main</string>
|
||
<key>UISupportedInterfaceOrientations</key>
|
||
<array>
|
||
<string>UIInterfaceOrientationPortrait</string>
|
||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||
</array>
|
||
<key>UISupportedInterfaceOrientations~ipad</key>
|
||
<array>
|
||
<string>UIInterfaceOrientationPortrait</string>
|
||
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||
</array>
|
||
<key>NSUserTrackingUsageDescription</key>
|
||
<string>闲言需要追踪您的活动以提供个性化内容推荐</string>
|
||
<!-- 文档浏览器支持 — file_picker 导入字体/ZIP 所需 -->
|
||
<key>UISupportsDocumentBrowser</key>
|
||
<true/>
|
||
<key>LSSupportsOpeningDocumentsInPlace</key>
|
||
<true/>
|
||
<!-- 字体/ZIP 文档类型声明 — file_picker 导入所需 -->
|
||
<key>CFBundleDocumentTypes</key>
|
||
<array>
|
||
<dict>
|
||
<key>CFBundleTypeName</key>
|
||
<string>Font File</string>
|
||
<key>CFBundleTypeRole</key>
|
||
<string>Viewer</string>
|
||
<key>LSHandlerRank</key>
|
||
<string>Alternate</string>
|
||
<key>LSItemContentTypes</key>
|
||
<array>
|
||
<string>public.truetype-ttf-font</string>
|
||
<string>public.opentype-font</string>
|
||
<string>com.pkware.zip-archive</string>
|
||
</array>
|
||
</dict>
|
||
</array>
|
||
<!-- App Group ID — 供receive_sharing_intent插件读取App Group容器 -->
|
||
<key>AppGroupId</key>
|
||
<string>group.apps.xy.xianyan.share</string>
|
||
<!-- URL Scheme — 供 ShareExtension 跳转 + xianyan:// 深度链接 -->
|
||
<key>CFBundleURLTypes</key>
|
||
<array>
|
||
<dict>
|
||
<key>CFBundleTypeRole</key>
|
||
<string>Editor</string>
|
||
<key>CFBundleURLName</key>
|
||
<string>apps.xy.xianyan</string>
|
||
<key>CFBundleURLSchemes</key>
|
||
<array>
|
||
<string>ShareMedia-apps.xy.xianyan</string>
|
||
<string>xianyan</string>
|
||
</array>
|
||
</dict>
|
||
</array>
|
||
<!-- 加密出口合规 — 声明不使用非豁免加密,跳过App Store Connect合规问卷 -->
|
||
<key>ITSAppUsesNonExemptEncryption</key>
|
||
<false/>
|
||
</dict>
|
||
</plist>
|