mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
This commit enables building, for example, plugin bundles to be loaded by web browsers.
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
/* Localized versions of Info.plist keys */
|
|
|
|
CFBundleName = "${PLUGIN_NAME}.plugin";
|
|
NSHumanReadableCopyright = "${FBSTRING_LegalCopyright}";
|