Skip to content

Commit

Permalink
Merge pull request #237 from Countly/public-header-fix
Browse files Browse the repository at this point in the history
Public header fix
  • Loading branch information
ArtursKadikis committed Jul 7, 2023
2 parents 4c74d21 + 3719590 commit 0c8889b
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 23.6.1
- Fixed SPM public header issues of `CountlyRCData.h` and `CountlyRemoteConfig.h`

## 23.6.0
- !! Major breaking change !! Automatically downloaded remote config values will no longer be automatically enrolled in their AB tests.
- Added `CountlyRemoteConfig:` interface with new remote config methods:
Expand Down
2 changes: 1 addition & 1 deletion Countly-PL.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Countly-PL'
s.version = '23.6.0'
s.version = '23.6.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
s.homepage = 'https://github.com/Countly/countly-sdk-ios'
Expand Down
2 changes: 1 addition & 1 deletion Countly.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Countly'
s.version = '23.6.0'
s.version = '23.6.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
s.homepage = 'https://github.com/Countly/countly-sdk-ios'
Expand Down
10 changes: 5 additions & 5 deletions Countly.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
1A3A576329ED47A20041B7BE /* CountlyServerConfig.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A3A576229ED47A20041B7BE /* CountlyServerConfig.m */; };
1A3A576529ED47BD0041B7BE /* CountlyServerConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A3A576429ED47B50041B7BE /* CountlyServerConfig.h */; };
1A423E9E2A271E46008C4757 /* CountlyRCData.m in Sources */ = {isa = PBXBuildFile; fileRef = 1A423E9D2A271E46008C4757 /* CountlyRCData.m */; };
1A423EA02A271FE0008C4757 /* CountlyRCData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A423E9F2A271E52008C4757 /* CountlyRCData.h */; };
1A423EA02A271FE0008C4757 /* CountlyRCData.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A423E9F2A271E52008C4757 /* CountlyRCData.h */; settings = {ATTRIBUTES = (Public, ); }; };
1ACA5DC12A309E7F001F770B /* CountlyRemoteConfigInternal.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ACA5DBF2A309E7F001F770B /* CountlyRemoteConfigInternal.h */; };
1ACA5DC22A309E7F001F770B /* CountlyRemoteConfigInternal.m in Sources */ = {isa = PBXBuildFile; fileRef = 1ACA5DC02A309E7F001F770B /* CountlyRemoteConfigInternal.m */; };
3B20A9872245225A00E3D7AE /* Countly.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A9852245225A00E3D7AE /* Countly.h */; settings = {ATTRIBUTES = (Public, ); }; };
Expand All @@ -26,7 +26,7 @@
3B20A9BE2245228700E3D7AE /* CountlyDeviceInfo.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A9992245228400E3D7AE /* CountlyDeviceInfo.h */; };
3B20A9BF2245228700E3D7AE /* CountlyLocationManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99A2245228400E3D7AE /* CountlyLocationManager.h */; };
3B20A9C02245228700E3D7AE /* CountlyConsentManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 3B20A99B2245228400E3D7AE /* CountlyConsentManager.m */; };
3B20A9C12245228700E3D7AE /* CountlyRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99C2245228400E3D7AE /* CountlyRemoteConfig.h */; };
3B20A9C12245228700E3D7AE /* CountlyRemoteConfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99C2245228400E3D7AE /* CountlyRemoteConfig.h */; settings = {ATTRIBUTES = (Public, ); }; };
3B20A9C32245228700E3D7AE /* CountlyEvent.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99E2245228400E3D7AE /* CountlyEvent.h */; };
3B20A9C42245228700E3D7AE /* CountlyUserDetails.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A99F2245228400E3D7AE /* CountlyUserDetails.h */; settings = {ATTRIBUTES = (Public, ); }; };
3B20A9C52245228700E3D7AE /* CountlyCrashReporter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B20A9A02245228400E3D7AE /* CountlyCrashReporter.h */; };
Expand Down Expand Up @@ -179,12 +179,12 @@
3B20A9CA2245228700E3D7AE /* CountlyConfig.h in Headers */,
3B20A9872245225A00E3D7AE /* Countly.h in Headers */,
1A423EA02A271FE0008C4757 /* CountlyRCData.h in Headers */,
3B20A9C12245228700E3D7AE /* CountlyRemoteConfig.h in Headers */,
3B20A9B22245228700E3D7AE /* CountlyConnectionManager.h in Headers */,
1A3A576529ED47BD0041B7BE /* CountlyServerConfig.h in Headers */,
1ACA5DC12A309E7F001F770B /* CountlyRemoteConfigInternal.h in Headers */,
3B20A9CC2245228700E3D7AE /* CountlyViewTracking.h in Headers */,
3B20A9BF2245228700E3D7AE /* CountlyLocationManager.h in Headers */,
3B20A9C12245228700E3D7AE /* CountlyRemoteConfig.h in Headers */,
D219374B248AC71C00E5798B /* CountlyPerformanceMonitoring.h in Headers */,
3B20A9BC2245228700E3D7AE /* CountlyCommon.h in Headers */,
3B20A9C52245228700E3D7AE /* CountlyCrashReporter.h in Headers */,
Expand Down Expand Up @@ -434,7 +434,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 23.6.0;
MARKETING_VERSION = 23.6.1;
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -463,7 +463,7 @@
"@loader_path/Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 23.6.0;
MARKETING_VERSION = 23.6.1;
PRODUCT_BUNDLE_IDENTIFIER = ly.count.CountlyiOSSDK;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
2 changes: 1 addition & 1 deletion CountlyCommon.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ @interface CountlyCommon ()
#endif
@end

NSString* const kCountlySDKVersion = @"23.6.0";
NSString* const kCountlySDKVersion = @"23.6.1";
NSString* const kCountlySDKName = @"objc-native-ios";

NSString* const kCountlyErrorDomain = @"ly.count.ErrorDomain";
Expand Down
1 change: 1 addition & 0 deletions include/CountlyRCData.h
1 change: 1 addition & 0 deletions include/CountlyRemoteConfig.h

0 comments on commit 0c8889b

Please sign in to comment.