ResourceUnzipper(Phase 1.5)的前置:用 ZIPFoundation 替代旧 ZipArchive 解压 gamehall.zip。ADR-006 纯 SPM + Vendor 策略下的首个 SPM 依赖。 - 引入:https://github.com/weichsel/ZIPFoundation - 版本 0.9.20(Up to Next Major,commit 22787ffb59de) - License: MIT;纯 Swift 实现,Xcode 26 原生兼容 - 链接到 target ylgamehall - pbxproj:XCRemoteSwiftPackageReference + XCSwiftPackageProductDependency 写入;Package.resolved 锁定版本,多机 / CI 复现 - BuildProject 通过;ZIPFoundation 全部 .swift 由 SwiftCompile 实际 参与构建,与 ylgamehall target 链接完成 - 附带:ChannelConfig.plist 移除内联说明注释(Phase 1.1 commit 后由 维护者整理),不影响 plist 数据结构
29 lines
834 B
Plaintext
29 lines
834 B
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>qiniudomain</key>
|
|
<string>iosaudio.daoqi88.cn</string>
|
|
<key>gameid</key>
|
|
<string>G2hw0ubng0zcoI0r4mx3H2yr4GejidwO</string>
|
|
<key>channel</key>
|
|
<string>FtJf073aa0d6rI1xD8J1Y42fINTm0ziK</string>
|
|
<key>gamedir</key>
|
|
<string>FtJf073aa0d6rI1xD8J1Y42fINTm0ziK</string>
|
|
<key>gamestart</key>
|
|
<string>gamehall</string>
|
|
<key>gameconfig</key>
|
|
<string>tsgames.daoqi88.cn-config_test-update_jsonv2_test</string>
|
|
<key>market</key>
|
|
<string>2</string>
|
|
<key>agent</key>
|
|
<string>veRa0qrBf0df2K1G4de2tgfmVxB2jxpv</string>
|
|
<key>appversion</key>
|
|
<string>43</string>
|
|
<key>other</key>
|
|
<string></string>
|
|
<key>appleconfig</key>
|
|
<string></string>
|
|
</dict>
|
|
</plist>
|