From 8746fc44caf26d2277035194afc3cf3275a0d00e Mon Sep 17 00:00:00 2001 From: Milen Pivchev Date: Fri, 17 Apr 2026 14:21:37 +0200 Subject: [PATCH 1/2] String fixes Signed-off-by: Milen Pivchev --- iOSClient/Supporting Files/en.lproj/Localizable.strings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iOSClient/Supporting Files/en.lproj/Localizable.strings b/iOSClient/Supporting Files/en.lproj/Localizable.strings index 1620cf23fd..cff52bf4d4 100644 --- a/iOSClient/Supporting Files/en.lproj/Localizable.strings +++ b/iOSClient/Supporting Files/en.lproj/Localizable.strings @@ -90,7 +90,7 @@ "_share_tags_no_results_" = "No tags found"; "_share_tags_added_named_" = "Tag %@ has been created."; "_edit_tags_" = "Manage tags"; -"_create_tag_error_" = "There was an issue in creating a new tag. Please try again"; +"_create_tag_error_" = "New tag could not be created. Please try again."; "_of_" = "of"; "_livephoto_save_" = "Save Live Photo to Photo Album"; "_livephoto_save_error_" = "Error during save of Live Photo."; From ef0a87369bf5d212562552c1f18410f7a0e43c4b Mon Sep 17 00:00:00 2001 From: Milen Pivchev Date: Fri, 17 Apr 2026 15:35:39 +0200 Subject: [PATCH 2/2] CI fixes Signed-off-by: Milen Pivchev --- .github/workflows/xcode.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/xcode.yml b/.github/workflows/xcode.yml index 302df097f3..bf6c426b92 100644 --- a/.github/workflows/xcode.yml +++ b/.github/workflows/xcode.yml @@ -19,6 +19,7 @@ env: PROJECT: Nextcloud.xcodeproj DESTINATION: platform=iOS Simulator,name=iPhone 16,OS=18.5 SCHEME: Nextcloud + XCODE_VERSION: '26.0.1' SERVER_BRANCH: stable30 PHP_VERSION: 8.3 @@ -37,7 +38,7 @@ jobs: - name: Setup Xcode uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 with: - xcode-version: '26.0.1' + xcode-version: ${{ env.XCODE_VERSION }} - name: Run Xcode Build run: | @@ -65,6 +66,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Setup Xcode + uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0 + with: + xcode-version: ${{ env.XCODE_VERSION }} + - name: Prepare PHP ${{ env.PHP_VERSION }} uses: shivammathur/setup-php@v2 with: