Fjalapeno has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/279394

Change subject: Update site association file to support handoff and credential 
sharing with the iOS app
......................................................................

Update site association file to support handoff and credential sharing with the 
iOS app

This patch adds 2 additional dictionaries to the site association file:

activitycontinuation
----------------------------
This enables Handoff between the Safari browser on any Mac/iOS device
and the Wikipedia iOS app.

See here for more information:
https://developer.apple.com/library/ios/documentation/UserExperience/Conceptual/Handoff/HandoffFundamentals/HandoffFundamentals.html

webcredentials
----------------------------
This enables sharing of credentials for Safari and the iOS app in the iOS 
keychain.
This means 2 things:
1. If a user logs in to the app, then those credentials will be available to 
login in Safari.
2. If a user logs into Wikipedia.org, then those credentials will be available 
to
login in the iOS app.

See here for more information:
https://developer.apple.com/library/ios/documentation/Security/Reference/SharedWebCredentialsRef/

Change-Id: Ia2e83cc3e268cd32f467a8e3d5c264efdad77919
---
M docroot/wikipedia.org/apple-app-site-association
1 file changed, 1 insertion(+), 27 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/94/279394/1

diff --git a/docroot/wikipedia.org/apple-app-site-association 
b/docroot/wikipedia.org/apple-app-site-association
index 598c9a5..07a6473 100644
--- a/docroot/wikipedia.org/apple-app-site-association
+++ b/docroot/wikipedia.org/apple-app-site-association
@@ -1,27 +1 @@
-{
-    "applinks": {
-        "apps": [],
-        "details": [
-            {
-                "appID": "AKK7J2GV64.org.wikimedia.wikipedia.developer",
-                "paths": [ "/wiki/*" ]
-            },
-            {
-                "appID": "AKK7J2GV64.org.wikimedia.wikipedia.tfalpha",
-                "paths": [ "/wiki/*" ]
-            },
-            {
-                "appID": "AKK7J2GV64.org.wikimedia.wikipedia.tfbeta",
-                "paths": [ "/wiki/*" ]
-            },
-            {
-                "appID": "AKK7J2GV64.org.wikimedia.wikipedia.adhoc",
-                "paths": [ "/wiki/*" ]
-            },
-            {
-                "appID": "AKK7J2GV64.org.wikimedia.wikipedia",
-                "paths": [ "/wiki/*" ]
-            }
-        ]
-    }
-}
+{"activitycontinuation":{"apps":["AKK7J2GV64.org.wikimedia.wikipedia.developer","AKK7J2GV64.org.wikimedia.wikipedia.tfalpha","AKK7J2GV64.org.wikimedia.wikipedia.tfbeta","AKK7J2GV64.org.wikimedia.wikipedia.adhoc","AKK7J2GV64.org.wikimedia.wikipedia"]},"webcredentials":{"apps":["AKK7J2GV64.org.wikimedia.wikipedia.developer","AKK7J2GV64.org.wikimedia.wikipedia.tfalpha","AKK7J2GV64.org.wikimedia.wikipedia.tfbeta","AKK7J2GV64.org.wikimedia.wikipedia.adhoc","AKK7J2GV64.org.wikimedia.wikipedia"]},"applinks":{"apps":[],"details":[{"appID":"AKK7J2GV64.org.wikimedia.wikipedia.developer","paths":["/wiki/*"]},{"appID":"AKK7J2GV64.org.wikimedia.wikipedia.tfalpha","paths":["/wiki/*"]},{"appID":"AKK7J2GV64.org.wikimedia.wikipedia.tfbeta","paths":["/wiki/*"]},{"appID":"AKK7J2GV64.org.wikimedia.wikipedia.adhoc","paths":["/wiki/*"]},{"appID":"AKK7J2GV64.org.wikimedia.wikipedia","paths":["/wiki/*"]}]}}
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/279394
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia2e83cc3e268cd32f467a8e3d5c264efdad77919
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Fjalapeno <cfl...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to