Skip to content

Commit

Permalink
Fix unrecognized extension build warning for credential providers
Browse files Browse the repository at this point in the history
  • Loading branch information
kiddailey committed Jul 8, 2020
1 parent f4d1658 commit 07bb315
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,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 07bb315

Please sign in to comment.