Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from LedgerHQ/transport-update
Browse files Browse the repository at this point in the history
Transport update
  • Loading branch information
harrisonf-ledger authored Nov 7, 2022
2 parents ea70789 + 264993d commit 49a96a9
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 13 deletions.
30 changes: 24 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,21 +1,39 @@
{
"pins" : [
{
"identity" : "bluejay",
"identity" : "base58swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/DantePuglisi/bluejay",
"location" : "https://github.com/keefertaylor/Base58Swift.git",
"state" : {
"branch" : "fail-when-wrong-characteristic-property",
"revision" : "ceba79e911449d7ab29aa234d749962befbc9d16"
"revision" : "1c13ea6b07f1584660526f8bde3d4cc150e91acd",
"version" : "2.1.14"
}
},
{
"identity" : "bigint",
"kind" : "remoteSourceControl",
"location" : "https://github.com/attaswift/BigInt.git",
"state" : {
"revision" : "0ed110f7555c34ff468e72e1686e59721f2b0da6",
"version" : "5.3.0"
}
},
{
"identity" : "hw-transport-ios-ble",
"kind" : "remoteSourceControl",
"location" : "https://github.com/LedgerHQ/hw-transport-ios-ble",
"state" : {
"branch" : "main",
"revision" : "feba51052259c5811ca4b6ac135cbe613a6bb00d"
"revision" : "4df8fff21c1738a1dff4d2ee19175dd3263d6c5f",
"version" : "1.0.1"
}
},
{
"identity" : "ios-ble-wrapper",
"kind" : "remoteSourceControl",
"location" : "https://github.com/LedgerHQ/ios-ble-wrapper",
"state" : {
"revision" : "39ee35508caf3408416eec8a566008c4532d1640",
"version" : "1.0.1"
}
}
],
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
targets: ["SolanaWrapper"]),
],
dependencies: [
.package(url: "https://github.com/LedgerHQ/ios-ble-wrapper", exact: "1.0.0"),
.package(url: "https://github.com/LedgerHQ/ios-ble-wrapper", exact: "1.0.1"),
.package(url: "https://github.com/keefertaylor/Base58Swift.git", from: "2.1.0"),
],
targets: [
Expand Down
4 changes: 2 additions & 2 deletions SolanaWrapperDemo/SolanaWrapperDemo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = K82DRMV4FX;
DEVELOPMENT_TEAM = X6LFS5BQKN;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SolanaWrapperDemo/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = SolanaWrapperDemo;
Expand Down Expand Up @@ -342,7 +342,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = K82DRMV4FX;
DEVELOPMENT_TEAM = X6LFS5BQKN;
GENERATE_INFOPLIST_FILE = YES;
INFOPLIST_FILE = SolanaWrapperDemo/Info.plist;
INFOPLIST_KEY_CFBundleDisplayName = SolanaWrapperDemo;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/LedgerHQ/hw-transport-ios-ble",
"state" : {
"revision" : "935a680a0f84a4e468c2f9baf8f949246c66884c",
"version" : "1.0.0"
"revision" : "4df8fff21c1738a1dff4d2ee19175dd3263d6c5f",
"version" : "1.0.1"
}
},
{
"identity" : "ios-ble-wrapper",
"kind" : "remoteSourceControl",
"location" : "https://github.com/LedgerHQ/ios-ble-wrapper",
"state" : {
"revision" : "61029276d7ad03b9add7641c9510fb99d711f09d",
"version" : "1.0.0"
"revision" : "39ee35508caf3408416eec8a566008c4532d1640",
"version" : "1.0.1"
}
}
],
Expand Down

0 comments on commit 49a96a9

Please sign in to comment.