Skip to content

Commit

Permalink
Merge pull request #209 from sora-xor/release/3.5.0
Browse files Browse the repository at this point in the history
Release 3.5.0
  • Loading branch information
ShlyapkinIN authored Oct 22, 2023
2 parents d30ce10 + a4bf8e2 commit b316e8e
Show file tree
Hide file tree
Showing 1,197 changed files with 40,789 additions and 3,218 deletions.
8 changes: 4 additions & 4 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ abstract_target 'SoraPassportAll' do
pod 'lottie-ios', '~> 3.5.0'
pod 'Nantes'
pod 'SnapKit'
pod 'SoraUIKit', :git => 'https://github.com/soramitsu/ios-ui.git', :tag => '1.1.1'
pod 'SoraUIKit', :git => 'https://github.com/soramitsu/ios-ui', :tag => '1.1.1'
pod 'IdensicMobileSDK', :http => 'https://github.com/PayWings/PayWingsOnboardingKycSDK-iOS-IdensicMobile/archive/v2.2.2.tar.gz'
pod 'SCard', :git => 'https://github.com/sora-xor/sora-card-ios', :tag => '1.2.0'
pod 'SCard', :git => 'https://github.com/sora-xor/sora-card-ios', :tag => '1.3.0'
pod 'FLEX', :configurations => ['Debug', 'Dev']
pod 'XNetworking', :podspec => 'https://raw.githubusercontent.com/soramitsu/x-networking/0.0.57/AppCommonNetworking/XNetworking/XNetworking.podspec'
pod 'sorawallet', :podspec => 'https://raw.githubusercontent.com/soramitsu/x-networking/release/0.1.1/core/sorawallet/sorawallet.podspec'
pod 'SSFCloudStorage'

target 'SoraPassportTests' do
Expand All @@ -52,9 +52,9 @@ abstract_target 'SoraPassportAll' do
pod 'FearlessUtils', :git => 'https://github.com/soramitsu/fearless-utils-iOS.git', :branch => 'feature/fearless-utils-for-sora'
pod 'CommonWallet/Core', :git => 'https://github.com/soramitsu/Capital-iOS.git', :branch => 'feature/sora-propositions'
pod 'SoraFoundation'
pod 'XNetworking', :podspec => 'https://raw.githubusercontent.com/soramitsu/x-networking/0.0.57/AppCommonNetworking/XNetworking/XNetworking.podspec'
pod 'GoogleAPIClientForREST/Core'
pod 'GoogleAPIClientForREST/Drive'
pod 'sorawallet', :podspec => 'https://raw.githubusercontent.com/soramitsu/x-networking/release/0.1.1/core/sorawallet/sorawallet.podspec'
end

target 'SoraPassportUITests' do
Expand Down
28 changes: 14 additions & 14 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ PODS:
- R.swift.Library (5.3.0)
- ReachabilitySwift (5.0.0)
- RobinHood (2.6.8)
- SCard (1.2.0):
- SCard (1.3.0):
- IdensicMobileSDK
- PayWingsOAuthSDK (= 1.2.2)
- PayWingsOnboardingKYC (= 5.2.1)
Expand Down Expand Up @@ -270,6 +270,7 @@ PODS:
- SoraUI/Controls
- SoraUI/Skrull (1.10.3)
- SoraUIKit (1.1.1)
- sorawallet (0.1.1)
- Sourcery (1.9.2):
- Sourcery/CLI-Only (= 1.9.2)
- Sourcery/CLI-Only (1.9.2)
Expand Down Expand Up @@ -304,7 +305,6 @@ PODS:
- TweetNacl (1.0.2)
- VideoID (7.1.31):
- eIDRTC (= 1.1.34)
- XNetworking (0.0.57)
- xxHash-Swift (1.0.13)

