-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12535 from rachelkang/xcode13.0-localauthenticati…
…onembeddedui-b2-b3 [LocalAuthenticationEmbeddedUI] Update bindings for Xcode 13.0 beta 2 and 3
- Loading branch information
Showing
5 changed files
with
41 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
// | ||
// LocalAuthenticationEmbeddedUI C# bindings | ||
// | ||
// Authors: | ||
// Rachel Kang <rachelkang@microsoft.com> | ||
// | ||
// Copyright 2021 Microsoft Corporation All rights reserved. | ||
// | ||
|
||
using System; | ||
using ObjCRuntime; | ||
using Foundation; | ||
using AppKit; | ||
using CoreGraphics; | ||
using LocalAuthentication; | ||
|
||
namespace LocalAuthenticationEmbeddedUI { | ||
|
||
[NoWatch, NoTV, NoiOS, NoMacCatalyst, Mac (12,0)] | ||
[BaseType (typeof (NSView))] | ||
interface LAAuthenticationView | ||
{ | ||
[Export ("initWithFrame:")] | ||
IntPtr Constructor (CGRect frameRect); | ||
|
||
[Export ("initWithContext:")] | ||
IntPtr Constructor (LAContext context); | ||
|
||
[Export ("initWithContext:controlSize:")] | ||
IntPtr Constructor (LAContext context, NSControlSize controlSize); | ||
|
||
[Export ("context")] | ||
LAContext Context { get; } | ||
|
||
[Export ("controlSize")] | ||
NSControlSize ControlSize { get; } | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...talyst-LocalAuthenticationEmbeddedUI.todo → ...lyst-LocalAuthenticationEmbeddedUI.ignore
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3fc6b06
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ [CI Build] Tests passed on Build. ✅
Tests passed on Build.
API diff
✅ API Diff from stable
View API diff
API & Generator diff
ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)
Packages generated
View packages
🎉 All 249 tests passed 🎉
Pipeline on Agent XAMBOT-1036.BigSur'
Merge pull request #12535 from rachelkang/xcode13.0-localauthenticationembeddedui-b2-b3
3fc6b06
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
Merge pull request #12535 from rachelkang/xcode13.0-localauthenticationembeddedui-b2-b3
3fc6b06
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.
Pipeline on Agent
Merge pull request #12535 from rachelkang/xcode13.0-localauthenticationembeddedui-b2-b3
3fc6b06
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ Tests failed on macOS M1 - Mac Big Sur (11.5) ❌
Tests failed on M1 - Mac Big Sur (11.5).
Failed tests are:
Pipeline on Agent
Merge pull request #12535 from rachelkang/xcode13.0-localauthenticationembeddedui-b2-b3
3fc6b06
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Tests passed on macOS Mac Mojave (10.14) ✅
Tests passed
All tests on macOS X Mac Mojave (10.14) passed.
Pipeline on Agent
Merge pull request #12535 from rachelkang/xcode13.0-localauthenticationembeddedui-b2-b3