Skip to content

Commit

Permalink
Test xcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Sep 2, 2024
1 parent 13f9f51 commit b8c0710
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/actions/setup-ios-runtime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ runs:
- name: Setup iOS Simulator Runtime
shell: bash
run: |
brew install blacktop/tap/ipsw
brew install xcodesorg/made/xcodes
bundle exec fastlane install_runtime ios:${{ inputs.version }}
rm -rf *.dmg || true
xcrun simctl list runtimes
- name: Create Custom iOS Simulator
shell: bash
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ GEM
bundler
fastlane
pry
fastlane-plugin-stream_actions (0.3.63)
fastlane-plugin-stream_actions (0.3.66)
xctest_list (= 1.2.1)
fastlane-plugin-versioning (0.5.2)
ffi (1.17.0)
Expand Down Expand Up @@ -430,7 +430,7 @@ DEPENDENCIES
fastlane
fastlane-plugin-create_xcframework
fastlane-plugin-lizard
fastlane-plugin-stream_actions (= 0.3.63)
fastlane-plugin-stream_actions (= 0.3.66)
fastlane-plugin-versioning
jazzy
json
Expand Down
2 changes: 1 addition & 1 deletion fastlane/Pluginfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
gem 'fastlane-plugin-versioning'
gem 'fastlane-plugin-create_xcframework'
gem 'fastlane-plugin-stream_actions', '0.3.63'
gem 'fastlane-plugin-stream_actions', '0.3.66'

0 comments on commit b8c0710

Please sign in to comment.