| Index: ios/chrome/browser/resources/Settings.bundle/Root.plist
|
| diff --git a/ios/chrome/browser/resources/Settings.bundle/Root.plist b/ios/chrome/browser/resources/Settings.bundle/Root.plist
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f523a9d6a12dcac32107adf0d46558c3a2462bda
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/resources/Settings.bundle/Root.plist
|
| @@ -0,0 +1,39 @@
|
| +<?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>StringsTable</key>
|
| + <string>Root</string>
|
| + <key>PreferenceSpecifiers</key>
|
| + <array>
|
| + <dict>
|
| + <key>Type</key>
|
| + <string>PSGroupSpecifier</string>
|
| + <key>Title</key>
|
| + <string>About</string>
|
| + </dict>
|
| + <dict>
|
| + <key>Type</key>
|
| + <string>PSTitleValueSpecifier</string>
|
| + <key>Title</key>
|
| + <string>Version</string>
|
| + <key>Key</key>
|
| + <string>Version</string>
|
| + <key>DefaultValue</key>
|
| + <string></string>
|
| + </dict>
|
| + <dict>
|
| + <key>Type</key>
|
| + <string>PSGroupSpecifier</string>
|
| + </dict>
|
| + <dict>
|
| + <key>Type</key>
|
| + <string>PSChildPaneSpecifier</string>
|
| + <key>Title</key>
|
| + <string>Experimental Settings</string>
|
| + <key>File</key>
|
| + <string>Experimental</string>
|
| + </dict>
|
| + </array>
|
| +</dict>
|
| +</plist>
|
|
|