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..e0cebf0fdce9ac53467f2def6f0dcc876e7ae4cd |
--- /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}.${EXECUTABLE_NAME:rfc1034identifier}</string> |
+ <key>CFBundleExecutable</key> |
+ <string>${EXECUTABLE_NAME}</string> |
+ <key>CFBundleDevelopmentRegion</key> |
+ <string>English</string> |
+</dict> |
+</plist> |