Skip to content

Commit

Permalink
Release 1.5.8 (232)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Mar 25, 2024
1 parent 4783892 commit 24db734
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 16 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/hmlongco/Factory",
"state" : {
"revision" : "8ca11a7bd1ede031e8e6d7a912bb116e2e43961b",
"version" : "2.3.1"
"revision" : "587995f7d5cc667951d635fbf6b4252324ba0439",
"version" : "2.3.2"
}
},
{
Expand Down Expand Up @@ -51,7 +51,7 @@
"location" : "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "develop",
"revision" : "9d2bc90674d3fa38fdd2e6f8f069c67d296d2bde"
"revision" : "82fdd662ad67b20b2d93408f9dc853c3f8a1fb1e"
}
},
{
Expand Down Expand Up @@ -95,8 +95,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/apple/swift-argument-parser",
"state" : {
"revision" : "c8ed701b513cf5177118a175d85fbbbcd707ab41",
"version" : "1.3.0"
"revision" : "46989693916f56d1186bd59ac15124caef896560",
"version" : "1.3.1"
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,8 @@ final class PermissionControllerNode: ASDisplayNode {
if status == .denied {
buttonTitle = self.presentationData.strings.Permissions_PeopleNearbyAllowInSettings_v0
} else {
buttonTitle = self.presentationData.strings.Permissions_PeopleNearbyAllow_v0
// MARK: Nicegram, change buttonTitle to "Next" (app review reject fix)
buttonTitle = self.presentationData.strings.Common_Next
}
hasPrivacyPolicy = false
}
Expand Down
3 changes: 2 additions & 1 deletion submodules/TelegramUI/Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -1540,10 +1540,11 @@ private class UserInterfaceStyleObserverWindow: UIWindow {
if AppCache.wasOnboardingShown {
onNicegramOnboardingComplete()
} else {
AppCache.wasOnboardingShown = true
if let rootController = window.rootViewController {
let controller = onboardingController(
onComplete: { [weak rootController] in
AppCache.wasOnboardingShown = true

rootController?.dismiss(animated: true)
onNicegramOnboardingComplete()
}
Expand Down
6 changes: 3 additions & 3 deletions swift_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ def swift_dependencies():
# version: 2.1.3
swift_package(
name = "swiftpkg_factory",
commit = "8ca11a7bd1ede031e8e6d7a912bb116e2e43961b",
commit = "587995f7d5cc667951d635fbf6b4252324ba0439",
dependencies_index = "@//:swift_deps_index.json",
remote = "https://github.com/hmlongco/Factory",
)
Expand Down Expand Up @@ -44,7 +44,7 @@ def swift_dependencies():
# branch: avatar-generator
swift_package(
name = "swiftpkg_nicegram_assistant_ios",
commit = "9d2bc90674d3fa38fdd2e6f8f069c67d296d2bde",
commit = "82fdd662ad67b20b2d93408f9dc853c3f8a1fb1e",
dependencies_index = "@//:swift_deps_index.json",
remote = "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
)
Expand Down Expand Up @@ -84,7 +84,7 @@ def swift_dependencies():
# version: 1.2.3
swift_package(
name = "swiftpkg_swift_argument_parser",
commit = "c8ed701b513cf5177118a175d85fbbbcd707ab41",
commit = "46989693916f56d1186bd59ac15124caef896560",
dependencies_index = "@//:swift_deps_index.json",
remote = "https://github.com/apple/swift-argument-parser",
)
Expand Down
10 changes: 5 additions & 5 deletions swift_deps_index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1213,9 +1213,9 @@
"name": "swiftpkg_factory",
"identity": "factory",
"remote": {
"commit": "8ca11a7bd1ede031e8e6d7a912bb116e2e43961b",
"commit": "587995f7d5cc667951d635fbf6b4252324ba0439",
"remote": "https://github.com/hmlongco/Factory",
"version": "2.3.1"
"version": "2.3.2"
}
},
{
Expand Down Expand Up @@ -1258,7 +1258,7 @@
"name": "swiftpkg_nicegram_assistant_ios",
"identity": "nicegram-assistant-ios",
"remote": {
"commit": "9d2bc90674d3fa38fdd2e6f8f069c67d296d2bde",
"commit": "82fdd662ad67b20b2d93408f9dc853c3f8a1fb1e",
"remote": "git@bitbucket.org:mobyrix/nicegram-assistant-ios.git",
"branch": "develop"
}
Expand Down Expand Up @@ -1303,9 +1303,9 @@
"name": "swiftpkg_swift_argument_parser",
"identity": "swift-argument-parser",
"remote": {
"commit": "c8ed701b513cf5177118a175d85fbbbcd707ab41",
"commit": "46989693916f56d1186bd59ac15124caef896560",
"remote": "https://github.com/apple/swift-argument-parser",
"version": "1.3.0"
"version": "1.3.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"app": "1.5.7",
"app": "1.5.8",
"bazel": "7.0.2",
"xcode": "15.2",
"macos": "13.0"
Expand Down

0 comments on commit 24db734

Please sign in to comment.