summaryrefslogtreecommitdiff
path: root/Tests/CFBundleTest/InfoPlist.strings.in
diff options
context:
space:
mode:
authorRichard Bateman <taxilian@gmail.com>2010-10-06 20:43:04 -0600
committerDavid Cole <david.cole@kitware.com>2011-01-11 12:54:44 -0500
commit5457b8254cb43e002fe90b7c81ae65134ec12b24 (patch)
tree5eddb832a213487dd64cd8adb5c2ea88bb3d2baa /Tests/CFBundleTest/InfoPlist.strings.in
parent6754b26bf0bb69ad6d65249bf4122dbbda446922 (diff)
downloadcmake-5457b8254cb43e002fe90b7c81ae65134ec12b24.tar.gz
Add support for CFBundle targets on the Mac (#11295)
This commit enables building, for example, plugin bundles to be loaded by web browsers.
Diffstat (limited to 'Tests/CFBundleTest/InfoPlist.strings.in')
-rw-r--r--Tests/CFBundleTest/InfoPlist.strings.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CFBundleTest/InfoPlist.strings.in b/Tests/CFBundleTest/InfoPlist.strings.in
new file mode 100644
index 0000000000..790ead05d1
--- /dev/null
+++ b/Tests/CFBundleTest/InfoPlist.strings.in
@@ -0,0 +1,4 @@
+/* Localized versions of Info.plist keys */
+
+CFBundleName = "${PLUGIN_NAME}.plugin";
+NSHumanReadableCopyright = "${FBSTRING_LegalCopyright}";