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

Commit

Permalink
Fixes #1902 - Do not set the app version in CI (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan committed Jun 4, 2021
1 parent 565b481 commit 53c6873
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,26 +214,22 @@ workflows:
steps:
- set-xcode-build-number@1:
inputs:
- build_short_version_string: "$BITRISE_GIT_TAG"
- build_version_offset: '3250'
- plist_path: Blockzilla/Info.plist
title: Set Blockzilla version numbers
- set-xcode-build-number@1:
inputs:
- build_short_version_string: "$BITRISE_GIT_TAG"
- build_version_offset: '3250'
- plist_path: ContentBlocker/Info.plist
title: Set ContentBlocker version numbers
- set-xcode-build-number@1:
inputs:
- build_short_version_string: "$BITRISE_GIT_TAG"
- build_version_offset: '3250'
- plist_path: FocusIntentExtension/Info.plist
title: Set FocusIntentExtension version numbers
- set-xcode-build-number@1:
inputs:
- build_version_offset: '3250'
- build_short_version_string: "$BITRISE_GIT_TAG"
- plist_path: OpenInFocus/Info.plist
title: Set OpenInFocus version numbers
meta:
Expand Down

0 comments on commit 53c6873

Please sign in to comment.