Skip to content

Commit 85c36b0

Browse files
authored
Merge pull request #59 from matterinc/develop
Preliminary ENS support, start module splitting
2 parents f6dfc57 + 97dfece commit 85c36b0

File tree

1,277 files changed

+11630
-55189
lines changed

Some content is hidden

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

1,277 files changed

+11630
-55189
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Build generated
66
build/
77
DerivedData/
8-
8+
.build
99
## Various settings
1010
*.pbxuser
1111
!default.pbxuser

.travis.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: objective-c
2+
osx_image: xcode10
3+
xcode_project: web3swift.xcworkspace # path to your xcodeproj folder
4+
xcode_scheme: web3swift-iOS
5+
xcode_destination: platform=iOS Simulator, OS=12.0, name=iPhone X
6+
before_install:
7+
- gem install cocoapods --pre --no-rdoc --no-ri --no-document --quiet
8+
- pod install --repo-update
9+
script:
10+
- xcodebuild -scheme web3swift-iOS -workspace web3swift.xcworkspace -sdk iphonesimulator build test
11+
after_success:
12+
- bash <(curl -s https://codecov.io/bash)

Documentation/AdvancedUsage.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+

0 commit comments

Comments
 (0)