Skip to content

Commit 5f10a89

Browse files
authored
Merge pull request #1 from sora-xor/feature/1.3.3
v1.3.3
2 parents f66486c + f144cea commit 5f10a89

File tree

734 files changed

+26086
-11917
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

734 files changed

+26086
-11917
lines changed

Podfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ abstract_target 'SoraPassportAll' do
1616
pod 'SoraUI'
1717
pod 'RobinHood'
1818
pod 'Kingfisher', :inhibit_warnings => true
19-
pod 'CommonWallet'
19+
pod 'CommonWallet', :git => 'https://github.com/soramitsu/Capital-iOS.git', :commit => '1df65a808cb9401ec23182d21be9a9e2a428d5ca'
2020
pod 'Firebase/Core', :inhibit_warnings => true
2121
pod 'Firebase/Messaging', :inhibit_warnings => true
2222
pod 'Fabric'
@@ -35,6 +35,8 @@ abstract_target 'SoraPassportAll' do
3535
pod 'SoraCrypto'
3636
pod 'SoraKeystore'
3737
pod 'RobinHood'
38+
pod 'IrohaCommunication'
39+
pod 'CommonWallet', :git => 'https://github.com/soramitsu/Capital-iOS.git', :commit => '1df65a808cb9401ec23182d21be9a9e2a428d5ca'
3840
end
3941

4042
target 'SoraPassportUITests' do

Podfile.lock

