cordova-plugin-app-scope
Advanced tools
Comparing version 1.0.3 to 1.1.0
{ | ||
"name": "cordova-plugin-app-scope", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"author": "Ayogo Health Inc. <info@ayogo.com>", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
@@ -53,3 +53,3 @@ <!-- | ||
* iOS: [Setting Up an App's Associated Domains](https://developer.apple.com/documentation/security/password_autofill/setting_up_an_app_s_associated_domains) | ||
* iOS: [Setting Up an App's Associated Domains](https://developer.apple.com/documentation/uikit/core_app/allowing_apps_and_websites_to_link_to_your_content/enabling_universal_links) | ||
* Android: [Verify Android App Links](https://developer.android.com/training/app-links/verify-site-associations) | ||
@@ -59,3 +59,5 @@ | ||
If you want to allow your iOS app to use web credentials from Safari, you'll also need to include [`webcredentials`](https://developer.apple.com/documentation/security/password_autofill/setting_up_an_app_s_associated_domains) in your `apple-app-site-association` file. | ||
### JavaScript API | ||
@@ -62,0 +64,0 @@ |
@@ -55,2 +55,5 @@ /** | ||
let credentials = et.SubElement(array, 'string'); | ||
credentials.text = 'webcredentials:' + scope.host; | ||
return [{ | ||
@@ -57,0 +60,0 @@ target: '*/Entitlements-Debug.plist', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35036
123
78