> 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/ja/general/deliverables.md).

# 成果物

iOS 向け NFC Wallet SDK は、デジタルウォレットアプリケーションに取り込むライブラリ一式として提供されます。配布パッケージには、SDK の統合を支援する API ドキュメントも含まれています。

## 含まれるライブラリ

配布パッケージには、次のアーティファクトが含まれます:

* `TSHPaySDK.xcframework`
  * iOS 向け NFC Wallet SDK。
  * リリースパッケージ内の場所: `binary/TSHPaySDK-<version number>-<build type>.zip`
* `SecureLogAPI.xcframework`
  * トラブルシューティング用に SDK ログを安全に保存するために NFC Wallet SDK によって使用されます。
  * リリースパッケージ内の場所: `binary/SecureLogAPI.zip`

## ビルドタイプ

`<build type>` のいずれかです:

* `Release`
  * デジタルウォレットアプリケーションが必要な検証に合格した後、本番環境へのデプロイに使用します。
* `Debug`
  * 機能的には `Release`と同等ですが、次の違いがあります:
    * 開発およびトラブルシューティングを支援するためにロギングが有効になっています。
    * アンチデバッガーは無効です。

{% hint style="warning" %}
**正しいビルドタイプを使用する**

各ビルドタイプは、意図された目的にのみ使用してください。 [SDK 初期化](/nfc-wallet-sdk-ios/ja/get-started/configuration/3.-initialization.md)の際に、SDK は `deviceEnvironmentUnsafe` を次の場合に返します:

* 次の `Debug` ビルドを本番環境で使用します。アプリケーションが配布証明書または ad-hoc 証明書で署名されている場合、SDK 初期化中にエラーが報告されます（`Debug` は開発目的のみに意図されています）。
* 次の `Release` ビルドをデバッグします（アプリが Xcode から、または `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/ja/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.
