Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzh committed Jun 25, 2022
1 parent fe6ff39 commit f61dc9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Swift Client for Everscale SDK

[![SPM](https://img.shields.io/badge/swift-package%20manager-green)](https://swift.org/package-manager/)
[![SPM](https://img.shields.io/badge/SDK%20VERSION-1.34.1-orange)](https://github.com/tonlabs/TON-SDK)
[![SPM](https://img.shields.io/badge/SDK%20VERSION-1.34.3-orange)](https://github.com/tonlabs/TON-SDK)

Swift is a strongly typed language that has long been used not only for iOS development. Apple is actively promoting it to new platforms and today it can be used for almost any task. Thanks to this, this implementation provides the work of Everscale SDK on many platforms at once, including the native one for mobile phones. Let me remind you that swift can also be built for android.

Expand Down
2 changes: 1 addition & 1 deletion Sources/EverscaleClientSwift/Client/ClientTypes.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public enum TSDKAppRequestResultEnumTypes: String, Codable {
public struct TSDKClientError: Codable, Error {
public var code: UInt32
public var message: String
public var data: AnyValue = [:].toAnyValue()
public var localizedDescription: String { self.message }
public var data: AnyValue = [:].toAnyValue()

public init(code: UInt32, message: String, data: AnyValue = [:].toAnyValue()) {
self.code = code
Expand Down

0 comments on commit f61dc9d

Please sign in to comment.