Skip to content

Commit

Permalink
Update core
Browse files Browse the repository at this point in the history
  • Loading branch information
gemcoder21 committed Aug 27, 2024
1 parent 0345b0e commit 2587727
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Gem.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,7 @@
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.3.33;
MARKETING_VERSION = 1.3.35;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.gemwallet.ios;
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.gemwallet.ios;
Expand Down Expand Up @@ -2455,7 +2455,7 @@
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
MACOSX_DEPLOYMENT_TARGET = 12.0;
MARKETING_VERSION = 1.3.33;
MARKETING_VERSION = 1.3.35;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = com.gemwallet.ios;
"PRODUCT_BUNDLE_IDENTIFIER[sdk=iphoneos*]" = com.gemwallet.ios;
Expand Down
4 changes: 1 addition & 3 deletions Packages/Primitives/Sources/Config.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,10 @@ public struct ConfigApp: Codable {
}

public struct ConfigVersions: Codable {
public let nodes: Int32
public let fiatAssets: Int32
public let swapAssets: Int32

public init(nodes: Int32, fiatAssets: Int32, swapAssets: Int32) {
self.nodes = nodes
public init(fiatAssets: Int32, swapAssets: Int32) {
self.fiatAssets = fiatAssets
self.swapAssets = swapAssets
}
Expand Down
2 changes: 1 addition & 1 deletion core

0 comments on commit 2587727

Please sign in to comment.