> 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`
  * NFC Wallet SDK によって、トラブルシューティング用の SDK ログを安全に保存するために使用されます。
  * リリースパッケージ内の場所: `binary/SecureLogAPI.zip`

## ビルドタイプ

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

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

{% hint style="warning" %}

#### 適切なビルドタイプを使用する

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

* 次の場合に、 `デバッグ` ビルドを本番環境で使用します。アプリケーションが配布用または ad-hoc 証明書（`デバッグ` は開発目的にのみ意図されています）。
* 次の場合に、 `リリース` ビルドをデバッグします（アプリが 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
