Skip to content

Commit 61dbabb

Browse files
authored
Merge release/4.55 into trunk (#1681)
2 parents 12dcf1f + 73ef833 commit 61dbabb

17 files changed

+38
-29
lines changed

.buildkite/commands/configure-for-release.sh

-21
This file was deleted.

.buildkite/release-pipelines/complete-code-freeze.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ steps:
1515
key: complete_code_freeze
1616
plugins: [$CI_TOOLKIT_PLUGIN]
1717
command: |
18-
source .buildkite/commands/configure-for-release.sh
18+
echo '--- :robot_face: Use bot for Git operations'
19+
source use-bot-for-git
1920
2021
.buildkite/commands/checkout-release-branch.sh "$RELEASE_VERSION"
2122

.buildkite/release-pipelines/finalize-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ steps:
1313
- label: Finalize Release
1414
plugins: [$CI_TOOLKIT_PLUGIN]
1515
command: |
16-
source .buildkite/commands/configure-for-release.sh
16+
echo '--- :robot_face: Use bot for Git operations'
17+
source use-bot-for-git
1718
1819
.buildkite/commands/checkout-release-branch.sh "$RELEASE_VERSION"
1920

.buildkite/release-pipelines/new-beta-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ steps:
1717
- label: New Beta Release
1818
plugins: [$CI_TOOLKIT_PLUGIN]
1919
command: |
20-
source .buildkite/commands/configure-for-release.sh
20+
echo '--- :robot_face: Use bot for Git operations'
21+
source use-bot-for-git
2122
2223
.buildkite/commands/checkout-release-branch.sh "$RELEASE_VERSION"
2324

.buildkite/release-pipelines/publish-release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ steps:
1313
- label: Publish Release
1414
plugins: [$CI_TOOLKIT_PLUGIN]
1515
command: |
16-
source .buildkite/commands/configure-for-release.sh
16+
echo '--- :robot_face: Use bot for Git operations'
17+
source use-bot-for-git
1718
1819
.buildkite/commands/checkout-release-branch.sh "$RELEASE_VERSION"
1920

.buildkite/release-pipelines/start-code-freeze.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ steps:
1414
plugins:
1515
- $CI_TOOLKIT_PLUGIN
1616
command: |
17-
source .buildkite/commands/configure-for-release.sh
17+
echo '--- :robot_face: Use bot for Git operations'
18+
source use-bot-for-git
1819
1920
echo '--- :ruby: Setup Ruby Tools'
2021
install_gems

.buildkite/release-pipelines/update-metadata-on-app-store-connect.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ steps:
1313
- label: Finalize Release
1414
plugins: [$CI_TOOLKIT_PLUGIN]
1515
command: |
16-
source .buildkite/commands/configure-for-release.sh
16+
echo '--- :robot_face: Use bot for Git operations'
17+
source use-bot-for-git
1718
1819
.buildkite/commands/checkout-release-branch.sh "$RELEASE_VERSION"
1920

config/Version.Public.xcconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION_LONG = 4.55.0.3
1+
VERSION_LONG = 4.55.0.4
22
VERSION_SHORT = 4.55

fastlane/lanes/release.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,6 @@ def delete_all_metadata_release_notes(store_metadata_folder: STORE_METADATA_FOLD
419419

420420
def release_is_hotfix?
421421
VERSION_CALCULATOR.release_is_hotfix?(
422-
version: VERSION_FORMATTER.parse(VERSION_FILE.read_release_version)
422+
version: VERSION_FORMATTER.parse(PUBLIC_VERSION_FILE.read_release_version)
423423
)
424424
end
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Se han actualizado los iconos para que funcionen con los nuevos estilos de iOS 18
2+
- Añade la opción de inicio de sesión «fall back» con nombre de usuario y contraseña para iniciar sesión
3+
- Se ha actualizado el enlace que lleva al aviso de privacidad para usuarios de California
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Mise à jour des icônes pour qu’elles fonctionnent avec les nouveaux styles d’iOS 18
2+
- Ajout d’une connexion de secours avec identifiant et mot de passe en option
3+
- Mise à jour du lien vers l’avis de confidentialité pour les utilisateurs californiens
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Perbarui ikon untuk dapat bekerja dengan penataan iOS 18 yang baru
2+
- Tambahkan login sementara dengan menggunakan nama pengguna dan kata sandi
3+
- Pembaruan tautan pada pemberitahuan privasi bagi pengguna di California
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- 新しい iOS 18 のスタイルに対応するようにアイコンを更新しました
2+
- ログインにユーザー名とパスワードのオプションを使用するフォールバックログインを追加します
3+
- カリフォルニア州のユーザーへのプライバシー通知のリンクを更新しました
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- 새로운 iOS 18 스타일에서 지원하도록 아이콘이 업데이트됨
2+
- 사용자명과 비밀번호로 로그인할 수 있는 대체 로그인 옵션 추가
3+
- 캘리포니아 사용자를 위한 개인정보 취급방침 링크가 업데이트됨
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Pictogrammen bijgewerkt om te werken met nieuwe iOS 18-stijlen
2+
-Back-up login toevoegen met gebruikersnaam en wachtwoordoptie om in te loggen
3+
-Link naar privacyverklaring voor gebruikers in Californië bijgewerkt
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Yeni iOS 18 stilleriyle çalışması için simgeler güncellendi
2+
- Oturum açmak için kullanıcı ve şifre seçeneği içeren ikinci oturum açma eklendi
3+
- Kaliforniya'daki kullanıcılar için gizlilik bildirimine giden bağlantı güncellendi
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- 更新圖示以搭配新的 iOS 18 樣式
2+
- 新增可透過使用者名稱和密碼選項登入的備用登入方式
3+
- 更新了加州使用者隱私權聲明的連結

0 commit comments

Comments
 (0)