Skip to content

Commit 0c8889b

Browse files
Merge pull request #237 from Countly/public-header-fix
Public header fix
2 parents 4c74d21 + 3719590 commit 0c8889b

File tree

7 files changed

+13
-8
lines changed

7 files changed

+13
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 23.6.1
2+
- Fixed SPM public header issues of `CountlyRCData.h` and `CountlyRemoteConfig.h`
3+
14
## 23.6.0
25
- !! Major breaking change !! Automatically downloaded remote config values will no longer be automatically enrolled in their AB tests.
36
- Added `CountlyRemoteConfig:` interface with new remote config methods:

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 = '23.6.0'
3+
s.version = '23.6.1'
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 = '23.6.0'
3+
s.version = '23.6.1'
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1A3A576329ED47A20041B7BE /* CountlyServerConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A3A576229ED47A20041B7BE /* CountlyServerConfig.m */; };
1111
1A3A576529ED47BD0041B7BE /* CountlyServerConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3A576429ED47B50041B7BE /* CountlyServerConfig.h */; };
1212
1A423E9E2A271E46008C4757 /* CountlyRCData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A423E9D2A271E46008C4757 /* CountlyRCData.m */; };
13-
1A423EA02A271FE0008C4757 /* CountlyRCData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A423E9F2A271E52008C4757 /* CountlyRCData.h */; };
13+
1A423EA02A271FE0008C4757 /* CountlyRCData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A423E9F2A271E52008C4757 /* CountlyRCData.h */; settings = {ATTRIBUTES = (Public, ); }; };
1414
1ACA5DC12A309E7F001F770B /* CountlyRemoteConfigInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACA5DBF2A309E7F001F770B /* CountlyRemoteConfigInternal.h */; };
1515
1ACA5DC22A309E7F001F770B /* CountlyRemoteConfigInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ACA5DC02A309E7F001F770B /* CountlyRemoteConfigInternal.m */; };
1616
3B20A9872245225A00E3D7AE /* Countly.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A9852245225A00E3D7AE /* Countly.h */; settings = {ATTRIBUTES = (Public, ); }; };
@@ -26,7 +26,7 @@
2626
3B20A9BE2245228700E3D7AE /* CountlyDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A9992245228400E3D7AE /* CountlyDeviceInfo.h */; };
2727
3B20A9BF2245228700E3D7AE /* CountlyLocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99A2245228400E3D7AE /* CountlyLocationManager.h */; };
2828
3B20A9C02245228700E3D7AE /* CountlyConsentManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B20A99B2245228400E3D7AE /* CountlyConsentManager.m */; };
29-
3B20A9C12245228700E3D7AE /* CountlyRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99C2245228400E3D7AE /* CountlyRemoteConfig.h */; };
29+
3B20A9C12245228700E3D7AE /* CountlyRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99C2245228400E3D7AE /* CountlyRemoteConfig.h */; settings = {ATTRIBUTES = (Public, ); }; };
3030
3B20A9C32245228700E3D7AE /* CountlyEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99E2245228400E3D7AE /* CountlyEvent.h */; };
3131
3B20A9C42245228700E3D7AE /* CountlyUserDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99F2245228400E3D7AE /* CountlyUserDetails.h */; settings = {ATTRIBUTES = (Public, ); }; };
3232
3B20A9C52245228700E3D7AE /* CountlyCrashReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A9A02245228400E3D7AE /* CountlyCrashReporter.h */; };
@@ -179,12 +179,12 @@
179179
3B20A9CA2245228700E3D7AE /* CountlyConfig.h in Headers */,
180180
3B20A9872245225A00E3D7AE /* Countly.h in Headers */,
181181
1A423EA02A271FE0008C4757 /* CountlyRCData.h in Headers */,
182+
3B20A9C12245228700E3D7AE /* CountlyRemoteConfig.h in Headers */,
182183
3B20A9B22245228700E3D7AE /* CountlyConnectionManager.h in Headers */,
183184
1A3A576529ED47BD0041B7BE /* CountlyServerConfig.h in Headers */,
184185
1ACA5DC12A309E7F001F770B /* CountlyRemoteConfigInternal.h in Headers */,
185186
3B20A9CC2245228700E3D7AE /* CountlyViewTracking.h in Headers */,
186187
3B20A9BF2245228700E3D7AE /* CountlyLocationManager.h in Headers */,
187-
3B20A9C12245228700E3D7AE /* CountlyRemoteConfig.h in Headers */,
188188
D219374B248AC71C00E5798B /* CountlyPerformanceMonitoring.h in Headers */,
189189
3B20A9BC2245228700E3D7AE /* CountlyCommon.h in Headers */,
190190
3B20A9C52245228700E3D7AE /* CountlyCrashReporter.h in Headers */,
@@ -434,7 +434,7 @@
434434
"@loader_path/Frameworks",
435435
);
436436
MACOSX_DEPLOYMENT_TARGET = 10.14;
437-
MARKETING_VERSION = 23.6.0;
437+
MARKETING_VERSION = 23.6.1;
438438
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
439439
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
440440
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -463,7 +463,7 @@
463463
"@loader_path/Frameworks",
464464
);
465465
MACOSX_DEPLOYMENT_TARGET = 10.14;
466-
MARKETING_VERSION = 23.6.0;
466+
MARKETING_VERSION = 23.6.1;
467467
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
468468
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
469469
PROVISIONING_PROFILE_SPECIFIER = "";

CountlyCommon.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ @interface CountlyCommon ()
2626
#endif
2727
@end
2828

29-
NSString* const kCountlySDKVersion = @"23.6.0";
29+
NSString* const kCountlySDKVersion = @"23.6.1";
3030
NSString* const kCountlySDKName = @"objc-native-ios";
3131

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

include/CountlyRCData.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../CountlyRCData.h

include/CountlyRemoteConfig.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../CountlyRemoteConfig.h

0 commit comments

Comments
 (0)