> For the complete documentation index, see [llms.txt](https://docs.payments.thalescloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/general/deliverables.md).

# Deliverables

NFC Wallet SDK for iOS is delivered as a set of libraries that you import into your digital wallet application. The delivery package also includes API documentation to help you integrate the SDK.

## Included libraries

The delivery package includes the following artifacts:

* `TSHPaySDK.xcframework`
  * The NFC Wallet SDK for iOS.
  * Location in the release package: `binary/TSHPaySDK-<version number>-<build type>.zip`
* `SecureLogAPI.xcframework`
  * Used by NFC Wallet SDK to securely store SDK logs for troubleshooting.
  * Location in the release package: `binary/SecureLogAPI.zip`

## Build types

`<build type>` is one of:

* `Release`
  * Use for Production Environment deployments after your digital wallet application has passed required validation.
* `Debug`
  * Functionally equivalent to `Release`, with the following differences:
    * Logging is enabled to support development and troubleshooting.
    * Anti-debugger is disabled.

{% hint style="warning" %}
**Use the correct build type**

Use each build type only for its intended purpose. During [SDK initialization](/nfc-wallet-sdk-ios/get-started/configuration/3.-initialization.md), the SDK returns `deviceEnvironmentUnsafe` in these cases:

* You use the `Debug` build in production. Error is reported during the SDK initialization if the application is signed with a distribution or ad-hoc certificate (`Debug` is only intented for development purposes).
* You debug the `Release` build (including when the app is launched from Xcode or via `xcodebuild`).
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.payments.thalescloud.io/nfc-wallet-sdk-ios/general/deliverables.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
