mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
10 lines
263 B
Plaintext
10 lines
263 B
Plaintext
/* Bundle display name */
|
|
"CFBundleDisplayName" = "NetNewsWire";
|
|
|
|
/* Bundle name */
|
|
"CFBundleName" = "NetNewsWire 共享扩展 MAS";
|
|
|
|
/* Copyright (human-readable) */
|
|
"NSHumanReadableCopyright" = "Copyright © 2020-2022 Ranchero Software. All rights reserved.";
|
|
|