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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: remoting/client/ios/app/resources/Remoting.entitlements
diff --git a/remoting/client/ios/app/resources/Remoting.entitlements b/remoting/client/ios/app/resources/Remoting.entitlements
new file mode 100644
index 0000000000000000000000000000000000000000..d666505a29bbdf18c4136d9b76e464736db1550b
--- /dev/null
+++ b/remoting/client/ios/app/resources/Remoting.entitlements
@@ -0,0 +1,17 @@
+<?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>
+ <key>keychain-access-groups</key>
+ <array>
+ <string>$(AppIdentifierPrefix)$(CFBundleIdentifier)</string>
+ <string>$(AppIdentifierPrefix)com.google.common.SSO</string>
+ </array>
+ <key>com.apple.security.application-groups</key>
+ <array>
+ <string>group.com.google.chrome</string>
+ </array>
+</dict>
+</plist>

Powered by Google App Engine
This is Rietveld 408576698