Remove EWK_BRINGUPS for M120 #3
[platform/framework/web/chromium-efl.git] / chrome / app / app-entitlements-chrome.plist
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3 <plist version="1.0">
4 <dict>
5         <key>com.apple.application-identifier</key>
6         <string>${CHROMIUM_TEAM_ID}.${CHROMIUM_BUNDLE_ID}</string>
7         <key>keychain-access-groups</key>
8         <array>
9                 <string>${CHROMIUM_TEAM_ID}.${CHROMIUM_BUNDLE_ID}.devicetrust</string>
10                 <string>${CHROMIUM_TEAM_ID}.${CHROMIUM_BUNDLE_ID}.webauthn</string>
11         </array>
12         <key>com.apple.developer.associated-domains.applinks.read-write</key>
13         <true/>
14         <key>com.apple.developer.web-browser.public-key-credential</key>
15         <true/>
16 </dict>
17 </plist>