Skip to content

Commit

Permalink
1.8.2 (321)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Sep 19, 2024
1 parent 29057d5 commit ab726cb
Show file tree
Hide file tree
Showing 9 changed files with 144 additions and 140 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
url = https://github.com/telegramdesktop/libtgvoip.git
[submodule "submodules/TgVoipWebrtc/tgcalls"]
path = submodules/TgVoipWebrtc/tgcalls
url = https://github.com/TelegramMessenger/tgcalls.git
url = [email protected]:mobyrix/tgcalls.git
[submodule "third-party/libvpx/libvpx"]
path = third-party/libvpx/libvpx
url = https://github.com/webmproject/libvpx.git
Expand All @@ -26,7 +26,7 @@
# Perhaps the crash is related to the minimum version of iOS (we have iOS 14, telegram has iOS 12).
[submodule "third-party/webrtc/webrtc"]
path = third-party/webrtc/webrtc
url = https://github.com/denis15yo/webrtc.git
url = https://github.com/nicegram/webrtc.git
[submodule "third-party/libx264/x264"]
path = third-party/libx264/x264
url = https://github.com/mirror/x264.git
Expand All @@ -35,4 +35,4 @@
url = https://github.com/MobileNativeFoundation/rules_xcodeproj.git
[submodule "submodules/LottieCpp/lottiecpp"]
path = submodules/LottieCpp/lottiecpp
url = https://github.com/ali-fareed/lottiecpp.git
url = https://github.com/ali-fareed/lottiecpp.git
22 changes: 11 additions & 11 deletions MODULE.bazel.lock

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

2 changes: 2 additions & 0 deletions Nicegram/NGEnv/Sources/NGEnv.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ public struct NGEnvObj: Decodable {
public let web3AuthBackupQuestion: String
public let web3AuthClientId: String
public let web3AuthVerifier: String
public let stonfiApiUrl: String
public let stonfiNicegramApiUrl: String
}
}

Expand Down
18 changes: 9 additions & 9 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"location" : "https://github.com/denis15yo/core-swift.git",
"state" : {
"branch" : "release/1.0.0",
"revision" : "78f8920a260775686dd0e04f5045677447bb7a6c"
"revision" : "a37b52af6bc6ca9d7e4d2fe0942f91ed16c7c6ac"
}
},
{
Expand Down Expand Up @@ -122,17 +122,17 @@
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-assistant-ios.git",
"state" : {
"branch" : "develop",
"revision" : "45a45218abe43b456b86a36b21645f394a6de4e8"
"branch" : "feat/stonfi-swap",
"revision" : "074eb3968c63b72ddf36e77b729245fed7c03f52"
}
},
{
"identity" : "nicegram-wallet-ios",
"kind" : "remoteSourceControl",
"location" : "[email protected]:mobyrix/nicegram-wallet-ios.git",
"state" : {
"branch" : "develop",
"revision" : "fc71fd8b134e190f54f717965c1a6e86b0668af9"
"branch" : "feat/stonfi-swap",
"revision" : "a28ea13441d33fa4c6f6aa5886eb7151916dc8ec"
}
},
{
Expand Down Expand Up @@ -176,8 +176,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/Web3Auth/session-manager-swift.git",
"state" : {
"revision" : "20cc7bff065d7fe53164d17e7714a3f17d4cea2a",
"version" : "4.0.2"
"revision" : "cad9cf59c2aaf062d80b6ad88e6d3ef2680b94ef",
"version" : "4.1.0"
}
},
{
Expand Down Expand Up @@ -374,8 +374,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/tomlokhorst/XcodeEdit",
"state" : {
"revision" : "b6b67389a0f1a6fdd9c6457a8ab5b02eaab13c5c",
"version" : "2.9.2"
"revision" : "49734e514af8e917f5aa2112ce59a0eea542580c",
"version" : "2.10.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: "develop"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "develop")
.package(url: "[email protected]:mobyrix/nicegram-assistant-ios.git", branch: "feat/stonfi-swap"),
.package(url: "[email protected]:mobyrix/nicegram-wallet-ios.git", branch: "feat/stonfi-swap")
]
)
4 changes: 3 additions & 1 deletion submodules/TelegramUI/Sources/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,9 @@ private class UserInterfaceStyleObserverWindow: UIWindow {
walletConnectProjectId: NGENV.wallet.walletConnectProjectId,
web3AuthBackupQuestion: NGENV.wallet.web3AuthBackupQuestion,
web3AuthClientId: NGENV.wallet.web3AuthClientId,
web3AuthVerifier: NGENV.wallet.web3AuthVerifier
web3AuthVerifier: NGENV.wallet.web3AuthVerifier,
stonfiApiUrl: NGENV.wallet.stonfiApiUrl,
stonfiNicegramApiUrl: NGENV.wallet.stonfiNicegramApiUrl
)
},
contactImageProvider: {
Expand Down
Loading

0 comments on commit ab726cb

Please sign in to comment.