+118-111
Original file line numberDiff line numberDiff line change
@@ -5,75 +5,72 @@ PODS:
55
- BoringSSL/Implementation (10.0.3):
66
- BoringSSL/Interface (= 10.0.3)
77
- BoringSSL/Interface (10.0.3)
8-
- CommonWallet (0.6.1):
9-
- IrohaCommunication
10-
- RobinHood
11-
- SoraUI
12-
- Crashlytics (3.13.2):
13-
- Fabric (~> 1.10.2)
14-
- Cuckoo (1.0.6)
15-
- Fabric (1.10.2)
16-
- Firebase/Core (6.3.0):
8+
- CommonWallet (1.3.0):
9+
- IrohaCommunication (~> 3.4.1)
10+
- RobinHood (~> 1.0.6)
11+
- SoraUI (~> 1.8.7)
12+
- Crashlytics (3.12.0):
13+
- Fabric (~> 1.9.0)
14+
- Cuckoo (1.0.4)
15+
- Fabric (1.9.0)
16+
- Firebase/Core (5.14.0):
1717
- Firebase/CoreOnly
18-
- FirebaseAnalytics (= 6.0.2)
19-
- Firebase/CoreOnly (6.3.0):
20-
- FirebaseCore (= 6.0.3)
21-
- Firebase/Messaging (6.3.0):
18+
- FirebaseAnalytics (= 5.4.0)
19+
- Firebase/CoreOnly (5.14.0):
20+
- FirebaseCore (= 5.1.9)
21+
- Firebase/Messaging (5.14.0):
2222
- Firebase/CoreOnly
23-
- FirebaseMessaging (~> 4.1.0)
24-
- FirebaseAnalytics (6.0.2):
25-
- FirebaseCore (~> 6.0)
26-
- FirebaseInstanceID (~> 4.2)
27-
- GoogleAppMeasurement (= 6.0.2)
28-
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
29-
- GoogleUtilities/MethodSwizzler (~> 6.0)
30-
- GoogleUtilities/Network (~> 6.0)
31-
- "GoogleUtilities/NSData+zlib (~> 6.0)"
23+
- FirebaseMessaging (= 3.2.2)
24+
- FirebaseAnalytics (5.4.0):
25+
- FirebaseCore (~> 5.1)
26+
- FirebaseInstanceID (~> 3.3)
27+
- GoogleAppMeasurement (= 5.4.0)
28+
- GoogleUtilities/AppDelegateSwizzler (~> 5.2)
29+
- GoogleUtilities/MethodSwizzler (~> 5.2)
30+
- GoogleUtilities/Network (~> 5.2)
31+
- "GoogleUtilities/NSData+zlib (~> 5.2)"
3232
- nanopb (~> 0.3)
33-
- FirebaseAnalyticsInterop (1.2.0)
34-
- FirebaseCore (6.0.3):
35-
- GoogleUtilities/Environment (~> 6.0)
36-
- GoogleUtilities/Logger (~> 6.0)
37-
- FirebaseInstanceID (4.2.0):
38-
- FirebaseCore (~> 6.0)
39-
- GoogleUtilities/Environment (~> 6.0)
40-
- GoogleUtilities/UserDefaults (~> 6.0)
41-
- FirebaseMessaging (4.1.0):
33+
- FirebaseAnalyticsInterop (1.1.0)
34+
- FirebaseCore (5.1.9):
35+
- GoogleUtilities/Logger (~> 5.2)
36+
- FirebaseInstanceID (3.3.0):
37+
- FirebaseCore (~> 5.1)
38+
- GoogleUtilities/Environment (~> 5.3)
39+
- GoogleUtilities/UserDefaults (~> 5.3)
40+
- FirebaseMessaging (3.2.2):
4241
- FirebaseAnalyticsInterop (~> 1.1)
43-
- FirebaseCore (~> 6.0)
44-
- FirebaseInstanceID (~> 4.1)
45-
- GoogleUtilities/AppDelegateSwizzler (~> 6.2)
46-
- GoogleUtilities/Environment (~> 6.2)
47-
- GoogleUtilities/Reachability (~> 6.2)
48-
- GoogleUtilities/UserDefaults (~> 6.2)
42+
- FirebaseCore (~> 5.1)
43+
- FirebaseInstanceID (~> 3.0)
44+
- GoogleUtilities/Environment (~> 5.2)
45+
- GoogleUtilities/Reachability (~> 5.2)
4946
- Protobuf (~> 3.1)
5047
- FireMock (3.1)
51-
- GCDWebServer (3.5.2):
52-
- GCDWebServer/Core (= 3.5.2)
53-
- GCDWebServer/Core (3.5.2)
54-
- GoogleAppMeasurement (6.0.2):
55-
- GoogleUtilities/AppDelegateSwizzler (~> 6.0)
56-
- GoogleUtilities/MethodSwizzler (~> 6.0)
57-
- GoogleUtilities/Network (~> 6.0)
58-
- "GoogleUtilities/NSData+zlib (~> 6.0)"
48+
- GCDWebServer (3.4.2):
49+
- GCDWebServer/Core (= 3.4.2)
50+
- GCDWebServer/Core (3.4.2)
51+
- GoogleAppMeasurement (5.4.0):
52+
- GoogleUtilities/AppDelegateSwizzler (~> 5.2)
53+
- GoogleUtilities/MethodSwizzler (~> 5.2)
54+
- GoogleUtilities/Network (~> 5.2)
55+
- "GoogleUtilities/NSData+zlib (~> 5.2)"
5956
- nanopb (~> 0.3)
60-
- GoogleUtilities/AppDelegateSwizzler (6.2.1):
57+
- GoogleUtilities/AppDelegateSwizzler (5.3.6):
6158
- GoogleUtilities/Environment
6259
- GoogleUtilities/Logger
6360
- GoogleUtilities/Network
64-
- GoogleUtilities/Environment (6.2.1)
65-
- GoogleUtilities/Logger (6.2.1):
61+
- GoogleUtilities/Environment (5.3.6)
62+
- GoogleUtilities/Logger (5.3.6):
6663
- GoogleUtilities/Environment
67-
- GoogleUtilities/MethodSwizzler (6.2.1):
64+
- GoogleUtilities/MethodSwizzler (5.3.6):
6865
- GoogleUtilities/Logger
69-
- GoogleUtilities/Network (6.2.1):
66+
- GoogleUtilities/Network (5.3.6):
7067
- GoogleUtilities/Logger
7168
- "GoogleUtilities/NSData+zlib"
7269
- GoogleUtilities/Reachability
73-
- "GoogleUtilities/NSData+zlib (6.2.1)"
74-
- GoogleUtilities/Reachability (6.2.1):
70+
- "GoogleUtilities/NSData+zlib (5.3.6)"
71+
- GoogleUtilities/Reachability (5.3.6):
7572
- GoogleUtilities/Logger
76-
- GoogleUtilities/UserDefaults (6.2.1):
73+
- GoogleUtilities/UserDefaults (5.3.6):
7774
- GoogleUtilities/Logger
7875
- gRPC (1.11.0):
7976
- gRPC-RxLibrary (= 1.11.0)
@@ -94,7 +91,7 @@ PODS:
9491
- gRPC/Main (1.11.0):
9592
- gRPC-Core (= 1.11.0)
9693
- gRPC-RxLibrary (= 1.11.0)
97-
- IrohaCommunication (3.2.0):
94+
- IrohaCommunication (3.4.1):
9895
- BoringSSL (= 10.0.3)
9996
- gRPC-ProtoRPC (= 1.11.0)
10097
- IrohaCrypto
@@ -108,57 +105,58 @@ PODS:
108105
- nanopb/decode (0.3.8)
109106
- nanopb/encode (0.3.8)
110107
- Protobuf (3.5.0)
111-
- R.swift (5.0.3):
108+
- R.swift (5.0.0):
112109
- R.swift.Library (~> 5.0.0)
113-
- R.swift.Library (5.0.1)
110+
- R.swift.Library (5.0.0)
114111
- ReachabilitySwift (4.3.1)
115-
- RobinHood (1.0.2)
112+
- RobinHood (1.0.6)
116113
- SKPhotoBrowser (6.1.0)
117-
- SoraCrypto (0.1.1):
114+
- SoraCrypto (0.1.2):
118115
- IrohaCrypto
119116
- SoraDocuments
120-
- SoraDocuments (0.1.2)
121-
- SoraKeystore (0.1.2)
122-
- SoraUI (1.8.3):
123-
- SoraUI/AdaptiveDesign (= 1.8.3)
124-
- SoraUI/Animator (= 1.8.3)
125-
- SoraUI/Camera (= 1.8.3)
126-
- SoraUI/Controls (= 1.8.3)
127-
- SoraUI/DetailsView (= 1.8.3)
128-
- SoraUI/EmptyState (= 1.8.3)
129-
- SoraUI/LoadingView (= 1.8.3)
130-
- SoraUI/ModalInputPresentation (= 1.8.3)
131-
- SoraUI/PageLoader (= 1.8.3)
132-
- SoraUI/PinView (= 1.8.3)
133-
- SoraUI/Skrull (= 1.8.3)
134-
- SoraUI/AdaptiveDesign (1.8.3)
135-
- SoraUI/Animator (1.8.3)
136-
- SoraUI/Camera (1.8.3)
137-
- SoraUI/Controls (1.8.3)
138-
- SoraUI/DetailsView (1.8.3):
117+
- SoraDocuments (0.1.3)
118+
- SoraKeystore (0.1.4)
119+
- SoraUI (1.8.7):
120+
- SoraUI/AdaptiveDesign (= 1.8.7)
121+
- SoraUI/Animator (= 1.8.7)
122+
- SoraUI/Camera (= 1.8.7)
123+
- SoraUI/Controls (= 1.8.7)
124+
- SoraUI/DetailsView (= 1.8.7)
125+
- SoraUI/EmptyState (= 1.8.7)
126+
- SoraUI/LoadingView (= 1.8.7)
127+
- SoraUI/ModalInputPresentation (= 1.8.7)
128+
- SoraUI/PageLoader (= 1.8.7)
129+
- SoraUI/PinView (= 1.8.7)
130+
- SoraUI/Skrull (= 1.8.7)
131+
- SoraUI/AdaptiveDesign (1.8.7)
132+
- SoraUI/Animator (1.8.7)
133+
- SoraUI/Camera (1.8.7)
134+
- SoraUI/Controls (1.8.7)
135+
- SoraUI/DetailsView (1.8.7):
139136
- SoraUI/Controls
140-
- SoraUI/EmptyState (1.8.3):
137+
- SoraUI/EmptyState (1.8.7):
141138
- SoraUI/Animator
142-
- SoraUI/LoadingView (1.8.3):
139+
- SoraUI/LoadingView (1.8.7):
143140
- SoraUI/Controls
144-
- SoraUI/ModalInputPresentation (1.8.3):
141+
- SoraUI/ModalInputPresentation (1.8.7):
145142
- SoraUI/Animator
146-
- SoraUI/PageLoader (1.8.3)
147-
- SoraUI/PinView (1.8.3):
143+
- SoraUI/PageLoader (1.8.7)
144+
- SoraUI/PinView (1.8.7):
148145
- SoraUI/Controls
149-
- SoraUI/Skrull (1.8.3)
150-
- SwiftLint (0.33.0)
146+
- SoraUI/Skrull (1.8.7)
147+
- SwiftLint (0.29.1)
151148
- SwiftyBeaver (1.7.0)
152149

