Skip to content

Commit

Permalink
Update device.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
m4p committed Mar 14, 2024
1 parent cac628b commit 539bcc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spaceship/lib/spaceship/connect_api/models/device.rb
Expand Up @@ -76,8 +76,8 @@ def self.devices_for_platform(platform: nil, include_mac_in_profiles: false, cli
end

device_platforms = [
device_platform,
'UNIVERSAL' # Universal Bundle ID platform is undocumented as of Oct 4, 2023.
device_platform
# 'UNIVERSAL' # Universal Bundle ID platform is undocumented as of Oct 4, 2023.
]

device_classes =
Expand Down

0 comments on commit 539bcc8

Please sign in to comment.