Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVe committed Jan 20, 2025
1 parent 2c707cb commit 47b2420
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ If you run into any issues during the development process, please fill out a
developer https://support.yubico.com/support/tickets/new[support ticket] and
our team will be happy to assist you.

=== Support for desktop apps
WARNING: This is an introductory version and is not intended for production use.

Since version 2.8.0, the SDK contains the desktop module, which provides concrete implementations
of the core interfaces (USB and NFC connectivity) for building desktop Java applications.

There are two related modules:

* testing-desktop: SDK device test suite for desktop platforms
* DesktopDemo: A sample application demonstrating basic usage

=== FAQ

Expand Down
4 changes: 3 additions & 1 deletion desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dependencies {
}

ext.pomName = "Yubico YubiKit Desktop"
description = "This module is the core library desktop implementation and provides functionality to detect a YubiKey plugged in or tapped over NFC and to open an ISO/IEC 7816 connection, using the javax.smartcardio API."
description = "This module is the core library desktop implementation and provides " +
"functionality to detect a YubiKey plugged in or tapped over NFC and to open " +
"an ISO/IEC 7816 connection, using the javax.smartcardio API."

apply from: rootProject.file('publish.gradle')

0 comments on commit 47b2420

Please sign in to comment.