Skip to content

Commit

Permalink
Update ios header under flutter guide (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aditi3 authored Feb 5, 2025
2 parents fb95b51 + a0c1cce commit ec91d8f
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/content/docs/en/sdk/flutter/v5/features/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ To enable Adjust reattribution via deep linking, make sure to call `Adjust.proce
<Tab title="Swift" sync="swift">

```swift
import Adjust
import AdjustSdk

class AppDelegate {

Expand Down Expand Up @@ -85,7 +85,7 @@ class AppDelegate {
<Tab title="Objective-C" sync="objc">

```objc
#import "Adjust.h"
#import <AdjustSdk/AdjustSdk.h>

@implementation AppDelegate

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/en/sdk/ios/v5/index.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func viewWillAppear(_ animated: Bool) {

{% tab title="Objective-C" sync="objc" %}
```objc
#import "<AdjustSdk/AdjustSdk.h>"
#import <AdjustSdk/AdjustSdk.h>

- (void)viewWillAppear:(BOOL)animated {
WKWebView *webView = [[WKWebView alloc] initWithFrame:self.view.bounds];
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/ja/sdk/flutter/v5/features/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Adjustはディープリンクを使ったリエンゲージメントキャン
<Tab title="Swift" sync="swift">

```swift
import Adjust
import AdjustSdk

class AppDelegate {

Expand Down Expand Up @@ -85,7 +85,7 @@ class AppDelegate {
<Tab title="Objective-C" sync="objc">

```objc
#import "Adjust.h"
#import <AdjustSdk/AdjustSdk.h>

@implementation AppDelegate

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ja/sdk/ios/v5/index.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func viewWillAppear(_ animated: Bool) {

{% tab title="Objective-C" sync="objc" %}
```objc
#import "<AdjustSdk/AdjustSdk.h>"
#import <AdjustSdk/AdjustSdk.h>

- (void)viewWillAppear:(BOOL)animated {
WKWebView *webView = [[WKWebView alloc] initWithFrame:self.view.bounds];
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/ko/sdk/flutter/v5/features/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Adjust를 통해 딥링크를 사용하여 리인게이지먼트 캠페인을
<Tab title="Swift" sync="swift">

```swift
import Adjust
import AdjustSdk

class AppDelegate {

Expand Down Expand Up @@ -85,7 +85,7 @@ class AppDelegate {
<Tab title="Objective-C" sync="objc">

```objc
#import "Adjust.h"
#import <AdjustSdk/AdjustSdk.h>

@implementation AppDelegate

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/ko/sdk/ios/v5/index.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func viewWillAppear(_ animated: Bool) {

{% tab title="Objective-C" sync="objc" %}
```objc
#import "<AdjustSdk/AdjustSdk.h>"
#import <AdjustSdk/AdjustSdk.h>

- (void)viewWillAppear:(BOOL)animated {
WKWebView *webView = [[WKWebView alloc] initWithFrame:self.view.bounds];
Expand Down
4 changes: 2 additions & 2 deletions src/content/docs/zh/sdk/flutter/v5/features/deep-links.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Adjust 支持使用深度链接进行再交互推广活动。要了解更多信
<Tab title="Swift" sync="swift">

```swift
import Adjust
import AdjustSdk

class AppDelegate {

Expand Down Expand Up @@ -85,7 +85,7 @@ class AppDelegate {
<Tab title="Objective-C" sync="objc">

```objc
#import "Adjust.h"
#import <AdjustSdk/AdjustSdk.h>

@implementation AppDelegate

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/zh/sdk/ios/v5/index.mdoc
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func viewWillAppear(_ animated: Bool) {

{% tab title="Objective-C" sync="objc" %}
```objc
#import "<AdjustSdk/AdjustSdk.h>"
#import <AdjustSdk/AdjustSdk.h>

- (void)viewWillAppear:(BOOL)animated {
WKWebView *webView = [[WKWebView alloc] initWithFrame:self.view.bounds];
Expand Down

0 comments on commit ec91d8f

Please sign in to comment.