Skip to content
This repository was archived by the owner on Sep 13, 2024. It is now read-only.

Commit 12526e5

Browse files
committed
Updated to Xcode 10.0
1 parent 81d0542 commit 12526e5

File tree

156 files changed

+3079
-14437
lines changed

Some content is hidden

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

156 files changed

+3079
-14437
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ playground.xcworkspace
4545
# you should judge for yourself, the pros and cons are mentioned at:
4646
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4747
#
48-
#Pods/
48+
Pods/
4949

5050
# Carthage
5151
#

Podfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
def import_pods
2-
pod 'scrypt', '~> 1.5'
3-
pod "PromiseKit", "~> 6.3"
2+
pod 'scrypt', '~> 2.0'
3+
pod "PromiseKit", "~> 6.4"
44
pod 'BigInt', '~> 3.1'
5-
pod 'CryptoSwift', '~> 0.11'
6-
pod 'Result', '~> 3.0'
5+
pod 'CryptoSwift', '~> 0.12'
6+
pod 'Result', '~> 3.2'
77
# pod 'libsodium', :modular_headers => true
8-
pod 'secp256k1_ios', :git => 'https://github.com/shamatar/secp256k1_ios.git', :modular_headers => true
8+
pod 'secp256k1.swift'
99
end
1010

1111
target 'web3swift-macOS' do

Podfile.lock

Lines changed: 21 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
PODS:
22
- BigInt (3.1.0):
33
- SipHash (~> 1.2)
4-
- CryptoSwift (0.11.0)
5-
- PromiseKit (6.3.4):
6-
- PromiseKit/CorePromise (= 6.3.4)
7-
- PromiseKit/Foundation (= 6.3.4)
8-
- PromiseKit/UIKit (= 6.3.4)
9-
- PromiseKit/CorePromise (6.3.4)
10-
- PromiseKit/Foundation (6.3.4):
4+
- CryptoSwift (0.12.0)
5+
- PromiseKit (6.4.1):
6+
- PromiseKit/CorePromise (= 6.4.1)
7+
- PromiseKit/Foundation (= 6.4.1)
8+
- PromiseKit/UIKit (= 6.4.1)
9+
- PromiseKit/CorePromise (6.4.1)
10+
- PromiseKit/Foundation (6.4.1):
1111
- PromiseKit/CorePromise
12-
- PromiseKit/UIKit (6.3.4):
12+
- PromiseKit/UIKit (6.4.1):
1313
- PromiseKit/CorePromise
1414
- Result (3.2.4)
15-
- scrypt (1.5):
15+
- scrypt (2.0):
1616
- CryptoSwift (~> 0.11)
17-
- secp256k1_ios (0.1.3)
17+
- secp256k1.swift (0.1.4)
1818
- SipHash (1.2.2)
1919

2020
DEPENDENCIES:
2121
- BigInt (~> 3.1)
22-
- CryptoSwift (~> 0.11)
23-
- PromiseKit (~> 6.3)
24-
- Result (~> 3.0)
25-
- scrypt (~> 1.5)
26-
- secp256k1_ios (from `https://github.com/shamatar/secp256k1_ios.git`)
22+
- CryptoSwift (~> 0.12)
23+
- PromiseKit (~> 6.4)
24+
- Result (~> 3.2)
25+
- scrypt (~> 2.0)
26+
- secp256k1.swift
2727

2828
SPEC REPOS:
2929
https://github.com/cocoapods/specs.git:
@@ -32,26 +32,18 @@ SPEC REPOS:
3232
- PromiseKit
3333
- Result
3434
- scrypt
35+
- secp256k1.swift
3536
- SipHash
3637

37-
EXTERNAL SOURCES:
38-
secp256k1_ios:
39-
:git: https://github.com/shamatar/secp256k1_ios.git
40-
41-
CHECKOUT OPTIONS:
42-
secp256k1_ios:
43-
:commit: e3ab3e26fafc3688436528f2ca24cc679c7d746e
44-
:git: https://github.com/shamatar/secp256k1_ios.git
45-
4638
SPEC CHECKSUMS:
4739
BigInt: 76b5dfdfa3e2e478d4ffdf161aeede5502e2742f
48-
CryptoSwift: ad5208dd2aae0a764ea4ce2c2d34bd067cae67f0
49-
PromiseKit: e1425568123ec844a944c93f2bcb29d511d39cf5
40+
CryptoSwift: 1c07ca50843dd48bc54e6ea53d7a4dba3b645716
41+
PromiseKit: 4c76a6506638034e3d7bede97b2ff7743f7bd2dc
5042
Result: d2d07204ce72856f1fd9130bbe42c35a7b0fea10
51-
scrypt: 0da45be386be45f857d8545216148e86e753a9a1
52-
secp256k1_ios: ac9ef04e761f43c58012b28548afa91493761f17
43+
scrypt: 3fe5b1a3b0976f97cd87488673a8f7c65708cc84
44+
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
5345
SipHash: fad90a4683e420c52ef28063063dbbce248ea6d4
5446

55-
PODFILE CHECKSUM: ee85c7e6b43ed8a658c17d7f72f086ad3a5af402
47+
PODFILE CHECKSUM: b85deea466dade35f6ad5a47803e6f37503a16e9
5648

5749
COCOAPODS: 1.5.3

Pods/CryptoSwift/README.md

Lines changed: 6 additions & 0 deletions

Pods/Headers/Private/secp256k1_ios/basic-config.h

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

Pods/Headers/Private/secp256k1_ios/ecdsa.h

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

Pods/Headers/Private/secp256k1_ios/ecdsa_impl.h

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

Pods/Headers/Private/secp256k1_ios/eckey.h

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

Pods/Headers/Private/secp256k1_ios/eckey_impl.h

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

Pods/Headers/Private/secp256k1_ios/ecmult.h

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

0 commit comments

Comments
 (0)