Skip to content

Commit 2887763

Browse files
authored
Merge pull request #483 from Iterable/MOB-3034-sdk-maintenance
[MOB-3034] sdk maintenance
2 parents 078a479 + 5d78ef1 commit 2887763

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

swift-sdk/Internal/DependencyContainer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import Foundation
66
import UIKit
7-
import WebKit
87

98
protocol DependencyContainerProtocol {
109
var dateProvider: DateProviderProtocol { get }

swift-sdk/Internal/InternalIterableAPI.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import Foundation
66
import UIKit
7-
import UserNotifications
87

98
final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
109
var apiKey: String
@@ -362,7 +361,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
362361
private var config: IterableConfig
363362
private var apiEndPoint: String
364363

365-
// Following are needed for handling pending notification and deep link.
364+
/// Following are needed for handling pending notification and deep link.
366365
static var pendingNotificationResponse: NotificationResponseProtocol?
367366
static var pendingUniversalLink: URL?
368367

@@ -379,7 +378,7 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
379378
private var _email: String?
380379
private var _userId: String?
381380

382-
// the hex representation of this device token
381+
/// the hex representation of this device token
383382
private var hexToken: String?
384383

385384
private var launchOptions: [UIApplication.LaunchOptionsKey: Any]?
@@ -503,7 +502,6 @@ final class InternalIterableAPI: NSObject, PushTrackerProtocol, AuthProvider {
503502
}
504503
}
505504

506-
// package private method. Do not call this directly.
507505
init(apiKey: String,
508506
launchOptions: [UIApplication.LaunchOptionsKey: Any]? = nil,
509507
config: IterableConfig = IterableConfig(),

swift-sdk/Internal/IterableTaskRunner.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
import Foundation
66
import UIKit
77

8-
98
@available(iOS 10.0, *)
109
class IterableTaskRunner: NSObject {
1110
init(networkSession: NetworkSessionProtocol = URLSession(configuration: .default),

swift-sdk/Internal/WebViewProtocol.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//
44

55
import Foundation
6-
76
import WebKit
87

98
struct ViewPosition: Equatable {

0 commit comments

Comments
 (0)