Skip to content

Commit 2a04f01

Browse files
committed
Merge branch 'staging' of github.com:Countly/countly-sdk-flutter-bridge into internal-limits
2 parents 4c43e91 + 87fd69f commit 2a04f01

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

ios/Classes/CountlyiOS/Countly-PL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.subspec 'Core' do |core|
1919
core.source_files = '*.{h,m}'
20-
core.public_header_files = 'Countly.h', 'CountlyUserDetails.h', 'CountlyConfig.h', 'CountlyFeedbackWidget.h', 'CountlyRCData.h', 'CountlyRemoteConfig.h', 'CountlyViewTracking.h', 'CountlyExperimentInformation.h', 'CountlyAPMConfig.h'
20+
core.public_header_files = 'Countly.h', 'CountlyUserDetails.h', 'CountlyConfig.h', 'CountlyFeedbackWidget.h', 'CountlyRCData.h', 'CountlyRemoteConfig.h', 'CountlyViewTracking.h', 'CountlyExperimentInformation.h', 'CountlyAPMConfig.h', 'CountlySDKLimitsConfig.h', 'Resettable.h'
2121
core.preserve_path = 'countly_dsym_uploader.sh'
2222
core.ios.frameworks = ['Foundation', 'UIKit', 'UserNotifications', 'CoreLocation', 'WebKit', 'CoreTelephony', 'WatchConnectivity']
2323
end

ios/Classes/CountlyiOS/Countly.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.subspec 'Core' do |core|
1919
core.source_files = '*.{h,m}'
20-
core.public_header_files = 'Countly.h', 'CountlyUserDetails.h', 'CountlyConfig.h', 'CountlyFeedbackWidget.h', 'CountlyRCData.h', 'CountlyRemoteConfig.h', 'CountlyViewTracking.h', 'CountlyExperimentInformation.h', 'CountlyAPMConfig.h'
20+
core.public_header_files = 'Countly.h', 'CountlyUserDetails.h', 'CountlyConfig.h', 'CountlyFeedbackWidget.h', 'CountlyRCData.h', 'CountlyRemoteConfig.h', 'CountlyViewTracking.h', 'CountlyExperimentInformation.h', 'CountlyAPMConfig.h', 'CountlySDKLimitsConfig.h', 'Resettable.h'
2121
core.preserve_path = 'countly_dsym_uploader.sh'
2222
core.ios.frameworks = ['Foundation', 'UIKit', 'UserNotifications', 'CoreLocation', 'WebKit', 'CoreTelephony', 'WatchConnectivity']
2323
end

ios/Classes/CountlyiOS/PrivacyInfo.xcprivacy

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<key>NSPrivacyAccessedAPITypeReasons</key>
1111
<array>
1212
<string>CA92.1</string>
13-
<string>This is used for persistently storing/accessing data related to SDK features, including remote config, server config, device ID, notification permission, and star rating. Among these features, the API is used by default only for device ID</string>
1413
</array>
1514
</dict>
1615
<dict>
@@ -19,7 +18,6 @@
1918
<key>NSPrivacyAccessedAPITypeReasons</key>
2019
<array>
2120
<string>7D9E.1</string>
22-
<string>This is used to get total and free disk size information during a crash if crash tracking is enabled.</string>
2321
</array>
2422
</dict>
2523
</array>
@@ -34,7 +32,7 @@
3432
<false/>
3533
<key>NSPrivacyCollectedDataTypePurposes</key>
3634
<array>
37-
<string>This includes information like launch time and foreground/background time.</string>
35+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
3836
</array>
3937
</dict>
4038
<dict>
@@ -46,7 +44,7 @@
4644
<false/>
4745
<key>NSPrivacyCollectedDataTypePurposes</key>
4846
<array>
49-
<string>This includes information such as crash logs and device information.</string>
47+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
5048
</array>
5149
</dict>
5250
<dict>
@@ -58,7 +56,7 @@
5856
<false/>
5957
<key>NSPrivacyCollectedDataTypePurposes</key>
6058
<array>
61-
<string>Countly uses the Identifier for Vendors (IDFV) as the device ID. This ID is unique to a specific vendor, allowing Countly to distinguish between devices from the same vendor. IDFV is utilized for device identification purposes.</string>
59+
<string>NSPrivacyCollectedDataTypePurposeAnalytics</string>
6260
</array>
6361
</dict>
6462
</array>

0 commit comments

Comments
 (0)