Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CryptoTokenKit] Bind this framework. Fixes #7876. #20587

Merged
merged 18 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading