Skip to content

Commit

Permalink
Фикс сборки
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Overchuk committed Jul 29, 2021
1 parent 97fa45a commit 33b456c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ fastlane/report.xml
fastlane/test_output
.DS_Store
TinkoffID Debug/TinkoffID Debug.xcodeproj/xcuserdata
.build
1 change: 1 addition & 0 deletions Sources/SDK/Factory/Concrete/DebugTinkoffIDFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// limitations under the License.

import Foundation
import UIKit

public struct DebugConfiguration {
let canRefreshTokens: Bool
Expand Down
1 change: 1 addition & 0 deletions Sources/SDK/Factory/Concrete/TinkoffIDFactory.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// limitations under the License.

import Foundation
import UIKit

/// Реализация фабрики `ITinkoffID` по умолчанию
public final class TinkoffIDFactory: ITinkoffIDFactory {
Expand Down

0 comments on commit 33b456c

Please sign in to comment.