Skip to content

Commit

Permalink
Merge branch 'master' into feature/MOB-10402-add-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sumeruchat authored Dec 19, 2024
2 parents 568ebe9 + fe619f3 commit 7579563
Show file tree
Hide file tree
Showing 70 changed files with 609 additions and 646 deletions.
2 changes: 2 additions & 0 deletions Iterable-iOS-AppExtensions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Iterable/iterable-swift-sdk.git", :tag => s.version }
s.source_files = "notification-extension/*.{h,m,swift}"

s.documentation_url = "https://support.iterable.com/hc/en-us/articles/360035018152-Iterable-s-iOS-SDK"

s.pod_target_xcconfig = {
'SWIFT_VERSION' => '5.3'
}
Expand Down
2 changes: 2 additions & 0 deletions Iterable-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/Iterable/iterable-swift-sdk.git", :tag => s.version }
s.source_files = "swift-sdk/**/*.{h,m,swift}"
s.exclude_files = "swift-sdk/swiftui/**"

s.documentation_url = "https://support.iterable.com/hc/en-us/articles/360035018152-Iterable-s-iOS-SDK"

s.pod_target_xcconfig = {
'SWIFT_VERSION' => '5.3'
Expand Down
1,248 changes: 602 additions & 646 deletions swift-sdk.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions tests/common/MockApplicationStateProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//

import Foundation
import UIKit

@testable import IterableSDK

Expand Down
2 changes: 2 additions & 0 deletions tests/endpoint-tests/E2EDependencyContainer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
//

import Foundation
import UIKit

@testable import IterableSDK


Expand Down

0 comments on commit 7579563

Please sign in to comment.