DEPENDENCIES:
Expand All @@ -327,21 +327,21 @@ DEPENDENCIES:
- R.swift (~> 6.1.0)
- ReachabilitySwift
- RobinHood
- SCard (from `https://github.com/sora-xor/sora-card-ios`, tag `1.2.0`)
- SCard (from `https://github.com/sora-xor/sora-card-ios`, tag `1.3.0`)
- SnapKit
- SoraDocuments
- SoraFoundation
- SoraKeystore
- SoraUI
- SoraUIKit (from `https://github.com/soramitsu/ios-ui.git`, tag `1.1.1`)
- SoraUIKit (from `https://github.com/soramitsu/ios-ui`, tag `1.1.1`)
- sorawallet (from `https://raw.githubusercontent.com/soramitsu/x-networking/release/0.1.1/core/sorawallet/sorawallet.podspec`)
- Sourcery (~> 1.4)
- SSFCloudStorage
- Starscream (from `https://github.com/soramitsu/fearless-starscream.git`, branch `feature/without-origin`)
- SVGKit (from `https://github.com/SVGKit/SVGKit.git`, tag `3.0.0`)
- SwiftLint (~> 0.49.0)
- SwiftyBeaver
- Then
- XNetworking (from `https://raw.githubusercontent.com/soramitsu/x-networking/0.0.57/AppCommonNetworking/XNetworking/XNetworking.podspec`)

SPEC REPOS:
https://github.com/CocoaPods/Specs.git:
Expand Down Expand Up @@ -414,18 +414,18 @@ EXTERNAL SOURCES:
:git: https://github.com/onevcat/Kingfisher
SCard:
:git: https://github.com/sora-xor/sora-card-ios
:tag: 1.2.0
:tag: 1.3.0
SoraUIKit:
:git: https://github.com/soramitsu/ios-ui.git
:git: https://github.com/soramitsu/ios-ui
:tag: 1.1.1
sorawallet:
:podspec: https://raw.githubusercontent.com/soramitsu/x-networking/release/0.1.1/core/sorawallet/sorawallet.podspec
Starscream:
:branch: feature/without-origin
:git: https://github.com/soramitsu/fearless-starscream.git
SVGKit:
:git: https://github.com/SVGKit/SVGKit.git
:tag: 3.0.0
XNetworking:
:podspec: https://raw.githubusercontent.com/soramitsu/x-networking/0.0.57/AppCommonNetworking/XNetworking/XNetworking.podspec

CHECKOUT OPTIONS:
CommonWallet:
Expand All @@ -441,9 +441,9 @@ CHECKOUT OPTIONS:
:git: https://github.com/onevcat/Kingfisher
SCard:
:git: https://github.com/sora-xor/sora-card-ios
:tag: 1.2.0
:tag: 1.3.0
SoraUIKit:
:git: https://github.com/soramitsu/ios-ui.git
:git: https://github.com/soramitsu/ios-ui
:tag: 1.1.1
Starscream:
:commit: 9b26310bfaee979e785fecbf3dbefd2385f0e461
Expand Down Expand Up @@ -493,7 +493,7 @@ SPEC CHECKSUMS:
R.swift.Library: 0fc583cb55a99e28901299cc451614cad1161962
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
RobinHood: b775a72cc0ae55cee3dfb4a5668597aca20ba244
SCard: df6c425839073a27774cdc35c8ffe0a57776e270
SCard: e2064d958ebd82603598b97b9d93988b4fae39af
scrypt.c: b42ae06183251329d2b2c620c226fb541a4a3592
secp256k1.c: db47b726585d80f027423682eb369729e61b3b20
SnapKit: e01d52ebb8ddbc333eefe2132acf85c8227d9c25
Expand All @@ -502,6 +502,7 @@ SPEC CHECKSUMS:
SoraKeystore: 92cff6e2a12f212dd64ed089970ff7c365247b1c
SoraUI: 1ec71151eb962591eeb898bcdd98bded59745f2d
SoraUIKit: 71422b96debe323e73c2046e9a79b2130c2acb07
sorawallet: 156409e3542f41cc3acef7e13eb6cb1c7d0b64c4
Sourcery: 179539341c2261068528cd15a31837b7238fd901
SSFCloudStorage: 37fbba3ad3e93a637d9c1a9b85910f4fa29596de
SSFModels: afdeb5bb331de6efa902d961e61a76e1d26aab04
Expand All @@ -513,9 +514,8 @@ SPEC CHECKSUMS:
Then: 844265ae87834bbe1147d91d5d41a404da2ec27d
TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6
VideoID: d48d4f30f79f12229421a09e65692561960dc5b5
XNetworking: cda32e6337d2a18edfdb1a39a2e65aa4a1993280
xxHash-Swift: 30bd6a7507b3b7348a277c49b1cb6346c2905ec7

PODFILE CHECKSUM: 126e36247e8725acbd8399ac4a086006fc000d3a
PODFILE CHECKSUM: 1b13cdc2ffc2b5b755465d1e2b77d9a64a5b4c21

COCOAPODS: 1.12.1
Loading

0 comments on commit b316e8e

Please sign in to comment.