Skip to content

Commit

Permalink
VSTS-692176: Add missing AutoFill Credential Provider entitlement
Browse files Browse the repository at this point in the history
  • Loading branch information
olegoid committed Oct 3, 2018
1 parent 39ea45b commit 25883d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Xamarin.MacDev/EntitlementExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public static class EntitlementKeys
public const string HealthKit = "com.apple.developer.healthkit";
public const string HomeKit = "com.apple.developer.homekit";
public const string InterAppAudio = "inter-app-audio";
public const string AutoFillCredentialProvider = "com.apple.developer.authentication-services.autofill-credential-provider";
public const string GetTaskAllow = "get-task-allow";
public const string Siri = "com.apple.developer.siri";
public const string APS = "aps-environment";
Expand Down

0 comments on commit 25883d4

Please sign in to comment.