Skip to content

[CryptoTokenKit] Update bindings all the way to Xcode 26.4#25025

Open
dalexsoto wants to merge 1 commit intomainfrom
dev/alex/CryptoTokenKit
Open

[CryptoTokenKit] Update bindings all the way to Xcode 26.4#25025
dalexsoto wants to merge 1 commit intomainfrom
dev/alex/CryptoTokenKit

Conversation

@dalexsoto
Copy link
Member

No description provided.

@dalexsoto dalexsoto requested a review from rolfbjarne March 25, 2026 21:23
@dalexsoto dalexsoto added this to the xcode26.4 milestone Mar 25, 2026
@dalexsoto dalexsoto enabled auto-merge (squash) March 25, 2026 21:39
@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #b92a0f4] Build passed (Build packages) ✅

Pipeline on Agent
Hash: b92a0f42f85ab8585056f6fc6819130cc30da63e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [PR Build #b92a0f4] Build passed (Detect API changes) ✅

Pipeline on Agent
Hash: b92a0f42f85ab8585056f6fc6819130cc30da63e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ API diff for current PR / commit

NET (empty diffs)

✅ API diff vs stable

NET (empty diffs)

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: b92a0f42f85ab8585056f6fc6819130cc30da63e [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ [CI Build #b92a0f4] Build passed (Build macOS tests) ✅

Pipeline on Agent
Hash: b92a0f42f85ab8585056f6fc6819130cc30da63e [PR build]

<returns>
<para class="improve-task-t-return-type-description">A task that represents the asynchronous CreateNfcSlot operation. The value of the TResult parameter is of type System.Action&lt;CryptoTokenKit.TKSmartCardSlotNFCSession,Foundation.NSError&gt;.</para>
</returns>
<remarks>To be added.</remarks>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot should never add 'To be added.'

[iOS (26, 0), Mac (26, 0), TV (26, 0), MacCatalyst (26, 0)]
[Export ("getSmartCardWithError:")]
[return: NullAllowed]
TKSmartCard GetSmartCard (out NSError error);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
TKSmartCard GetSmartCard (out NSError error);
TKSmartCard GetSmartCard ([NullAllowed] out NSError error);

string SlotName { get; }

[Export ("updateWithMessage:error:")]
bool Update (string message, out NSError error);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bool Update (string message, out NSError error);
bool Update (string message, [NullAllowed] out NSError error);

string [] RegisteredSmartCardTokens { get; }

[Export ("registerSmartCardWithTokenID:promptMessage:error:")]
bool RegisterSmartCard (string tokenId, string promptMessage, out NSError error);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bool RegisterSmartCard (string tokenId, string promptMessage, out NSError error);
bool RegisterSmartCard (string tokenId, string promptMessage, [NullAllowed] out NSError error);

bool RegisterSmartCard (string tokenId, string promptMessage, out NSError error);

[Export ("unregisterSmartCardWithTokenID:error:")]
bool UnregisterSmartCard (string tokenId, out NSError error);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
bool UnregisterSmartCard (string tokenId, out NSError error);
bool UnregisterSmartCard (string tokenId, [NullAllowed] out NSError error);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants