Public edition prepared 2026-09-12. Personal/account/contact details are visibly redacted where present. The original SHA256 identifies the captured unredacted full file, not this redacted extract. PUBLIC-SHA256SUMS.txt identifies downloadable public files. This material is not a signed declaration or proof of an Apple-received Build.

# S18  Local macOS numeric App ID

Project key: key
Original relative path: Mac/Sources/KeyGarden/EngagementManager.swift
Captured: 2026-09-12T18:57:15+08:00
Original full-file SHA256: 58e8d499ce2cdaff638999fe72c83deb3a956109ad65e90361955ae7fada8a52
Evidence level: local source excerpt
Build correspondence: not yet established with an Apple-received binary.
Line numbers refer to the captured original file. Gaps are explicitly marked. No source code was changed.

## Original lines 6 to 16

```text
0006  /// Fill this in after App Store Connect assigns the public numeric App ID.
0007  /// Keeping it in one place prevents unfinished links from appearing in shares.
0008  enum AppStoreConfiguration {
0009      /// Official App Store numeric ID for 键盘星球 / Key Planet.
0010      static let numericAppID = "6800981586"
0011  
0012      static var publicURL: URL? {
0013          guard !numericAppID.isEmpty else { return nil }
0014          return URL(string: "https://apps.apple.com/app/id\(numericAppID)")
0015      }
0016  }
```