153150
DEPENDENCIES:
154-
- CommonWallet
151+
- CommonWallet (from `https://github.com/soramitsu/Capital-iOS.git`, commit `1df65a808cb9401ec23182d21be9a9e2a428d5ca`)
155152
- Crashlytics
156153
- Cuckoo
157154
- Fabric
158155
- Firebase/Core
159156
- Firebase/Messaging
160157
- FireMock
161158
- GCDWebServer
159+
- IrohaCommunication
162160
- IrohaCrypto
163161
- Kingfisher
164162
- R.swift
@@ -173,9 +171,8 @@ DEPENDENCIES:
173171
- SwiftyBeaver
174172

175173
SPEC REPOS:
176-
https://github.com/cocoapods/specs.git:
174+
https://github.com/CocoaPods/Specs.git:
177175
- BoringSSL
178-
- CommonWallet
179176
- Crashlytics
180177
- Cuckoo
181178
- Fabric
@@ -210,43 +207,53 @@ SPEC REPOS:
210207
- SwiftLint
211208
- SwiftyBeaver
212209

210+
EXTERNAL SOURCES:
211+
CommonWallet:
212+
:commit: 1df65a808cb9401ec23182d21be9a9e2a428d5ca
213+
:git: https://github.com/soramitsu/Capital-iOS.git
214+
215+
CHECKOUT OPTIONS:
216+
CommonWallet:
217+
:commit: 1df65a808cb9401ec23182d21be9a9e2a428d5ca
218+
:git: https://github.com/soramitsu/Capital-iOS.git
219+
213220
SPEC CHECKSUMS:
214221
BoringSSL: c46efb47593135382bc0934196f16d2f726f5f36
215-
CommonWallet: e54953580ed6fe970492296d520eac737c216297
216-
Crashlytics: 611738c7847f8291a1a51084e35987b86ba6b3ee
217-
Cuckoo: 8074fc309159c4862665b83798f5ad03e061e8bd
218-
Fabric: 706c8b8098fff96c33c0db69cbf81f9c551d0d74
219-
Firebase: 8432d732974498afd5987e9001a05f90f1a3d625
220-
FirebaseAnalytics: 470ddab7253b21ad5a40bebd4a9903d7ae19386a
221-
FirebaseAnalyticsInterop: efbe45c8385ec626e29f9525e5ebd38520dfb6c1
222-
FirebaseCore: 68f8a7f50cdae542715d4e86afa37c4067217dcb
223-
FirebaseInstanceID: f20243a1d828e0e9a3798b995174dedc16f1b32a
224-
FirebaseMessaging: 0ac5310133e6ada4cdd44d42e92038855214a5e9
222+
CommonWallet: 409af3aff2117e5b08db1d5f2575494736c857b0
223+
Crashlytics: 07fb167b1694128c1c9a5a5cc319b0e9c3ca0933
224+
Cuckoo: 58e8219aa80f956350b6d3b396e9f1d6871544e7
225+
Fabric: f988e33c97f08930a413e08123064d2e5f68d655
226+
Firebase: 963d5685fae888a56d6d4d9cfce6b9c976958798
227+
FirebaseAnalytics: c06f9d70577d79074214700a71fd5d39de5550fb
228+
FirebaseAnalyticsInterop: e5f21be9af6548372e2f0815834ff909bff395a2
229+
FirebaseCore: 8f49b70f57ab5cbb032ef41d64992ded21606459
230+
FirebaseInstanceID: e2fa4cb35ef5558c200f7f0ad8a53e212215f93e
231+
FirebaseMessaging: b412996f6a09337d232bb3a6676ce4d1f353d024
225232
FireMock: 3eed872059c12f94855413347da83b9d6d1a6fac
226-
GCDWebServer: ead88cd14596dd4eae4f5830b8877c87c8728990
227-
GoogleAppMeasurement: a35a645835bae31b6bdc0576396bc23908f12a22
228-
GoogleUtilities: c7a0b08bda3bf808be823ed151f0e28ac6866e71
233+
GCDWebServer: 8d67ee9f634b4bb91eb4b8aee440318a5fc6debd
234+
GoogleAppMeasurement: 98b71f5e04142793729a5ef23e5b96651ff4b70f
235+
GoogleUtilities: 95996bea7c7d9b8fb811b7507669a4a8762f80c7
229236
gRPC: 70703dc9ba31c72341fc7f37745cc1c379edee96
230237
gRPC-Core: 164639cd8ae18ca8b65477fafb2efbaecf4f181a
231238
gRPC-ProtoRPC: bb5fddf3424aa4fad74d76736578a79fe40e244e
232239
gRPC-RxLibrary: 26d53d1b1f306befd4ad4e15bd6de27839a82481
233-
IrohaCommunication: 80d8be2565e5bbd3446bdc5d2bdfb0e0849606e8
240+
IrohaCommunication: 988a6f7fe468a863486e183fb8da617519ccb94e
234241
IrohaCrypto: 4eb85b5edbf7667b5ffcef1b5104357f18ca8e81
235242
Kingfisher: c148cd7b47ebde9989f6bc7c27dcaa79d81279a0
236243
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3
237244
Protobuf: 8a9838fba8dae3389230e1b7f8c104aa32389c03
238-
R.swift: f5a87643b91ea569d23d6afb3eee9c743edde239
239-
R.swift.Library: cfe85d569d9bae6cb262922db130e7c3a7a5fad1
245+
R.swift: f88c7d7d48a2be4dffa132dde1b3d389620310eb
246+
R.swift.Library: 0bf390e729bc10bb2c9e4fb78bd043164a7be4ff
240247
ReachabilitySwift: 4032e2f59586e11e3b0ebe15b167abdd587a388b
241-
RobinHood: 97475c85d8c715fdc5ed4f6df4743028c9e133ca
248+
RobinHood: 0bd282623f472a2c29acfe9d053a2707a4bda50d
242249
SKPhotoBrowser: 343de95d89dc7913763c5dda243cc6e606e4a168
243-
SoraCrypto: 7b8e74cc1572a7e7f4049264370adc388585566d
244-
SoraDocuments: 86060c40478b05fbd62fc02a25df17a6f01ab6dc
245-
SoraKeystore: 688cdd66b6ce68859944c232da7b36ed2c2e213a
246-
SoraUI: 176a884d7cc3474453621d237823123932230698
247-
SwiftLint: fed9c66336e41fc74dc48a73678380718f0c8b0e
250+
SoraCrypto: de324b661fb330ce8d80ff1be1351c6af4d420d5
251+
SoraDocuments: c927a79974f73672a8f39d8c2bb143afca5d3561
252+
SoraKeystore: 4abb9c667e5294fcb86961d9c2e9aa38889c653c
253+
SoraUI: d497b990f00b33d1b099f73da93fff555f36b722
254+
SwiftLint: 6772320e40b52049053a518c17db9b0634a0b45a
248255
SwiftyBeaver: 4cc0080d2e23f980652e28978db11a5c9da39165
249256

