Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependencies, build #245

Merged
merged 2 commits into from
Feb 23, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore

## Build generated
Carthage/
build/
DerivedData/
.build
Expand Down
9 changes: 5 additions & 4 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
github "mxcl/PromiseKit" ~> 6.8.4
github "attaswift/BigInt" ~> 4.0
github "daltoniam/Starscream" ~> 3.1.0
github "krzyzanowskim/CryptoSwift" ~> 1.0.0
github "attaswift/SipHash" == 1.2.2
github "mxcl/PromiseKit" == 6.8.4
github "attaswift/BigInt" == 4.0
github "daltoniam/Starscream" == 3.1.0
github "krzyzanowskim/CryptoSwift" == 1.0.0
2 changes: 1 addition & 1 deletion Cartfile.resolved
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "attaswift/BigInt" "v3.1.0"
github "attaswift/BigInt" "v4.0.0"
github "attaswift/SipHash" "v1.2.2"
github "daltoniam/Starscream" "3.1.0"
github "krzyzanowskim/CryptoSwift" "1.0.0"
Expand Down
14 changes: 0 additions & 14 deletions Carthage/Checkouts/BigInt/.codecov.yml

This file was deleted.

6 changes: 0 additions & 6 deletions Carthage/Checkouts/BigInt/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions Carthage/Checkouts/BigInt/.gitmodules

This file was deleted.

1 change: 0 additions & 1 deletion Carthage/Checkouts/BigInt/.swift-version

This file was deleted.

10 changes: 0 additions & 10 deletions Carthage/Checkouts/BigInt/.travis.yml

This file was deleted.

18 changes: 0 additions & 18 deletions Carthage/Checkouts/BigInt/BigInt.podspec

This file was deleted.

1,324 changes: 0 additions & 1,324 deletions Carthage/Checkouts/BigInt/BigInt.xcodeproj/project.pbxproj

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading