chore: 升级版本号到 v0.2.0,修复 macOS/Linux 配置\n\n- 升级所有平台版本号 0.1.0 → 0.2.0\n- 修复 macOS Info.plist 残留的旧项目名 Peter Agent → GitPilot\n- 修复 Linux desktop 文件残留的旧项目名"
This commit is contained in:
@@ -4,17 +4,17 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Peter Agent</string>
|
||||
<string>GitPilot</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>peter-agent</string>
|
||||
<string>gitpilot</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.peteragent.app</string>
|
||||
<string>com.gitpilot.app</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.0</string>
|
||||
<string>0.2.0</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>AI Agent Application</string>
|
||||
<string>Git Repository Management Tool</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.0</string>
|
||||
<string>0.2.0</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>icons</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
@@ -22,7 +22,7 @@
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<string>true</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© 2025, Peter Agent</string>
|
||||
<string>© 2025, GitPilot</string>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
<dict>
|
||||
<key>NSAllowsLocalNetworking</key>
|
||||
|
||||
@@ -4,17 +4,17 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Peter Agent</string>
|
||||
<string>GitPilot</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>peter-agent</string>
|
||||
<string>gitpilot</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.peteragent.app</string>
|
||||
<string>com.gitpilot.app</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.0</string>
|
||||
<string>0.2.0</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>AI Agent Application</string>
|
||||
<string>Git Repository Management Tool</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.0</string>
|
||||
<string>0.2.0</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>icons</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
@@ -22,6 +22,6 @@
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<string>true</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>© 2025, Peter Agent</string>
|
||||
<string>© 2025, GitPilot</string>
|
||||
</dict>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user