Skip to content

Commit

Permalink
Merge pull request #128 from yoomoney/t/fix_imports
Browse files Browse the repository at this point in the history
.fixed_imports
  • Loading branch information
starxor authored Mar 18, 2022
2 parents 944f108 + af12d9f commit a0d6f99
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cartfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ github "yoomoney/yookassa-payments-api-swift" ~> 2.11.0
binary "https://raw.githubusercontent.com/yoomoney/yooid-sdk-ios/master/MoneyAuth.json" ~> 3.3.0
binary "https://raw.githubusercontent.com/yandexmobile/metrica-sdk-ios/master/YandexMobileMetrica.json" ~> 3.0
binary "https://raw.githubusercontent.com/yoomoney/yookassa-threat-metrix-adapter-ios/main/ThreatMetrixAdapter.json" ~> 3.3.3

binary "https://raw.githubusercontent.com/yoomoney/yooid-sdk-ios/master/TMXProfiling.json" ~> 1.0.1
binary "https://raw.githubusercontent.com/yoomoney/yooid-sdk-ios/master/TMXProfilingConnections.json" ~> 1.0.1
2 changes: 2 additions & 0 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
binary "https://raw.githubusercontent.com/yandexmobile/metrica-sdk-ios/master/YandexMobileMetrica.json" "3.17.0"
binary "https://raw.githubusercontent.com/yoomoney/yooid-sdk-ios/master/MoneyAuth.json" "3.3.0"
binary "https://raw.githubusercontent.com/yoomoney/yooid-sdk-ios/master/TMXProfiling.json" "1.0.1"
binary "https://raw.githubusercontent.com/yoomoney/yooid-sdk-ios/master/TMXProfilingConnections.json" "1.0.1"
binary "https://raw.githubusercontent.com/yoomoney/yookassa-threat-metrix-adapter-ios/main/ThreatMetrixAdapter.json" "3.3.3"
github "AliSoftware/OHHTTPStubs" "8.0.0"
github "yoomoney/core-api-swift" "2.0.1"
Expand Down
8 changes: 8 additions & 0 deletions YooKassaPayments.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
objects = {

/* Begin PBXBuildFile section */
2460CA7127E4F8B70098CBCF /* TMXProfilingConnections.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2460CA6F27E4F8B70098CBCF /* TMXProfilingConnections.xcframework */; };
2460CA7227E4F8B70098CBCF /* TMXProfiling.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2460CA7027E4F8B70098CBCF /* TMXProfiling.xcframework */; };
2519BAC926F35BBA0013DEFD /* Config.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2519BAC826F35BBA0013DEFD /* Config.swift */; };
2519BACC26F878520013DEFD /* defaultConfig_ru.json in Resources */ = {isa = PBXBuildFile; fileRef = 2519BACB26F878520013DEFD /* defaultConfig_ru.json */; };
2519BAD226FAF7630013DEFD /* ConfigMediator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2519BAD126FAF7630013DEFD /* ConfigMediator.swift */; };
Expand Down Expand Up @@ -441,6 +443,8 @@
244F7D88849ACD598FFD45ED /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.info; path = Info.plist; sourceTree = "<group>"; };
244F7DBBF9F3523FC00B2357 /* YooKassaPayments.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = YooKassaPayments.framework; sourceTree = BUILT_PRODUCTS_DIR; };
244F7F4FDAEC4CA756655499 /* YooKassaPayments.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = YooKassaPayments.podspec; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
2460CA6F27E4F8B70098CBCF /* TMXProfilingConnections.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = TMXProfilingConnections.xcframework; path = Carthage/Build/TMXProfilingConnections.xcframework; sourceTree = "<group>"; };
2460CA7027E4F8B70098CBCF /* TMXProfiling.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = TMXProfiling.xcframework; path = Carthage/Build/TMXProfiling.xcframework; sourceTree = "<group>"; };
2519BAC826F35BBA0013DEFD /* Config.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Config.swift; sourceTree = "<group>"; };
2519BACB26F878520013DEFD /* defaultConfig_ru.json */ = {isa = PBXFileReference; lastKnownFileType = text.json; path = defaultConfig_ru.json; sourceTree = "<group>"; };
2519BAD126FAF7630013DEFD /* ConfigMediator.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ConfigMediator.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -866,7 +870,9 @@
25DFA44627DA24C90031CA59 /* MoneyAuth.xcframework in Frameworks */,
25DFA45627DA24D20031CA59 /* YooMoneyCoreApi.xcframework in Frameworks */,
25DFA44E27DA24CE0031CA59 /* YandexMobileMetrica.xcframework in Frameworks */,
2460CA7127E4F8B70098CBCF /* TMXProfilingConnections.xcframework in Frameworks */,
25DFA45227DA24D00031CA59 /* YooKassaPaymentsApi.xcframework in Frameworks */,
2460CA7227E4F8B70098CBCF /* TMXProfiling.xcframework in Frameworks */,
25DFA45427DA24D10031CA59 /* YooKassaWalletApi.xcframework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -2647,6 +2653,8 @@
isa = PBXGroup;
children = (
252982C826AEB70300174692 /* UIKit.framework */,
2460CA7027E4F8B70098CBCF /* TMXProfiling.xcframework */,
2460CA6F27E4F8B70098CBCF /* TMXProfilingConnections.xcframework */,
252982C626AEB6A800174692 /* ThreatMetrixAdapter.xcframework */,
252982C226AEB3B500174692 /* YandexMobileMetrica.xcframework */,
252982C326AEB3B500174692 /* YandexMobileMetricaCrashes.xcframework */,
Expand Down
2 changes: 2 additions & 0 deletions YooKassaPayments/Public/TokenizationAssembly.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import TMXProfiling
import TMXProfilingConnections
import UIKit

private var configPreloader: ConfigMediator?
Expand Down

0 comments on commit a0d6f99

Please sign in to comment.