You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def icon_file_path
if options[:specify_icon_file].blank?
app_info[:icons].max_by { |f| File.size(f) }
else
File.absolute_path(options[:specify_icon_file])
end
end
使用命令行工具上传ipa包后,fir里面显示的图标模糊,webhook发送到钉钉群里的通知上图标无法显示.但是手动上传的ipa包一切正常
The text was updated successfully, but these errors were encountered: