Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Side by Side Diff: remoting/client/ios/app/resources/Remoting.entitlements

Issue 2555803002: Adding the iOS app and integration example with GlRenderer. (Closed)
Patch Set: cleaning up includes. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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>application-identifier</key>
6 <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
7 <key>keychain-access-groups</key>
8 <array>
9 <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
10 <string>$(AppIdentifierPrefix)com.google.common.SSO</string>
11 </array>
12 <key>com.apple.security.application-groups</key>
13 <array>
14 <string>group.com.google.chrome</string>
15 </array>
16 </dict>
17 </plist>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698