Skip to content

Commit bac10cb

Browse files
committed
update readme with carthage fixes
1 parent d7ac1fa commit bac10cb

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ cd web3swift/Example/web3swiftBrowser
128128
pod install
129129
open ./web3swiftBrowser.xcworkspace
130130
```
131+
132+
### Build from source:
133+
134+
- Clone repo
135+
- Instal dependencies via `./carthage-build.sh --platform iOS` (temo workaround, foe of Carthage bug.For more details please look at https://github.com/Carthage/Carthage/issues/3019#issuecomment-665136323)
136+
131137
### Requirements
132138

133139
- iOS 9.0+ / macOS 10.11+
@@ -208,10 +214,6 @@ We want to continue to do everything we can to move the needle forward.
208214

209215
You are more than welcome to participate! **Your contribution will be paid via [@gitcoin Grant program](https://gitcoin.co/grants/358/web3swift).**
210216

211-
- [ ] [**Objective-C - a proxy bridge** to build your DApp on Objective-C using web3swift](https://github.com/matter-labs/web3swift/issues/10) (help needed)
212-
213-
- [ ] **Support IPFS** via Infura public IPFS gateway
214-
215217
- [ ] **L2 support** (such as [ZkSync](https://zksync.io/))
216218

217219
- [ ] **Modularity** with the basic Web3 subspec/SPM (the most basic functions like transaction signing and interacting with an http rpc server) and other modules with additional functionality

0 commit comments

Comments
 (0)