From 27a222d8f049a3a9daa72b4b4f3ae88429b5e397 Mon Sep 17 00:00:00 2001 From: erkanyildiz Date: Thu, 16 Jun 2016 19:10:25 +0900 Subject: [PATCH] Updated osName from OSX to macOS --- CountlyDeviceInfo.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CountlyDeviceInfo.m b/CountlyDeviceInfo.m index 521844ef..9d322cd8 100644 --- a/CountlyDeviceInfo.m +++ b/CountlyDeviceInfo.m @@ -98,7 +98,7 @@ + (NSString *)osName #elif TARGET_OS_TV return @"tvOS"; #else - return @"OSX"; + return @"macOS"; #endif }