Skip to content

Commit

Permalink
Release 1.8.8 (367)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis15yo committed Nov 8, 2024
1 parent a3d19f3 commit fbf6ceb
Show file tree
Hide file tree
Showing 756 changed files with 44,809 additions and 13,815 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.1
7.3.1
14 changes: 8 additions & 6 deletions .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
runs-on: macos-14

steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}

- name: Add SSH known hosts
run: |
ssh-keyscan bitbucket.org >> ~/.ssh/known_hosts
- uses: actions/checkout@v2
with:
submodules: 'recursive'
Expand All @@ -31,14 +39,8 @@ jobs:
cp -R $GITHUB_WORKSPACE /Users/telegram/
mv /Users/telegram/$(basename $GITHUB_WORKSPACE) /Users/telegram/telegram-ios
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}

- name: New testflight build
run: |
ssh-keyscan bitbucket.org >> ~/.ssh/known_hosts
set -x
mkdir -p $BUILD_WORKING_DIR
Expand Down
14 changes: 8 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ jobs:
runs-on: macos-14

steps:
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}

- name: Add SSH known hosts
run: |
ssh-keyscan bitbucket.org >> ~/.ssh/known_hosts
- uses: actions/checkout@v2
with:
submodules: 'recursive'
Expand All @@ -28,14 +36,8 @@ jobs:
cp -R $GITHUB_WORKSPACE /Users/telegram/
mv /Users/telegram/$(basename $GITHUB_WORKSPACE) /Users/telegram/telegram-ios
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_KEY }}

- name: New testflight build
run: |
ssh-keyscan bitbucket.org >> ~/.ssh/known_hosts
set -x
mkdir -p $BUILD_WORKING_DIR
Expand Down
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/*


4 changes: 2 additions & 2 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 Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bazel_dep(
name = "rules_swift_package_manager",
version = "0.36.0",
version = "0.39.0",
)
bazel_dep(
name = "apple_support",
Expand Down
Loading

0 comments on commit fbf6ceb

Please sign in to comment.