Skip to content

Commit

Permalink
[CI] Resolve fastlane git status issue
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple committed Sep 24, 2024
1 parent 6670926 commit 05b9b83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
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.70)
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.70)
fastlane-plugin-versioning
jazzy
json
Expand Down
10 changes: 0 additions & 10 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -624,16 +624,6 @@ lane :sync_xcodeproj_references do
end
end

def select_files_from(files:, with_extension:, that_start_with:)
files.select do |f|
f.start_with?(*that_start_with)
end.map do |f|
f.split.drop(1).join(' ')
end.select do |f|
f.gsub(/['"]/, '').end_with?(with_extension)
end
end

desc 'Run fastlane linting'
lane :rubocop do
next unless is_check_required(sources: sources_matrix[:ruby], force_check: @force_check)
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.70'

0 comments on commit 05b9b83

Please sign in to comment.