Skip to content

Commit

Permalink
1.8.4 (326)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Sep 25, 2024
1 parent 1c08334 commit af98274
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/denis15yo/core-swift.git",
"state" : {
"branch" : "qa/ton-connect",
"revision" : "9c38b87437c5c693c3ff1a918eef37a9a864733d"
"branch" : "release/1.0.0",
"revision" : "6a36c9b16f84ed28ffbc27994ece3d974da35fdb"
}
},
{
Expand Down Expand Up @@ -113,17 +113,17 @@
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "qa/ton-connect",
"revision" : "1b6393815d6fbfa9c035985bf76395d51b64c95d"
"branch" : "develop",
"revision" : "44a21c1abe091fd57733c626b79cf095ddedc465"
}
},
{
"identity" : "nicegram-wallet-ios",
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-wallet-ios.git",
"state" : {
"branch" : "qa/ton-connect",
"revision" : "231416b3800920f139e35d41aecf3d3970e4b778"
"branch" : "develop",
"revision" : "1f4be9471073f3b4dbd203d0318c100b7a954a6f"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PackageDescription
let package = Package(
name: "nicegram-package",
dependencies: [
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "qa/ton-connect"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "qa/ton-connect")
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "develop"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "develop")
]
)
2 changes: 1 addition & 1 deletion ng-env.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
test
prod

0 comments on commit af98274

Please sign in to comment.