Skip to content

Commit

Permalink
Add AutoFill CredentialProvider NSExtensionPoint support (xamarin#9079)
Browse files Browse the repository at this point in the history
* Fix unrecognized extension build warning for credential providers

* Bump Xamarin.MacDev.

New commits in xamarin/Xamarin.MacDev:

* xamarin/Xamarin.MacDev@af50d97 Add AutoFill CredentialProvider NSExtensionPoint support (xamarin#75) (xamarin#77)

Diff: https://github.com/xamarin/Xamarin.MacDev/compare/7e9075cab0b959b739e840cc76250665b32efb6f..af50d97218b9c35cbe25bb68b9a3def5dcc13bd6

* Add IDE deployment target for credential provider

Co-authored-by: Rolf Bjarne Kvinge <[email protected]>

Co-authored-by: kiddailey <[email protected]>
  • Loading branch information
rolfbjarne and kiddailey committed Jul 15, 2020
1 parent 8fb7a61 commit 0bf816a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Versions-ios.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@
<string>10.0</string>
<key>com.apple.usernotifications.service</key>
<string>10.0</string>
<key>com.apple.authentication-services-credential-provider-ui</key>
<string>12.0</string>
</dict>
<key>tvOS</key>
<dict>
Expand Down
2 changes: 1 addition & 1 deletion external/Xamarin.MacDev
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ void ValidateAppExtension (string path, string mainBundleIdentifier, string main
case "com.apple.usernotifications.content-extension": // iOS
case "com.apple.usernotifications.service": // iOS
case "com.apple.networkextension.packet-tunnel": // iOS+OSX
case "com.apple.authentication-services-credential-provider-ui": // iOS
break;
case "com.apple.watchkit": // iOS8.2
var attributes = extension.Get<PDictionary> ("NSExtensionAttributes");
Expand Down

0 comments on commit 0bf816a

Please sign in to comment.