Skip to content

Commit ab1d3c1

Browse files
committed
Added more iPods
1 parent 8ca2ada commit ab1d3c1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/ios/devices.rb

+4
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ def self.search(device_type)
134134
Model.new(device_type, 'iPod touch', '4th gen')
135135
when 'iPod5,1'
136136
Model.new(device_type, 'iPod touch', '5th gen')
137+
when 'iPod6,1'
138+
Model.new(device_type, 'iPod touch', '6th gen')
139+
when 'iPod7,1'
140+
Model.new(device_type, 'iPod touch', '7th gen')
137141
else
138142
Model.new(device_type, 'Unknown iOS device')
139143
end

0 commit comments

Comments
 (0)