Skip to content

Commit

Permalink
Merge pull request #307 from netguru/fix/ios-bitrise-scheme
Browse files Browse the repository at this point in the history
fix: ios bitrise scheme
  • Loading branch information
mateusz1913 committed Jun 29, 2022
2 parents 9e17e4e + 6afd913 commit 21ad5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ workflows:
- xcode-build-for-simulator@0:
inputs:
- project_path: '$EXAMPLE_IOS_PROJECT'
- scheme: 'EXAMPLE_IOS_RELEASE_SCHEME'
- scheme: '$EXAMPLE_IOS_RELEASE_SCHEME'
- simulator_device: 'iPhone 13'
- simulator_os_version: latest
- cache-push@2:
Expand Down

0 comments on commit 21ad5b0

Please sign in to comment.