Files
pangolin/client/macos/Runner/Configs/AppInfo.xcconfig
T
wangjia 748a3b8a45
ci-pangolin / Lint — shellcheck (push) Has been cancelled
ci-pangolin / OpenAPI Sync Check (push) Has been cancelled
ci-pangolin / Redline Scan — 脱敏 (UI 文案) (push) Has been cancelled
ci-pangolin / Flutter — analyze + test (push) Has been cancelled
chore(client/macos): bundle id 改为 com.pangolin.pangolin
去掉 Vpn 后缀:macOS 主 app + RunnerTests + Debug/Release entitlements 的
keychain-access-groups 统一为 com.pangolin.pangolin(便于 Apple 签名注册)。
iOS/Android 暂未改(iOS 涉 App Group + PacketTunnel 扩展,需统一时单独处理)。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-18 08:57:35 +08:00

15 lines
609 B
Plaintext

// Application-level settings for the Runner target.
//
// This may be replaced with something auto-generated from metadata (e.g., pubspec.yaml) in the
// future. If not, the values below would default to using the project name when this becomes a
// 'flutter create' template.
// The application's name. By default this is also the title of the Flutter window.
PRODUCT_NAME = pangolin_vpn
// The application's bundle identifier
PRODUCT_BUNDLE_IDENTIFIER = com.pangolin.pangolin
// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2026 com.pangolin. All rights reserved.