Skip to content
This repository was archived by the owner on Jun 14, 2025. It is now read-only.

Commit 06984a6

Browse files
authored
Merge pull request #35 from portto/release/bump-version-to-0.4.0
Bump version 0.4.0
2 parents 9acf612 + 48630d5 commit 06984a6

File tree

5 files changed

+43
-33
lines changed

5 files changed

+43
-33
lines changed

BloctoSDK.podspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'BloctoSDK'
3-
s.version = '0.3.9'
3+
s.version = '0.4.0'
44
s.summary = 'A SDK to interact with Blockchain through Blocto Wallet App.'
55

66
s.homepage = 'https://github.com/portto/blocto-ios-sdk'
@@ -26,14 +26,14 @@ Pod::Spec.new do |s|
2626

2727
s.subspec "EVMBase" do |ss|
2828
ss.source_files = "Sources/EVMBase/**/*"
29-
ss.dependency "BloctoSDK/Core", "~> 0.3.9"
29+
ss.dependency "BloctoSDK/Core", "~> 0.4.0"
3030
ss.dependency "BigInt", "~> 5.0"
3131
end
3232

3333
s.subspec "Flow" do |ss|
3434
ss.source_files = "Sources/Flow/**/*"
35-
ss.dependency "BloctoSDK/Core", "~> 0.3.9"
36-
ss.dependency "FlowSDK", "~> 0.4.0"
35+
ss.dependency "BloctoSDK/Core", "~> 0.4.0"
36+
ss.dependency "FlowSDK", "~> 0.4.2"
3737
end
3838

3939
s.subspec "Wallet" do |ss|
@@ -46,9 +46,9 @@ Pod::Spec.new do |s|
4646
"Sources/EVMBase/Models/EVMBaseTransaction.swift",
4747
"Sources/EVMBase/Models/SignType.swift",
4848
"Sources/Flow/Models/**/*"
49-
ss.dependency "BloctoSDK/Core", "~> 0.3.9"
49+
ss.dependency "BloctoSDK/Core", "~> 0.4.0"
5050
ss.dependency "BigInt", "~> 5.0"
51-
ss.dependency "FlowSDK", "~> 0.4.0"
51+
ss.dependency "FlowSDK", "~> 0.4.2"
5252
end
5353

5454
end

