Skip to content

Commit

Permalink
Add iPhone 4S to device list.
Browse files Browse the repository at this point in the history
  • Loading branch information
calebd committed Dec 5, 2011
1 parent e711b74 commit c499944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Airbrake/notifier/ABNotifierFunctions.m
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ void ABNotifierStopSignalHandler(void) {
else if ([machine isEqualToString:@"iPhone2,1"]) { platform = @"iPhone 3GS"; }
else if ([machine isEqualToString:@"iPhone3,1"]) { platform = @"iPhone 4 (GSM)"; }
else if ([machine isEqualToString:@"iPhone3,3"]) { platform = @"iPhone 4 (CDMA)"; }
else if ([machine isEqualToString:@"iPhone4,1"]) { platform = @"iPhone 4S"; }
// ipad
else if ([machine isEqualToString:@"iPad1,1"]) { platform = @"iPad"; }
else if ([machine isEqualToString:@"iPad2,1"]) { platform = @"iPad 2 (WiFi)"; }
Expand Down

0 comments on commit c499944

Please sign in to comment.