Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ios header under flutter guide #1289

Merged
merged 3 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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