Example/BloctoSDK.xcworkspace/contents.xcworkspacedata

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Podfile.lock

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ PODS:
22
- _NIODataStructures (2.40.0)
33
- Alamofire (5.6.2)
44
- BigInt (5.2.0)
5-
- BloctoSDK/Core (0.3.9)
6-
- BloctoSDK/EVMBase (0.3.9):
5+
- BloctoSDK/Core (0.4.0)
6+
- BloctoSDK/EVMBase (0.4.0):
77
- BigInt (~> 5.0)
8-
- BloctoSDK/Core (~> 0.3.9)
9-
- BloctoSDK/Flow (0.3.9):
10-
- BloctoSDK/Core (~> 0.3.9)
11-
- FlowSDK (~> 0.4.0)
12-
- BloctoSDK/Solana (0.3.9):
8+
- BloctoSDK/Core (~> 0.4.0)
9+
- BloctoSDK/Flow (0.4.0):
10+
- BloctoSDK/Core (~> 0.4.0)
11+
- FlowSDK (~> 0.4.2)
12+
- BloctoSDK/Solana (0.4.0):
1313
- BloctoSDK/Core
1414
- SolanaWeb3 (~> 0.0.4)
15-
- BloctoSDK/Wallet (0.3.9):
15+
- BloctoSDK/Wallet (0.4.0):
1616
- BigInt (~> 5.0)
17-
- BloctoSDK/Core (~> 0.3.9)
18-
- FlowSDK (~> 0.4.0)
19-
- Cadence (0.4.0):
17+
- BloctoSDK/Core (~> 0.4.0)
18+
- FlowSDK (~> 0.4.2)
19+
- Cadence (0.4.2):
2020
- BigInt (~> 5.2.0)
2121
- CryptoSwift (~> 1.5.1)
2222
- CGRPCZlibp (1.8.2)
@@ -32,11 +32,11 @@ PODS:
3232
- EthereumSignTypedDataUtil (0.1.2):
3333
- BigInt (~> 5.0)
3434
- CryptoSwift (~> 1.4)
35-
- FlowSDK (0.4.0):
36-
- FlowSDK/FlowSDK (= 0.4.0)
37-
- FlowSDK/FlowSDK (0.4.0):
35+
- FlowSDK (0.4.2):
36+
- FlowSDK/FlowSDK (= 0.4.2)
37+
- FlowSDK/FlowSDK (0.4.2):
3838
- BigInt (~> 5.2.0)
39-
- Cadence (~> 0.4.0)
39+
- Cadence (~> 0.4.2)
4040
- CryptoSwift (~> 1.5.1)
4141
- gRPC-Swiftp (~> 1.8.2)
4242
- secp256k1Swift (~> 0.7.4)
@@ -198,7 +198,7 @@ PODS:
198198
- SwiftNIOFoundationCompat (< 3, >= 2.32.0)
199199
- SwiftNIOPosix (< 3, >= 2.32.0)
200200
- SwiftNIOTLS (< 3, >= 2.32.0)
201-
- SwiftProtobuf (1.19.1)
201+
- SwiftProtobuf (1.20.2)
202202
- TweetNacl (1.0.2)
203203
- web3.swift (0.9.3):
204204
- BigInt (~> 5)
@@ -282,8 +282,8 @@ SPEC CHECKSUMS:
282282
_NIODataStructures: 3d45d8e70a1d17a15b1dc59d102c63dbc0525ffd
283283
Alamofire: d368e1ff8a298e6dde360e35a3e68e6c610e7204
284284
BigInt: f668a80089607f521586bbe29513d708491ef2f7
285-
BloctoSDK: c11dd86b45a0afe9da84cfa4f2ea14b4920d432e
286-
Cadence: 9de64e79320285ea8beecfae10327f5853f3b790
285+
BloctoSDK: c7325a8a955cd6d1c77da3861b3017143ef6d43f
286+
Cadence: 2aa3c6d84e3de70a5decf50a0c19658af2707d6a
287287
CGRPCZlibp: 2f3e1e7a6d6cb481d4d1a26d3ec09aefacf09cbb
288288
CNIOAtomics: 8edf08644e5e6fa0f021c239be9e8beb1cd9ef18
289289
CNIOBoringSSL: 2c9c96c2e95f15e83fb8d26b9738d939cc39ae33
@@ -294,7 +294,7 @@ SPEC CHECKSUMS:
294294
CNIOWindows: 3047f2d8165848a3936a0a755fee27c6b5ee479b
295295
CryptoSwift: c4f2debceb38bf44c80659afe009f71e23e4a082
296296
EthereumSignTypedDataUtil: ae4e33b21e51ee046a86a65b02843090b8bbd3f9
297-
FlowSDK: 2d7df11aa11c2eb0d53add61025d6c526f88421e
297+
FlowSDK: 84883187f3f6797438b59474ebeac40be4a96a86
298298
GenericJSON: a6e74e2c457f8693caab08e0eafde7d97e6666de
299299
gRPC-Swiftp: 1f5a05ce5b544bff3dce93223e72829daac26113
300300
Logging: beeb016c9c80cf77042d62e83495816847ef108b
@@ -320,7 +320,7 @@ SPEC CHECKSUMS:
320320
SwiftNIOSSL: d153c5a6fc5b2301b0519b4c4d037a9414212da6
321321
SwiftNIOTLS: 598af547490133e9aac52aed0c23c4a90c31dcfc
322322
SwiftNIOTransportServices: 0b2b407819d82eb63af558c5396e33c945759503
323-
SwiftProtobuf: 59d9ea2eb5f84b509f32d170a65f3348ae758f1e
323+
SwiftProtobuf: 9f458aaa7844a2fc0b910053e66578bc4e2da9c1
324324
TweetNacl: 3abf4d1d2082b0114e7a67410e300892448951e6
325325
web3.swift: 4d8b9f69ea92d23c6e87b97c36686f1c541eaef1
326326

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,26 @@ from the Example directory first.
2525
BloctoSDK is available through [CocoaPods](https://cocoapods.org). You can only include specific subspec to install, simply add the following line to your Podfile:
2626

2727
```ruby
28-
pod 'BloctoSDK', '~> 0.3.9'
28+
pod 'BloctoSDK', '~> 0.4.0'
2929

3030
# or
3131

32-
pod 'BloctoSDK/Solana', '~> 0.3.9'
32+
pod 'BloctoSDK/Solana', '~> 0.4.0'
3333

3434
# or
3535

36-
pod 'BloctoSDK/EVMBase', '~> 0.3.9'
36+
pod 'BloctoSDK/EVMBase', '~> 0.4.0'
3737

3838
# or
3939

40-
pod 'BloctoSDK/Flow', '~> 0.3.9'
40+
pod 'BloctoSDK/Flow', '~> 0.4.0'
4141
```
4242

4343
### Swift Package Manager
4444

4545

4646
```swift
47-
.package(url: "https://github.com/portto/blocto-ios-sdk.git", .upToNextMinor(from: "0.3.9"))
47+
.package(url: "https://github.com/portto/blocto-ios-sdk.git", .upToNextMinor(from: "0.4.0"))
4848
```
4949

5050
and then specify `"BloctoSDK"` as a dependency of the Target in which you wish to use.
@@ -63,7 +63,7 @@ let package = Package(
6363
),
6464
],
6565
dependencies: [
66-
.package(url: "https://github.com/portto/blocto-ios-sdk.git", .upToNextMinor(from: "0.3.9"))
66+
.package(url: "https://github.com/portto/blocto-ios-sdk.git", .upToNextMinor(from: "0.4.0"))
6767
],
6868
targets: [
6969
.target(

Sources/Solana/SDKInfo.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ enum SDKInfo {
1313
#if COCOAPODS
1414
return Bundle.resouceBundle?.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? "unknown"
1515
#else
16-
return "0.3.9"
16+
return "0.4.0"
1717
#endif
1818
}
1919

0 commit comments

Comments
 (0)