Skip to content

Commit 9bc0d75

Browse files
committed
minor edits
1 parent 834a3da commit 9bc0d75

File tree

8 files changed

+15
-16
lines changed

8 files changed

+15
-16
lines changed

docs/guides/integration-mobile-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The following table summarizes the functionality available with the various inte
9898
All options support either client-side or server-side integration.
9999

100100
| Implementation Option | Generate Token from DII | Refresh Token | Android/iOS? | Send Token to Bidstream |
101-
| :--- | :--- | :--- | :--- | :--- |
101+
| :--- | :--- | :--- | :--- | :--- |
102102
| UID2 SDK for Android | ✅ | ✅ | Android | * |
103103
| UID2 SDK for iOS | ✅| ✅ | iOS | * |
104104
| GMA Plugin for Android<br/>(Requires UID2 SDK for Android) | &#8212; | &#8212; | Android | &#9989;&ast;&ast; |

docs/guides/mobile-plugin-gma-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ dependencies: [
6565

6666
In the XCode user interface, under Package Dependencies, add the following entry for your apps:
6767

68-
| Name | Location | Dependency Rule |
69-
| :--- | :--- |:---------------------|
68+
| Name | Location | Dependency Rule |
69+
| :--- | :--- | :--- |
7070
| uid2-ios-plugin-google-gma | `[email protected]:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 1.0.0 |
7171

7272
### Installing with CocoaPods

docs/guides/mobile-plugin-ima-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ dependencies: [
6565

6666
In the XCode user interface, under Package Dependencies, add the following entry for your apps:
6767

68-
| Name | Location | Dependency Rule |
69-
| :--- | :--- |:---------------------|
68+
| Name | Location | Dependency Rule |
69+
| :--- | :--- | :--- |
7070
| uid2-ios-plugin-google-ima | `[email protected]:IABTechLab/uid2-ios-plugin-google-ima.git` | Exact Version: 1.0.0 |
7171

7272
### Installing with CocoaPods

docs/sdks/sdk-ref-ios.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ dependencies: [
8787

8888
In the XCode user interface, under Package Dependencies, add the following entry for your apps:
8989

90-
| Name | Location | Dependency Rule |
91-
| :--- | :--- |:----------------------------------------|
90+
| Name | Location | Dependency Rule |
91+
| :--- | :--- | :--- |
9292
| uid2-ios-sdk | `[email protected]:IABTechLab/uid2-ios-sdk.git` | Up to next major version: 1.7.0 < 2.0.0 |
9393

9494
### Installing with CocoaPods
@@ -192,4 +192,3 @@ The Identity variable stores and returns the current UID2Identity data object be
192192
#### identityStatus
193193
194194
The identityStatus variable stores and returns the status of the current UID2 Identity being managed by the SDK.
195-

i18n/ja/docusaurus-plugin-content-docs/current/guides/integration-mobile-client-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ UID2 は、[Android](../sdks/sdk-ref-android.md) および [iOS](../sdks/sdk-ref
4949

5050
このガイドは、次のいずれかの UID2 mobile SDK のバージョン 1.2.0 以上を使用する方法について説明します:
5151

52-
- SDK for Android
53-
- SDK for iOS
52+
- SDK for Android (version 1.6.0 or later)
53+
- SDK for iOS (version 1.7.0 or later)
5454

5555
正しい SDK/バージョンをモバイルアプリにインストールする手順については、[Add the UID2 Mobile SDK to Your Mobile App](#add-the-uid2-mobile-sdk-to-your-mobile-app) を参照してください。
5656

i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-gma-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ dependencies: [
6565

6666
XCode ユーザーインターフェースで、パッケージ依存関係の下に、次のエントリを追加します:
6767

68-
| Name | Location | Dependency Rule |
69-
| :--- | :--- |:---------------------|
68+
| Name | Location | Dependency Rule |
69+
| :--- | :--- | :--- |
7070
| uid2-ios-plugin-google-gma | `[email protected]:IABTechLab/uid2-ios-plugin-google-gma.git` | Exact Version: 1.0.0 |
7171

7272
### Installing with CocoaPods

i18n/ja/docusaurus-plugin-content-docs/current/guides/mobile-plugin-ima-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ dependencies: [
6565

6666
XCode ユーザーインターフェースで、パッケージ依存関係の下に、次のエントリを追加します:
6767

68-
| Name | Location | Dependency Rule |
69-
| :--- | :--- |:----------------------------------------|
68+
| Name | Location | Dependency Rule |
69+
| :--- | :--- | :--- |
7070
| uid2-ios-plugin-google-ima | `[email protected]:IABTechLab/uid2-ios-plugin-google-ima.git` | Exact Version: 1.0.0 |
7171

7272
### Installing with CocoaPods

i18n/ja/docusaurus-plugin-content-docs/current/sdks/sdk-ref-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ dependencies: [
8989

9090
アプリの Package Dependencies に次のエントリを追加します:
9191

92-
| Name | Location | Dependency Rule |
93-
| :--- | :--- |:----------------------------------------|
92+
| Name | Location | Dependency Rule |
93+
| :--- | :--- | :--- |
9494
| uid2-ios-sdk | `[email protected]:IABTechLab/uid2-ios-sdk.git` | Up to next major version: 1.7.0 < 2.0.0 |
9595

9696
### Installing with CocoaPods

0 commit comments

Comments
 (0)