| Index: ios/chrome/content_widget_extension/content_widget_extension_localize_strings_config.plist
|
| diff --git a/ios/chrome/content_widget_extension/content_widget_extension_localize_strings_config.plist b/ios/chrome/content_widget_extension/content_widget_extension_localize_strings_config.plist
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f0d6bd23e1b95c226571e0278e94a53e03c99ed4
|
| --- /dev/null
|
| +++ b/ios/chrome/content_widget_extension/content_widget_extension_localize_strings_config.plist
|
| @@ -0,0 +1,26 @@
|
| +<?xml version="1.0" encoding="UTF-8"?>
|
| +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
| +<plist version="1.0">
|
| +<dict>
|
| + <key>headers</key>
|
| + <array>
|
| + <string>ios/content_widget_extension/grit/ios_content_widget_extension_chromium_strings.h</string>
|
| + </array>
|
| + <key>outputs</key>
|
| + <array>
|
| + <dict>
|
| + <key>name</key>
|
| + <string>InfoPlist.strings</string>
|
| + <key>strings</key>
|
| + <array>
|
| + <dict>
|
| + <key>input</key>
|
| + <string>IDS_IOS_CONTENT_WIDGET_TITLE</string>
|
| + <key>output</key>
|
| + <string>CFBundleDisplayName</string>
|
| + </dict>
|
| + </array>
|
| + </dict>
|
| + </array>
|
| +</dict>
|
| +</plist>
|
|
|