Skip to content

Commit

Permalink
Updated osName from OSX to macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
erkanyildiz committed Jun 16, 2016
1 parent b99a5c5 commit 27a222d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CountlyDeviceInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ + (NSString *)osName
#elif TARGET_OS_TV
return @"tvOS";
#else
return @"OSX";
return @"macOS";
#endif
}

Expand Down

0 comments on commit 27a222d

Please sign in to comment.