SOURCE RECORD · S18
S18 · 键盘星球 / Key Planet
Local macOS numeric App ID
保留原行号。个人/账户信息如有删除,已用 REDACTED 标识。原文件 SHA-256 只用于识别截取时的本机原文件;不能证明编写或提交时间,也不等于脱敏下载文件的哈希。
Original line numbers are retained. Redactions are explicitly marked. The original full-file hash identifies a captured local file, not its creation/submission time or the redacted download. Public-file hashes are listed separately. This is selected source, not a whole-repository or binary absence finding.
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
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 }