Skip to content

Commit

Permalink
1.8.8 (363)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Nov 4, 2024
1 parent b2def73 commit 6ffe28b
Show file tree
Hide file tree
Showing 393 changed files with 24,735 additions and 4,885 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,9 @@ ci/working_dir
.build
Telegram/Telegram-iOS/FirebaseRemoteConfigDefaults.plist
*telegram-bazel-cache*
Package_local.swift
Package_local.swift
submodules/OpusBinding/SharedHeaders/*
submodules/FFMpegBinding/SharedHeaders/*
submodules/OpenSSLEncryptionProvider/SharedHeaders/*


126 changes: 56 additions & 70 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,16 @@
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "feat/attention-economy",
"revision" : "36b137160dc62a512c5d59f005774a7a29d6aff8"
"branch" : "develop",
"revision" : "8bdd091cb27c69c1f298c2fe168243cd2b8c775d"
}
},
{
"identity" : "nicegram-wallet-ios",
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-wallet-ios.git",
"state" : {
"branch" : "feat/attention-economy",
"branch" : "develop",
"revision" : "6b32239cc639c4cd27874b44b4d5426732a84da2"
}
},
Expand Down Expand Up @@ -158,8 +158,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/SDWebImage/SDWebImage.git",
"state" : {
"revision" : "8a1be70a625683bc04d6903e2935bf23f3c6d609",
"version" : "5.19.7"
"revision" : "10d06f6a33bafae8c164fbfd1f03391f6d4692b3",
"version" : "5.20.0"
}
},
{
Expand Down Expand Up @@ -356,8 +356,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomlokhorst/XcodeEdit",
"state" : {
"revision" : "017d23f71fa8d025989610db26d548c44cacefae",
"version" : "2.10.2"
"revision" : "1e761a55dd8d73b4e9cc227a297f438413953571",
"version" : "2.11.1"
}
}
],
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: "feat/attention-economy"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "feat/attention-economy")
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "develop"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "develop")
]
)
Loading

0 comments on commit 6ffe28b

Please sign in to comment.