Skip to content

Commit

Permalink
1.8.4 (325)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Sep 25, 2024
1 parent 3accfd1 commit 4c8e8fe
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/denis15yo/core-swift.git",
"state" : {
"branch" : "release/1.0.0",
"revision" : "78f8920a260775686dd0e04f5045677447bb7a6c"
"branch" : "qa/ton-connect",
"revision" : "9c38b87437c5c693c3ff1a918eef37a9a864733d"
}
},
{
Expand Down Expand Up @@ -122,17 +122,17 @@
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "develop",
"revision" : "44a21c1abe091fd57733c626b79cf095ddedc465"
"branch" : "qa/ton-connect",
"revision" : "1b6393815d6fbfa9c035985bf76395d51b64c95d"
}
},
{
"identity" : "nicegram-wallet-ios",
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-wallet-ios.git",
"state" : {
"branch" : "develop",
"revision" : "b11641a03c3b2d90e0a8c7ce3d93fe2b8505acb4"
"branch" : "qa/ton-connect",
"revision" : "5147e879b9ee081dec72697db504eccd437ab3da"
}
},
{
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: "develop"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "develop")
.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")
]
)
2 changes: 1 addition & 1 deletion ng-env.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
prod
test
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "1.8.3",
"app": "1.8.4",
"xcode": "15.2",
"bazel": "7.1.1",
"macos": "13.0"
Expand Down

0 comments on commit 4c8e8fe

Please sign in to comment.