Index: ios/chrome/test/earl_grey/resources/Chrome.entitlements |
diff --git a/ios/chrome/test/earl_grey/resources/Chrome.entitlements b/ios/chrome/test/earl_grey/resources/Chrome.entitlements |
new file mode 100644 |
index 0000000000000000000000000000000000000000..682f4cb4210d7d555457a9a3908a8344178f2242 |
--- /dev/null |
+++ b/ios/chrome/test/earl_grey/resources/Chrome.entitlements |
@@ -0,0 +1,8 @@ |
+<?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>application-identifier</key> |
+ <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string> |
+</dict> |
+</plist> |