250-
PODFILE CHECKSUM: 14d67c07049ff6693772cdc3db87fe16b4ac8b7f
257+
PODFILE CHECKSUM: 8cba92e86dc01b3edf873900e8416c6416abfe86
251258

252-
COCOAPODS: 1.7.3
259+
COCOAPODS: 1.8.3

Rambafile

+15-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,27 @@ xcodeproj_path: SoraPassport.xcodeproj
99
# The main project target name
1010
project_target: SoraPassport
1111

12+
# The file path for new modules
13+
project_file_path: SoraPassport/Modules/
14+
15+
# The Xcode group path to new modules
16+
project_group_path: SoraPassport/Modules/
17+
1218
### Tests generation settings section
1319
# The tests target name
1420
test_target: SoraPassportTests
1521

22+
# The file path for new tests
23+
test_file_path: SoraPassportTests/Modules/
24+
25+
# The Xcode group path to new tests
26+
test_group_path: SoraPassportTests/Modules/
27+
1628
### Dependencies settings section
1729
podfile_path: Podfile
1830

1931
### Templates
32+
catalogs:
33+
- 'https://github.com/ERussel/GenerambaTemplates'
2034
templates:
21-
- {name: 'SoraViper'}
35+
- {name: sora-viper}

0 commit comments

Comments
 (0)