Skip to content

Commit 51c802b

Browse files
Merge pull request #245 from matter-labs/baldyash/dep_fix
Fix dependencies, build
2 parents e36e767 + eef204e commit 51c802b

File tree

1,022 files changed

+16
-111823
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,022 files changed

+16
-111823
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

55
## Build generated
6+
Carthage/
67
build/
78
DerivedData/
89
.build

Cartfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
github "mxcl/PromiseKit" ~> 6.8.4
2-
github "attaswift/BigInt" ~> 4.0
3-
github "daltoniam/Starscream" ~> 3.1.0
4-
github "krzyzanowskim/CryptoSwift" ~> 1.0.0
1+
github "attaswift/SipHash" == 1.2.2
2+
github "mxcl/PromiseKit" == 6.8.4
3+
github "attaswift/BigInt" == 4.0
4+
github "daltoniam/Starscream" == 3.1.0
5+
github "krzyzanowskim/CryptoSwift" == 1.0.0

Cartfile.resolved

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github "attaswift/BigInt" "v3.1.0"
1+
github "attaswift/BigInt" "v4.0.0"
22
github "attaswift/SipHash" "v1.2.2"
33
github "daltoniam/Starscream" "3.1.0"
44
github "krzyzanowskim/CryptoSwift" "1.0.0"

Carthage/Checkouts/BigInt/.codecov.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

Carthage/Checkouts/BigInt/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

Carthage/Checkouts/BigInt/.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

Carthage/Checkouts/BigInt/.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Carthage/Checkouts/BigInt/.travis.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

Carthage/Checkouts/BigInt/BigInt.podspec

Lines changed: 0 additions & 18 deletions
This file was deleted.

Carthage/Checkouts/BigInt/BigInt.xcodeproj/project.pbxproj

Lines changed: 0 additions & 1324 deletions
This file was deleted.

0 commit comments

Comments
 (0)