forked from TelegramMessenger/Telegram-iOS
-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
756 changed files
with
44,809 additions
and
13,815 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.1.1 | ||
7.3.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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' | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.