Skip to content

Commit

Permalink
[CryptoTokenKit] Bind this framework. Fixes xamarin#7876.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolfbjarne committed May 8, 2024
1 parent feff95c commit 91a6ee5
Show file tree
Hide file tree
Showing 18 changed files with 1,857 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/build/generator-frameworks.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ partial class Frameworks {
"CoreTelephony",
"CoreText",
"CoreVideo",
"CryptoTokenKit",
"DeviceCheck",
"DeviceDiscoveryExtension",
"EventKit",
Expand Down Expand Up @@ -190,6 +191,7 @@ partial class Frameworks {
"CoreText",
"CoreVideo",
"CoreWlan",
"CryptoTokenKit",
"DeviceCheck",
"EventKit",
"ExecutionPolicy",
Expand Down Expand Up @@ -305,6 +307,7 @@ partial class Frameworks {
"CoreMotion",
"CoreText",
"CoreVideo",
"CryptoTokenKit",
"DeviceCheck",
"EventKit",
"Foundation",
Expand Down Expand Up @@ -369,6 +372,7 @@ partial class Frameworks {
"CoreSpotlight",
"CoreText",
"CoreVideo",
"CryptoTokenKit",
"DeviceCheck",
"DeviceDiscoveryUI",
"ExternalAccessory",
Expand Down Expand Up @@ -473,6 +477,7 @@ partial class Frameworks {
"CoreText",
"CoreVideo",
"CoreWlan",
"CryptoTokenKit",
"DeviceCheck",
"EventKit",
"EventKitUI",
Expand Down Expand Up @@ -607,6 +612,7 @@ partial class Frameworks {
bool? _CoreText;
bool? _CoreVideo;
bool? _CoreWlan;
bool? _CryptoTokenKit;
bool? _DeviceCheck;
bool? _DeviceDiscoveryExtension;
bool? _DeviceDiscoveryUI;
Expand Down Expand Up @@ -775,6 +781,7 @@ partial class Frameworks {
public bool HaveCoreText { get { if (!_CoreText.HasValue) _CoreText = GetValue ("CoreText"); return _CoreText.Value; } }
public bool HaveCoreVideo { get { if (!_CoreVideo.HasValue) _CoreVideo = GetValue ("CoreVideo"); return _CoreVideo.Value; } }
public bool HaveCoreWlan { get { if (!_CoreWlan.HasValue) _CoreWlan = GetValue ("CoreWlan"); return _CoreWlan.Value; } }
public bool HaveCryptoTokenKit { get { if (!_CryptoTokenKit.HasValue) _CryptoTokenKit = GetValue ("CryptoTokenKit"); return _CryptoTokenKit.Value; } }
public bool HaveDeviceCheck { get { if (!_DeviceCheck.HasValue) _DeviceCheck = GetValue ("DeviceCheck"); return _DeviceCheck.Value; } }
public bool HaveDeviceDiscoveryExtension { get { if (!_DeviceDiscoveryExtension.HasValue) _DeviceDiscoveryExtension = GetValue ("DeviceDiscoveryExtension"); return _DeviceDiscoveryExtension.Value; } }
public bool HaveDeviceDiscoveryUI { get { if (!_DeviceDiscoveryUI.HasValue) _DeviceDiscoveryUI = GetValue ("DeviceDiscoveryUI"); return _DeviceDiscoveryUI.Value; } }
Expand Down
Loading

0 comments on commit 91a6ee5

Please sign in to comment.