Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Bump stack version to xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
clarmso authored and mergify[bot] committed Jan 10, 2024
1 parent cb240a4 commit 29e0bec
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ workflows:
- webhook_url: "$SLACK_WEBHOOK"
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x
machine_type_id: g2-m1.8core

ui_test_focus:
Expand Down Expand Up @@ -189,7 +189,7 @@ workflows:

meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x
machine_type_id: g2-m1.8core

unit_test_klar:
Expand Down Expand Up @@ -234,7 +234,7 @@ workflows:
- webhook_url: "$SLACK_WEBHOOK"
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x
machine_type_id: g2-m1.8core

unit_test_focus:
Expand Down Expand Up @@ -280,7 +280,7 @@ workflows:

meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x
machine_type_id: g2-m1.8core


Expand All @@ -299,7 +299,7 @@ workflows:
title: ContentBlockerGen
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x


set-project-version:
Expand All @@ -326,7 +326,7 @@ workflows:
title: Set OpenInFocus version numbers
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x


configure-nimbus:
Expand All @@ -343,7 +343,7 @@ workflows:
/usr/libexec/PlistBuddy -c "Set :NimbusAppChannel ${NIMBUS_APP_CHANNEL}" focus-ios/Blockzilla/Info.plist
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x


configure-sentry:
Expand All @@ -357,7 +357,7 @@ workflows:
/usr/libexec/PlistBuddy -c "Add :SentryDSN string ${SENTRY_DSN}" focus-ios/Blockzilla/Info.plist
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x


set-default-browser-entitlement:
Expand All @@ -372,7 +372,7 @@ workflows:
/usr/libexec/PlistBuddy -c "Add :com.apple.developer.web-browser bool true" focus-ios/Klar.entitlements
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x


release:
Expand Down Expand Up @@ -419,7 +419,7 @@ workflows:
--org mozilla --project klar-ios "$BITRISE_DSYM_DIR_PATH"
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x
machine_type_id: g2-m1.8core
before_run:
- clone-and-build-dependencies
Expand Down Expand Up @@ -490,7 +490,7 @@ workflows:
- deploy_path: artifacts/
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x
machine_type_id: g2-m1.8core
L10nBuild:
steps:
Expand Down Expand Up @@ -532,7 +532,7 @@ workflows:
- is_compress: 'true'
meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x
machine_type_id: g2-m1.8core

app:
Expand All @@ -546,5 +546,5 @@ app:

meta:
bitrise.io:
stack: osx-xcode-15.1.x
stack: osx-xcode-15.2.x
machine_type_id: g2-m1.8core

0 comments on commit 29e0bec

Please sign in to comment.