748a3b8a45
去掉 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>
15 lines
609 B
Plaintext
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.
|