From 4c8e8fea6e1247db99c86d9f11989d3e338996e3 Mon Sep 17 00:00:00 2001 From: Denis Shilovich Date: Wed, 25 Sep 2024 11:15:02 +0000 Subject: [PATCH] 1.8.4 (325) --- Package.resolved | 12 ++++++------ Package.swift | 4 ++-- ng-env.txt | 2 +- versions.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Package.resolved b/Package.resolved index 47b52bf89c9..55892e9bc23 100644 --- a/Package.resolved +++ b/Package.resolved @@ -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" } }, { @@ -122,8 +122,8 @@ "kind" : "remoteSourceControl", "location" : "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git", "state" : { - "branch" : "develop", - "revision" : "44a21c1abe091fd57733c626b79cf095ddedc465" + "branch" : "qa/ton-connect", + "revision" : "1b6393815d6fbfa9c035985bf76395d51b64c95d" } }, { @@ -131,8 +131,8 @@ "kind" : "remoteSourceControl", "location" : "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git", "state" : { - "branch" : "develop", - "revision" : "b11641a03c3b2d90e0a8c7ce3d93fe2b8505acb4" + "branch" : "qa/ton-connect", + "revision" : "5147e879b9ee081dec72697db504eccd437ab3da" } }, { diff --git a/Package.swift b/Package.swift index fbff9b5bdb3..e6517715765 100644 --- a/Package.swift +++ b/Package.swift @@ -5,7 +5,7 @@ import PackageDescription let package = Package( name: "nicegram-package", dependencies: [ - .package(url: "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git", branch: "develop"), - .package(url: "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git", branch: "develop") + .package(url: "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git", branch: "qa/ton-connect"), + .package(url: "git@bitbucket.org:mobyrix/nicegram-wallet-ios.git", branch: "qa/ton-connect") ] ) diff --git a/ng-env.txt b/ng-env.txt index c23f7a80886..30d74d25844 100644 --- a/ng-env.txt +++ b/ng-env.txt @@ -1 +1 @@ -prod \ No newline at end of file +test \ No newline at end of file diff --git a/versions.json b/versions.json index 5a0519e5548..bb4467cdb6c 100644 --- a/versions.json +++ b/versions.json @@ -1,5 +1,5 @@ { - "app": "1.8.3", + "app": "1.8.4", "xcode": "15.2", "bazel": "7.1.1", "macos": "13.0"