Skip to content

Commit

Permalink
added other iPad 3 models
Browse files Browse the repository at this point in the history
  • Loading branch information
edc1591 committed Apr 8, 2012
1 parent e72cbcd commit 5ac6f82
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/siriproxy/connection.rb
Expand Up @@ -80,7 +80,13 @@ def receive_line(line) #Process header
puts "[Warning] 4S device connected. Keys will be saved."
@faux = false
elsif line.match(/iPad3,1;/)
puts "[Warning] iPad 3 device connected. Keys will be saved."
puts "[Warning] iPad 3 WiFi device connected. Keys will be saved."
@faux = false
elsif line.match(/iPad3,2;/)
puts "[Warning] iPad 3 CDMA device connected. Keys will be saved."
@faux = false
elsif line.match(/iPad3,3;/)
puts "[Warning] iPad 3 GSM device connected. Keys will be saved."
@faux = false
else
puts "[Warning] Non-4S device connected."
Expand Down

0 comments on commit 5ac6f82

Please sign in to comment.