Skip to content

Commit

Permalink
[MT-1508] Version 2.12.3
Browse files Browse the repository at this point in the history
Fix privacy manifest
  • Loading branch information
Enricoza committed Mar 19, 2024
1 parent edf92ce commit 8af1bef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tealium-swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |s|

s.name = "tealium-swift"
s.module_name = "TealiumSwift"
s.version = "2.12.2"
s.version = "2.12.3"
s.summary = "Tealium Swift Integration Library"

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion tealium/core/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dict>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
<string>E174.1</string>
</array>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryDiskSpace</string>
Expand Down
2 changes: 1 addition & 1 deletion tealium/core/TealiumConstants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public enum Dispatchers {}

public enum TealiumValue {
public static let libraryName = "swift"
public static let libraryVersion = "2.12.2"
public static let libraryVersion = "2.12.3"
// This is the current limit for performance reasons. May be increased in future
public static let maxEventBatchSize = 10
public static let defaultMinimumDiskSpace: Int32 = 20_000_000
Expand Down

0 comments on commit 8af1bef

Please sign in to comment.