Skip to content

Commit

Permalink
v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-troshkov committed Jul 9, 2024
1 parent 03cba14 commit 0b1030f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion PianoAnalytics-AppExtension.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PianoAnalytics-AppExtension'
s.version = '3.1.2'
s.version = '3.1.3'
s.summary = 'Piano Analytics solution for extension Apple devices'
s.homepage = 'https://github.com/at-internet/piano-analytics-apple'
s.documentation_url = 'https://developers.atinternet-solutions.com/piano-analytics'
Expand Down
2 changes: 1 addition & 1 deletion PianoAnalytics.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'PianoAnalytics'
s.version = '3.1.2'
s.version = '3.1.3'
s.summary = 'Piano Analytics library for Apple devices'
s.homepage = 'https://github.com/at-internet/piano-analytics-apple'
s.documentation_url = 'https://developers.atinternet-solutions.com/piano-analytics'
Expand Down
2 changes: 1 addition & 1 deletion Sources/PianoAnalytics/PianoAnalytics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public final class PianoAnalytics {
// MARK: PUBLIC SECTION

/// SDK version
public static let sdkVersion = "3.1.2"
public static let sdkVersion = "3.1.3"

/// Send event
///
Expand Down
8 changes: 1 addition & 7 deletions Sources/PianoAnalytics/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,7 @@
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<true/>
<key>NSPrivacyTrackingDomains</key>
<array>
<string>pa-cd.com</string>
<string>xiti.com</string>
<string>ati-host.net</string>
</array>
<false/>
<key>NSPrivacyCollectedDataTypes</key>
<array>
<dict>
Expand Down

0 comments on commit 0b1030f

Please sign in to comment.