diff --git a/.github/workflows/release-start.yml b/.github/workflows/release-start.yml index 6900e055..13af12f4 100644 --- a/.github/workflows/release-start.yml +++ b/.github/workflows/release-start.yml @@ -32,3 +32,4 @@ jobs: GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }} APPSTORE_API_KEY: ${{ secrets.APPSTORE_API_KEY }} + XCODE_VERSION: "15.0.1" diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index 70f5f41f..fde60881 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -107,7 +107,7 @@ jobs: - uses: ./.github/actions/python-cache - name: Run UI Tests (Debug) run: bundle exec fastlane test_ui device:"${{ env.IOS_SIMULATOR_DEVICE }}" skip_build:true record:${{ github.event.inputs.snapshots }} - timeout-minutes: 60 + timeout-minutes: 120 env: GITHUB_TOKEN: ${{ secrets.CI_BOT_GITHUB_TOKEN }} # to open a PR - name: Run Sonar analysis diff --git a/.gitignore b/.gitignore index 181c19d7..476d77ac 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,7 @@ buildcache App Thinning Size Report.txt app-thinning.plist *.dmg +yeetd-normal.pkg # VSCode .vscode diff --git a/Gemfile.lock b/Gemfile.lock index e464e06c..38681fe0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -200,7 +200,7 @@ GEM fastlane pry fastlane-plugin-sonarcloud_metric_kit (0.2.1) - fastlane-plugin-stream_actions (0.3.76) + fastlane-plugin-stream_actions (0.3.77) xctest_list (= 1.2.1) fastlane-plugin-versioning (0.6.0) ffi (1.17.0) @@ -429,7 +429,7 @@ DEPENDENCIES fastlane-plugin-create_xcframework fastlane-plugin-lizard fastlane-plugin-sonarcloud_metric_kit - fastlane-plugin-stream_actions (= 0.3.76) + fastlane-plugin-stream_actions (= 0.3.77) fastlane-plugin-versioning jazzy json diff --git a/fastlane/Pluginfile b/fastlane/Pluginfile index 204d77e1..09a35c44 100644 --- a/fastlane/Pluginfile +++ b/fastlane/Pluginfile @@ -5,4 +5,4 @@ gem 'fastlane-plugin-versioning' gem 'fastlane-plugin-sonarcloud_metric_kit' gem 'fastlane-plugin-create_xcframework' -gem 'fastlane-plugin-stream_actions', '0.3.76' +gem 'fastlane-plugin-stream_actions', '0.3.77'