Skip to content

Commit 8d244da

Browse files
authored
Merge pull request #410 from Countly/2545
feat: 25.4.5
2 parents 374aa23 + 0fe51ad commit 8d244da

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

Countly-PL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Countly-PL'
3-
s.version = '25.4.4'
3+
s.version = '25.4.5'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
66
s.homepage = 'https://github.com/Countly/countly-sdk-ios'

Countly.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Countly'
3-
s.version = '25.4.4'
3+
s.version = '25.4.5'
44
s.license = { :type => 'MIT', :file => 'LICENSE' }
55
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
66
s.homepage = 'https://github.com/Countly/countly-sdk-ios'

Countly.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@
768768
"@loader_path/Frameworks",
769769
);
770770
MACOSX_DEPLOYMENT_TARGET = 10.14;
771-
MARKETING_VERSION = 25.4.4;
771+
MARKETING_VERSION = 25.4.5;
772772
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
773773
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
774774
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -800,7 +800,7 @@
800800
"@loader_path/Frameworks",
801801
);
802802
MACOSX_DEPLOYMENT_TARGET = 10.14;
803-
MARKETING_VERSION = 25.4.4;
803+
MARKETING_VERSION = 25.4.5;
804804
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
805805
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
806806
PROVISIONING_PROFILE_SPECIFIER = "";

CountlyCommon.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ @interface CountlyCommon ()
2929
#endif
3030
@end
3131

32-
NSString* const kCountlySDKVersion = @"25.4.4";
32+
NSString* const kCountlySDKVersion = @"25.4.5";
3333
NSString* const kCountlySDKName = @"objc-native-ios";
3434

3535
NSString* const kCountlyErrorDomain = @"ly.count.ErrorDomain";

CountlyConfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ extern CLYConsent const CLYConsentPerformanceMonitoring;
8888
extern CLYConsent const CLYConsentFeedback;
8989
extern CLYConsent const CLYConsentRemoteConfig;
9090
extern CLYConsent const CLYConsentContent;
91+
extern CLYConsent const CLYConsentMetrics;
9192

9293
//NOTE: Push Notification Test Modes
9394
typedef NSString* CLYPushTestMode NS_EXTENSIBLE_STRING_ENUM;

CountlyHealthTracker.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ - (NSURLRequest *)healthCheckRequest {
213213
}]];
214214

215215
queryString = [queryString stringByAppendingFormat:@"&%@=%@", @"metrics", [self dictionaryToJsonString:@{
216-
kCountlyAppVersionKey: CountlyDeviceInfo.appVersion
216+
CLYMetricKeyAppVersion: CountlyDeviceInfo.appVersion
217217
}]];
218218

219219

0 commit comments

Comments
 (0)