Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
icyleaf committed Jan 15, 2025
1 parent afc3517 commit 7edf9cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/concerns/release_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def build_metadata(parser, default_source)
def relates_to_devices(parser)
# iOS 且是 AdHoc 尝试解析 UDID 列表
if parser.platform == AppInfo::Platform::IOS &&
parser.release_type == AppInfo::IPA::ExportType::ADHOC && \
parser.release_type == AppInfo::IPA::ExportType::ADHOC &&
parser.devices.present?

parser.devices.each do |udid|
Expand Down

0 comments on commit 7edf9cd

Please sign in to comment.