Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonpage committed Jul 11, 2023
1 parent 930b912 commit c6cd3ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ anchors:
- &latest-xcode "14.3.1"
- &latest-ios "16.4"
- &min-ios "15.5"
- &device "iPhone 13"
- &device "iPhone SE (3rd generation)"
- &invalid ""

executors:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$device = ENV.has_key?('DEVICE') ? ENV['DEVICE'] : 'iPhone 13'
$device = ENV.has_key?('DEVICE') ? ENV['DEVICE'] : 'iPhone SE (3rd generation)'
$ios = ENV.has_key?('IOS_VERSION') ? ENV['IOS_VERSION'] : '15.5'

lane :build do
Expand Down

0 comments on commit c6cd3ef

Please sign in to comment.