Chromium Code Reviews| Index: ios/web_view/Info.plist |
| diff --git a/ios/web_view/Info.plist b/ios/web_view/Info.plist |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3124a94e01b480e02900bcce8e70537154a7a939 |
| --- /dev/null |
| +++ b/ios/web_view/Info.plist |
| @@ -0,0 +1,20 @@ |
| +<?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>CFBundleVersion</key> |
| + <string>1.0</string> |
| + <key>CFBundleSignature</key> |
| + <string>????</string> |
| + <key>CFBundlePackageType</key> |
| + <string>FMWK</string> |
| + <key>CFBundleInfoDictionaryVersion</key> |
| + <string>6.0</string> |
| + <key>CFBundleIdentifier</key> |
| + <string>${IOS_BUNDLE_ID_PREFIX}.test.${EXECUTABLE_NAME:rfc1034identifier}</string> |
|
sdefresne
2017/03/13 10:32:24
Remove ".test"
michaeldo
2017/03/13 17:27:01
Done.
|
| + <key>CFBundleExecutable</key> |
| + <string>${EXECUTABLE_NAME}</string> |
| + <key>CFBundleDevelopmentRegion</key> |
| + <string>English</string> |
| +</dict> |
| +</plist> |