|
1647 | 1647 | AA0001032AA9F58E00A1B201 /* MayaPortalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0001012AA9F58E00A1B201 /* MayaPortalView.swift */; }; |
1648 | 1648 | AA0001052AA9F58E00A1B202 /* MayaPortalViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0001042AA9F58E00A1B202 /* MayaPortalViewController.swift */; }; |
1649 | 1649 | AA0001062AA9F58E00A1B202 /* MayaPortalViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0001042AA9F58E00A1B202 /* MayaPortalViewController.swift */; }; |
| 1650 | + AA0002022BA0F58E00A1B301 /* MayaCryptoCurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002012BA0F58E00A1B301 /* MayaCryptoCurrency.swift */; }; |
| 1651 | + AA0002032BA0F58E00A1B301 /* MayaCryptoCurrency.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002012BA0F58E00A1B301 /* MayaCryptoCurrency.swift */; }; |
| 1652 | + AA0002052BA0F58E00A1B302 /* MayaPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002042BA0F58E00A1B302 /* MayaPool.swift */; }; |
| 1653 | + AA0002062BA0F58E00A1B302 /* MayaPool.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002042BA0F58E00A1B302 /* MayaPool.swift */; }; |
| 1654 | + AA0002082BA0F58E00A1B303 /* MayaEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002072BA0F58E00A1B303 /* MayaEndpoint.swift */; }; |
| 1655 | + AA0002092BA0F58E00A1B303 /* MayaEndpoint.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002072BA0F58E00A1B303 /* MayaEndpoint.swift */; }; |
| 1656 | + AA00020B2BA0F58E00A1B304 /* MayaAPIService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA00020A2BA0F58E00A1B304 /* MayaAPIService.swift */; }; |
| 1657 | + AA00020C2BA0F58E00A1B304 /* MayaAPIService.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA00020A2BA0F58E00A1B304 /* MayaAPIService.swift */; }; |
| 1658 | + AA00020E2BA0F58E00A1B305 /* SelectCoinViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA00020D2BA0F58E00A1B305 /* SelectCoinViewModel.swift */; }; |
| 1659 | + AA00020F2BA0F58E00A1B305 /* SelectCoinViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA00020D2BA0F58E00A1B305 /* SelectCoinViewModel.swift */; }; |
| 1660 | + AA0002112BA0F58E00A1B306 /* CoinRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002102BA0F58E00A1B306 /* CoinRowView.swift */; }; |
| 1661 | + AA0002122BA0F58E00A1B306 /* CoinRowView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002102BA0F58E00A1B306 /* CoinRowView.swift */; }; |
| 1662 | + AA0002142BA0F58E00A1B307 /* SelectCoinView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002132BA0F58E00A1B307 /* SelectCoinView.swift */; }; |
| 1663 | + AA0002152BA0F58E00A1B307 /* SelectCoinView.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002132BA0F58E00A1B307 /* SelectCoinView.swift */; }; |
| 1664 | + AA0002172BA0F58E00A1B308 /* SelectCoinHostingController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002162BA0F58E00A1B308 /* SelectCoinHostingController.swift */; }; |
| 1665 | + AA0002182BA0F58E00A1B308 /* SelectCoinHostingController.swift in Sources */ = {isa = PBXBuildFile; fileRef = AA0002162BA0F58E00A1B308 /* SelectCoinHostingController.swift */; }; |
1650 | 1666 | /* End PBXBuildFile section */ |
1651 | 1667 |
|
1652 | 1668 | /* Begin PBXContainerItemProxy section */ |
|
3196 | 3212 | FBF3F4301E42B02800C7248E /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; }; |
3197 | 3213 | AA0001012AA9F58E00A1B201 /* MayaPortalView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayaPortalView.swift; sourceTree = "<group>"; }; |
3198 | 3214 | AA0001042AA9F58E00A1B202 /* MayaPortalViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayaPortalViewController.swift; sourceTree = "<group>"; }; |
| 3215 | + AA0002012BA0F58E00A1B301 /* MayaCryptoCurrency.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayaCryptoCurrency.swift; sourceTree = "<group>"; }; |
| 3216 | + AA0002042BA0F58E00A1B302 /* MayaPool.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayaPool.swift; sourceTree = "<group>"; }; |
| 3217 | + AA0002072BA0F58E00A1B303 /* MayaEndpoint.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayaEndpoint.swift; sourceTree = "<group>"; }; |
| 3218 | + AA00020A2BA0F58E00A1B304 /* MayaAPIService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MayaAPIService.swift; sourceTree = "<group>"; }; |
| 3219 | + AA00020D2BA0F58E00A1B305 /* SelectCoinViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectCoinViewModel.swift; sourceTree = "<group>"; }; |
| 3220 | + AA0002102BA0F58E00A1B306 /* CoinRowView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoinRowView.swift; sourceTree = "<group>"; }; |
| 3221 | + AA0002132BA0F58E00A1B307 /* SelectCoinView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectCoinView.swift; sourceTree = "<group>"; }; |
| 3222 | + AA0002162BA0F58E00A1B308 /* SelectCoinHostingController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SelectCoinHostingController.swift; sourceTree = "<group>"; }; |
3199 | 3223 | /* End PBXFileReference section */ |
3200 | 3224 |
|
3201 | 3225 | /* Begin PBXFrameworksBuildPhase section */ |
|
4056 | 4080 | children = ( |
4057 | 4081 | AA0001012AA9F58E00A1B201 /* MayaPortalView.swift */, |
4058 | 4082 | AA0001042AA9F58E00A1B202 /* MayaPortalViewController.swift */, |
| 4083 | + AA00020D2BA0F58E00A1B305 /* SelectCoinViewModel.swift */, |
| 4084 | + AA0002102BA0F58E00A1B306 /* CoinRowView.swift */, |
| 4085 | + AA0002132BA0F58E00A1B307 /* SelectCoinView.swift */, |
| 4086 | + AA0002162BA0F58E00A1B308 /* SelectCoinHostingController.swift */, |
| 4087 | + ); |
| 4088 | + path = Maya; |
| 4089 | + sourceTree = "<group>"; |
| 4090 | + }; |
| 4091 | + AA0002192BA0F58E00A1B309 /* Maya */ = { |
| 4092 | + isa = PBXGroup; |
| 4093 | + children = ( |
| 4094 | + AA0002012BA0F58E00A1B301 /* MayaCryptoCurrency.swift */, |
| 4095 | + AA0002042BA0F58E00A1B302 /* MayaPool.swift */, |
| 4096 | + AA0002072BA0F58E00A1B303 /* MayaEndpoint.swift */, |
| 4097 | + AA00020A2BA0F58E00A1B304 /* MayaAPIService.swift */, |
4059 | 4098 | ); |
4060 | 4099 | path = Maya; |
4061 | 4100 | sourceTree = "<group>"; |
4062 | 4101 | }; |
4063 | 4102 | 2A44313D22CF632F009BAF7F /* Models */ = { |
4064 | 4103 | isa = PBXGroup; |
4065 | 4104 | children = ( |
| 4105 | + AA0002192BA0F58E00A1B309 /* Maya */, |
4066 | 4106 | 7503643C2C89D4890029EC0D /* CoinJoin */, |
4067 | 4107 | 75A8C1612AE571E30042256E /* Voting */, |
4068 | 4108 | 47081194298CF1E3003FCA3D /* Transactions */, |
|
9198 | 9238 | 2A8C24B423336FEA00000D43 /* DWQuickReceiveViewController.m in Sources */, |
9199 | 9239 | AA0001022AA9F58E00A1B201 /* MayaPortalView.swift in Sources */, |
9200 | 9240 | AA0001052AA9F58E00A1B202 /* MayaPortalViewController.swift in Sources */, |
| 9241 | + AA0002022BA0F58E00A1B301 /* MayaCryptoCurrency.swift in Sources */, |
| 9242 | + AA0002052BA0F58E00A1B302 /* MayaPool.swift in Sources */, |
| 9243 | + AA0002082BA0F58E00A1B303 /* MayaEndpoint.swift in Sources */, |
| 9244 | + AA00020B2BA0F58E00A1B304 /* MayaAPIService.swift in Sources */, |
| 9245 | + AA00020E2BA0F58E00A1B305 /* SelectCoinViewModel.swift in Sources */, |
| 9246 | + AA0002112BA0F58E00A1B306 /* CoinRowView.swift in Sources */, |
| 9247 | + AA0002142BA0F58E00A1B307 /* SelectCoinView.swift in Sources */, |
| 9248 | + AA0002172BA0F58E00A1B308 /* SelectCoinHostingController.swift in Sources */, |
9201 | 9249 | ); |
9202 | 9250 | runOnlyForDeploymentPostprocessing = 0; |
9203 | 9251 | }; |
|
10087 | 10135 | 1DD7BE9CD62998F12672140D /* RadioButtonRow.swift in Sources */, |
10088 | 10136 | AA0001032AA9F58E00A1B201 /* MayaPortalView.swift in Sources */, |
10089 | 10137 | AA0001062AA9F58E00A1B202 /* MayaPortalViewController.swift in Sources */, |
| 10138 | + AA0002032BA0F58E00A1B301 /* MayaCryptoCurrency.swift in Sources */, |
| 10139 | + AA0002062BA0F58E00A1B302 /* MayaPool.swift in Sources */, |
| 10140 | + AA0002092BA0F58E00A1B303 /* MayaEndpoint.swift in Sources */, |
| 10141 | + AA00020C2BA0F58E00A1B304 /* MayaAPIService.swift in Sources */, |
| 10142 | + AA00020F2BA0F58E00A1B305 /* SelectCoinViewModel.swift in Sources */, |
| 10143 | + AA0002122BA0F58E00A1B306 /* CoinRowView.swift in Sources */, |
| 10144 | + AA0002152BA0F58E00A1B307 /* SelectCoinView.swift in Sources */, |
| 10145 | + AA0002182BA0F58E00A1B308 /* SelectCoinHostingController.swift in Sources */, |
10090 | 10146 | ); |
10091 | 10147 | runOnlyForDeploymentPostprocessing = 0; |
10092 | 10148 | }; |
|
0 commit comments