|
|
|
@ -97,6 +97,9 @@ |
|
|
|
|
2963B6AD1F981A96003063C1 /* TransactionAppearance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2963B6AC1F981A96003063C1 /* TransactionAppearance.swift */; }; |
|
|
|
|
2963B6AF1F9823E6003063C1 /* UnconfirmedTransaction.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2963B6AE1F9823E6003063C1 /* UnconfirmedTransaction.swift */; }; |
|
|
|
|
2963B6B11F9891F5003063C1 /* UIButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2963B6B01F9891F5003063C1 /* UIButton.swift */; }; |
|
|
|
|
2963B6B61F9A7E49003063C1 /* CoinMarketClient.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2963B6B51F9A7E49003063C1 /* CoinMarketClient.swift */; }; |
|
|
|
|
2963B6B91F9A7EEA003063C1 /* CoinTicker.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2963B6B81F9A7EEA003063C1 /* CoinTicker.swift */; }; |
|
|
|
|
2963B6BB1F9A899A003063C1 /* CoinTickerID.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2963B6BA1F9A899A003063C1 /* CoinTickerID.swift */; }; |
|
|
|
|
296421951F70C1EC00EB363B /* LoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 296421941F70C1EC00EB363B /* LoadingView.swift */; }; |
|
|
|
|
296421971F70C1F200EB363B /* ErrorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 296421961F70C1F200EB363B /* ErrorView.swift */; }; |
|
|
|
|
296421991F70C1F900EB363B /* EmptyView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 296421981F70C1F900EB363B /* EmptyView.swift */; }; |
|
|
|
@ -290,6 +293,9 @@ |
|
|
|
|
2963B6AC1F981A96003063C1 /* TransactionAppearance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TransactionAppearance.swift; sourceTree = "<group>"; }; |
|
|
|
|
2963B6AE1F9823E6003063C1 /* UnconfirmedTransaction.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UnconfirmedTransaction.swift; sourceTree = "<group>"; }; |
|
|
|
|
2963B6B01F9891F5003063C1 /* UIButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIButton.swift; sourceTree = "<group>"; }; |
|
|
|
|
2963B6B51F9A7E49003063C1 /* CoinMarketClient.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoinMarketClient.swift; sourceTree = "<group>"; }; |
|
|
|
|
2963B6B81F9A7EEA003063C1 /* CoinTicker.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoinTicker.swift; sourceTree = "<group>"; }; |
|
|
|
|
2963B6BA1F9A899A003063C1 /* CoinTickerID.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoinTickerID.swift; sourceTree = "<group>"; }; |
|
|
|
|
296421941F70C1EC00EB363B /* LoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LoadingView.swift; sourceTree = "<group>"; }; |
|
|
|
|
296421961F70C1F200EB363B /* ErrorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorView.swift; sourceTree = "<group>"; }; |
|
|
|
|
296421981F70C1F900EB363B /* EmptyView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyView.swift; sourceTree = "<group>"; }; |
|
|
|
@ -622,6 +628,7 @@ |
|
|
|
|
291F52A01F6B6DBC00B369AB /* EtherClient */ = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
2963B6B41F9A7E13003063C1 /* CoinMarket */, |
|
|
|
|
296106BD1F76391B0006164B /* Etherscan */, |
|
|
|
|
29282B561F7636600067F88D /* Ethplorer */, |
|
|
|
|
291F52A31F6B760A00B369AB /* Requests */, |
|
|
|
@ -753,6 +760,24 @@ |
|
|
|
|
path = Tokens; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
}; |
|
|
|
|
2963B6B41F9A7E13003063C1 /* CoinMarket */ = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
2963B6B71F9A7EDE003063C1 /* Types */, |
|
|
|
|
2963B6B51F9A7E49003063C1 /* CoinMarketClient.swift */, |
|
|
|
|
); |
|
|
|
|
path = CoinMarket; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
}; |
|
|
|
|
2963B6B71F9A7EDE003063C1 /* Types */ = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
2963B6B81F9A7EEA003063C1 /* CoinTicker.swift */, |
|
|
|
|
2963B6BA1F9A899A003063C1 /* CoinTickerID.swift */, |
|
|
|
|
); |
|
|
|
|
path = Types; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
}; |
|
|
|
|
2977CAE11F7E0B17009682A0 /* Coordinators */ = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
@ -1599,6 +1624,7 @@ |
|
|
|
|
29FC0CB61F8298820036089F /* TransactionCoordinator.swift in Sources */, |
|
|
|
|
290B2B5B1F8F551E0053C83E /* LokaliseInitializer.swift in Sources */, |
|
|
|
|
29B6AECB1F7C5FA900EC6DE3 /* PaymentCoordinator.swift in Sources */, |
|
|
|
|
2963B6B91F9A7EEA003063C1 /* CoinTicker.swift in Sources */, |
|
|
|
|
2996F14A1F6C9D10005C33AE /* ExportCoordinator.swift in Sources */, |
|
|
|
|
2932488E1F88E69F008A9818 /* OnePasswordError.swift in Sources */, |
|
|
|
|
291D73C61F7F500D00A8AB56 /* TransactionItemState.swift in Sources */, |
|
|
|
@ -1621,7 +1647,9 @@ |
|
|
|
|
29285B421F6FB3E60044CF29 /* SendViewController.swift in Sources */, |
|
|
|
|
29AD8A021F93D5CE008E10E7 /* PushNotificationsClient.swift in Sources */, |
|
|
|
|
2996F14D1F6CA743005C33AE /* UIViewController.swift in Sources */, |
|
|
|
|
2963B6BB1F9A899A003063C1 /* CoinTickerID.swift in Sources */, |
|
|
|
|
296421991F70C1F900EB363B /* EmptyView.swift in Sources */, |
|
|
|
|
2963B6B61F9A7E49003063C1 /* CoinMarketClient.swift in Sources */, |
|
|
|
|
291A1B671F98092F00ADEC80 /* ConfirmPaymentViewController.swift in Sources */, |
|
|
|
|
291EC9DF1F7053C50004EDD0 /* NavigationController.swift in Sources */, |
|
|
|
|
291795011F95F5E200539A30 /* GetBalance.swift in Sources */, |
|
|
|
|