027ccc0ccc
git tag 已打到 v0.1.1,但 APP_VERSION/package.json/build/config.yml 全停在 0.1.0 —— 按更新提示的比对逻辑这会错乱。三处统一 0.1.1,并跑 wails3 task common:update:build-assets 重新生成原生元数据(Info.plist 等, CFBundleShortVersionString 已核实落到 0.1.1,包名/标识符未被冲回模板值)。 生成器顺手拉的 build/ios/ 脚手架已删,不做 iOS。 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
35 lines
1.0 KiB
Plaintext
35 lines
1.0 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>CFBundleExecutable</key>
|
|
<string>sundynix_desktop</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>sundynix-agentix desktop</string>
|
|
<key>CFBundleIconFile</key>
|
|
<string>icons</string>
|
|
<key>CFBundleIconName</key>
|
|
<string>appicon</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.sundynix.agentix</string>
|
|
<key>CFBundleName</key>
|
|
<string>sundynix-agentix</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>APPL</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>0.1.1</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>0.1.1</string>
|
|
<key>LSMinimumSystemVersion</key>
|
|
<string>12.0.0</string>
|
|
<key>NSAppTransportSecurity</key>
|
|
<dict>
|
|
<key>NSAllowsLocalNetworking</key>
|
|
<true/>
|
|
</dict>
|
|
<key>NSHighResolutionCapable</key>
|
|
<string>true</string>
|
|
<key>NSHumanReadableCopyright</key>
|
|
<string>(c) 2026, sundynix</string>
|
|
</dict>
|
|
</plist> |