BlockchainCommons / GordianWallet-iOS

iOS wallet linked by Torgap to your own full-node server
Other
47 stars 14 forks source link

Mac Catalyst Build #4

Closed Fonta1n3 closed 3 years ago

Fonta1n3 commented 4 years ago

Currently Tor.Framework and Carthage do not support mac catalyst. There was an issue with some good info raised on the Tor.framework today. I have tried to use this hack but was not successful. I know the Carthage devs are working on it but if we can figure it out ourselves in the meantime that would be ideal.

Fonta1n3 commented 4 years ago

I added the ability for the app to connect to a local node, code uncommenting is needed in order to get it to work. However we could easily fork the project remove Tor.framework and build for mac catalyst without issue. I think.. Of course this requires the user to be running a local node.

Fonta1n3 commented 4 years ago

Unfortunately LibWally-Swift does not compile for Mac Catalyst either.