mirror of
https://github.com/dkhamsing/open-source-ios-apps.git
synced 2025-01-05 04:57:25 +01:00
[script] screenshots missing
This commit is contained in:
parent
529d6a04f3
commit
221bf6f0f0
21
.github/osia_screenshots_missing.rb
vendored
Normal file
21
.github/osia_screenshots_missing.rb
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
require_relative 'osia_helper'
|
||||||
|
|
||||||
|
j = get_json
|
||||||
|
apps = j['projects']
|
||||||
|
|
||||||
|
i = 0
|
||||||
|
apps.select {|a| a['screenshots'].nil? }.each do |a|
|
||||||
|
# if a['screenshots'].nil?
|
||||||
|
puts "#{i + 1}. Screenshots missing for #{a['title']}"
|
||||||
|
i = i + 1
|
||||||
|
# end
|
||||||
|
end
|
||||||
|
|
||||||
|
# apps.select {|a| a['screenshots']!=nil }.each do |a|
|
||||||
|
# s = a['screenshots']
|
||||||
|
# if s.count==0
|
||||||
|
# puts s
|
||||||
|
# puts "#{i + 1}. Screenshots missing for #{a['title']}"
|
||||||
|
# i = i + 1
|
||||||
|
# end
|
||||||
|
# end
|
Loading…
Reference in New Issue
Block a user