diff options
Diffstat (limited to 'Tests/CFBundleTest/InfoPlist.strings.in')
-rw-r--r-- | Tests/CFBundleTest/InfoPlist.strings.in | 4 |
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}"; |