From 291f882dfcfc958d835a63d0dd41fd8e7d18c501 Mon Sep 17 00:00:00 2001
From: lpw <812862340@qq.com>
Date: Fri, 13 Mar 2026 14:24:03 +0800
Subject: [PATCH] 提交版本 4.11.0
---
frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Modules/Didomi.swiftmodule/x86_64-apple-tvos-simulator.abi.json | 44355 +++++++++++++++++++----------------------------------------
1 files changed, 14,613 insertions(+), 29,742 deletions(-)
diff --git a/frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Modules/Didomi.swiftmodule/x86_64-apple-tvos-simulator.abi.json b/frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Modules/Didomi.swiftmodule/x86_64-apple-tvos-simulator.abi.json
index 9596d3a..61cb0ca 100644
--- a/frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Modules/Didomi.swiftmodule/x86_64-apple-tvos-simulator.abi.json
+++ b/frameworks/Didomi.xcframework/tvos-arm64_x86_64-simulator/Didomi.framework/Modules/Didomi.swiftmodule/x86_64-apple-tvos-simulator.abi.json
@@ -1,8 +1,8 @@
{
"ABIRoot": {
"kind": "Root",
- "name": "TopLevel",
- "printedName": "TopLevel",
+ "name": "Didomi",
+ "printedName": "Didomi",
"children": [
{
"kind": "Import",
@@ -46,6 +46,16 @@
},
{
"kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -128,6 +138,16 @@
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -246,6 +266,16 @@
},
{
"kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -292,6 +322,208 @@
"moduleName": "Didomi",
"declAttributes": [
"RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "SyncUserChangedEvent",
+ "printedName": "SyncUserChangedEvent",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "userAuth",
+ "printedName": "userAuth",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Didomi.UserAuth)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncUserChangedEvent(py)userAuth",
+ "mangledName": "$s6Didomi20SyncUserChangedEventC8userAuthAA0cG0_pSgvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "(any Didomi.UserAuth)?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncUserChangedEvent(im)userAuth",
+ "mangledName": "$s6Didomi20SyncUserChangedEventC8userAuthAA0cG0_pSgvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "SyncUserChangedEvent",
+ "printedName": "Didomi.SyncUserChangedEvent",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncUserChangedEvent"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncUserChangedEvent(im)init",
+ "mangledName": "$s6Didomi20SyncUserChangedEventCACycfc",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncUserChangedEvent",
+ "mangledName": "$s6Didomi20SyncUserChangedEventC",
+ "moduleName": "Didomi",
+ "objc_name": "DDMSyncUserChangedEvent",
+ "declAttributes": [
+ "AccessControl",
+ "ObjCMembers",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "hasMissingDesignatedInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
]
},
{
@@ -346,10 +578,7 @@
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
+ "moduleName": "Didomi"
},
{
"kind": "Import",
@@ -383,8 +612,8 @@
},
{
"kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -553,16 +782,6 @@
},
{
"kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -658,6 +877,979 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DidomiUserParameters",
+ "printedName": "DidomiUserParameters",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(userAuth:dcsUserAuth:containerController:isUnderage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiUserParameters",
+ "printedName": "Didomi.DidomiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.UserAuthParams?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "UIKit.UIViewController?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Bool?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi0A14UserParametersC8userAuth03dcsbE019containerController10isUnderageAcA0bE0_p_AA0bE6ParamsCSgSo06UIViewH0CSgSbSgtcfc",
+ "mangledName": "$s6Didomi0A14UserParametersC8userAuth03dcsbE019containerController10isUnderageAcA0bE0_p_AA0bE6ParamsCSgSo06UIViewH0CSgSbSgtcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(userAuth:dcsUserAuth:containerController:isUnderage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiUserParameters",
+ "printedName": "Didomi.DidomiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.UserAuthParams?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "UIKit.UIViewController?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters(im)initWithUserAuth:dcsUserAuth:containerController:isUnderage:",
+ "mangledName": "$s6Didomi0A14UserParametersC8userAuth03dcsbE019containerController10isUnderageAcA0bE0_p_AA0bE6ParamsCSgSo06UIViewH0CSgSo8NSNumberCtcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Convenience",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(userAuth:dcsUserAuth:containerController:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiUserParameters",
+ "printedName": "Didomi.DidomiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.UserAuthParams?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "UIKit.UIViewController?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters(im)initWithUserAuth:dcsUserAuth:containerController:",
+ "mangledName": "$s6Didomi0A14UserParametersC8userAuth03dcsbE019containerControllerAcA0bE0_p_AA0bE6ParamsCSgSo06UIViewH0CSgtcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Convenience",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiUserParameters",
+ "printedName": "Didomi.DidomiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters(im)init",
+ "mangledName": "$s6Didomi0A14UserParametersCACycfc",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters",
+ "mangledName": "$s6Didomi0A14UserParametersC",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "ObjCMembers",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "DidomiMultiUserParameters",
+ "printedName": "DidomiMultiUserParameters",
+ "children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(userAuth:dcsUserAuth:synchronizedUsers:containerController:isUnderage:overrideMainStorage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiMultiUserParameters",
+ "printedName": "Didomi.DidomiMultiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.UserAuthParams?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Didomi.UserAuthParams]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.UserAuthParams]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "UIKit.UIViewController?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Bool?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "hasDefaultArg": true,
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi0A19MultiUserParametersC8userAuth03dcscF017synchronizedUsers19containerController10isUnderage19overrideMainStorageAcA0cF0_p_AA0cF6ParamsCSgSayALGSgSo06UIViewK0CSgSbSgSbtcfc",
+ "mangledName": "$s6Didomi0A19MultiUserParametersC8userAuth03dcscF017synchronizedUsers19containerController10isUnderage19overrideMainStorageAcA0cF0_p_AA0cF6ParamsCSgSayALGSgSo06UIViewK0CSgSbSgSbtcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(userAuth:dcsUserAuth:synchronizedUsers:containerController:isUnderage:overrideMainStorage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiMultiUserParameters",
+ "printedName": "Didomi.DidomiMultiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.UserAuthParams?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Didomi.UserAuthParams]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.UserAuthParams]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "UIKit.UIViewController?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "hasDefaultArg": true,
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters(im)initWithUserAuth:dcsUserAuth:synchronizedUsers:containerController:isUnderage:overrideMainStorage:",
+ "mangledName": "$s6Didomi0A19MultiUserParametersC8userAuth03dcscF017synchronizedUsers19containerController10isUnderage19overrideMainStorageAcA0cF0_p_AA0cF6ParamsCSgSayALGSgSo06UIViewK0CSgSo8NSNumberCSbtcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Convenience",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(userAuth:dcsUserAuth:synchronizedUsers:containerController:isUnderage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiMultiUserParameters",
+ "printedName": "Didomi.DidomiMultiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.UserAuthParams?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Didomi.UserAuthParams]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.UserAuthParams]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "UIKit.UIViewController?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "NSNumber",
+ "printedName": "Foundation.NSNumber",
+ "usr": "c:objc(cs)NSNumber"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters(im)initWithUserAuth:dcsUserAuth:synchronizedUsers:containerController:isUnderage:",
+ "mangledName": "$s6Didomi0A19MultiUserParametersC8userAuth03dcscF017synchronizedUsers19containerController10isUnderageAcA0cF0_p_AA0cF6ParamsCSgSayAKGSgSo06UIViewK0CSgSo8NSNumberCtcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Convenience",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(userAuth:dcsUserAuth:synchronizedUsers:containerController:overrideMainStorage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiMultiUserParameters",
+ "printedName": "Didomi.DidomiMultiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.UserAuthParams?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Didomi.UserAuthParams]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.UserAuthParams]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "UIKit.UIViewController?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "hasDefaultArg": true,
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters(im)initWithUserAuth:dcsUserAuth:synchronizedUsers:containerController:overrideMainStorage:",
+ "mangledName": "$s6Didomi0A19MultiUserParametersC8userAuth03dcscF017synchronizedUsers19containerController19overrideMainStorageAcA0cF0_p_AA0cF6ParamsCSgSayAKGSgSo06UIViewK0CSgSbtcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Convenience",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(userAuth:dcsUserAuth:synchronizedUsers:containerController:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiMultiUserParameters",
+ "printedName": "Didomi.DidomiMultiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.UserAuthParams?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "[Didomi.UserAuthParams]?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.UserAuthParams]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "UIKit.UIViewController?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters(im)initWithUserAuth:dcsUserAuth:synchronizedUsers:containerController:",
+ "mangledName": "$s6Didomi0A19MultiUserParametersC8userAuth03dcscF017synchronizedUsers19containerControllerAcA0cF0_p_AA0cF6ParamsCSgSayAJGSgSo06UIViewK0CSgtcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Convenience",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(userAuth:dcsUserAuth:containerController:isUnderage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiMultiUserParameters",
+ "printedName": "Didomi.DidomiMultiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.UserAuthParams?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "UIKit.UIViewController?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.Bool?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "hasDefaultArg": true,
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi0A19MultiUserParametersC8userAuth03dcscF019containerController10isUnderageAcA0cF0_p_AA0cF6ParamsCSgSo06UIViewI0CSgSbSgtcfc",
+ "mangledName": "$s6Didomi0A19MultiUserParametersC8userAuth03dcscF019containerController10isUnderageAcA0cF0_p_AA0cF6ParamsCSgSo06UIViewI0CSgSbSgtcfc",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "implicit": true,
+ "declAttributes": [
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@Didomi@objc(cs)DidomiMultiUserParameters",
+ "mangledName": "$s6Didomi0A19MultiUserParametersC",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "ObjCMembers",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "superclassUsr": "c:@M@Didomi@objc(cs)DidomiUserParameters",
+ "hasMissingDesignatedInitializers": true,
+ "superclassNames": [
+ "Didomi.DidomiUserParameters",
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
"RawDocComment"
]
},
@@ -683,18 +1875,8 @@
},
{
"kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -813,8 +1995,8 @@
},
{
"kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
+ "name": "Foundation",
+ "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -823,8 +2005,8 @@
},
{
"kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -910,6 +2092,33 @@
"declAttributes": [
"RawDocComment"
]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi"
},
{
"kind": "Import",
@@ -2206,6 +3415,48 @@
},
{
"kind": "Var",
+ "name": "syncUserChanged",
+ "printedName": "syncUserChanged",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType.Type) -> Didomi.EventType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.EventType.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypeSyncUserChanged",
+ "mangledName": "$s6Didomi9EventTypeO15syncUserChangedyA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 28
+ },
+ {
+ "kind": "Var",
"name": "syncDone",
"printedName": "syncDone",
"children": [
@@ -2246,7 +3497,7 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 28
+ "fixedbinaryorder": 29
},
{
"kind": "Var",
@@ -2287,7 +3538,7 @@
"declAttributes": [
"ObjC"
],
- "fixedbinaryorder": 29
+ "fixedbinaryorder": 30
},
{
"kind": "Var",
@@ -2328,7 +3579,7 @@
"declAttributes": [
"ObjC"
],
- "fixedbinaryorder": 30
+ "fixedbinaryorder": 31
},
{
"kind": "Var",
@@ -2370,7 +3621,7 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 31
+ "fixedbinaryorder": 32
},
{
"kind": "Var",
@@ -2411,7 +3662,7 @@
"declAttributes": [
"ObjC"
],
- "fixedbinaryorder": 32
+ "fixedbinaryorder": 33
},
{
"kind": "Var",
@@ -2449,11 +3700,13 @@
"usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypeNoticeClickViewSPIPurposes",
"mangledName": "$s6Didomi9EventTypeO26noticeClickViewSPIPurposesyA2CmF",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
+ "Available",
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 33
+ "fixedbinaryorder": 34
},
{
"kind": "Var",
@@ -2491,10 +3744,12 @@
"usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypePreferencesClickViewSPIPurposes",
"mangledName": "$s6Didomi9EventTypeO31preferencesClickViewSPIPurposesyA2CmF",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
+ "Available",
"ObjC"
],
- "fixedbinaryorder": 34
+ "fixedbinaryorder": 35
},
{
"kind": "Var",
@@ -2532,10 +3787,12 @@
"usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypePreferencesClickSPIPurposeAgree",
"mangledName": "$s6Didomi9EventTypeO31preferencesClickSPIPurposeAgreeyA2CmF",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
+ "Available",
"ObjC"
],
- "fixedbinaryorder": 35
+ "fixedbinaryorder": 36
},
{
"kind": "Var",
@@ -2573,10 +3830,12 @@
"usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypePreferencesClickSPIPurposeDisagree",
"mangledName": "$s6Didomi9EventTypeO34preferencesClickSPIPurposeDisagreeyA2CmF",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
+ "Available",
"ObjC"
],
- "fixedbinaryorder": 36
+ "fixedbinaryorder": 37
},
{
"kind": "Var",
@@ -2614,10 +3873,12 @@
"usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypePreferencesClickSPICategoryAgree",
"mangledName": "$s6Didomi9EventTypeO32preferencesClickSPICategoryAgreeyA2CmF",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
+ "Available",
"ObjC"
],
- "fixedbinaryorder": 37
+ "fixedbinaryorder": 38
},
{
"kind": "Var",
@@ -2655,10 +3916,12 @@
"usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypePreferencesClickSPICategoryDisagree",
"mangledName": "$s6Didomi9EventTypeO35preferencesClickSPICategoryDisagreeyA2CmF",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
+ "Available",
"ObjC"
],
- "fixedbinaryorder": 38
+ "fixedbinaryorder": 39
},
{
"kind": "Var",
@@ -2696,10 +3959,137 @@
"usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypePreferencesClickSPIPurposeSaveChoices",
"mangledName": "$s6Didomi9EventTypeO37preferencesClickSPIPurposeSaveChoicesyA2CmF",
"moduleName": "Didomi",
+ "deprecated": true,
+ "declAttributes": [
+ "Available",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 40
+ },
+ {
+ "kind": "Var",
+ "name": "dcsSignatureReady",
+ "printedName": "dcsSignatureReady",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType.Type) -> Didomi.EventType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.EventType.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypeDcsSignatureReady",
+ "mangledName": "$s6Didomi9EventTypeO17dcsSignatureReadyyA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 41
+ },
+ {
+ "kind": "Var",
+ "name": "dcsSignatureError",
+ "printedName": "dcsSignatureError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType.Type) -> Didomi.EventType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.EventType.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypeDcsSignatureError",
+ "mangledName": "$s6Didomi9EventTypeO17dcsSignatureErroryA2CmF",
+ "moduleName": "Didomi",
"declAttributes": [
"ObjC"
],
- "fixedbinaryorder": 39
+ "fixedbinaryorder": 42
+ },
+ {
+ "kind": "Var",
+ "name": "integrationError",
+ "printedName": "integrationError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType.Type) -> Didomi.EventType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.EventType.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@DDMEventType@DDMEventTypeIntegrationError",
+ "mangledName": "$s6Didomi9EventTypeO16integrationErroryA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 43
},
{
"kind": "Constructor",
@@ -2786,6 +4176,20 @@
],
"enumRawTypeName": "Int",
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -2921,6 +4325,17 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
"RawDocComment"
]
},
@@ -2976,6 +4391,16 @@
},
{
"kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -2983,6 +4408,23 @@
"declAttributes": [
"RawDocComment"
]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi"
},
{
"kind": "Import",
@@ -3048,16 +4490,6 @@
"kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -3232,6 +4664,17 @@
]
},
{
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ]
+ },
+ {
"kind": "TypeDecl",
"name": "ViewProviderDelegate",
"printedName": "ViewProviderDelegate",
@@ -3311,6 +4754,22 @@
"AccessControl",
"ObjC",
"RawDocComment"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ }
]
},
{
@@ -3320,6 +4779,7 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -3844,6 +5304,57 @@
]
},
{
+ "kind": "Var",
+ "name": "gppString",
+ "printedName": "gppString",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)DDMCurrentUserStatus(py)gppString",
+ "mangledName": "$s6Didomi17CurrentUserStatusC9gppStringSSvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMCurrentUserStatus(im)gppString",
+ "mangledName": "$s6Didomi17CurrentUserStatusC9gppStringSSvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
"kind": "Constructor",
"name": "init",
"printedName": "init(purposes:vendors:)",
@@ -3922,7 +5433,7 @@
{
"kind": "TypeNominal",
"name": "Decoder",
- "printedName": "Swift.Decoder",
+ "printedName": "any Swift.Decoder",
"usr": "s:s7DecoderP"
}
],
@@ -3932,7 +5443,8 @@
"moduleName": "Didomi",
"declAttributes": [
"AccessControl",
- "Required"
+ "Required",
+ "RawDocComment"
],
"throwing": true,
"init_kind": "Designated"
@@ -3976,7 +5488,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -4249,7 +5761,7 @@
{
"kind": "TypeNominal",
"name": "Decoder",
- "printedName": "Swift.Decoder",
+ "printedName": "any Swift.Decoder",
"usr": "s:s7DecoderP"
}
],
@@ -4277,7 +5789,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -4319,6 +5831,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -4632,7 +6158,7 @@
{
"kind": "TypeNominal",
"name": "Decoder",
- "printedName": "Swift.Decoder",
+ "printedName": "any Swift.Decoder",
"usr": "s:s7DecoderP"
}
],
@@ -4660,7 +6186,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -4702,6 +6228,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -4753,6 +6293,31 @@
"mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
+ },
+ {
+ "kind": "Function",
+ "name": "shouldUserStatusBeCollected",
+ "printedName": "shouldUserStatusBeCollected()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)DDMCurrentUserStatus(im)shouldUserStatusBeCollected",
+ "mangledName": "$s6Didomi17CurrentUserStatusC06shouldcD11BeCollectedSbyF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Class",
@@ -4785,6 +6350,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -4959,26 +6538,6 @@
},
{
"kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -5049,8 +6608,8 @@
},
{
"kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
+ "name": "Foundation",
+ "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -5059,8 +6618,8 @@
},
{
"kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -5111,6 +6670,26 @@
"kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -5334,6 +6913,7 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -5681,6 +7261,20 @@
"conformances": [
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -5728,6 +7322,16 @@
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
}
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
]
},
{
@@ -5981,6 +7585,47 @@
"fixedbinaryorder": 4
},
{
+ "kind": "Var",
+ "name": "errorLoadingUIResource",
+ "printedName": "errorLoadingUIResource",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.DidomiErrorEventType.Type) -> Didomi.DidomiErrorEventType",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiErrorEventType",
+ "printedName": "Didomi.DidomiErrorEventType",
+ "usr": "c:@M@Didomi@E@DDMErrorEventType"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.DidomiErrorEventType.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiErrorEventType",
+ "printedName": "Didomi.DidomiErrorEventType",
+ "usr": "c:@M@Didomi@E@DDMErrorEventType"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@DDMErrorEventType@DDMErrorEventTypeErrorLoadingUIResource",
+ "mangledName": "$s6Didomi0A14ErrorEventTypeO22errorLoadingUIResourceyA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "fixedbinaryorder": 5
+ },
+ {
"kind": "Constructor",
"name": "init",
"printedName": "init(rawValue:)",
@@ -6067,6 +7712,20 @@
"conformances": [
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -6100,6 +7759,20 @@
],
"usr": "s:SY",
"mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
},
@@ -6147,6 +7820,16 @@
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -6242,6 +7925,16 @@
},
{
"kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
@@ -6262,8 +7955,8 @@
},
{
"kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
+ "name": "Foundation",
+ "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -6327,6 +8020,7 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -6520,6 +8214,20 @@
},
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -6573,6 +8281,13 @@
"printedName": "Sendable",
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
},
@@ -6580,16 +8295,6 @@
"kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -7031,6 +8736,90 @@
},
{
"kind": "Var",
+ "name": "incdpa",
+ "printedName": "incdpa",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.Regulation.Type) -> Didomi.Regulation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.Regulation.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@Regulation@RegulationIncdpa",
+ "mangledName": "$s6Didomi10RegulationO6incdpayA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 8
+ },
+ {
+ "kind": "Var",
+ "name": "kcdpa",
+ "printedName": "kcdpa",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.Regulation.Type) -> Didomi.Regulation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.Regulation.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@Regulation@RegulationKcdpa",
+ "mangledName": "$s6Didomi10RegulationO5kcdpayA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 9
+ },
+ {
+ "kind": "Var",
"name": "mcdpa",
"printedName": "mcdpa",
"children": [
@@ -7069,7 +8858,133 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 8
+ "fixedbinaryorder": 10
+ },
+ {
+ "kind": "Var",
+ "name": "mncdpa",
+ "printedName": "mncdpa",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.Regulation.Type) -> Didomi.Regulation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.Regulation.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@Regulation@RegulationMncdpa",
+ "mangledName": "$s6Didomi10RegulationO6mncdpayA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 11
+ },
+ {
+ "kind": "Var",
+ "name": "modpa",
+ "printedName": "modpa",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.Regulation.Type) -> Didomi.Regulation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.Regulation.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@Regulation@RegulationModpa",
+ "mangledName": "$s6Didomi10RegulationO5modpayA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 12
+ },
+ {
+ "kind": "Var",
+ "name": "ndpa",
+ "printedName": "ndpa",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.Regulation.Type) -> Didomi.Regulation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.Regulation.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@Regulation@RegulationNdpa",
+ "mangledName": "$s6Didomi10RegulationO4ndpayA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 13
},
{
"kind": "Var",
@@ -7111,7 +9026,7 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 9
+ "fixedbinaryorder": 14
},
{
"kind": "Var",
@@ -7153,7 +9068,7 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 10
+ "fixedbinaryorder": 15
},
{
"kind": "Var",
@@ -7195,7 +9110,49 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 11
+ "fixedbinaryorder": 16
+ },
+ {
+ "kind": "Var",
+ "name": "ridtppa",
+ "printedName": "ridtppa",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.Regulation.Type) -> Didomi.Regulation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.Regulation.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@Regulation@RegulationRidtppa",
+ "mangledName": "$s6Didomi10RegulationO7ridtppayA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 17
},
{
"kind": "Var",
@@ -7237,7 +9194,49 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 12
+ "fixedbinaryorder": 18
+ },
+ {
+ "kind": "Var",
+ "name": "tipa",
+ "printedName": "tipa",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.Regulation.Type) -> Didomi.Regulation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.Regulation.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "c:@M@Didomi@E@Regulation@RegulationTipa",
+ "mangledName": "$s6Didomi10RegulationO4tipayA2CmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 19
},
{
"kind": "Var",
@@ -7279,7 +9278,7 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 13
+ "fixedbinaryorder": 20
},
{
"kind": "Var",
@@ -7321,7 +9320,7 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 14
+ "fixedbinaryorder": 21
},
{
"kind": "Var",
@@ -7363,7 +9362,7 @@
"RawDocComment",
"ObjC"
],
- "fixedbinaryorder": 15
+ "fixedbinaryorder": 22
},
{
"kind": "Var",
@@ -7542,7 +9541,7 @@
{
"kind": "TypeNominal",
"name": "Decoder",
- "printedName": "Swift.Decoder",
+ "printedName": "any Swift.Decoder",
"usr": "s:s7DecoderP"
}
],
@@ -7569,7 +9568,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -7667,6 +9666,20 @@
],
"enumRawTypeName": "Int",
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -7831,6 +9844,56 @@
},
{
"kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
@@ -8013,6 +10076,16 @@
"kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -8078,6 +10151,16 @@
},
{
"kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -8138,6 +10221,16 @@
},
{
"kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
@@ -8153,6 +10246,7 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -8634,7 +10728,7 @@
{
"kind": "TypeNominal",
"name": "Decoder",
- "printedName": "Swift.Decoder",
+ "printedName": "any Swift.Decoder",
"usr": "s:s7DecoderP"
}
],
@@ -8727,7 +10821,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -8978,7 +11072,7 @@
{
"kind": "TypeNominal",
"name": "Decoder",
- "printedName": "Swift.Decoder",
+ "printedName": "any Swift.Decoder",
"usr": "s:s7DecoderP"
}
],
@@ -9071,7 +11165,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -9114,6 +11208,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -9440,7 +11548,7 @@
{
"kind": "TypeNominal",
"name": "Decoder",
- "printedName": "Swift.Decoder",
+ "printedName": "any Swift.Decoder",
"usr": "s:s7DecoderP"
}
],
@@ -9533,7 +11641,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -9576,6 +11684,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -9768,6 +11890,35 @@
]
},
{
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "IDs",
+ "printedName": "Didomi.UserStatus.IDs",
+ "usr": "s:6Didomi10UserStatusC3IDsC"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi10UserStatusC3IDsC4fromAEs7Decoder_p_tKcfc",
+ "mangledName": "$s6Didomi10UserStatusC3IDsC4fromAEs7Decoder_p_tKcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "Required"
+ ],
+ "throwing": true,
+ "init_kind": "Designated"
+ },
+ {
"kind": "Function",
"name": "isEqual",
"printedName": "isEqual(_:)",
@@ -9833,35 +11984,6 @@
"init_kind": "Designated"
},
{
- "kind": "Constructor",
- "name": "init",
- "printedName": "init(from:)",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "IDs",
- "printedName": "Didomi.UserStatus.IDs",
- "usr": "s:6Didomi10UserStatusC3IDsC"
- },
- {
- "kind": "TypeNominal",
- "name": "Decoder",
- "printedName": "Swift.Decoder",
- "usr": "s:s7DecoderP"
- }
- ],
- "declKind": "Constructor",
- "usr": "s:6Didomi10UserStatusC3IDsC4fromAEs7Decoder_p_tKcfc",
- "mangledName": "$s6Didomi10UserStatusC3IDsC4fromAEs7Decoder_p_tKcfc",
- "moduleName": "Didomi",
- "implicit": true,
- "declAttributes": [
- "Required"
- ],
- "throwing": true,
- "init_kind": "Designated"
- },
- {
"kind": "Function",
"name": "encode",
"printedName": "encode(to:)",
@@ -9874,7 +11996,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -9917,6 +12039,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -10000,6 +12136,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -10362,7 +12512,7 @@
{
"kind": "TypeNominal",
"name": "Decoder",
- "printedName": "Swift.Decoder",
+ "printedName": "any Swift.Decoder",
"usr": "s:s7DecoderP"
}
],
@@ -10423,6 +12573,20 @@
"conformances": [
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Decodable",
"printedName": "Decodable",
"usr": "s:Se",
@@ -10434,6 +12598,20 @@
"printedName": "Equatable",
"usr": "s:SQ",
"mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
},
@@ -10444,6 +12622,7 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -10534,7 +12713,9 @@
"usr": "s:6DidomiAAC5ViewsO28sensitivePersonalInformationyA2DmF",
"mangledName": "$s6DidomiAAC5ViewsO28sensitivePersonalInformationyA2DmF",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
+ "Available",
"ObjC"
],
"fixedbinaryorder": 1
@@ -10665,6 +12846,20 @@
"conformances": [
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -10698,6 +12893,20 @@
],
"usr": "s:SY",
"mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
},
@@ -10725,6 +12934,7 @@
"AccessControl",
"ObjC"
],
+ "isLet": true,
"hasStorage": true,
"accessors": [
{
@@ -10750,57 +12960,6 @@
"ObjC"
],
"accessorKind": "get"
- },
- {
- "kind": "Accessor",
- "name": "Set",
- "printedName": "Set()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- },
- {
- "kind": "TypeNominal",
- "name": "Didomi",
- "printedName": "Didomi.Didomi",
- "usr": "c:@M@Didomi@objc(cs)Didomi"
- }
- ],
- "declKind": "Accessor",
- "usr": "c:@M@Didomi@objc(cs)Didomi(cm)setShared:",
- "mangledName": "$s6DidomiAAC6sharedABvsZ",
- "moduleName": "Didomi",
- "static": true,
- "implicit": true,
- "declAttributes": [
- "Final",
- "ObjC"
- ],
- "accessorKind": "set"
- },
- {
- "kind": "Accessor",
- "name": "Modify",
- "printedName": "Modify()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Void",
- "printedName": "()"
- }
- ],
- "declKind": "Accessor",
- "usr": "s:6DidomiAAC6sharedABvMZ",
- "mangledName": "$s6DidomiAAC6sharedABvMZ",
- "moduleName": "Didomi",
- "static": true,
- "implicit": true,
- "declAttributes": [
- "Final"
- ],
- "accessorKind": "_modify"
}
]
},
@@ -10812,7 +12971,7 @@
{
"kind": "TypeNominal",
"name": "WeakStorage",
- "printedName": "Didomi.ViewProviderDelegate?"
+ "printedName": "(any Didomi.ViewProviderDelegate)?"
}
],
"declKind": "Var",
@@ -10838,12 +12997,12 @@
{
"kind": "TypeNominal",
"name": "Optional",
- "printedName": "Didomi.ViewProviderDelegate?",
+ "printedName": "(any Didomi.ViewProviderDelegate)?",
"children": [
{
"kind": "TypeNominal",
"name": "ViewProviderDelegate",
- "printedName": "Didomi.ViewProviderDelegate",
+ "printedName": "any Didomi.ViewProviderDelegate",
"usr": "c:@M@Didomi@objc(pl)ViewProviderDelegate"
}
],
@@ -10873,12 +13032,12 @@
{
"kind": "TypeNominal",
"name": "Optional",
- "printedName": "Didomi.ViewProviderDelegate?",
+ "printedName": "(any Didomi.ViewProviderDelegate)?",
"children": [
{
"kind": "TypeNominal",
"name": "ViewProviderDelegate",
- "printedName": "Didomi.ViewProviderDelegate",
+ "printedName": "any Didomi.ViewProviderDelegate",
"usr": "c:@M@Didomi@objc(pl)ViewProviderDelegate"
}
],
@@ -10912,6 +13071,51 @@
"moduleName": "Didomi",
"implicit": true,
"accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "applicableRegulation",
+ "printedName": "applicableRegulation",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)Didomi(py)applicableRegulation",
+ "mangledName": "$s6DidomiAAC20applicableRegulationAA0C0Ovp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Regulation",
+ "printedName": "Didomi.Regulation",
+ "usr": "c:@M@Didomi@E@Regulation"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)Didomi(im)applicableRegulation",
+ "mangledName": "$s6DidomiAAC20applicableRegulationAA0C0Ovg",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "ObjC"
+ ],
+ "accessorKind": "get"
}
]
},
@@ -11080,81 +13284,6 @@
"declAttributes": [
"AccessControl",
"ObjC",
- "RawDocComment"
- ],
- "funcSelfKind": "NonMutating"
- },
- {
- "kind": "Function",
- "name": "isConsentRequired",
- "printedName": "isConsentRequired()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- }
- ],
- "declKind": "Func",
- "usr": "c:@M@Didomi@objc(cs)Didomi(im)isConsentRequired",
- "mangledName": "$s6DidomiAAC17isConsentRequiredSbyF",
- "moduleName": "Didomi",
- "deprecated": true,
- "declAttributes": [
- "AccessControl",
- "ObjC",
- "Available",
- "RawDocComment"
- ],
- "funcSelfKind": "NonMutating"
- },
- {
- "kind": "Function",
- "name": "isUserConsentStatusPartial",
- "printedName": "isUserConsentStatusPartial()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- }
- ],
- "declKind": "Func",
- "usr": "c:@M@Didomi@objc(cs)Didomi(im)isUserConsentStatusPartial",
- "mangledName": "$s6DidomiAAC26isUserConsentStatusPartialSbyF",
- "moduleName": "Didomi",
- "deprecated": true,
- "declAttributes": [
- "AccessControl",
- "ObjC",
- "Available",
- "RawDocComment"
- ],
- "funcSelfKind": "NonMutating"
- },
- {
- "kind": "Function",
- "name": "isUserLegitimateInterestStatusPartial",
- "printedName": "isUserLegitimateInterestStatusPartial()",
- "children": [
- {
- "kind": "TypeNominal",
- "name": "Bool",
- "printedName": "Swift.Bool",
- "usr": "s:Sb"
- }
- ],
- "declKind": "Func",
- "usr": "c:@M@Didomi@objc(cs)Didomi(im)isUserLegitimateInterestStatusPartial",
- "mangledName": "$s6DidomiAAC37isUserLegitimateInterestStatusPartialSbyF",
- "moduleName": "Didomi",
- "deprecated": true,
- "declAttributes": [
- "AccessControl",
- "ObjC",
- "Available",
"RawDocComment"
],
"funcSelfKind": "NonMutating"
@@ -11423,7 +13552,7 @@
],
"declKind": "Func",
"usr": "c:@M@Didomi@objc(cs)Didomi(im)onReadyWithCallback:",
- "mangledName": "$s6DidomiAAC7onReady8callbackyyyc_tF",
+ "mangledName": "$s6DidomiAAC7onReady8callbackyyyYbc_tF",
"moduleName": "Didomi",
"objc_name": "onReadyWithCallback:",
"declAttributes": [
@@ -11511,7 +13640,7 @@
],
"declKind": "Func",
"usr": "c:@M@Didomi@objc(cs)Didomi(im)addVendorStatusListenerWithId::",
- "mangledName": "$s6DidomiAAC23addVendorStatusListener2id_ySS_yAA011CurrentUserD0C0cD0CctF",
+ "mangledName": "$s6DidomiAAC23addVendorStatusListener2id_ySS_yAA011CurrentUserD0C0cD0CYbctF",
"moduleName": "Didomi",
"objc_name": "addVendorStatusListenerWithId::",
"declAttributes": [
@@ -12198,6 +14327,33 @@
},
{
"kind": "Function",
+ "name": "isConsentRequired",
+ "printedName": "isConsentRequired()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)isConsentRequired",
+ "mangledName": "$s6DidomiAAC17isConsentRequiredSbyF",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "Available",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
"name": "shouldConsentBeCollected",
"printedName": "shouldConsentBeCollected()",
"children": [
@@ -12268,6 +14424,60 @@
"Dynamic",
"AccessControl",
"ObjC",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isUserConsentStatusPartial",
+ "printedName": "isUserConsentStatusPartial()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)isUserConsentStatusPartial",
+ "mangledName": "$s6DidomiAAC26isUserConsentStatusPartialSbyF",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "Available",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isUserLegitimateInterestStatusPartial",
+ "printedName": "isUserLegitimateInterestStatusPartial()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)isUserLegitimateInterestStatusPartial",
+ "mangledName": "$s6DidomiAAC37isUserLegitimateInterestStatusPartialSbyF",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12489,6 +14699,36 @@
{
"kind": "Function",
"name": "setUser",
+ "printedName": "setUser(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiUserParameters",
+ "printedName": "Didomi.DidomiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUser:",
+ "mangledName": "$s6DidomiAAC7setUseryyAA0aC10ParametersCF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setUser",
"printedName": "setUser(id:)",
"children": [
{
@@ -12507,11 +14747,13 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithId:",
"mangledName": "$s6DidomiAAC7setUser2idySS_tF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithId:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12544,11 +14786,13 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithId:isUnderage:",
"mangledName": "$s6DidomiAAC7setUser2id10isUnderageySS_SbtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithId:isUnderage:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12581,11 +14825,13 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithId:containerController:",
"mangledName": "$s6DidomiAAC7setUser2id19containerControllerySS_So06UIViewF0CtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithId:containerController:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12624,11 +14870,13 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithId:isUnderage:containerController:",
"mangledName": "$s6DidomiAAC7setUser2id10isUnderage19containerControllerySS_SbSo06UIViewH0CtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithId:isUnderage:containerController:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12655,11 +14903,13 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:",
"mangledName": "$s6DidomiAAC7setUser14userAuthParamsyAA0ceF0C_tF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithUserAuthParams:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12692,11 +14942,13 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:isUnderage:",
"mangledName": "$s6DidomiAAC7setUser14userAuthParams10isUnderageyAA0ceF0C_SbtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithUserAuthParams:isUnderage:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12737,12 +14989,104 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:synchronizedUsers:",
"mangledName": "$s6DidomiAAC7setUser14userAuthParams17synchronizedUsersyAA0ceF0C_SayAGGtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithUserAuthParams:synchronizedUsers:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setUser",
+ "printedName": "setUser(userAuthParams:dcsUser:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:dcsUser:",
+ "mangledName": "$s6DidomiAAC7setUser14userAuthParams03dcsC0yAA0ceF0C_AGtF",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "objc_name": "setUserWithUserAuthParams:dcsUser:",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "Available"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setUser",
+ "printedName": "setUser(userAuthParams:synchronizedUsers:dcsUser:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.UserAuthParams]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:synchronizedUsers:dcsUser:",
+ "mangledName": "$s6DidomiAAC7setUser14userAuthParams17synchronizedUsers03dcsC0yAA0ceF0C_SayAHGAHtF",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "objc_name": "setUserWithUserAuthParams:synchronizedUsers:dcsUser:",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "Available"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
@@ -12788,11 +15132,117 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:synchronizedUsers:isUnderage:",
"mangledName": "$s6DidomiAAC7setUser14userAuthParams17synchronizedUsers10isUnderageyAA0ceF0C_SayAHGSbtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithUserAuthParams:synchronizedUsers:isUnderage:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setUser",
+ "printedName": "setUser(userAuthParams:dcsUser:isUnderage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:dcsUser:isUnderage:",
+ "mangledName": "$s6DidomiAAC7setUser14userAuthParams03dcsC010isUnderageyAA0ceF0C_AHSbtF",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "objc_name": "setUserWithUserAuthParams:dcsUser:isUnderage:",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "Available",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setUser",
+ "printedName": "setUser(userAuthParams:synchronizedUsers:dcsUser:isUnderage:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.UserAuthParams]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:synchronizedUsers:dcsUser:isUnderage:",
+ "mangledName": "$s6DidomiAAC7setUser14userAuthParams17synchronizedUsers03dcsC010isUnderageyAA0ceF0C_SayAIGAISbtF",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "objc_name": "setUserWithUserAuthParams:synchronizedUsers:dcsUser:isUnderage:",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12825,11 +15275,58 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:containerController:",
"mangledName": "$s6DidomiAAC7setUser14userAuthParams19containerControlleryAA0ceF0C_So06UIViewH0CtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithUserAuthParams:containerController:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setUser",
+ "printedName": "setUser(userAuthParams:dcsUser:containerController:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:dcsUser:containerController:",
+ "mangledName": "$s6DidomiAAC7setUser14userAuthParams03dcsC019containerControlleryAA0ceF0C_AHSo06UIViewI0CtF",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "objc_name": "setUserWithUserAuthParams:dcsUser:containerController:",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12868,11 +15365,13 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:isUnderage:containerController:",
"mangledName": "$s6DidomiAAC7setUser14userAuthParams10isUnderage19containerControlleryAA0ceF0C_SbSo06UIViewJ0CtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithUserAuthParams:isUnderage:containerController:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12919,11 +15418,13 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:synchronizedUsers:containerController:",
"mangledName": "$s6DidomiAAC7setUser14userAuthParams17synchronizedUsers19containerControlleryAA0ceF0C_SayAHGSo06UIViewJ0CtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithUserAuthParams:synchronizedUsers:containerController:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
],
"isFromExtension": true,
@@ -12976,12 +15477,78 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:synchronizedUsers:isUnderage:containerController:",
"mangledName": "$s6DidomiAAC7setUser14userAuthParams17synchronizedUsers10isUnderage19containerControlleryAA0ceF0C_SayAIGSbSo06UIViewL0CtF",
"moduleName": "Didomi",
+ "deprecated": true,
"objc_name": "setUserWithUserAuthParams:synchronizedUsers:isUnderage:containerController:",
"declAttributes": [
"Dynamic",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "setUser",
+ "printedName": "setUser(userAuthParams:synchronizedUsers:dcsUser:isUnderage:containerController:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.UserAuthParams]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UIViewController",
+ "printedName": "UIKit.UIViewController",
+ "usr": "c:objc(cs)UIViewController"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)setUserWithUserAuthParams:synchronizedUsers:dcsUser:isUnderage:containerController:",
+ "mangledName": "$s6DidomiAAC7setUser14userAuthParams17synchronizedUsers03dcsC010isUnderage19containerControlleryAA0ceF0C_SayAJGAJSbSo06UIViewM0CtF",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "objc_name": "setUserWithUserAuthParams:synchronizedUsers:dcsUser:isUnderage:containerController:",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "Available"
],
"isFromExtension": true,
"funcSelfKind": "NonMutating"
@@ -13000,6 +15567,94 @@
"declKind": "Func",
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)clearUser",
"mangledName": "$s6DidomiAAC9clearUseryyF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "clearAllUsers",
+ "printedName": "clearAllUsers()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)clearAllUsers",
+ "mangledName": "$s6DidomiAAC13clearAllUsersyyF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "loadUserStatuses",
+ "printedName": "loadUserStatuses(_:callback:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.DidomiUserParameters]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "DidomiUserParameters",
+ "printedName": "Didomi.DidomiUserParameters",
+ "usr": "c:@M@Didomi@objc(cs)DidomiUserParameters"
+ }
+ ],
+ "usr": "s:Sa"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "([Didomi.LoadUserStatusResult]) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Array",
+ "printedName": "[Didomi.LoadUserStatusResult]",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "LoadUserStatusResult",
+ "printedName": "Didomi.LoadUserStatusResult",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult"
+ }
+ ],
+ "usr": "s:Sa"
+ }
+ ]
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)loadUserStatuses:callback:",
+ "mangledName": "$s6DidomiAAC16loadUserStatuses_8callbackySayAA0aC10ParametersCG_ySayAA04LoadC12StatusResultCGYbctF",
"moduleName": "Didomi",
"declAttributes": [
"Dynamic",
@@ -13053,6 +15708,46 @@
"usr": "c:@CM@Didomi@objc(cs)Didomi(im)getCurrentUserStatus",
"mangledName": "$s6DidomiAAC20getCurrentUserStatusAA0cdE0CyF",
"moduleName": "Didomi",
+ "declAttributes": [
+ "Dynamic",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "getCurrentUserStatus",
+ "printedName": "getCurrentUserStatus(userAuth:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.CurrentUserStatus?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CurrentUserStatus",
+ "printedName": "Didomi.CurrentUserStatus",
+ "usr": "c:@M@Didomi@objc(cs)DDMCurrentUserStatus"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@CM@Didomi@objc(cs)Didomi(im)getCurrentUserStatusWithUserAuth:",
+ "mangledName": "$s6DidomiAAC20getCurrentUserStatus8userAuthAA0cdE0CSgAA0dG0_p_tF",
+ "moduleName": "Didomi",
+ "objc_name": "getCurrentUserStatusWithUserAuth:",
"declAttributes": [
"Dynamic",
"AccessControl",
@@ -13178,10 +15873,17 @@
"conformances": [
{
"kind": "Conformance",
- "name": "ViewProviderDelegate",
- "printedName": "ViewProviderDelegate",
- "usr": "c:@M@Didomi@objc(pl)ViewProviderDelegate",
- "mangledName": "$s6Didomi20ViewProviderDelegateP"
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -13231,6 +15933,27 @@
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "ViewProviderDelegate",
+ "printedName": "ViewProviderDelegate",
+ "usr": "c:@M@Didomi@objc(pl)ViewProviderDelegate",
+ "mangledName": "$s6Didomi20ViewProviderDelegateP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
},
@@ -13296,6 +16019,26 @@
},
{
"kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
@@ -13471,6 +16214,1139 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "LoadUserStatusResult",
+ "printedName": "LoadUserStatusResult",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "currentUserStatus",
+ "printedName": "currentUserStatus",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.CurrentUserStatus?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CurrentUserStatus",
+ "printedName": "Didomi.CurrentUserStatus",
+ "usr": "c:@M@Didomi@objc(cs)DDMCurrentUserStatus"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult(py)currentUserStatus",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC07currentcD0AA07CurrentcD0CSgvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.CurrentUserStatus?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "CurrentUserStatus",
+ "printedName": "Didomi.CurrentUserStatus",
+ "usr": "c:@M@Didomi@objc(cs)DDMCurrentUserStatus"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult(im)currentUserStatus",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC07currentcD0AA07CurrentcD0CSgvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "syncDate",
+ "printedName": "syncDate",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult(py)syncDate",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC8syncDateSSvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult(im)syncDate",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC8syncDateSSvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "userAuth",
+ "printedName": "userAuth",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult(py)userAuth",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC8userAuthAA0cG0_pvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuth",
+ "printedName": "any Didomi.UserAuth",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult(im)userAuth",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC8userAuthAA0cG0_pvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "status",
+ "printedName": "status",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult(py)status",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC6statusAC0D0Ovp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult(im)status",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC6statusAC0D0Ovg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "error",
+ "printedName": "error",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:6Didomi20LoadUserStatusResultC5errorAC05ErrorD0OSgvp",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC5errorAC05ErrorD0OSgvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:6Didomi20LoadUserStatusResultC5errorAC05ErrorD0OSgvg",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC5errorAC05ErrorD0OSgvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "LoadUserStatusResult",
+ "printedName": "Didomi.LoadUserStatusResult",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult(im)init",
+ "mangledName": "$s6Didomi20LoadUserStatusResultCACycfc",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "Status",
+ "printedName": "Status",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "cached",
+ "printedName": "cached",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.LoadUserStatusResult.Status.Type) -> Didomi.LoadUserStatusResult.Status",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.LoadUserStatusResult.Status.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O6cachedyA2EmF",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O6cachedyA2EmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "invalid",
+ "printedName": "invalid",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.LoadUserStatusResult.Status.Type) -> Didomi.LoadUserStatusResult.Status",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.LoadUserStatusResult.Status.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O7invalidyA2EmF",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O7invalidyA2EmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "newUser",
+ "printedName": "newUser",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.LoadUserStatusResult.Status.Type) -> Didomi.LoadUserStatusResult.Status",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.LoadUserStatusResult.Status.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O03newC0yA2EmF",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O03newC0yA2EmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "synced",
+ "printedName": "synced",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.LoadUserStatusResult.Status.Type) -> Didomi.LoadUserStatusResult.Status",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.LoadUserStatusResult.Status.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O6syncedyA2EmF",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O6syncedyA2EmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "description",
+ "printedName": "description",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O11descriptionSSvp",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O11descriptionSSvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O11descriptionSSvg",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O11descriptionSSvg",
+ "moduleName": "Didomi",
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.LoadUserStatusResult.Status?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Status",
+ "printedName": "Didomi.LoadUserStatusResult.Status",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O8rawValueAESgSi_tcfc",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O8rawValueAESgSi_tcfc",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O8rawValueSivp",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O8rawValueSivp",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O8rawValueSivg",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O8rawValueSivg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:6Didomi20LoadUserStatusResultC0D0O",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC0D0O",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ],
+ "isFromExtension": true,
+ "enumRawTypeName": "Int",
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "ErrorStatus",
+ "printedName": "ErrorStatus",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "multiStorageDisabled",
+ "printedName": "multiStorageDisabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.LoadUserStatusResult.ErrorStatus.Type) -> Didomi.LoadUserStatusResult.ErrorStatus",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O20multiStorageDisabledyA2EmF",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O20multiStorageDisabledyA2EmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 0
+ },
+ {
+ "kind": "Var",
+ "name": "syncDisabled",
+ "printedName": "syncDisabled",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.LoadUserStatusResult.ErrorStatus.Type) -> Didomi.LoadUserStatusResult.ErrorStatus",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O12syncDisabledyA2EmF",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O12syncDisabledyA2EmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 1
+ },
+ {
+ "kind": "Var",
+ "name": "syncFailed",
+ "printedName": "syncFailed",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.LoadUserStatusResult.ErrorStatus.Type) -> Didomi.LoadUserStatusResult.ErrorStatus",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O10syncFailedyA2EmF",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O10syncFailedyA2EmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 2
+ },
+ {
+ "kind": "Var",
+ "name": "dcsSignatureFailed",
+ "printedName": "dcsSignatureFailed",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.LoadUserStatusResult.ErrorStatus.Type) -> Didomi.LoadUserStatusResult.ErrorStatus",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Metatype",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus.Type",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ }
+ ]
+ }
+ ]
+ }
+ ],
+ "declKind": "EnumElement",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O18dcsSignatureFailedyA2EmF",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O18dcsSignatureFailedyA2EmF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment",
+ "ObjC"
+ ],
+ "fixedbinaryorder": 3
+ },
+ {
+ "kind": "Var",
+ "name": "description",
+ "printedName": "description",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O11descriptionSSvp",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O11descriptionSSvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O11descriptionSSvg",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O11descriptionSSvg",
+ "moduleName": "Didomi",
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(rawValue:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ErrorStatus",
+ "printedName": "Didomi.LoadUserStatusResult.ErrorStatus",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O"
+ }
+ ],
+ "usr": "s:Sq"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O8rawValueAESgSi_tcfc",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O8rawValueAESgSi_tcfc",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Var",
+ "name": "rawValue",
+ "printedName": "rawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O8rawValueSivp",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O8rawValueSivp",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O8rawValueSivg",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O8rawValueSivg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "accessorKind": "get"
+ }
+ ]
+ }
+ ],
+ "declKind": "Enum",
+ "usr": "s:6Didomi20LoadUserStatusResultC05ErrorD0O",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC05ErrorD0O",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "isFromExtension": true,
+ "enumRawTypeName": "Int",
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "RawRepresentable",
+ "printedName": "RawRepresentable",
+ "children": [
+ {
+ "kind": "TypeWitness",
+ "name": "RawValue",
+ "printedName": "RawValue",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ]
+ }
+ ],
+ "usr": "s:SY",
+ "mangledName": "$sSY"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ }
+ ]
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@Didomi@objc(cs)LoadUserStatusResult",
+ "mangledName": "$s6Didomi20LoadUserStatusResultC",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "ObjCMembers",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "hasMissingDesignatedInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
"RawDocComment"
]
},
@@ -13541,6 +17417,17 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -13549,6 +17436,73 @@
"name": "SyncReadyEvent",
"printedName": "SyncReadyEvent",
"children": [
+ {
+ "kind": "Var",
+ "name": "organizationUserId",
+ "printedName": "organizationUserId",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncReadyEvent(py)organizationUserId",
+ "mangledName": "$s6Didomi14SyncReadyEventC18organizationUserIdSSSgvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Swift.String?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncReadyEvent(im)organizationUserId",
+ "mangledName": "$s6Didomi14SyncReadyEventC18organizationUserIdSSSgvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
{
"kind": "Var",
"name": "statusApplied",
@@ -13721,6 +17675,20 @@
"conformances": [
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -13797,6 +17765,244 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "TypeDecl",
+ "name": "IntegrationErrorEvent",
+ "printedName": "IntegrationErrorEvent",
+ "children": [
+ {
+ "kind": "Var",
+ "name": "integrationName",
+ "printedName": "integrationName",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent(py)integrationName",
+ "mangledName": "$s6Didomi21IntegrationErrorEventC15integrationNameSSvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent(im)integrationName",
+ "mangledName": "$s6Didomi21IntegrationErrorEventC15integrationNameSSvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "reason",
+ "printedName": "reason",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent(py)reason",
+ "mangledName": "$s6Didomi21IntegrationErrorEventC6reasonSSvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "Final",
+ "HasStorage",
+ "AccessControl",
+ "RawDocComment",
+ "ObjC"
+ ],
+ "isLet": true,
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent(im)reason",
+ "mangledName": "$s6Didomi21IntegrationErrorEventC6reasonSSvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "Final",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "IntegrationErrorEvent",
+ "printedName": "Didomi.IntegrationErrorEvent",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent(im)init",
+ "mangledName": "$s6Didomi21IntegrationErrorEventCACycfc",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
+ }
+ ],
+ "declKind": "Class",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent",
+ "mangledName": "$s6Didomi21IntegrationErrorEventC",
+ "moduleName": "Didomi",
+ "objc_name": "DDMIntegrationErrorEvent",
+ "declAttributes": [
+ "AccessControl",
+ "ObjCMembers",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "hasMissingDesignatedInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ }
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -13853,6 +18059,44 @@
"accessorKind": "get"
}
]
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@Didomi@objc(pl)UserAuth(im)isEqual:",
+ "mangledName": "$s6Didomi8UserAuthP7isEqualySbypSgF",
+ "moduleName": "Didomi",
+ "genericSig": "<τ_0_0 where τ_0_0 : Didomi.UserAuth>",
+ "sugared_genericSig": "<Self where Self : Didomi.UserAuth>",
+ "protocolReq": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "reqNewWitnessTableEntry": true,
+ "funcSelfKind": "NonMutating"
}
],
"declKind": "Protocol",
@@ -13865,6 +18109,22 @@
"AccessControl",
"ObjC",
"RawDocComment"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ }
]
},
{
@@ -13872,6 +18132,35 @@
"name": "UserAuthParams",
"printedName": "UserAuthParams",
"children": [
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthParams",
+ "printedName": "Didomi.UserAuthParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi14UserAuthParamsC4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s6Didomi14UserAuthParamsC4fromACs7Decoder_p_tKcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "Required"
+ ],
+ "throwing": true,
+ "init_kind": "Designated"
+ },
{
"kind": "Var",
"name": "id",
@@ -14251,6 +18540,123 @@
]
},
{
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams(im)isEqual:",
+ "mangledName": "$s6Didomi14UserAuthParamsC7isEqualySbypSgF",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "AccessControl",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(to:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Encoder",
+ "printedName": "any Swift.Encoder",
+ "usr": "s:s7EncoderP"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:6Didomi14UserAuthParamsC6encode2toys7Encoder_p_tKF",
+ "mangledName": "$s6Didomi14UserAuthParamsC6encode2toys7Encoder_p_tKF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hash",
+ "printedName": "hash",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams(py)hash",
+ "mangledName": "$s6Didomi14UserAuthParamsC4hashSivp",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "hash",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "AccessControl",
+ "Override"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthParams(im)hash",
+ "mangledName": "$s6Didomi14UserAuthParamsC4hashSivg",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "hash",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
"kind": "Constructor",
"name": "init",
"printedName": "init()",
@@ -14298,6 +18704,34 @@
"printedName": "UserAuth",
"usr": "c:@M@Didomi@objc(pl)UserAuth",
"mangledName": "$s6Didomi8UserAuthP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -14356,6 +18790,63 @@
"printedName": "UserAuthWithoutParams",
"children": [
{
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(id:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthWithoutParams",
+ "printedName": "Didomi.UserAuthWithoutParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "String",
+ "printedName": "Swift.String",
+ "usr": "s:SS"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams(im)initWithId:",
+ "mangledName": "$s6Didomi21UserAuthWithoutParamsC2idACSS_tcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "ObjC"
+ ],
+ "init_kind": "Designated"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthWithoutParams",
+ "printedName": "Didomi.UserAuthWithoutParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi21UserAuthWithoutParamsC4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s6Didomi21UserAuthWithoutParamsC4fromACs7Decoder_p_tKcfc",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
+ "Required"
+ ],
+ "throwing": true,
+ "init_kind": "Designated"
+ },
+ {
"kind": "Var",
"name": "id",
"printedName": "id",
@@ -14368,7 +18859,7 @@
}
],
"declKind": "Var",
- "usr": "s:6Didomi21UserAuthWithoutParamsC2idSSvp",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams(py)id",
"mangledName": "$s6Didomi21UserAuthWithoutParamsC2idSSvp",
"moduleName": "Didomi",
"objc_name": "id",
@@ -14393,7 +18884,7 @@
}
],
"declKind": "Accessor",
- "usr": "s:6Didomi21UserAuthWithoutParamsC2idSSvg",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams(im)id",
"mangledName": "$s6Didomi21UserAuthWithoutParamsC2idSSvg",
"moduleName": "Didomi",
"implicit": true,
@@ -14421,7 +18912,7 @@
}
],
"declKind": "Accessor",
- "usr": "s:6Didomi21UserAuthWithoutParamsC2idSSvs",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams(im)setId:",
"mangledName": "$s6Didomi21UserAuthWithoutParamsC2idSSvs",
"moduleName": "Didomi",
"implicit": true,
@@ -14449,18 +18940,165 @@
"accessorKind": "_modify"
}
]
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams(im)isEqual:",
+ "mangledName": "$s6Didomi21UserAuthWithoutParamsC7isEqualySbypSgF",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "AccessControl",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(to:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Encoder",
+ "printedName": "any Swift.Encoder",
+ "usr": "s:s7EncoderP"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:6Didomi21UserAuthWithoutParamsC6encode2toys7Encoder_p_tKF",
+ "mangledName": "$s6Didomi21UserAuthWithoutParamsC6encode2toys7Encoder_p_tKF",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl"
+ ],
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hash",
+ "printedName": "hash",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams(py)hash",
+ "mangledName": "$s6Didomi21UserAuthWithoutParamsC4hashSivp",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "hash",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "AccessControl",
+ "Override"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams(im)hash",
+ "mangledName": "$s6Didomi21UserAuthWithoutParamsC4hashSivg",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "hash",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthWithoutParams",
+ "printedName": "Didomi.UserAuthWithoutParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams(im)init",
+ "mangledName": "$s6Didomi21UserAuthWithoutParamsCACycfc",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "implicit": true,
+ "objc_name": "init",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "Override"
+ ],
+ "init_kind": "Designated"
}
],
"declKind": "Class",
- "usr": "s:6Didomi21UserAuthWithoutParamsC",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithoutParams",
"mangledName": "$s6Didomi21UserAuthWithoutParamsC",
"moduleName": "Didomi",
"declAttributes": [
"AccessControl",
"ObjCMembers",
- "RawDocComment"
+ "RawDocComment",
+ "ObjC"
],
- "hasMissingDesignatedInitializers": true,
+ "superclassUsr": "c:objc(cs)NSObject",
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
"conformances": [
{
"kind": "Conformance",
@@ -14468,6 +19106,83 @@
"printedName": "UserAuth",
"usr": "c:@M@Didomi@objc(pl)UserAuth",
"mangledName": "$s6Didomi8UserAuthP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
}
]
},
@@ -14579,6 +19294,36 @@
"init_kind": "Convenience"
},
{
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthWithEncryptionParams",
+ "printedName": "Didomi.UserAuthWithEncryptionParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithEncryptionParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi28UserAuthWithEncryptionParamsC4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s6Didomi28UserAuthWithEncryptionParamsC4fromACs7Decoder_p_tKcfc",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "declAttributes": [
+ "AccessControl",
+ "Required"
+ ],
+ "throwing": true,
+ "init_kind": "Designated"
+ },
+ {
"kind": "Var",
"name": "initializationVector",
"printedName": "initializationVector",
@@ -14670,6 +19415,125 @@
"accessorKind": "_modify"
}
]
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(to:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Encoder",
+ "printedName": "any Swift.Encoder",
+ "usr": "s:s7EncoderP"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:6Didomi28UserAuthWithEncryptionParamsC6encode2toys7Encoder_p_tKF",
+ "mangledName": "$s6Didomi28UserAuthWithEncryptionParamsC6encode2toys7Encoder_p_tKF",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "declAttributes": [
+ "AccessControl",
+ "Override"
+ ],
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithEncryptionParams(im)isEqual:",
+ "mangledName": "$s6Didomi28UserAuthWithEncryptionParamsC7isEqualySbypSgF",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "AccessControl",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hash",
+ "printedName": "hash",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithEncryptionParams(py)hash",
+ "mangledName": "$s6Didomi28UserAuthWithEncryptionParamsC4hashSivp",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "hash",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "AccessControl",
+ "Override"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithEncryptionParams(im)hash",
+ "mangledName": "$s6Didomi28UserAuthWithEncryptionParamsC4hashSivg",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "hash",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
}
],
"declKind": "Class",
@@ -14695,6 +19559,34 @@
"printedName": "UserAuth",
"usr": "c:@M@Didomi@objc(pl)UserAuth",
"mangledName": "$s6Didomi8UserAuthP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -14883,6 +19775,36 @@
"ObjC"
],
"init_kind": "Convenience"
+ },
+ {
+ "kind": "Constructor",
+ "name": "init",
+ "printedName": "init(from:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "UserAuthWithHashParams",
+ "printedName": "Didomi.UserAuthWithHashParams",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithHashParams"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Decoder",
+ "printedName": "any Swift.Decoder",
+ "usr": "s:s7DecoderP"
+ }
+ ],
+ "declKind": "Constructor",
+ "usr": "s:6Didomi22UserAuthWithHashParamsC4fromACs7Decoder_p_tKcfc",
+ "mangledName": "$s6Didomi22UserAuthWithHashParamsC4fromACs7Decoder_p_tKcfc",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "declAttributes": [
+ "AccessControl",
+ "Required"
+ ],
+ "throwing": true,
+ "init_kind": "Designated"
},
{
"kind": "Var",
@@ -15094,6 +20016,125 @@
"accessorKind": "_modify"
}
]
+ },
+ {
+ "kind": "Function",
+ "name": "encode",
+ "printedName": "encode(to:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Encoder",
+ "printedName": "any Swift.Encoder",
+ "usr": "s:s7EncoderP"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "s:6Didomi22UserAuthWithHashParamsC6encode2toys7Encoder_p_tKF",
+ "mangledName": "$s6Didomi22UserAuthWithHashParamsC6encode2toys7Encoder_p_tKF",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "declAttributes": [
+ "AccessControl",
+ "Override"
+ ],
+ "throwing": true,
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Function",
+ "name": "isEqual",
+ "printedName": "isEqual(_:)",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Bool",
+ "printedName": "Swift.Bool",
+ "usr": "s:Sb"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "Optional",
+ "printedName": "Any?",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "ProtocolComposition",
+ "printedName": "Any"
+ }
+ ],
+ "usr": "s:Sq"
+ }
+ ],
+ "declKind": "Func",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithHashParams(im)isEqual:",
+ "mangledName": "$s6Didomi22UserAuthWithHashParamsC7isEqualySbypSgF",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "isEqual:",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "AccessControl",
+ "Override"
+ ],
+ "funcSelfKind": "NonMutating"
+ },
+ {
+ "kind": "Var",
+ "name": "hash",
+ "printedName": "hash",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithHashParams(py)hash",
+ "mangledName": "$s6Didomi22UserAuthWithHashParamsC4hashSivp",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "hash",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC",
+ "AccessControl",
+ "Override"
+ ],
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Int",
+ "printedName": "Swift.Int",
+ "usr": "s:Si"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)UserAuthWithHashParams(im)hash",
+ "mangledName": "$s6Didomi22UserAuthWithHashParamsC4hashSivg",
+ "moduleName": "Didomi",
+ "overriding": true,
+ "objc_name": "hash",
+ "declAttributes": [
+ "Dynamic",
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ }
+ ]
}
],
"declKind": "Class",
@@ -15119,6 +20160,34 @@
"printedName": "UserAuth",
"usr": "c:@M@Didomi@objc(pl)UserAuth",
"mangledName": "$s6Didomi8UserAuthP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Decodable",
+ "printedName": "Decodable",
+ "usr": "s:Se",
+ "mangledName": "$sSe"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Encodable",
+ "printedName": "Encodable",
+ "usr": "s:SE",
+ "mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -15183,6 +20252,16 @@
},
{
"kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -15273,8 +20352,8 @@
},
{
"kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
+ "name": "UIKit",
+ "printedName": "UIKit",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -15363,6 +20442,16 @@
},
{
"kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
@@ -15398,6 +20487,7 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -15597,6 +20687,27 @@
"conformances": [
{
"kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -15643,6 +20754,13 @@
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
},
@@ -15685,6 +20803,16 @@
},
{
"kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -15705,8 +20833,38 @@
},
{
"kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -15805,11 +20963,12 @@
},
{
"kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
+ "name": "Foundation",
+ "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -17009,11 +22168,13 @@
"usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onNoticeClickViewSPIPurposes",
"mangledName": "$s6Didomi13EventListenerC28onNoticeClickViewSPIPurposesyyAA0B4TypeOcvp",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl",
- "ObjC"
+ "ObjC",
+ "Available"
],
"hasStorage": true,
"accessors": [
@@ -17105,7 +22266,11 @@
"usr": "s:6Didomi13EventListenerC28onNoticeClickViewSPIPurposesyyAA0B4TypeOcvM",
"mangledName": "$s6Didomi13EventListenerC28onNoticeClickViewSPIPurposesyyAA0B4TypeOcvM",
"moduleName": "Didomi",
+ "deprecated": true,
"implicit": true,
+ "declAttributes": [
+ "Available"
+ ],
"accessorKind": "_modify"
}
]
@@ -17785,11 +22950,13 @@
"usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onPreferencesClickViewSPIPurposes",
"mangledName": "$s6Didomi13EventListenerC33onPreferencesClickViewSPIPurposesyyAA0B4TypeOcvp",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl",
- "ObjC"
+ "ObjC",
+ "Available"
],
"hasStorage": true,
"accessors": [
@@ -17881,7 +23048,11 @@
"usr": "s:6Didomi13EventListenerC33onPreferencesClickViewSPIPurposesyyAA0B4TypeOcvM",
"mangledName": "$s6Didomi13EventListenerC33onPreferencesClickViewSPIPurposesyyAA0B4TypeOcvM",
"moduleName": "Didomi",
+ "deprecated": true,
"implicit": true,
+ "declAttributes": [
+ "Available"
+ ],
"accessorKind": "_modify"
}
]
@@ -20250,11 +25421,13 @@
"usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onPreferencesClickSPIPurposeAgree",
"mangledName": "$s6Didomi13EventListenerC33onPreferencesClickSPIPurposeAgreeyyAA0B4TypeO_SSSgtcvp",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl",
"ObjC",
+ "Available",
"RawDocComment"
],
"hasStorage": true,
@@ -20389,7 +25562,11 @@
"usr": "s:6Didomi13EventListenerC33onPreferencesClickSPIPurposeAgreeyyAA0B4TypeO_SSSgtcvM",
"mangledName": "$s6Didomi13EventListenerC33onPreferencesClickSPIPurposeAgreeyyAA0B4TypeO_SSSgtcvM",
"moduleName": "Didomi",
+ "deprecated": true,
"implicit": true,
+ "declAttributes": [
+ "Available"
+ ],
"accessorKind": "_modify"
}
]
@@ -20443,11 +25620,13 @@
"usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onPreferencesClickSPIPurposeDisagree",
"mangledName": "$s6Didomi13EventListenerC36onPreferencesClickSPIPurposeDisagreeyyAA0B4TypeO_SSSgtcvp",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl",
- "ObjC"
+ "ObjC",
+ "Available"
],
"hasStorage": true,
"accessors": [
@@ -20581,7 +25760,11 @@
"usr": "s:6Didomi13EventListenerC36onPreferencesClickSPIPurposeDisagreeyyAA0B4TypeO_SSSgtcvM",
"mangledName": "$s6Didomi13EventListenerC36onPreferencesClickSPIPurposeDisagreeyyAA0B4TypeO_SSSgtcvM",
"moduleName": "Didomi",
+ "deprecated": true,
"implicit": true,
+ "declAttributes": [
+ "Available"
+ ],
"accessorKind": "_modify"
}
]
@@ -20635,11 +25818,13 @@
"usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onPreferencesClickSPICategoryAgree",
"mangledName": "$s6Didomi13EventListenerC34onPreferencesClickSPICategoryAgreeyyAA0B4TypeO_SSSgtcvp",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl",
- "ObjC"
+ "ObjC",
+ "Available"
],
"hasStorage": true,
"accessors": [
@@ -20773,7 +25958,11 @@
"usr": "s:6Didomi13EventListenerC34onPreferencesClickSPICategoryAgreeyyAA0B4TypeO_SSSgtcvM",
"mangledName": "$s6Didomi13EventListenerC34onPreferencesClickSPICategoryAgreeyyAA0B4TypeO_SSSgtcvM",
"moduleName": "Didomi",
+ "deprecated": true,
"implicit": true,
+ "declAttributes": [
+ "Available"
+ ],
"accessorKind": "_modify"
}
]
@@ -20827,11 +26016,13 @@
"usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onPreferencesClickSPICategoryDisagree",
"mangledName": "$s6Didomi13EventListenerC37onPreferencesClickSPICategoryDisagreeyyAA0B4TypeO_SSSgtcvp",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl",
- "ObjC"
+ "ObjC",
+ "Available"
],
"hasStorage": true,
"accessors": [
@@ -20965,7 +26156,11 @@
"usr": "s:6Didomi13EventListenerC37onPreferencesClickSPICategoryDisagreeyyAA0B4TypeO_SSSgtcvM",
"mangledName": "$s6Didomi13EventListenerC37onPreferencesClickSPICategoryDisagreeyyAA0B4TypeO_SSSgtcvM",
"moduleName": "Didomi",
+ "deprecated": true,
"implicit": true,
+ "declAttributes": [
+ "Available"
+ ],
"accessorKind": "_modify"
}
]
@@ -20998,11 +26193,13 @@
"usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onPreferencesClickSPIPurposeSaveChoices",
"mangledName": "$s6Didomi13EventListenerC39onPreferencesClickSPIPurposeSaveChoicesyyAA0B4TypeOcvp",
"moduleName": "Didomi",
+ "deprecated": true,
"declAttributes": [
"HasInitialValue",
"HasStorage",
"AccessControl",
- "ObjC"
+ "ObjC",
+ "Available"
],
"hasStorage": true,
"accessors": [
@@ -21093,6 +26290,140 @@
"declKind": "Accessor",
"usr": "s:6Didomi13EventListenerC39onPreferencesClickSPIPurposeSaveChoicesyyAA0B4TypeOcvM",
"mangledName": "$s6Didomi13EventListenerC39onPreferencesClickSPIPurposeSaveChoicesyyAA0B4TypeOcvM",
+ "moduleName": "Didomi",
+ "deprecated": true,
+ "implicit": true,
+ "declAttributes": [
+ "Available"
+ ],
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "onSyncUserChanged",
+ "printedName": "onSyncUserChanged",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.SyncUserChangedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "SyncUserChangedEvent",
+ "printedName": "Didomi.SyncUserChangedEvent",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncUserChangedEvent"
+ }
+ ]
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onSyncUserChanged",
+ "mangledName": "$s6Didomi13EventListenerC17onSyncUserChangedyyAA0efgB0Ccvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.SyncUserChangedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "SyncUserChangedEvent",
+ "printedName": "Didomi.SyncUserChangedEvent",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncUserChangedEvent"
+ }
+ ]
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(im)onSyncUserChanged",
+ "mangledName": "$s6Didomi13EventListenerC17onSyncUserChangedyyAA0efgB0Ccvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.SyncUserChangedEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "SyncUserChangedEvent",
+ "printedName": "Didomi.SyncUserChangedEvent",
+ "usr": "c:@M@Didomi@objc(cs)DDMSyncUserChangedEvent"
+ }
+ ]
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(im)setOnSyncUserChanged:",
+ "mangledName": "$s6Didomi13EventListenerC17onSyncUserChangedyyAA0efgB0Ccvs",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:6Didomi13EventListenerC17onSyncUserChangedyyAA0efgB0CcvM",
+ "mangledName": "$s6Didomi13EventListenerC17onSyncUserChangedyyAA0efgB0CcvM",
"moduleName": "Didomi",
"implicit": true,
"accessorKind": "_modify"
@@ -22005,6 +27336,395 @@
]
},
{
+ "kind": "Var",
+ "name": "onDCSSignatureReady",
+ "printedName": "onDCSSignatureReady",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onDCSSignatureReady",
+ "mangledName": "$s6Didomi13EventListenerC19onDCSSignatureReadyyyAA0B4TypeOcvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(im)onDCSSignatureReady",
+ "mangledName": "$s6Didomi13EventListenerC19onDCSSignatureReadyyyAA0B4TypeOcvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(im)setOnDCSSignatureReady:",
+ "mangledName": "$s6Didomi13EventListenerC19onDCSSignatureReadyyyAA0B4TypeOcvs",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:6Didomi13EventListenerC19onDCSSignatureReadyyyAA0B4TypeOcvM",
+ "mangledName": "$s6Didomi13EventListenerC19onDCSSignatureReadyyyAA0B4TypeOcvM",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "onDCSSignatureError",
+ "printedName": "onDCSSignatureError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onDCSSignatureError",
+ "mangledName": "$s6Didomi13EventListenerC19onDCSSignatureErroryyAA0B4TypeOcvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl",
+ "ObjC"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(im)onDCSSignatureError",
+ "mangledName": "$s6Didomi13EventListenerC19onDCSSignatureErroryyAA0B4TypeOcvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.EventType) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "EventType",
+ "printedName": "Didomi.EventType",
+ "usr": "c:@M@Didomi@E@DDMEventType"
+ }
+ ]
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(im)setOnDCSSignatureError:",
+ "mangledName": "$s6Didomi13EventListenerC19onDCSSignatureErroryyAA0B4TypeOcvs",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:6Didomi13EventListenerC19onDCSSignatureErroryyAA0B4TypeOcvM",
+ "mangledName": "$s6Didomi13EventListenerC19onDCSSignatureErroryyAA0B4TypeOcvM",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
+ "kind": "Var",
+ "name": "onIntegrationError",
+ "printedName": "onIntegrationError",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.IntegrationErrorEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "IntegrationErrorEvent",
+ "printedName": "Didomi.IntegrationErrorEvent",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent"
+ }
+ ]
+ }
+ ],
+ "declKind": "Var",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(py)onIntegrationError",
+ "mangledName": "$s6Didomi13EventListenerC18onIntegrationErroryyAA0efB0Ccvp",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "HasInitialValue",
+ "HasStorage",
+ "AccessControl",
+ "ObjC",
+ "RawDocComment"
+ ],
+ "hasStorage": true,
+ "accessors": [
+ {
+ "kind": "Accessor",
+ "name": "Get",
+ "printedName": "Get()",
+ "children": [
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.IntegrationErrorEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "IntegrationErrorEvent",
+ "printedName": "Didomi.IntegrationErrorEvent",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent"
+ }
+ ]
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(im)onIntegrationError",
+ "mangledName": "$s6Didomi13EventListenerC18onIntegrationErroryyAA0efB0Ccvg",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "accessorKind": "get"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Set",
+ "printedName": "Set()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeFunc",
+ "name": "Function",
+ "printedName": "(Didomi.IntegrationErrorEvent) -> ()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ },
+ {
+ "kind": "TypeNominal",
+ "name": "IntegrationErrorEvent",
+ "printedName": "Didomi.IntegrationErrorEvent",
+ "usr": "c:@M@Didomi@objc(cs)DDMIntegrationErrorEvent"
+ }
+ ]
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "c:@M@Didomi@objc(cs)DDMEventListener(im)setOnIntegrationError:",
+ "mangledName": "$s6Didomi13EventListenerC18onIntegrationErroryyAA0efB0Ccvs",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "declAttributes": [
+ "ObjC"
+ ],
+ "accessorKind": "set"
+ },
+ {
+ "kind": "Accessor",
+ "name": "Modify",
+ "printedName": "Modify()",
+ "children": [
+ {
+ "kind": "TypeNominal",
+ "name": "Void",
+ "printedName": "()"
+ }
+ ],
+ "declKind": "Accessor",
+ "usr": "s:6Didomi13EventListenerC18onIntegrationErroryyAA0efB0CcvM",
+ "mangledName": "$s6Didomi13EventListenerC18onIntegrationErroryyAA0efB0CcvM",
+ "moduleName": "Didomi",
+ "implicit": true,
+ "accessorKind": "_modify"
+ }
+ ]
+ },
+ {
"kind": "Constructor",
"name": "init",
"printedName": "init()",
@@ -22047,6 +27767,20 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -22167,8 +27901,48 @@
},
{
"kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -22399,6 +28173,20 @@
"conformances": [
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -22504,36 +28292,6 @@
},
{
"kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "UIKit",
- "printedName": "UIKit",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
"name": "Foundation",
"printedName": "Foundation",
"declKind": "Import",
@@ -22579,6 +28337,67 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
+ "name": "UIKit",
+ "printedName": "UIKit",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -22617,6 +28436,7 @@
"mangledName": "$s6Didomi20NoticeViewControllerC13noticeSkipped6didomiACSb_A2ACtcfc",
"moduleName": "Didomi",
"declAttributes": [
+ "Preconcurrency",
"Custom",
"AccessControl"
],
@@ -22657,6 +28477,7 @@
"declAttributes": [
"Dynamic",
"ObjC",
+ "Preconcurrency",
"Custom",
"AccessControl",
"Required"
@@ -22683,6 +28504,7 @@
"declAttributes": [
"Dynamic",
"ObjC",
+ "Preconcurrency",
"Custom",
"Override",
"AccessControl"
@@ -22697,12 +28519,12 @@
{
"kind": "TypeNominal",
"name": "Array",
- "printedName": "[UIKit.UIFocusEnvironment]",
+ "printedName": "[any UIKit.UIFocusEnvironment]",
"children": [
{
"kind": "TypeNominal",
"name": "UIFocusEnvironment",
- "printedName": "UIKit.UIFocusEnvironment",
+ "printedName": "any UIKit.UIFocusEnvironment",
"usr": "c:objc(pl)UIFocusEnvironment"
}
],
@@ -22718,6 +28540,7 @@
"declAttributes": [
"Dynamic",
"ObjC",
+ "Preconcurrency",
"Custom",
"Override",
"AccessControl"
@@ -22731,12 +28554,12 @@
{
"kind": "TypeNominal",
"name": "Array",
- "printedName": "[UIKit.UIFocusEnvironment]",
+ "printedName": "[any UIKit.UIFocusEnvironment]",
"children": [
{
"kind": "TypeNominal",
"name": "UIFocusEnvironment",
- "printedName": "UIKit.UIFocusEnvironment",
+ "printedName": "any UIKit.UIFocusEnvironment",
"usr": "c:objc(pl)UIFocusEnvironment"
}
],
@@ -22807,6 +28630,7 @@
"declAttributes": [
"Dynamic",
"ObjC",
+ "Preconcurrency",
"Custom",
"Override"
],
@@ -22818,6 +28642,7 @@
"mangledName": "$s6Didomi20NoticeViewControllerC",
"moduleName": "Didomi",
"declAttributes": [
+ "Preconcurrency",
"Custom",
"AccessControl",
"ObjC"
@@ -22829,6 +28654,20 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -22884,6 +28723,13 @@
"printedName": "Sendable",
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
},
{
"kind": "Conformance",
@@ -22966,16 +28812,6 @@
},
{
"kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -22996,68 +28832,8 @@
},
{
"kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
- "declKind": "Import",
- "moduleName": "Didomi",
- "declAttributes": [
- "RawDocComment"
- ]
- },
- {
- "kind": "Import",
- "name": "Foundation",
- "printedName": "Foundation",
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
@@ -23136,6 +28912,16 @@
},
{
"kind": "Import",
+ "name": "Foundation",
+ "printedName": "Foundation",
+ "declKind": "Import",
+ "moduleName": "Didomi",
+ "declAttributes": [
+ "RawDocComment"
+ ]
+ },
+ {
+ "kind": "Import",
"name": "UIKit",
"printedName": "UIKit",
"declKind": "Import",
@@ -23171,6 +28957,7 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -24213,7 +30000,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -24438,7 +30225,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -24475,6 +30262,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -24808,7 +30609,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -24845,6 +30646,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -24923,6 +30738,20 @@
},
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -24979,6 +30808,7 @@
"declKind": "Import",
"moduleName": "Didomi",
"declAttributes": [
+ "AccessControl",
"RawDocComment"
]
},
@@ -25262,7 +31092,7 @@
{
"kind": "TypeNominal",
"name": "Encoder",
- "printedName": "Swift.Encoder",
+ "printedName": "any Swift.Encoder",
"usr": "s:s7EncoderP"
}
],
@@ -25297,6 +31127,20 @@
"printedName": "Encodable",
"usr": "s:SE",
"mangledName": "$sSE"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -25379,6 +31223,106 @@
},
{
"kind": "TypeDecl",
+ "name": "UserDefaults",
+ "printedName": "UserDefaults",
+ "declKind": "Class",
+ "usr": "c:objc(cs)NSUserDefaults",
+ "moduleName": "Foundation",
+ "isOpen": true,
+ "objc_name": "NSUserDefaults",
+ "declAttributes": [
+ "ObjC",
+ "NonSendable",
+ "Dynamic"
+ ],
+ "superclassUsr": "c:objc(cs)NSObject",
+ "isExternal": true,
+ "inheritsConvenienceInitializers": true,
+ "superclassNames": [
+ "ObjectiveC.NSObject"
+ ],
+ "conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Equatable",
+ "printedName": "Equatable",
+ "usr": "s:SQ",
+ "mangledName": "$sSQ"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Hashable",
+ "printedName": "Hashable",
+ "usr": "s:SH",
+ "mangledName": "$sSH"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CVarArg",
+ "printedName": "CVarArg",
+ "usr": "s:s7CVarArgP",
+ "mangledName": "$ss7CVarArgP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObservingPublishing",
+ "printedName": "_KeyValueCodingAndObservingPublishing",
+ "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP",
+ "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "_KeyValueCodingAndObserving",
+ "printedName": "_KeyValueCodingAndObserving",
+ "usr": "s:10Foundation27_KeyValueCodingAndObservingP",
+ "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomStringConvertible",
+ "printedName": "CustomStringConvertible",
+ "usr": "s:s23CustomStringConvertibleP",
+ "mangledName": "$ss23CustomStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "CustomDebugStringConvertible",
+ "printedName": "CustomDebugStringConvertible",
+ "usr": "s:s28CustomDebugStringConvertibleP",
+ "mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
+ }
+ ]
+ },
+ {
+ "kind": "TypeDecl",
"name": "UIView",
"printedName": "UIView",
"declKind": "Class",
@@ -25387,6 +31331,7 @@
"isOpen": true,
"objc_name": "UIView",
"declAttributes": [
+ "Preconcurrency",
"Available",
"ObjC",
"NonSendable",
@@ -25401,6 +31346,20 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -25477,6 +31436,7 @@
"intro_tvOS": "9.0",
"objc_name": "UILayoutGuide",
"declAttributes": [
+ "Preconcurrency",
"Available",
"ObjC",
"NonSendable",
@@ -25490,6 +31450,20 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -25538,6 +31512,13 @@
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Sendable",
+ "printedName": "Sendable",
+ "usr": "s:s8SendableP",
+ "mangledName": "$ss8SendableP"
}
]
},
@@ -25551,6 +31532,7 @@
"isOpen": true,
"objc_name": "UITableViewCell",
"declAttributes": [
+ "Preconcurrency",
"Available",
"ObjC",
"NonSendable",
@@ -25566,6 +31548,20 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -25641,6 +31637,7 @@
"isOpen": true,
"objc_name": "UITableViewHeaderFooterView",
"declAttributes": [
+ "Preconcurrency",
"Available",
"ObjC",
"NonSendable",
@@ -25656,6 +31653,20 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -25725,6 +31736,13 @@
"printedName": "Sendable",
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
},
@@ -25757,6 +31775,20 @@
"printedName": "Sendable",
"usr": "s:s8SendableP",
"mangledName": "$ss8SendableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
},
{
"kind": "Conformance",
@@ -25806,6 +31838,13 @@
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
},
@@ -25844,6 +31883,20 @@
},
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -25890,6 +31943,13 @@
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
},
@@ -25914,6 +31974,20 @@
"ObjectiveC.NSObject"
],
"conformances": [
+ {
+ "kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
{
"kind": "Conformance",
"name": "Equatable",
@@ -25999,6 +32073,20 @@
},
{
"kind": "Conformance",
+ "name": "Copyable",
+ "printedName": "Copyable",
+ "usr": "s:s8CopyableP",
+ "mangledName": "$ss8CopyableP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "Escapable",
+ "printedName": "Escapable",
+ "usr": "s:s9EscapableP",
+ "mangledName": "$ss9EscapableP"
+ },
+ {
+ "kind": "Conformance",
"name": "Equatable",
"printedName": "Equatable",
"usr": "s:SQ",
@@ -26045,6 +32133,13 @@
"printedName": "CustomDebugStringConvertible",
"usr": "s:s28CustomDebugStringConvertibleP",
"mangledName": "$ss28CustomDebugStringConvertibleP"
+ },
+ {
+ "kind": "Conformance",
+ "name": "SendableMetatype",
+ "printedName": "SendableMetatype",
+ "usr": "s:s16SendableMetatypeP",
+ "mangledName": "$ss16SendableMetatypeP"
}
]
}
@@ -26053,33070 +32148,11846 @@
},
"ConstValues": [
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Models\/RemoteFile.swift",
- "kind": "IntegerLiteral",
- "offset": 408,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Models\/RemoteFile.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Models\/RemoteFile.swift",
"kind": "BooleanLiteral",
- "offset": 431,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Models\/RemoteFile.swift",
- "kind": "IntegerLiteral",
- "offset": 483,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Models\/RemoteFile.swift",
- "kind": "IntegerLiteral",
- "offset": 564,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Models\/RemoteFile.swift",
- "kind": "IntegerLiteral",
- "offset": 661,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Models\/RemoteFile.swift",
- "kind": "IntegerLiteral",
- "offset": 665,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Models\/RemoteFile.swift",
- "kind": "BooleanLiteral",
- "offset": 3245,
+ "offset": 3266,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Models\/RemoteFile.swift",
- "kind": "StringLiteral",
- "offset": 3636,
- "length": 19,
- "value": "\"Didomi_CacheDate_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventParamsLanguageUpdated.swift",
- "kind": "StringLiteral",
- "offset": 230,
- "length": 26,
- "value": "\"Didomi.EventParamsLanguageUpdated\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposeCategoryManagement\/ViewModel\/PurposeCategoryViewModel.swift",
- "kind": "StringLiteral",
- "offset": 274,
- "length": 24,
- "value": "\"Didomi.PurposeCategoryViewModel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposeCategoryManagement\/ViewModel\/PurposeCategoryViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 5829,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 3300,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 3350,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 3451,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 3559,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 3679,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 4072,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 4136,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 4590,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 4664,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 5114,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 5281,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 5355,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 5763,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 6144,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 6210,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 6661,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 6734,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 7233,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatusRepository.swift",
- "kind": "Array",
- "offset": 8064,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/PurposeNames.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/PurposeNames.swift",
"kind": "StringLiteral",
"offset": 229,
"length": 9,
"value": "\"cookies\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 372,
"length": 13,
"value": "\"back_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 401,
"length": 29,
"value": "\"dataprocessing_details_root\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 447,
"length": 30,
"value": "\"dataprocessing_details_title\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 493,
"length": 29,
"value": "\"dataprocessing_details_name\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 545,
"length": 36,
"value": "\"dataprocessing_details_description\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 609,
"length": 42,
"value": "\"dataprocessing_details_description_legal\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 687,
"length": 50,
"value": "\"dataprocessing_details_description_illustrations\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 779,
"length": 57,
"value": "\"dataprocessing_details_description_illustrations_header\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 872,
"length": 51,
"value": "\"dataprocessing_details_description_illustration_1\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataProcessingDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 959,
"length": 51,
"value": "\"dataprocessing_details_description_illustration_2\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/ShownVendorsUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 376,
- "length": 26,
- "value": "\"preferences.shownvendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/ShownVendorsUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1027,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventParamsConsentChanged.swift",
- "kind": "StringLiteral",
- "offset": 270,
- "length": 25,
- "value": "\"Didomi.EventParamsConsentChanged\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
- "kind": "BooleanLiteral",
- "offset": 531,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/DCSSignatureStatus.swift",
"kind": "IntegerLiteral",
- "offset": 245,
- "length": 1,
- "value": "0"
+ "offset": 357,
+ "length": 13,
+ "value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/DCSSignatureStatus.swift",
"kind": "IntegerLiteral",
- "offset": 333,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 362,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 394,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "StringLiteral",
- "offset": 429,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 466,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 509,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 602,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "BooleanLiteral",
- "offset": 2833,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "BooleanLiteral",
- "offset": 2935,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "BooleanLiteral",
- "offset": 3777,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString.swift",
- "kind": "BooleanLiteral",
- "offset": 3879,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPurposesUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 1186,
+ "offset": 414,
"length": 11,
- "value": "\"ui.action\""
+ "value": "2"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPurposesUIAPIEvent.swift",
- "kind": "FloatLiteral",
- "offset": 1298,
- "length": 3,
- "value": "1.0"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/DCSSignatureStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 464,
+ "length": 7,
+ "value": "3"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPurposesUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1408,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPurposesUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 2149,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPurposesUIAPIEvent.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/BatchSyncRequest.swift",
"kind": "StringLiteral",
- "offset": 225,
- "length": 23,
- "value": "\"Didomi.ShownPurposesUIAPIEvent\""
+ "offset": 1660,
+ "length": 22,
+ "value": "\"organization_user_id\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/BatchSyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1726,
+ "length": 32,
+ "value": "\"organization_user_id_algorithm\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/BatchSyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1796,
+ "length": 26,
+ "value": "\"organization_user_id_sid\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/BatchSyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1863,
+ "length": 29,
+ "value": "\"organization_user_id_digest\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/BatchSyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1931,
+ "length": 27,
+ "value": "\"organization_user_id_salt\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/BatchSyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1996,
+ "length": 26,
+ "value": "\"organization_user_id_exp\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/BatchSyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 2059,
+ "length": 25,
+ "value": "\"organization_user_id_iv\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
+ "kind": "BooleanLiteral",
+ "offset": 917,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1023,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1326,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1434,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
+ "kind": "StringLiteral",
+ "offset": 2818,
+ "length": 16,
+ "value": "\"thirdPartySdks\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
+ "kind": "StringLiteral",
+ "offset": 4524,
+ "length": 11,
+ "value": "\"airbridge\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
+ "kind": "StringLiteral",
+ "offset": 4602,
+ "length": 11,
+ "value": "\"appsflyer\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4905,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GCM.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4949,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 496,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 561,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "IntegerLiteral",
"offset": 597,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 831,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 896,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "IntegerLiteral",
"offset": 932,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1045,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1238,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1303,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1562,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1620,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 2817,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 2847,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 2924,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 3120,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3829,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5466,
+ "offset": 5513,
"length": 4,
"value": "10.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5517,
+ "offset": 5564,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5569,
+ "offset": 5616,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5622,
+ "offset": 5669,
"length": 3,
"value": "4.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5675,
+ "offset": 5722,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5735,
+ "offset": 5782,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5789,
+ "offset": 5836,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5847,
+ "offset": 5894,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5910,
+ "offset": 5957,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 5996,
+ "offset": 6043,
"length": 4,
"value": "20.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 6074,
+ "offset": 6121,
"length": 4,
"value": "20.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 6348,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 6649,
- "length": 8,
- "value": "\"757575\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 6820,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 7101,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 7118,
- "length": 3,
- "value": "0.5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 7286,
- "length": 24,
- "value": "\"tv_right_arrow_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentTableViewCell\/PreferencesContentTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 7421,
- "length": 16,
- "value": "\"tv_right_arrow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
"kind": "IntegerLiteral",
"offset": 441,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
"kind": "BooleanLiteral",
"offset": 491,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
"kind": "BooleanLiteral",
"offset": 591,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 1010,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 1704,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 2346,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 3403,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "StringLiteral",
- "offset": 4722,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "StringLiteral",
- "offset": 5421,
- "length": 18,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "StringLiteral",
- "offset": 5428,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "StringLiteral",
- "offset": 5438,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 6067,
- "length": 2,
- "value": "60"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "StringLiteral",
- "offset": 6116,
- "length": 71,
- "value": "\" (\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "StringLiteral",
- "offset": 6159,
- "length": 7,
- "value": "\"%{nb}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "StringLiteral",
- "offset": 6185,
- "length": 1,
- "value": "\")\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DateHelper.swift",
- "kind": "StringLiteral",
- "offset": 6190,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "BooleanLiteral",
- "offset": 502,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "BooleanLiteral",
- "offset": 567,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "IntegerLiteral",
- "offset": 603,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "BooleanLiteral",
- "offset": 823,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "BooleanLiteral",
- "offset": 881,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "BooleanLiteral",
- "offset": 912,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "BooleanLiteral",
- "offset": 1038,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "FloatLiteral",
- "offset": 3382,
- "length": 4,
- "value": "10.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "FloatLiteral",
- "offset": 3431,
- "length": 4,
- "value": "40.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "FloatLiteral",
- "offset": 3483,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "FloatLiteral",
- "offset": 3541,
- "length": 4,
- "value": "30.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "FloatLiteral",
- "offset": 3604,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "StringLiteral",
- "offset": 3878,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "StringLiteral",
- "offset": 4185,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "StringLiteral",
- "offset": 4436,
- "length": 43,
- "value": "\"disabled_legitimate_interest_icon_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "StringLiteral",
- "offset": 4598,
- "length": 35,
- "value": "\"disabled_legitimate_interest_icon\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "StringLiteral",
- "offset": 4796,
- "length": 34,
- "value": "\"legitimate_interest_icon_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/LegitimateInterestButton\/LegitimateInterestButton.swift",
- "kind": "StringLiteral",
- "offset": 4949,
- "length": 26,
- "value": "\"legitimate_interest_icon\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
"kind": "IntegerLiteral",
"offset": 319,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
"kind": "Array",
- "offset": 355,
+ "offset": 475,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
- "kind": "IntegerLiteral",
- "offset": 648,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
- "kind": "StringLiteral",
- "offset": 677,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
- "kind": "Dictionary",
- "offset": 871,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
- "kind": "StringLiteral",
- "offset": 1792,
- "length": 113,
- "value": "\"PrivacySignal not parsed correctly. This can be produced by an invalid signal. Falling back to an empty signal.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
- "kind": "StringLiteral",
- "offset": 2994,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Integrations\/Integrations+GPP.swift",
- "kind": "BooleanLiteral",
- "offset": 3472,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
"kind": "StringLiteral",
"offset": 515,
"length": 19,
"value": "\"ccpa_notice_title\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
"kind": "StringLiteral",
"offset": 557,
"length": 21,
"value": "\"ccpa_notice_consent\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
"kind": "StringLiteral",
"offset": 595,
"length": 21,
"value": "\"ccpa_notice_dismiss\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
"kind": "StringLiteral",
"offset": 637,
"length": 24,
"value": "\"ccpa_notice_learn_more\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
"kind": "StringLiteral",
"offset": 776,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
"kind": "StringLiteral",
"offset": 801,
"length": 23,
"value": "\"notice_banner_message\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
"kind": "StringLiteral",
"offset": 841,
"length": 22,
"value": "\"agree_close_ea00d5ff\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeTranslationKeys.swift",
"kind": "StringLiteral",
"offset": 884,
"length": 20,
"value": "\"learn_more_7a8d626\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4335,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4377,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4959,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5063,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5090,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5243,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5784,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5957,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5997,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "Array",
- "offset": 6893,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7060,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7225,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7365,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "Array",
- "offset": 8858,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 9103,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 9384,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 10266,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 11225,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
"kind": "IntegerLiteral",
"offset": 349,
"length": 2,
"value": "10"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/Responses\/DCSBatchSignatureResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 618,
+ "length": 17,
+ "value": "\"request_user_id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/Responses\/DCSBatchSignatureResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 659,
+ "length": 10,
+ "value": "\"dcs_user\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "BooleanLiteral",
- "offset": 1324,
+ "offset": 1043,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "BooleanLiteral",
- "offset": 1772,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 1847,
- "length": 247,
- "value": "\"The parameter `disableDidomiRemoteConfig` is deprecated, in the future it will be mandatory to create your notice from the console (see https:\/\/developers.didomi.io\/cmp\/mobile-sdk\/android\/setup#from-the-console-recommended for more information).\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "StringLiteral",
- "offset": 2321,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "StringLiteral",
- "offset": 2460,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "StringLiteral",
- "offset": 2501,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "StringLiteral",
- "offset": 2610,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "StringLiteral",
- "offset": 2664,
- "length": 3,
- "value": "\"_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "BooleanLiteral",
- "offset": 2884,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "BooleanLiteral",
- "offset": 3931,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "FloatLiteral",
- "offset": 4077,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "FloatLiteral",
- "offset": 4083,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "StringLiteral",
- "offset": 4165,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "BooleanLiteral",
- "offset": 4288,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "FloatLiteral",
- "offset": 5511,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFileFactory.swift",
- "kind": "BooleanLiteral",
- "offset": 5650,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/DateComponents.swift",
- "kind": "IntegerLiteral",
- "offset": 453,
- "length": 8,
- "value": "31536000"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/DateComponents.swift",
- "kind": "IntegerLiteral",
- "offset": 520,
- "length": 7,
- "value": "2592000"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/DateComponents.swift",
- "kind": "IntegerLiteral",
- "offset": 579,
- "length": 5,
- "value": "86400"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/DateComponents.swift",
- "kind": "IntegerLiteral",
- "offset": 632,
- "length": 4,
- "value": "3600"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/DateComponents.swift",
- "kind": "IntegerLiteral",
- "offset": 681,
- "length": 2,
- "value": "60"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "StringLiteral",
- "offset": 650,
- "length": 3,
- "value": "\"#\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 725,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "StringLiteral",
- "offset": 889,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 980,
- "length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1109,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1294,
- "length": 1,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "StringLiteral",
- "offset": 1333,
- "length": 4,
- "value": "\"ff\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1437,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1523,
- "length": 10,
- "value": "0xff000000"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1538,
- "length": 2,
- "value": "24"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1544,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1585,
- "length": 10,
- "value": "0x00ff0000"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1600,
- "length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1606,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1647,
- "length": 10,
- "value": "0x0000ff00"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1662,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1667,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1796,
- "length": 10,
- "value": "0x000000ff"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 1810,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 2127,
- "length": 3,
- "value": "4.5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "BooleanLiteral",
- "offset": 2133,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "BooleanLiteral",
- "offset": 2140,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 2822,
- "length": 4,
- "value": "0.05"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 2849,
- "length": 4,
- "value": "0.05"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3326,
- "length": 7,
- "value": "0.04045"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3355,
- "length": 5,
- "value": "12.92"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3386,
- "length": 5,
- "value": "0.055"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3395,
- "length": 5,
- "value": "1.055"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3402,
- "length": 3,
- "value": "2.4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3433,
- "length": 6,
- "value": "0.2126"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3480,
- "length": 6,
- "value": "0.7152"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3529,
- "length": 6,
- "value": "0.0722"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 3674,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 3705,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 3735,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "IntegerLiteral",
- "offset": 3766,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3802,
- "length": 10,
- "value": "255.999999"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "FloatLiteral",
- "offset": 3946,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "StringLiteral",
- "offset": 4007,
- "length": 18,
- "value": "\"#%02lX%02lX%02lX\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIColor.swift",
- "kind": "StringLiteral",
- "offset": 4244,
- "length": 23,
- "value": "\"#%02lX%02lX%02lX%02lX\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 925,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 1877,
- "length": 16,
- "value": "\"device_storage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 2018,
- "length": 20,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 2028,
- "length": 1,
- "value": "\": \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 2037,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 2128,
- "length": 31,
- "value": "\"previous_device_storage_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 2246,
- "length": 27,
- "value": "\"next_device_storage_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2354,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2451,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 2549,
+ "offset": 2672,
"length": 6,
"value": "\"name\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 2747,
+ "offset": 2870,
"length": 6,
"value": "\"type\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 2856,
+ "offset": 2979,
"length": 8,
"value": "\"cookie\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 2920,
+ "offset": 3043,
"length": 16,
"value": "\"cookie_storage\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 2951,
+ "offset": 3074,
"length": 5,
"value": "\"web\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 3012,
+ "offset": 3135,
"length": 13,
"value": "\"web_storage\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 3040,
+ "offset": 3163,
"length": 5,
"value": "\"app\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 3101,
+ "offset": 3224,
"length": 13,
"value": "\"app_storage\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 3266,
+ "offset": 3389,
"length": 8,
"value": "\"domain\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 3470,
+ "offset": 3593,
"length": 12,
"value": "\"expiration\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "IntegerLiteral",
- "offset": 3766,
+ "offset": 3889,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 3770,
+ "offset": 3893,
"length": 17,
"value": "\"second_singular\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 3790,
+ "offset": 3913,
"length": 15,
"value": "\"second_plural\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 3999,
- "length": 29,
- "value": "\"period_after_data_is_stored\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 4094,
- "length": 29,
- "value": "\"%{humanizedStorageDuration}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 4248,
- "length": 19,
- "value": "\"used_for_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "Array",
- "offset": 4338,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 5093,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5353,
- "length": 4,
- "value": "\", \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 5576,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5847,
- "length": 4,
- "value": "\", \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5975,
- "length": 4,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6078,
- "length": 38,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6098,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6105,
- "length": 1,
- "value": "\": \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6115,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6188,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6208,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "BooleanLiteral",
- "offset": 6261,
+ "offset": 4065,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6355,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6375,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 6428,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
"kind": "StringLiteral",
- "offset": 330,
- "length": 41,
- "value": "\"Didomi.DeviceStorageDisclosureDetailsViewModelTV\""
+ "offset": 4145,
+ "length": 29,
+ "value": "\"period_after_data_is_stored\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Utils\/LocalPropertiesRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4240,
+ "length": 29,
+ "value": "\"%{humanizedStorageDuration}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/ViewModel\/DeviceStorageDisclosureDetailsViewModelTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4394,
+ "length": 19,
+ "value": "\"used_for_purposes\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Utils\/LocalPropertiesRepository.swift",
"kind": "StringLiteral",
"offset": 301,
"length": 19,
"value": "\"configParamRegion\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Utils\/LocalPropertiesRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Utils\/LocalPropertiesRepository.swift",
"kind": "StringLiteral",
"offset": 357,
"length": 20,
"value": "\"configParamCountry\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Utils\/LocalPropertiesRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Utils\/LocalPropertiesRepository.swift",
"kind": "StringLiteral",
"offset": 417,
"length": 23,
"value": "\"configParamRegulation\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Utils\/LocalPropertiesRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Utils\/LocalPropertiesRepository.swift",
"kind": "StringLiteral",
"offset": 477,
"length": 20,
"value": "\"configParamVersion\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Utils\/LocalPropertiesRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 1061,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/BatchSyncResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 813,
+ "length": 22,
+ "value": "\"organization_user_id\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
"kind": "StringLiteral",
- "offset": 615,
+ "offset": 628,
"length": 62,
"value": "\"PurposesContentViewController.init(): languageHelper is nil.\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
"kind": "StringLiteral",
- "offset": 813,
+ "offset": 826,
"length": 64,
"value": "\"PurposesContentViewController.init(): vendorRepository is nil.\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
"kind": "StringLiteral",
- "offset": 1027,
+ "offset": 1040,
"length": 71,
"value": "\"PurposesContentViewController.init(): configurationRepository is nil.\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
"kind": "StringLiteral",
- "offset": 1236,
+ "offset": 1249,
"length": 65,
"value": "\"PurposesContentViewController.init(): consentRepository is nil.\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
"kind": "StringLiteral",
- "offset": 1443,
+ "offset": 1456,
"length": 67,
"value": "\"PurposesContentViewController.init(): apiEventsRepository is nil.\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
"kind": "StringLiteral",
- "offset": 1639,
- "length": 64,
- "value": "\"PurposesContentViewController.init(): selectionsHelper is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 2415,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3202,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4455,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 4516,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 5694,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 288,
- "length": 29,
- "value": "\"Didomi.PurposesContentViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 5873,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 6595,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 6705,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 6883,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7071,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7262,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7467,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 9370,
- "length": 73,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 9426,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 9442,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 9494,
- "length": 73,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 9550,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 9566,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 9619,
- "length": 82,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 9684,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 9700,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 10511,
+ "offset": 1654,
"length": 65,
- "value": "\"\""
+ "value": "\"PurposesContentViewController.init(): userChoicesHelper is nil.\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerOSLog.swift",
"kind": "StringLiteral",
- "offset": 10559,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 10575,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 10627,
- "length": 65,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 10675,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 10691,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 10744,
- "length": 81,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 10808,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 10824,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 11443,
- "length": 97,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 11523,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 11539,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 12439,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 12644,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 12849,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 13067,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 13316,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 16768,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17083,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17198,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17322,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17461,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17613,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/PurposesContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 17729,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewController.swift",
- "kind": "StringLiteral",
- "offset": 593,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 864,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewController.swift",
- "kind": "StringLiteral",
- "offset": 265,
- "length": 26,
- "value": "\"Didomi.ExternalLinkViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerOSLog.swift",
- "kind": "StringLiteral",
- "offset": 412,
+ "offset": 433,
"length": 15,
"value": "\"io.didomi.sdk\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerOSLog.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerOSLog.swift",
"kind": "StringLiteral",
- "offset": 439,
+ "offset": 460,
"length": 8,
"value": "\"Didomi\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerOSLog.swift",
- "kind": "StringLiteral",
- "offset": 603,
- "length": 4,
- "value": "\"%@\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerOSLog.swift",
- "kind": "StringLiteral",
- "offset": 815,
- "length": 4,
- "value": "\"%@\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerOSLog.swift",
- "kind": "StringLiteral",
- "offset": 1026,
- "length": 4,
- "value": "\"%@\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerOSLog.swift",
- "kind": "StringLiteral",
- "offset": 1249,
- "length": 4,
- "value": "\"%@\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "IntegerLiteral",
"offset": 257,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "IntegerLiteral",
"offset": 343,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "IntegerLiteral",
"offset": 370,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "IntegerLiteral",
"offset": 400,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "StringLiteral",
"offset": 435,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "IntegerLiteral",
"offset": 470,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "IntegerLiteral",
"offset": 503,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "BooleanLiteral",
"offset": 538,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "BooleanLiteral",
"offset": 681,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "BooleanLiteral",
"offset": 907,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "StringLiteral",
"offset": 942,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "IntegerLiteral",
- "offset": 1407,
+ "offset": 1495,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "BooleanLiteral",
- "offset": 1540,
+ "offset": 1628,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "BooleanLiteral",
- "offset": 1584,
+ "offset": 1672,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "BooleanLiteral",
- "offset": 1783,
+ "offset": 1871,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "StringLiteral",
- "offset": 1820,
+ "offset": 1908,
"length": 4,
"value": "\"AA\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString.swift",
"kind": "Array",
- "offset": 1974,
+ "offset": 2062,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/PurposeDataProcessingViewController.swift",
- "kind": "StringLiteral",
- "offset": 650,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/PurposeDataProcessingViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1463,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/PurposeDataProcessingViewController.swift",
- "kind": "StringLiteral",
- "offset": 266,
- "length": 35,
- "value": "\"Didomi.PurposeDataProcessingViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/ViewModel\/NoticeViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 317,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/ViewModel\/NoticeViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 436,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/ViewModel\/NoticeViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 471,
- "length": 33,
- "value": "\"manage_our_partners_with_counts\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/ViewModel\/NoticeViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 515,
- "length": 21,
- "value": "\"manage_our_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
"kind": "BooleanLiteral",
"offset": 489,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 772,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1408,
- "length": 20,
- "value": "\"consent_management\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1593,
- "length": 30,
- "value": "\"sdk_storage_disclosure_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1925,
- "length": 20,
- "value": "\"manage_spi_choices\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2090,
- "length": 21,
- "value": "\"manage_our_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2678,
- "length": 23,
- "value": "\"agree_to_all_5b7ca45d\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2864,
- "length": 26,
- "value": "\"disagree_to_all_c0355616\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 4138,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4468,
- "length": 40,
- "value": "\"disable_buttons_until_scroll_indicator\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4751,
- "length": 21,
- "value": "\"preferences_message\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 6299,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6480,
- "length": 21,
- "value": "\"preferences_message\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6684,
- "length": 20,
- "value": "\"our_privacy_policy\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6843,
- "length": 21,
- "value": "\"link_privacy_policy\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 8610,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 255,
- "length": 17,
- "value": "\"Didomi.PurposesViewModel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 18265,
- "length": 48,
- "value": "\"list_of_additional_data_processing_on_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "Array",
- "offset": 18572,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 19363,
- "length": 30,
- "value": "\"know_more_about_this_purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 20678,
- "length": 30,
- "value": "\"save_data_processing_choices\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 21045,
- "length": 24,
- "value": "\"accept_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesViewModel.swift",
- "kind": "StringLiteral",
- "offset": 21402,
- "length": 24,
- "value": "\"refuse_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/VendorDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 598,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/VendorDetailsViewController.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
"kind": "FloatLiteral",
- "offset": 1351,
- "length": 4,
- "value": "0.01"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/VendorDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1503,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/VendorDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3155,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/VendorDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 269,
- "length": 27,
- "value": "\"Didomi.VendorDetailsViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/VendorDetailsViewController.swift",
- "kind": "FloatLiteral",
- "offset": 8494,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/VendorDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 8919,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/VendorDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 9345,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/VendorDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 11571,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataCategoriesScreen\/DataCategoryDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 605,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataCategoriesScreen\/DataCategoryDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 971,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataCategoriesScreen\/DataCategoryDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 255,
- "length": 33,
- "value": "\"Didomi.DataCategoryDetailsViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/VendorChangedUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 1178,
- "length": 11,
- "value": "\"ui.action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/VendorChangedUIAPIEvent.swift",
- "kind": "FloatLiteral",
- "offset": 1290,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/VendorChangedUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1400,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/VendorChangedUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 2152,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/VendorChangedUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 225,
- "length": 23,
- "value": "\"Didomi.VendorChangedUIAPIEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 428,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 592,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 1762,
- "length": 1,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 1768,
- "length": 1,
- "value": "7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "StringLiteral",
- "offset": 2086,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 2606,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 2745,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 2799,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 3281,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 3356,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 3536,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 3592,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 3774,
- "length": 1,
- "value": "5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 3780,
- "length": 1,
- "value": "7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 3921,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4186,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4293,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4300,
- "length": 1,
- "value": "7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4355,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4436,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4554,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4807,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4863,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4944,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 4950,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 5079,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 5409,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 5808,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 5888,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 5995,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 6024,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 800,
+ "offset": 821,
"length": 3,
"value": "0.4"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "BooleanLiteral",
- "offset": 827,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 2311,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 2570,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 3482,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 3565,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 3598,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 4152,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "BooleanLiteral",
- "offset": 6851,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "BooleanLiteral",
- "offset": 7010,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 7261,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 7474,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 7507,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 7540,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 7621,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 7658,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 7846,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 7982,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "BooleanLiteral",
- "offset": 8542,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "BooleanLiteral",
- "offset": 8649,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 8851,
- "length": 3,
- "value": "5.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 9730,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 9850,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 10138,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 10263,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "BooleanLiteral",
- "offset": 10782,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 10984,
- "length": 3,
- "value": "5.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 11548,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 11670,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 11960,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 12087,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "BooleanLiteral",
- "offset": 12619,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "BooleanLiteral",
- "offset": 12733,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 12936,
- "length": 3,
- "value": "5.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 13890,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 13907,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 14096,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 14224,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 14348,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 14576,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 14621,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 14811,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
- "kind": "FloatLiteral",
- "offset": 14940,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 423,
- "length": 111,
- "value": "\"Publisher Restrictions: purpose ID provided not available. This restriction \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 517,
- "length": 2,
- "value": "\" is not allowed.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 700,
- "length": 115,
- "value": "\"Publisher Restrictions: vendor ids provided are not available. This restriction \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 798,
- "length": 2,
- "value": "\" is not allowed.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 1000,
- "length": 128,
- "value": "\"Publisher Restrictions: type is \"allow\" but vendors list type is \"all\". This restriction \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 1111,
- "length": 2,
- "value": "\" is not allowed.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 1290,
- "length": 254,
- "value": "\"Publisher Restrictions:\n- purpose ID provided is: \"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 1394,
- "length": 1,
- "value": "\"\".\n- restriction type provided is: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 1461,
- "length": 1,
- "value": "\".\nThis restriction \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 1509,
- "length": 6,
- "value": "\" should be ignored.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 1778,
- "length": 196,
- "value": "\"Publisher Restrictions:\nOnly vendor restriction type 'all' is valid for special features.\nThis restriction \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 1942,
- "length": 2,
- "value": "\" is not allowed.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 2200,
- "length": 194,
- "value": "\"Publisher Restrictions:\nOnly restriction type 'disallow' is valid for special features.\nThis restriction \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 2362,
- "length": 2,
- "value": "\" is not allowed.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 2574,
- "length": 85,
- "value": "\"Error while decoding Publisher Restrictions. Type: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 2633,
- "length": 1,
- "value": "\". Details: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+PublisherRestrictions.swift",
- "kind": "StringLiteral",
- "offset": 2658,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 350,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 384,
- "length": 4,
- "value": "\"AA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 538,
- "length": 21,
- "value": "\"TCFv2 will be used.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 4876,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 4993,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 5063,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 5162,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 5226,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5260,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5300,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5575,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 6461,
- "length": 61,
- "value": "\"TCFV2Repository.saveConsentInformation(). sdkConfig is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 6665,
- "length": 61,
- "value": "\"TCFV2Repository.saveConsentInformation(). iabConfig is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "Array",
- "offset": 8896,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 9393,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 9479,
- "length": 20,
- "value": "\"IABTCF_PublisherCC\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 9530,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 9541,
- "length": 28,
- "value": "\"IABTCF_PurposeOneTreatment\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 9750,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 9761,
- "length": 28,
- "value": "\"IABTCF_UseNonStandardTexts\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 9845,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 9856,
- "length": 29,
- "value": "\"IABTCF_UseNonStandardStacks\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 10011,
- "length": 23,
- "value": "\"IABTCF_VendorConsents\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 10140,
- "length": 34,
- "value": "\"IABTCF_VendorLegitimateInterests\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 10266,
- "length": 24,
- "value": "\"IABTCF_PurposeConsents\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 10376,
- "length": 35,
- "value": "\"IABTCF_PurposeLegitimateInterests\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 10508,
- "length": 30,
- "value": "\"IABTCF_SpecialFeaturesOptIns\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 11659,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 11700,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 13209,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 13213,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 13527,
- "length": 23,
- "value": "\"IABConsent_CMPPresent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 13594,
- "length": 26,
- "value": "\"IABConsent_SubjectToGDPR\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 13664,
- "length": 26,
- "value": "\"IABConsent_ConsentString\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 13734,
- "length": 34,
- "value": "\"IABConsent_ParsedPurposeConsents\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 13812,
- "length": 33,
- "value": "\"IABConsent_ParsedVendorConsents\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 836,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 883,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 921,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 967,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 1016,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 1065,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 1114,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 1168,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 1221,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 1267,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 1314,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 1359,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "Dictionary",
- "offset": 1405,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "StringLiteral",
- "offset": 2458,
- "length": 6,
- "value": "\"text\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "StringLiteral",
- "offset": 2494,
- "length": 7,
- "value": "\"title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "StringLiteral",
- "offset": 2529,
- "length": 13,
- "value": "\"textVendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "StringLiteral",
- "offset": 2573,
- "length": 16,
- "value": "\"subTextVendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "StringLiteral",
- "offset": 2458,
- "length": 6,
- "value": "\"text\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "StringLiteral",
- "offset": 2494,
- "length": 7,
- "value": "\"title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "StringLiteral",
- "offset": 2529,
- "length": 13,
- "value": "\"textVendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
- "kind": "StringLiteral",
- "offset": 2573,
- "length": 16,
- "value": "\"subTextVendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 1648,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 1660,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 2626,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 4642,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 4714,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 4718,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 4902,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 5098,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 5261,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 5276,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5578,
- "length": 27,
- "value": "\"bulk_action_section_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5791,
- "length": 25,
- "value": "\"bulk_action_on_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6006,
- "length": 27,
- "value": "\"section_title_on_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6139,
- "length": 13,
- "value": "\"purposes_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6236,
- "length": 14,
- "value": "\"purposes_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6340,
- "length": 12,
- "value": "\"consent_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6443,
- "length": 13,
- "value": "\"consent_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6542,
- "length": 16,
- "value": "\"purposes_mixed\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6647,
- "length": 41,
- "value": "\"object_to_legitimate_interest_status_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/ViewModel\/PurposeCategoryViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 6780,
- "length": 42,
- "value": "\"object_to_legitimate_interest_status_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1280,
- "length": 10,
- "value": "\"purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1327,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1366,
- "length": 9,
- "value": "\"vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1411,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1280,
- "length": 10,
- "value": "\"purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1327,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1366,
- "length": 9,
- "value": "\"vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1411,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 2752,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 253,
- "length": 30,
- "value": "\"Didomi.ConsentAskedAPIEventParameters\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 595,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "Array",
- "offset": 1830,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2405,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3023,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3071,
- "length": 4,
- "value": "\", \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3113,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4042,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4058,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4192,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureTableViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4214,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 1063,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "IntegerLiteral",
- "offset": 1170,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "IntegerLiteral",
- "offset": 1174,
- "length": 4,
- "value": "4095"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 2481,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 3225,
- "length": 9,
- "value": "\"version\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 3225,
- "length": 9,
- "value": "\"version\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 4987,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 5465,
- "length": 90,
- "value": "\"Unexpected exception while decoding PublisherRestrictions: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 5554,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "IntegerLiteral",
- "offset": 6034,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 6291,
- "length": 23,
- "value": "\"Using CMP ID \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 6313,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 591,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 783,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomAnimations\/DidomiTransitionManager.swift",
"kind": "BooleanLiteral",
"offset": 848,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 377,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/TCFV2StorageRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 411,
+ "length": 4,
+ "value": "\"AA\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 836,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 883,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 921,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 967,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 1016,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 1065,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 1114,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 1168,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 1221,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 1267,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 1314,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 1359,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "Dictionary",
+ "offset": 1405,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "StringLiteral",
+ "offset": 2458,
+ "length": 6,
+ "value": "\"text\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "StringLiteral",
+ "offset": 2494,
+ "length": 7,
+ "value": "\"title\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "StringLiteral",
+ "offset": 2529,
+ "length": 13,
+ "value": "\"textVendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesContent.swift",
+ "kind": "StringLiteral",
+ "offset": 2573,
+ "length": 16,
+ "value": "\"subTextVendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 1280,
+ "length": 10,
+ "value": "\"purposes\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 1327,
+ "length": 13,
+ "value": "\"purposes_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 1366,
+ "length": 9,
+ "value": "\"vendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 1411,
+ "length": 12,
+ "value": "\"vendors_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1063,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1170,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1174,
+ "length": 4,
+ "value": "4095"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2481,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/IABVendorsConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 3225,
+ "length": 9,
+ "value": "\"version\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 591,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 783,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 848,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "IntegerLiteral",
"offset": 884,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1136,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1201,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "IntegerLiteral",
"offset": 1237,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1312,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1505,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1570,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 2487,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3119,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "FloatLiteral",
"offset": 3912,
"length": 4,
"value": "10.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "FloatLiteral",
"offset": 3963,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "FloatLiteral",
"offset": 4015,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "FloatLiteral",
"offset": 4068,
"length": 3,
"value": "4.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "FloatLiteral",
"offset": 4121,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "FloatLiteral",
"offset": 4184,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
"kind": "FloatLiteral",
"offset": 4270,
"length": 4,
"value": "20.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 4544,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 4715,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 4996,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/ConsentActionCell\/PurposeConsentActionTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 5013,
- "length": 3,
- "value": "0.5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
"kind": "BooleanLiteral",
- "offset": 493,
+ "offset": 595,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
"kind": "BooleanLiteral",
- "offset": 1227,
+ "offset": 731,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
+ "kind": "StringLiteral",
+ "offset": 1073,
+ "length": 16,
+ "value": "\"useSyncedTcfcs\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
"kind": "IntegerLiteral",
- "offset": 1793,
+ "offset": 2246,
"length": 6,
"value": "86400"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
"kind": "IntegerLiteral",
- "offset": 1845,
+ "offset": 2298,
"length": 5,
"value": "3000"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Sync.swift",
"kind": "IntegerLiteral",
- "offset": 1911,
+ "offset": 2364,
"length": 6,
"value": "21600"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/SelectedPurposes.swift",
- "kind": "BooleanLiteral",
- "offset": 1522,
- "length": 5,
- "value": "false"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 5391,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/SelectedPurposes.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1807,
+ "offset": 5398,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 1336,
- "length": 27,
- "value": "\"purpose_legal_description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2488,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 2659,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2844,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
"kind": "FloatLiteral",
- "offset": 4274,
- "length": 4,
- "value": "32.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 4456,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
- "kind": "FloatLiteral",
- "offset": 4473,
- "length": 3,
- "value": "0.8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
- "kind": "FloatLiteral",
- "offset": 4589,
- "length": 4,
- "value": "32.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5194,
- "length": 8,
- "value": "\"\n\n\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/ViewModel\/DataProcessingDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5499,
- "length": 10,
- "value": "\"\n\n\n\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigHelper.swift",
- "kind": "StringLiteral",
- "offset": 2736,
- "length": 52,
- "value": "\"SDKConfig.initializePurposeIds(): purposes is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 2898,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 2902,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigHelper.swift",
- "kind": "StringLiteral",
- "offset": 2972,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigHelper.swift",
- "kind": "StringLiteral",
- "offset": 3586,
- "length": 66,
- "value": "\"SDKConfig.initializeSpecialFeatureIds(): specialFeatures is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 3806,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "FloatLiteral",
- "offset": 990,
- "length": 3,
- "value": "4.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1095,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2147,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2202,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2392,
- "length": 34,
- "value": "\"purpose_illustration_explanation\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2536,
- "length": 9,
- "value": "\"consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2606,
- "length": 8,
- "value": "\"opt_in\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2802,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3492,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3990,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4937,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 5092,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 5314,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5321,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 7277,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 7463,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "FloatLiteral",
- "offset": 7784,
+ "offset": 7953,
"length": 3,
"value": "8.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 8326,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "FloatLiteral",
- "offset": 8419,
- "length": 4,
- "value": "14.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 8660,
- "length": 15,
- "value": "\"save_11a80ec3\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 8782,
- "length": 34,
- "value": "\"disabled_save_button_description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 9218,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 10527,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10895,
- "length": 9,
- "value": "\"enabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10979,
- "length": 10,
- "value": "\"disabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11068,
- "length": 13,
- "value": "\"unspecified\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11275,
- "length": 24,
- "value": "\"disable_consent_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11337,
- "length": 22,
- "value": "\"reset_consent_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11401,
- "length": 23,
- "value": "\"enable_consent_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11776,
- "length": 19,
- "value": "\"disable_li_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11833,
- "length": 18,
- "value": "\"enable_li_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11894,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12213,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 14362,
- "length": 7,
- "value": "\"close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 14427,
- "length": 26,
- "value": "\"go_back_to_purposes_list\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 14758,
- "length": 33,
- "value": "\"save_vendor_and_back_to_purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 15207,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15282,
- "length": 23,
- "value": "\"simple_partners_count\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15347,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15356,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15461,
- "length": 22,
- "value": "\"single_partner_count\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15525,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15534,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 15759,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15834,
- "length": 23,
- "value": "\"simple_partners_count\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15899,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15908,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 16013,
- "length": 22,
- "value": "\"single_partner_count\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 16077,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/purposesdetails\/ViewModel\/PurposeDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 16086,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/EntityHelper.swift",
- "kind": "Dictionary",
- "offset": 658,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/USPString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/USPString.swift",
"kind": "IntegerLiteral",
"offset": 307,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/USPString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/USPString.swift",
"kind": "IntegerLiteral",
"offset": 345,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/PerformanceHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/PerformanceHelper.swift",
"kind": "StringLiteral",
"offset": 621,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/PerformanceHelper.swift",
- "kind": "StringLiteral",
- "offset": 744,
- "length": 59,
- "value": "\"Time elapsed until now: \""
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/DidomiUserParameters.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4767,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/PerformanceHelper.swift",
- "kind": "StringLiteral",
- "offset": 782,
- "length": 7,
- "value": "\" seconds - \""
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/DidomiUserParameters.swift",
+ "kind": "BooleanLiteral",
+ "offset": 5413,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/PerformanceHelper.swift",
- "kind": "StringLiteral",
- "offset": 802,
- "length": 2,
- "value": "\"\""
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/DidomiUserParameters.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6632,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2005,
- "length": 22,
- "value": "\"platform=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2026,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2041,
- "length": 8,
- "value": "\"os=ios\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2063,
- "length": 23,
- "value": "\"version=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2085,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2179,
- "length": 20,
- "value": "\"target_type=notice\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2231,
- "length": 26,
- "value": "\"target=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2256,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2306,
- "length": 23,
- "value": "\"target=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2328,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2479,
- "length": 33,
- "value": "\"config_version=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2511,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2593,
- "length": 49,
- "value": "\"Forcing user country code: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2641,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2674,
- "length": 30,
- "value": "\"country=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2703,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2793,
- "length": 47,
- "value": "\"Forcing user region code: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2839,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2872,
- "length": 28,
- "value": "\"region=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 2899,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 3025,
- "length": 26,
- "value": "\"regulation=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 3050,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 3135,
- "length": 3,
- "value": "\"&\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 3158,
- "length": 73,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 3178,
- "length": 1,
- "value": "\"\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 3188,
- "length": 1,
- "value": "\"\/didomi_config.json?\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelperProtocol.swift",
- "kind": "StringLiteral",
- "offset": 3230,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
"kind": "StringLiteral",
"offset": 328,
"length": 37,
"value": "\"vendor_details_device_storage_title\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
"kind": "StringLiteral",
"offset": 388,
"length": 43,
"value": "\"vendor_details_device_storage_description\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
"kind": "StringLiteral",
"offset": 447,
"length": 36,
"value": "\"vendor_details_device_storage_link\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
"kind": "StringLiteral",
"offset": 556,
"length": 48,
"value": "\"vendor_details_device_storage_disclosure_item_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
"kind": "StringLiteral",
"offset": 626,
"length": 38,
"value": "\"device_storage_disclosure_identifier\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosuresTableIdentifiers.swift",
"kind": "StringLiteral",
"offset": 691,
"length": 46,
"value": "\"device_storage_disclosure_domain_and_max_age\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 297,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 376,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 883,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 894,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1051,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1062,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1199,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1335,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1479,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1636,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1670,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1831,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1865,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 2020,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 2240,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 2607,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 2797,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 2833,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 2893,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 3009,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 3072,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 3227,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 3251,
- "length": 4,
- "value": "\"10\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 3304,
- "length": 4,
- "value": "\"10\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 3372,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 3558,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 3647,
- "length": 4,
- "value": "\"11\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 3708,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 4031,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 4113,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 4158,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 4199,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 4304,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 4345,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 4425,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 4616,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 4645,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 4806,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 4893,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 5371,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 5422,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventParamsCategory.swift",
- "kind": "StringLiteral",
- "offset": 253,
- "length": 19,
- "value": "\"Didomi.EventParamsCategory\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
"kind": "BooleanLiteral",
- "offset": 736,
+ "offset": 740,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "StringLiteral",
- "offset": 939,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "StringLiteral",
- "offset": 989,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "Array",
- "offset": 1061,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "Array",
- "offset": 1135,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "Array",
- "offset": 1227,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "Array",
- "offset": 1321,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "Array",
- "offset": 1391,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "Array",
- "offset": 1466,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "Array",
- "offset": 1556,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/TokenFactory.swift",
- "kind": "Array",
- "offset": 1648,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Models\/VendorItem.swift",
- "kind": "BooleanLiteral",
- "offset": 344,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Models\/VendorItem.swift",
- "kind": "StringLiteral",
- "offset": 263,
- "length": 10,
- "value": "\"Didomi.VendorItem\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3538,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3543,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3628,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3681,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "StringLiteral",
- "offset": 880,
- "length": 25,
- "value": "\"Didomi.PreferencesViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "StringLiteral",
- "offset": 880,
- "length": 25,
- "value": "\"Didomi.PreferencesViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
"kind": "FloatLiteral",
- "offset": 4610,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4709,
- "length": 3,
- "value": "0.1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4765,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "FloatLiteral",
- "offset": 5062,
- "length": 3,
- "value": "0.1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "FloatLiteral",
- "offset": 5122,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 5838,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 5962,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 6090,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesViewController\/PreferencesViewController.swift",
- "kind": "FloatLiteral",
- "offset": 7000,
+ "offset": 7063,
"length": 5,
"value": "665.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/InitGPPParameters.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/InitGPPParameters.swift",
"kind": "IntegerLiteral",
"offset": 370,
"length": 1,
"value": "7"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/InitGPPParameters.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/InitGPPParameters.swift",
"kind": "IntegerLiteral",
"offset": 398,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 300,
"length": 13,
"value": "\"back_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 329,
"length": 22,
"value": "\"purpose_details_root\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 368,
"length": 23,
"value": "\"purpose_details_title\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 407,
"length": 22,
"value": "\"purpose_details_name\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 452,
"length": 29,
"value": "\"purpose_details_description\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 509,
"length": 35,
"value": "\"purpose_details_description_legal\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 580,
"length": 43,
"value": "\"purpose_details_description_illustrations\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 665,
"length": 50,
"value": "\"purpose_details_description_illustrations_header\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 751,
"length": 44,
"value": "\"purpose_details_description_illustration_1\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 831,
"length": 44,
"value": "\"purpose_details_description_illustration_2\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 899,
"length": 31,
"value": "\"purpose_details_consent_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 960,
"length": 38,
"value": "\"purpose_details_consent_vendor_count\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 1025,
"length": 34,
"value": "\"purpose_details_legitimate_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 1092,
"length": 41,
"value": "\"purpose_details_legitimate_vendor_count\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 1158,
"length": 32,
"value": "\"purpose_details_consent_toggle\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 1218,
"length": 35,
"value": "\"purpose_details_legitimate_toggle\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Substring.swift",
- "kind": "BooleanLiteral",
- "offset": 676,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Substring.swift",
- "kind": "StringLiteral",
- "offset": 810,
- "length": 9,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Substring.swift",
- "kind": "StringLiteral",
- "offset": 818,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Substring.swift",
- "kind": "BooleanLiteral",
- "offset": 858,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
"kind": "StringLiteral",
"offset": 404,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
"kind": "Dictionary",
"offset": 440,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
"kind": "Dictionary",
"offset": 484,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
"kind": "Array",
- "offset": 530,
+ "offset": 534,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
- "kind": "StringLiteral",
- "offset": 1493,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
- "kind": "Dictionary",
- "offset": 1661,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryGroup.swift",
- "kind": "Dictionary",
- "offset": 1865,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiTableSeparator.swift",
- "kind": "BooleanLiteral",
- "offset": 529,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiTableSeparator.swift",
- "kind": "IntegerLiteral",
- "offset": 611,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiTableSeparator.swift",
- "kind": "StringLiteral",
- "offset": 237,
- "length": 20,
- "value": "\"Didomi.DidomiTableSeparator\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiTableSeparator.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiTableSeparator.swift",
"kind": "FloatLiteral",
"offset": 1685,
"length": 4,
"value": "-1.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiTableSeparator.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiTableSeparator.swift",
"kind": "FloatLiteral",
"offset": 1741,
"length": 3,
"value": "1.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIStackView.swift",
- "kind": "IntegerLiteral",
- "offset": 1084,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AirBridgeSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 357,
+ "length": 15,
+ "value": "\"Airbridge SDK\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIStackView.swift",
- "kind": "Array",
- "offset": 1222,
- "length": 2,
- "value": "[]"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AirBridgeSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 401,
+ "length": 11,
+ "value": "\"AirBridge\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/SelectedVendors.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AirBridgeSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 451,
+ "length": 15,
+ "value": "\"startTracking\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AirBridgeSDK.swift",
"kind": "BooleanLiteral",
- "offset": 1451,
+ "offset": 516,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/SelectedVendors.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AirBridgeSDK.swift",
"kind": "BooleanLiteral",
- "offset": 1733,
- "length": 4,
- "value": "true"
+ "offset": 989,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryItem.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryItem.swift",
"kind": "StringLiteral",
"offset": 291,
"length": 10,
"value": "\"category\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryItem.swift",
- "kind": "StringLiteral",
- "offset": 291,
- "length": 10,
- "value": "\"category\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 558,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1356,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "FloatLiteral",
- "offset": 2578,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 2646,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3454,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 4159,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 188,
- "length": 29,
- "value": "\"Didomi.PurposeCategoryViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 7258,
- "length": 65,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 7306,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 7322,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 7374,
- "length": 65,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 7422,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 7438,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 7491,
- "length": 88,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 7562,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "StringLiteral",
- "offset": 7578,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 9924,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 1986,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 1998,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 2812,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 4299,
- "length": 21,
- "value": "\"manage_our_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 4420,
- "length": 27,
- "value": "\"bulk_action_section_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 4635,
- "length": 24,
- "value": "\"bulk_action_on_vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 4864,
- "length": 20,
- "value": "\"our_partners_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 4993,
- "length": 12,
- "value": "\"consent_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5092,
- "length": 13,
- "value": "\"consent_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5195,
- "length": 13,
- "value": "\"purposes_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/ViewModel\/VendorsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 5299,
- "length": 14,
- "value": "\"purposes_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationFactory.swift",
- "kind": "BooleanLiteral",
- "offset": 836,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationFactory.swift",
- "kind": "StringLiteral",
- "offset": 878,
- "length": 7,
- "value": "\"popup\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationFactory.swift",
- "kind": "IntegerLiteral",
- "offset": 911,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationFactory.swift",
- "kind": "StringLiteral",
- "offset": 1118,
- "length": 4,
- "value": "\"en\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/RegulationCCPA.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/RegulationCCPA.swift",
"kind": "BooleanLiteral",
"offset": 307,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/RegulationCCPA.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/RegulationCCPA.swift",
"kind": "BooleanLiteral",
"offset": 395,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/Namespaces.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/Namespaces.swift",
"kind": "StringLiteral",
"offset": 242,
"length": 6,
"value": "\"iab2\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/Namespaces.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/Namespaces.swift",
"kind": "StringLiteral",
"offset": 270,
"length": 5,
"value": "\"iab\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/Namespaces.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/Namespaces.swift",
"kind": "StringLiteral",
"offset": 300,
"length": 8,
"value": "\"didomi\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 738,
- "length": 4,
- "value": "true"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserChoices.swift",
+ "kind": "Dictionary",
+ "offset": 3023,
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserChoices.swift",
+ "kind": "Dictionary",
+ "offset": 3083,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserChoices.swift",
+ "kind": "Dictionary",
+ "offset": 3149,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserChoices.swift",
+ "kind": "Dictionary",
+ "offset": 3210,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserChoices.swift",
+ "kind": "Dictionary",
+ "offset": 3273,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserChoices.swift",
+ "kind": "Dictionary",
+ "offset": 3331,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserChoices.swift",
+ "kind": "Dictionary",
+ "offset": 3395,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserChoices.swift",
+ "kind": "Dictionary",
+ "offset": 3454,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1088,
- "length": 93,
- "value": "\"Error writing cache file: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "StringLiteral",
- "offset": 1142,
- "length": 1,
- "value": "\", error: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "StringLiteral",
- "offset": 1180,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 1730,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "StringLiteral",
- "offset": 1957,
- "length": 93,
- "value": "\"Error reading cache file: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "StringLiteral",
- "offset": 2011,
- "length": 1,
- "value": "\", error: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "StringLiteral",
- "offset": 2049,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 2616,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "StringLiteral",
- "offset": 2813,
- "length": 52,
- "value": "\"Cached file available: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "StringLiteral",
- "offset": 2864,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 2890,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "StringLiteral",
- "offset": 2950,
- "length": 56,
- "value": "\"Cached file not available: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "StringLiteral",
- "offset": 3005,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 3031,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/CacheHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 3087,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 864,
+ "offset": 921,
"length": 32,
"value": "\"preferences.content.agreeToAll\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 949,
+ "offset": 1006,
"length": 35,
"value": "\"preferences.content.disagreeToAll\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1040,
+ "offset": 1097,
"length": 26,
"value": "\"preferences.content.save\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1113,
+ "offset": 1170,
"length": 37,
"value": "\"preferences.content.viewAllPartners\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1208,
+ "offset": 1265,
"length": 26,
"value": "\"preferences.content.text\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1297,
+ "offset": 1354,
"length": 27,
"value": "\"preferences.content.title\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1388,
+ "offset": 1445,
"length": 33,
"value": "\"preferences.content.textVendors\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1483,
+ "offset": 1540,
"length": 36,
"value": "\"preferences.content.subTextVendors\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1712,
+ "offset": 1769,
"length": 23,
"value": "\"notice.content.notice\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1783,
+ "offset": 1840,
"length": 24,
"value": "\"notice.content.dismiss\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1861,
+ "offset": 1918,
"length": 21,
"value": "\"notice.content.deny\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 1935,
+ "offset": 1992,
"length": 26,
"value": "\"notice.content.learnMore\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 2019,
+ "offset": 2076,
"length": 30,
"value": "\"notice.content.privacyPolicy\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "Dictionary",
- "offset": 4348,
+ "offset": 4405,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "StringLiteral",
- "offset": 4864,
+ "offset": 4921,
"length": 4,
"value": "\"en\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 5984,
- "length": 34,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 5998,
- "length": 1,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 6017,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 7097,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
"kind": "Dictionary",
- "offset": 9058,
+ "offset": 9823,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 10304,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 10844,
- "length": 18,
- "value": "\"%\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 10861,
- "length": 15,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 12990,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 13595,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 14854,
- "length": 37,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 14872,
- "length": 1,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 14890,
- "length": 4,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 15283,
- "length": 30,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 15301,
- "length": 1,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 15312,
- "length": 3,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 15335,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 15376,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 15792,
- "length": 30,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 15810,
- "length": 1,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 15821,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 17294,
- "length": 4,
- "value": "\"en\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 17412,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 17438,
- "length": 31,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 17454,
- "length": 1,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 17468,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 17556,
- "length": 31,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 17572,
- "length": 1,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 17586,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 18182,
- "length": 3,
- "value": "\"_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 18193,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 18483,
- "length": 28,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 18499,
- "length": 1,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 18510,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 18689,
- "length": 89,
- "value": "\"Locale code \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 18715,
- "length": 4,
- "value": "\" will use language code with default country \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 18777,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 19211,
- "length": 53,
- "value": "\"Locale code \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 19237,
- "length": 5,
- "value": "\" falls back to \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 19263,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 19464,
- "length": 65,
- "value": "\"Default language code specified in the App Config will be used.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 19749,
+ "offset": 1066,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 19783,
- "length": 75,
- "value": "\"First language code specified that is enabled and available will be used.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 20391,
- "length": 3,
- "value": "\"_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 20402,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 20457,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 20462,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "Array",
- "offset": 21063,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 21092,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 21159,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 21219,
- "length": 83,
- "value": "\"Failure to validate language code: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 21270,
- "length": 1,
- "value": "\": \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 21301,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 21323,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 21816,
- "length": 69,
- "value": "\"Language code: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 21847,
- "length": 2,
- "value": "\" is not valid (should be xx or xx-XX)\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 22133,
- "length": 87,
- "value": "\"Language code: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/LanguageHelper.swift",
- "kind": "StringLiteral",
- "offset": 22164,
- "length": 2,
- "value": "\" is not an enabled language (check configuration file).\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/JSONDecoder.swift",
- "kind": "StringLiteral",
- "offset": 367,
- "length": 23,
- "value": "\"parse(): data is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/JSONDecoder.swift",
- "kind": "StringLiteral",
- "offset": 620,
- "length": 67,
- "value": "\"Error while JSON-decoding \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/JSONDecoder.swift",
- "kind": "StringLiteral",
- "offset": 676,
- "length": 1,
- "value": "\": \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/JSONDecoder.swift",
- "kind": "StringLiteral",
- "offset": 686,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1033,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1048,
+ "offset": 1081,
"length": 18,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1080,
+ "offset": 1113,
"length": 10,
"value": "2"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1104,
+ "offset": 1137,
"length": 12,
"value": "3"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1130,
+ "offset": 1163,
"length": 17,
"value": "4"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1161,
+ "offset": 1194,
"length": 10,
"value": "5"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1185,
+ "offset": 1218,
"length": 11,
"value": "6"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 1033,
+ "offset": 1273,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1048,
- "length": 18,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1080,
- "length": 10,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1104,
- "length": 12,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1130,
- "length": 17,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1161,
- "length": 10,
- "value": "5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1185,
- "length": 11,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1033,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1048,
- "length": 18,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1080,
- "length": 10,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1104,
- "length": 12,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1130,
- "length": 17,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1161,
- "length": 10,
- "value": "5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1185,
- "length": 11,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1240,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1724,
- "length": 31,
- "value": "\"data_processing_based_consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1865,
- "length": 43,
- "value": "\"data_processing_based_legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2997,
+ "offset": 3030,
"length": 28,
"value": "\"additional_data_processing\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 3226,
+ "offset": 3259,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "StringLiteral",
- "offset": 3776,
+ "offset": 3809,
"length": 26,
"value": "\"required_data_processing\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "StringLiteral",
- "offset": 3913,
+ "offset": 3946,
"length": 20,
"value": "\"categories_of_data\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 4912,
+ "offset": 5515,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 5208,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "StringLiteral",
- "offset": 5671,
+ "offset": 5978,
"length": 21,
"value": "\"device_storage_link\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "StringLiteral",
- "offset": 5843,
+ "offset": 6150,
"length": 66,
"value": "\"Parsing HTML Attributed string in VendorDetailsViewModel failed.\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 5991,
+ "offset": 6298,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 6115,
+ "offset": 6422,
"length": 2,
"value": "14"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
"kind": "StringLiteral",
- "offset": 6578,
+ "offset": 6885,
"length": 4,
"value": "\"en\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 10116,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 10253,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 10957,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12350,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 12548,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12617,
- "length": 14,
- "value": "\"day_singular\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12732,
- "length": 12,
- "value": "\"day_plural\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12786,
- "length": 9,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12794,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12945,
- "length": 16,
- "value": "\"retention_time\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 13414,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 14061,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 14779,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 16166,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 16471,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 16787,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 16877,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 18176,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 18723,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 18847,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 20473,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 20638,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 20814,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 20847,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 22483,
- "length": 9,
- "value": "\"enabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 22567,
- "length": 10,
- "value": "\"disabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 22656,
- "length": 13,
- "value": "\"unspecified\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 22921,
- "length": 24,
- "value": "\"disable_consent_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 23097,
- "length": 22,
- "value": "\"reset_consent_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 23275,
- "length": 23,
- "value": "\"enable_consent_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 23668,
- "length": 19,
- "value": "\"disable_li_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 23839,
- "length": 18,
- "value": "\"enable_li_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 23947,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 24155,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 26277,
- "length": 7,
- "value": "\"close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 26342,
- "length": 26,
- "value": "\"go_back_to_partners_list\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 27154,
- "length": 9,
- "value": "\"%{name}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 27344,
- "length": 26,
- "value": "\"iab_vendor_disclaimer_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 27416,
- "length": 23,
- "value": "\"iab_vendor_disclaimer\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 27476,
- "length": 27,
- "value": "\"non_iab_vendor_disclaimer\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 27641,
- "length": 38,
- "value": "\"vendor_iab_transparency_button_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 27889,
- "length": 22,
- "value": "\"link_iab_tcf_website\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 28208,
- "length": 36,
- "value": "\"vendor_privacy_policy_button_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 28284,
- "length": 15,
- "value": "\"%{vendorName}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 28657,
- "length": 21,
- "value": "\"link_privacy_policy\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 29079,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/VendorDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 29318,
- "length": 21,
- "value": "\"link_privacy_policy\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingDecoder.swift",
- "kind": "StringLiteral",
- "offset": 836,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingDecoder.swift",
- "kind": "StringLiteral",
- "offset": 1345,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingDecoder.swift",
- "kind": "StringLiteral",
- "offset": 1659,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPRepository.swift",
- "kind": "StringLiteral",
- "offset": 1407,
- "length": 59,
- "value": "\"GPP type is integer but value does not convert to integer\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPRepository.swift",
- "kind": "StringLiteral",
- "offset": 1604,
- "length": 18,
- "value": "\"Unknown GPP type\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryPurpose.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryPurpose.swift",
"kind": "StringLiteral",
"offset": 512,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryPurpose.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryPurpose.swift",
"kind": "StringLiteral",
"offset": 531,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryPurpose.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryPurpose.swift",
"kind": "StringLiteral",
"offset": 670,
"length": 11,
"value": "\"purposeId\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryPurpose.swift",
- "kind": "StringLiteral",
- "offset": 670,
- "length": 11,
- "value": "\"purposeId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryPurpose.swift",
- "kind": "StringLiteral",
- "offset": 1245,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PurposeGrouping\/PurposeCategoryPurpose.swift",
- "kind": "StringLiteral",
- "offset": 1403,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 2061,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 2111,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 2212,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 2320,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 2440,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "StringLiteral",
- "offset": 2833,
- "length": 53,
- "value": "\"currentUserStatus is not valid, user status not set\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
"kind": "BooleanLiteral",
- "offset": 2907,
+ "offset": 2555,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "StringLiteral",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 387,
+ "length": 10,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 407,
+ "length": 5,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 422,
+ "length": 10,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 442,
+ "length": 15,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 467,
+ "length": 15,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 492,
+ "length": 16,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 518,
+ "length": 19,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 547,
+ "length": 19,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 576,
+ "length": 22,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 608,
+ "length": 24,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 642,
+ "length": 26,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 678,
+ "length": 29,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 717,
+ "length": 34,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 761,
+ "length": 37,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 808,
+ "length": 32,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 850,
+ "length": 33,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 893,
+ "length": 36,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 939,
+ "length": 28,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 977,
+ "length": 31,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1018,
+ "length": 29,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1057,
+ "length": 32,
+ "value": "21"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1099,
+ "length": 27,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1136,
+ "length": 28,
+ "value": "23"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1174,
+ "length": 27,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1211,
+ "length": 27,
+ "value": "25"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1248,
+ "length": 30,
+ "value": "26"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1288,
+ "length": 33,
+ "value": "27"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1349,
+ "length": 15,
+ "value": "28"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1463,
+ "length": 8,
+ "value": "29"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1481,
+ "length": 9,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1500,
+ "length": 9,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1541,
+ "length": 15,
+ "value": "32"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1566,
+ "length": 20,
+ "value": "33"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1792,
+ "length": 26,
+ "value": "34"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1924,
+ "length": 31,
+ "value": "35"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2106,
+ "length": 31,
+ "value": "36"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2291,
+ "length": 34,
+ "value": "37"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2477,
+ "length": 32,
+ "value": "38"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2664,
+ "length": 35,
+ "value": "39"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2849,
+ "length": 37,
+ "value": "40"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2923,
+ "length": 17,
+ "value": "41"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2950,
+ "length": 17,
+ "value": "42"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
+ "kind": "IntegerLiteral",
"offset": 3003,
- "length": 41,
- "value": "\"regulation is none, user status not set\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 3065,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "Array",
- "offset": 3139,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "Array",
- "offset": 3192,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "Array",
- "offset": 3254,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "Array",
- "offset": 3317,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 3585,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 3879,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "Array",
- "offset": 4114,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "Array",
- "offset": 4165,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "Array",
- "offset": 4225,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "Array",
- "offset": 4286,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4528,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4773,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5053,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 6377,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatusRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7505,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 387,
- "length": 10,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 407,
- "length": 5,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 422,
- "length": 10,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 442,
- "length": 15,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 467,
- "length": 15,
- "value": "5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 492,
"length": 16,
- "value": "6"
+ "value": "43"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 518,
- "length": 19,
- "value": "7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 547,
- "length": 19,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 576,
- "length": 22,
- "value": "9"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 608,
- "length": 24,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 642,
- "length": 26,
- "value": "11"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 678,
- "length": 29,
- "value": "12"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 717,
- "length": 34,
- "value": "13"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 761,
- "length": 37,
- "value": "14"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 808,
- "length": 32,
- "value": "15"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 850,
- "length": 33,
- "value": "16"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 893,
- "length": 36,
- "value": "17"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 939,
- "length": 28,
- "value": "18"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 977,
- "length": 31,
- "value": "19"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1018,
- "length": 29,
- "value": "20"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1057,
- "length": 32,
- "value": "21"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1099,
- "length": 27,
- "value": "22"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1136,
- "length": 28,
- "value": "23"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1174,
- "length": 27,
- "value": "24"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1211,
- "length": 27,
- "value": "25"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1248,
- "length": 30,
- "value": "26"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1288,
- "length": 33,
- "value": "27"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1420,
- "length": 8,
- "value": "28"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1438,
- "length": 9,
- "value": "29"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1457,
- "length": 9,
- "value": "30"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1498,
- "length": 15,
- "value": "31"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1523,
- "length": 20,
- "value": "32"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1611,
- "length": 26,
- "value": "33"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1647,
- "length": 31,
- "value": "34"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1688,
- "length": 31,
- "value": "35"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1729,
- "length": 34,
- "value": "36"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1773,
- "length": 32,
- "value": "37"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1815,
- "length": 35,
- "value": "38"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1860,
- "length": 37,
- "value": "39"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 387,
- "length": 10,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 407,
- "length": 5,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 422,
- "length": 10,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 442,
- "length": 15,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 467,
- "length": 15,
- "value": "5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 492,
- "length": 16,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 518,
- "length": 19,
- "value": "7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 547,
- "length": 19,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 576,
- "length": 22,
- "value": "9"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 608,
- "length": 24,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 642,
- "length": 26,
- "value": "11"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 678,
- "length": 29,
- "value": "12"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 717,
- "length": 34,
- "value": "13"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 761,
- "length": 37,
- "value": "14"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 808,
- "length": 32,
- "value": "15"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 850,
- "length": 33,
- "value": "16"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 893,
- "length": 36,
- "value": "17"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 939,
- "length": 28,
- "value": "18"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 977,
- "length": 31,
- "value": "19"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1018,
- "length": 29,
- "value": "20"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1057,
- "length": 32,
- "value": "21"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1099,
- "length": 27,
- "value": "22"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1136,
- "length": 28,
- "value": "23"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1174,
- "length": 27,
- "value": "24"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1211,
- "length": 27,
- "value": "25"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1248,
- "length": 30,
- "value": "26"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1288,
- "length": 33,
- "value": "27"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1420,
- "length": 8,
- "value": "28"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1438,
- "length": 9,
- "value": "29"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1457,
- "length": 9,
- "value": "30"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1498,
- "length": 15,
- "value": "31"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1523,
- "length": 20,
- "value": "32"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1611,
- "length": 26,
- "value": "33"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1647,
- "length": 31,
- "value": "34"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1688,
- "length": 31,
- "value": "35"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1729,
- "length": 34,
- "value": "36"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1773,
- "length": 32,
- "value": "37"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1815,
- "length": 35,
- "value": "38"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventType.swift",
- "kind": "IntegerLiteral",
- "offset": 1860,
- "length": 37,
- "value": "39"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 613,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 888,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "IntegerLiteral",
"offset": 924,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 1223,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "IntegerLiteral",
"offset": 1259,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 1542,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 1592,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
- "kind": "BooleanLiteral",
- "offset": 1933,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
- "kind": "BooleanLiteral",
- "offset": 2058,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 3583,
"length": 4,
"value": "90.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 3638,
"length": 4,
"value": "15.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 3686,
"length": 4,
"value": "16.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 3746,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 3804,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 3873,
"length": 4,
"value": "24.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SubtitledSectionHeaderView\/SubtitledSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 3954,
"length": 4,
"value": "21.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/DeviceStorageDisclosureDetailsViewModel.swift",
"kind": "StringLiteral",
- "offset": 415,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 766,
- "length": 20,
- "value": "\"Darwin\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 782,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 785,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 885,
- "length": 21,
- "value": "\"com.apple.CFNetwork\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 958,
- "length": 28,
- "value": "\"CFBundleShortVersionString\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1002,
- "length": 5,
- "value": "\"1.0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1023,
- "length": 22,
- "value": "\"CFNetwork\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1044,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1157,
- "length": 60,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1185,
- "length": 1,
- "value": "\"\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1216,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1473,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1683,
- "length": 12,
- "value": "\"Didomi SDK\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1764,
- "length": 108,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1772,
- "length": 1,
- "value": "\"\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1783,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1802,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1824,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1849,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ContextHelper.swift",
- "kind": "StringLiteral",
- "offset": 1871,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/DeviceStorageDisclosureDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 965,
+ "offset": 977,
"length": 18,
"value": "\"previous_storage\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/DeviceStorageDisclosureDetailsViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/DeviceStorageDisclosureDetailsViewModel.swift",
"kind": "StringLiteral",
- "offset": 1103,
+ "offset": 1115,
"length": 14,
"value": "\"next_storage\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/DeviceStorageDisclosureDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1762,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/DeviceStorageDisclosureDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1974,
- "length": 7,
- "value": "\"close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 2572,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 2625,
- "length": 43,
- "value": "\"Unable to generate a valid consent string\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 2937,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 3202,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "BooleanLiteral",
"offset": 405,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "BooleanLiteral",
"offset": 739,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "BooleanLiteral",
"offset": 1199,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "IntegerLiteral",
"offset": 1415,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "BooleanLiteral",
"offset": 1741,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "IntegerLiteral",
"offset": 2063,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "BooleanLiteral",
"offset": 2221,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "IntegerLiteral",
"offset": 2542,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "BooleanLiteral",
"offset": 2701,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
- "kind": "BooleanLiteral",
- "offset": 3698,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
- "kind": "StringLiteral",
- "offset": 238,
- "length": 16,
- "value": "\"Didomi.ExternalLinkView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 6704,
"length": 5,
"value": "250.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 6750,
"length": 4,
"value": "90.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 6800,
"length": 4,
"value": "60.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 6850,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 6898,
"length": 5,
"value": "250.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 7059,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 7146,
"length": 4,
"value": "24.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 7221,
"length": 4,
"value": "95.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 7280,
"length": 4,
"value": "60.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 7331,
"length": 5,
"value": "500.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 7346,
"length": 5,
"value": "500.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkView.swift",
"kind": "FloatLiteral",
"offset": 7417,
"length": 4,
"value": "32.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
"kind": "StringLiteral",
"offset": 320,
"length": 28,
"value": "\"didomi_toolbar_save_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
"kind": "StringLiteral",
"offset": 371,
"length": 36,
"value": "\"didomi_toolbar_save_purpose_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
"kind": "StringLiteral",
"offset": 431,
"length": 37,
"value": "\"didomi_toolbar_save_category_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
"kind": "StringLiteral",
"offset": 490,
"length": 36,
"value": "\"didomi_toolbar_agree_to_all_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
"kind": "StringLiteral",
"offset": 551,
"length": 39,
"value": "\"didomi_toolbar_disagree_to_all_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
"kind": "StringLiteral",
"offset": 617,
"length": 33,
"value": "\"didomi_toolbar_scroll_indicator\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
"kind": "StringLiteral",
"offset": 672,
"length": 21,
"value": "\"didomi_toolbar_logo\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
"kind": "StringLiteral",
"offset": 721,
"length": 34,
"value": "\"didomi_toolbar_description_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/ToolbarIdentifiers.swift",
"kind": "StringLiteral",
"offset": 771,
"length": 21,
"value": "\"didomi_toolbar_root\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
"kind": "IntegerLiteral",
"offset": 227,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
"kind": "IntegerLiteral",
"offset": 255,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
"kind": "IntegerLiteral",
"offset": 278,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
- "kind": "IntegerLiteral",
- "offset": 227,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
- "kind": "IntegerLiteral",
- "offset": 255,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
- "kind": "IntegerLiteral",
- "offset": 278,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
- "kind": "IntegerLiteral",
- "offset": 227,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
- "kind": "IntegerLiteral",
- "offset": 255,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFPublisherRestriction.swift",
- "kind": "IntegerLiteral",
- "offset": 278,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
"kind": "StringLiteral",
- "offset": 593,
+ "offset": 597,
"length": 16,
"value": "\"device_storage\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 873,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 932,
- "length": 3,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1407,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2711,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3118,
- "length": 35,
- "value": "\"browsing_session_storage_duration\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3207,
- "length": 15,
- "value": "\"%{vendorName}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3627,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3631,
- "length": 17,
- "value": "\"second_singular\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3651,
- "length": 15,
- "value": "\"second_plural\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3927,
- "length": 25,
- "value": "\"vendor_storage_duration\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4013,
- "length": 15,
- "value": "\"%{vendorName}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4108,
- "length": 29,
- "value": "\"%{humanizedStorageDuration}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4145,
- "length": 22,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4165,
- "length": 1,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4549,
- "length": 24,
- "value": "\"other_means_of_storage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Extensions\/UIViewControllerExtension.swift",
- "kind": "BooleanLiteral",
- "offset": 819,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Extensions\/UIViewControllerExtension.swift",
- "kind": "IntegerLiteral",
- "offset": 1034,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Extensions\/UIViewControllerExtension.swift",
- "kind": "BooleanLiteral",
- "offset": 1098,
+ "offset": 728,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Extensions\/UIViewControllerExtension.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1153,
+ "offset": 979,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/DeviceStorageDisclosureHeaderViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1405,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Locale.swift",
"kind": "StringLiteral",
- "offset": 290,
+ "offset": 1177,
+ "length": 4,
+ "value": "\"en\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 311,
"length": 7,
"value": "\"optin\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1068,
+ "offset": 1089,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "BooleanLiteral",
- "offset": 1186,
+ "offset": 1207,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 1412,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 1458,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2259,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2364,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2467,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2767,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 2906,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 5902,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 6014,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6029,
- "length": 33,
- "value": "\"manage_our_partners_with_counts\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6073,
- "length": 21,
- "value": "\"manage_our_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6276,
+ "offset": 4719,
"length": 27,
"value": "\"continue_without_agreeing\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 6331,
+ "offset": 4774,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 6398,
- "length": 51,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6429,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6448,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6713,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6925,
- "length": 20,
- "value": "\"manage_spi_choices\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6959,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7059,
- "length": 14,
- "value": "\"select_colon\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7078,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7328,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7511,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7684,
- "length": 18,
- "value": "\"decline_7eeb5ff4\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7720,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7958,
- "length": 20,
- "value": "\"our_privacy_policy\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7983,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 8348,
+ "offset": 6634,
"length": 34,
"value": "\"go_to_purpose_configuration_view\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 8387,
+ "offset": 6733,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 8583,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 8647,
+ "offset": 7112,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 8948,
- "length": 22,
- "value": "\"double_tap_to_action\""
+ "offset": 7356,
+ "length": 21,
+ "value": "\"link_privacy_policy\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 9023,
+ "offset": 7442,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 9340,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 9424,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 9615,
+ "offset": 7714,
"length": 45,
"value": "\"accept_our_data_processing_and_close_notice\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 9665,
+ "offset": 7824,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 9838,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 9902,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10146,
+ "offset": 8138,
"length": 30,
"value": "\"acknowledge_and_close_notice\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 10232,
+ "offset": 8171,
"length": 45,
"value": "\"refuse_our_data_processing_and_close_notice\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 10292,
+ "offset": 8281,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 10468,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10532,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10725,
+ "offset": 8577,
"length": 45,
"value": "\"refuse_our_data_processing_and_close_notice\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 10775,
+ "offset": 8687,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 10960,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11024,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11258,
- "length": 7,
- "value": "\"close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11270,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11330,
+ "offset": 9034,
"length": 22,
"value": "\"close_consent_notice\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
"kind": "StringLiteral",
- "offset": 11357,
+ "offset": 9121,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11441,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11526,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12665,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 14168,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 14381,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 14784,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 233,
- "length": 15,
- "value": "\"Didomi.NoticeViewModel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 15746,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 15874,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 15999,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 17060,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/NoticeManagement\/Logic\/NoticeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 17127,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 296,
"length": 40,
"value": "\"device_storage_disclosure_details_root\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 353,
"length": 41,
"value": "\"device_storage_disclosure_details_title\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 410,
"length": 41,
"value": "\"device_storage_disclosure_details_title\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 474,
"length": 41,
"value": "\"device_storage_disclosure_details_close\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 535,
"length": 45,
"value": "\"device_storage_disclosure_details_stored_by\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 604,
"length": 49,
"value": "\"device_storage_disclosure_details_name_subtitle\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 680,
"length": 52,
"value": "\"device_storage_disclosure_details_name_description\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 756,
"length": 49,
"value": "\"device_storage_disclosure_details_type_subtitle\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 832,
"length": 52,
"value": "\"device_storage_disclosure_details_type_description\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 910,
"length": 51,
"value": "\"device_storage_disclosure_details_domain_subtitle\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 990,
"length": 54,
"value": "\"device_storage_disclosure_details_domain_description\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 1074,
"length": 55,
"value": "\"device_storage_disclosure_details_expiration_subtitle\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 1162,
"length": 58,
"value": "\"device_storage_disclosure_details_expiration_description\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 1248,
"length": 53,
"value": "\"device_storage_disclosure_details_purposes_subtitle\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DeviceStorageDisclosureDetailsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 1332,
"length": 56,
"value": "\"device_storage_disclosure_details_purposes_description\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 591,
+ "offset": 602,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 925,
+ "offset": 936,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 1387,
+ "offset": 1398,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "IntegerLiteral",
- "offset": 1603,
+ "offset": 1614,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 1931,
+ "offset": 1942,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "IntegerLiteral",
- "offset": 2151,
+ "offset": 2162,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 2428,
+ "offset": 2439,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 2696,
+ "offset": 2707,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 2733,
+ "offset": 2744,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 3611,
+ "offset": 3622,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 4266,
+ "offset": 4277,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 4348,
+ "offset": 4359,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 4434,
+ "offset": 4445,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 4915,
+ "offset": 4926,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 4996,
+ "offset": 5007,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "BooleanLiteral",
- "offset": 5081,
+ "offset": 5092,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 6067,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 6734,
- "length": 3,
- "value": "2.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 6908,
- "length": 3,
- "value": "2.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 7009,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 7189,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 7262,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 7334,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 7591,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 7757,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "StringLiteral",
- "offset": 320,
- "length": 20,
- "value": "\"Didomi.SteppableDetailsView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 13087,
+ "offset": 13098,
"length": 5,
"value": "250.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13133,
+ "offset": 13144,
"length": 4,
"value": "90.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13183,
+ "offset": 13194,
"length": 4,
"value": "60.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13232,
+ "offset": 13243,
"length": 4,
"value": "50.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13282,
+ "offset": 13293,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13330,
+ "offset": 13341,
"length": 5,
"value": "250.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13379,
+ "offset": 13390,
"length": 5,
"value": "685.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13434,
+ "offset": 13445,
"length": 4,
"value": "80.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13485,
+ "offset": 13496,
"length": 5,
"value": "120.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13542,
+ "offset": 13553,
"length": 3,
"value": "0.3"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13604,
+ "offset": 13615,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13691,
+ "offset": 13702,
"length": 4,
"value": "24.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13765,
+ "offset": 13776,
"length": 4,
"value": "20.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 13830,
+ "offset": 13841,
"length": 4,
"value": "32.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "IntegerLiteral",
- "offset": 13905,
+ "offset": 13916,
"length": 2,
"value": "40"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 14128,
+ "offset": 14139,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "StringLiteral",
- "offset": 14407,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "StringLiteral",
- "offset": 14585,
- "length": 24,
- "value": "\"tv_right_arrow_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "StringLiteral",
- "offset": 14720,
- "length": 16,
- "value": "\"tv_right_arrow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "StringLiteral",
- "offset": 14945,
- "length": 23,
- "value": "\"tv_left_arrow_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "StringLiteral",
- "offset": 15079,
- "length": 15,
- "value": "\"tv_left_arrow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "StringLiteral",
- "offset": 15294,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 15463,
+ "offset": 15474,
"length": 4,
"value": "12.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 15527,
+ "offset": 15538,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 15539,
+ "offset": 15550,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 15553,
+ "offset": 15564,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
"kind": "FloatLiteral",
- "offset": 15566,
+ "offset": 15577,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 15957,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 16035,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/SteppableDetailsView\/SteppableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 16117,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 1400,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 1404,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 1711,
- "length": 2,
- "value": "63"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 1752,
- "length": 2,
- "value": "63"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2062,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2098,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2116,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2121,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2270,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2288,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2293,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2327,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2390,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2587,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2591,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2707,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2848,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 2886,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 3005,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 3203,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 3482,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 3526,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 3607,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 6137,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 6170,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 6177,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 6475,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 6479,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 6558,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "IntegerLiteral",
- "offset": 6620,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "StringLiteral",
- "offset": 6897,
- "length": 3,
- "value": "\"+\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "StringLiteral",
- "offset": 6908,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "StringLiteral",
- "offset": 6951,
- "length": 3,
- "value": "\"\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "StringLiteral",
- "offset": 6962,
- "length": 3,
- "value": "\"_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "StringLiteral",
- "offset": 7005,
- "length": 3,
- "value": "\"=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Data.swift",
- "kind": "StringLiteral",
- "offset": 7016,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 315,
"length": 15,
"value": "\"purposes_view\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 347,
"length": 16,
"value": "\"purposes_title\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 380,
"length": 16,
"value": "\"purposes_close\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 419,
"length": 27,
"value": "\"purposes_description_view\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 475,
"length": 30,
"value": "\"purposes_privacy_policy_link\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 527,
"length": 27,
"value": "\"purposes_table_cell_view_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 584,
"length": 36,
"value": "\"purposes_category_table_cell_view_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 644,
"length": 17,
"value": "\"purpose_toggle_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 693,
"length": 26,
"value": "\"purpose_essential_label_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 741,
"length": 27,
"value": "\"purposes_table_name_view_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 798,
"length": 36,
"value": "\"purposes_category_table_name_view_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 851,
"length": 21,
"value": "\"purposes_table_view\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 895,
"length": 28,
"value": "\"purposes_table_footer_view\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 960,
"length": 39,
"value": "\"purposes_table_footer_partners_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
"offset": 1048,
"length": 53,
"value": "\"purposes_table_footer_sdk_storage_disclosure_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1151,
- "length": 54,
- "value": "\"purposes_table_footer_sensitive_personal_info_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1246,
+ "offset": 1142,
"length": 43,
"value": "\"purposes_additional_data_processing_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1329,
+ "offset": 1225,
"length": 43,
"value": "\"purposes_additional_data_processing_item_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1446,
+ "offset": 1342,
"length": 28,
"value": "\"purposes_table_header_root\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1510,
+ "offset": 1406,
"length": 38,
"value": "\"purposes_table_header_title_category\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1590,
+ "offset": 1486,
"length": 44,
"value": "\"purposes_table_header_description_category\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1665,
+ "offset": 1561,
"length": 27,
"value": "\"purposes_bulk_action_root\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1719,
+ "offset": 1615,
"length": 28,
"value": "\"purposes_bulk_action_title\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1780,
+ "offset": 1676,
"length": 35,
"value": "\"purposes_bulk_action_status_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1849,
+ "offset": 1745,
"length": 36,
"value": "\"purposes_bulk_action_status_toggle\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1910,
+ "offset": 1806,
"length": 24,
"value": "\"purposes_view_category\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 1965,
+ "offset": 1861,
"length": 33,
"value": "\"purposes_nav_bar_title_category\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 2033,
+ "offset": 1929,
"length": 37,
"value": "\"purposes_table_header_root_category\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 2110,
+ "offset": 2006,
"length": 37,
"value": "\"purposes_bulk_action_title_category\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 2188,
+ "offset": 2084,
"length": 44,
"value": "\"purposes_bulk_action_status_label_category\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposesIdentifiers.swift",
"kind": "StringLiteral",
- "offset": 2274,
+ "offset": 2170,
"length": 45,
"value": "\"purposes_bulk_action_status_toggle_category\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
"kind": "FloatLiteral",
- "offset": 508,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
- "kind": "FloatLiteral",
- "offset": 561,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
- "kind": "FloatLiteral",
- "offset": 641,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
- "kind": "FloatLiteral",
- "offset": 906,
+ "offset": 917,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
"kind": "IntegerLiteral",
- "offset": 914,
+ "offset": 925,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
"kind": "FloatLiteral",
- "offset": 961,
+ "offset": 972,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
"kind": "IntegerLiteral",
- "offset": 969,
+ "offset": 980,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
- "kind": "BooleanLiteral",
- "offset": 1542,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
- "kind": "BooleanLiteral",
- "offset": 1746,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollViewFadingView\/ScrollViewFadingView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
"kind": "StringLiteral",
- "offset": 311,
- "length": 20,
- "value": "\"Didomi.ScrollViewFadingView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
- "kind": "StringLiteral",
- "offset": 298,
+ "offset": 319,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
"kind": "StringLiteral",
- "offset": 329,
+ "offset": 350,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
"kind": "FloatLiteral",
- "offset": 484,
+ "offset": 505,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
"kind": "StringLiteral",
- "offset": 2264,
+ "offset": 2285,
"length": 6,
"value": "\"type\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
- "kind": "StringLiteral",
- "offset": 2264,
- "length": 6,
- "value": "\"type\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
- "kind": "StringLiteral",
- "offset": 2693,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
- "kind": "StringLiteral",
- "offset": 2782,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEvent.swift",
- "kind": "FloatLiteral",
- "offset": 2860,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Encodable.swift",
- "kind": "Dictionary",
- "offset": 510,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/dataprocessingdetails\/DataProcessingDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 964,
- "length": 7,
- "value": "\"close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/dataprocessingdetails\/DataProcessingDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1259,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/dataprocessingdetails\/DataProcessingDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2721,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/dataprocessingdetails\/DataProcessingDetailsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2776,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Views\/dataprocessingdetails\/DataProcessingDetailsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2966,
- "length": 34,
- "value": "\"purpose_illustration_explanation\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction.swift",
"kind": "BooleanLiteral",
"offset": 766,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction.swift",
"kind": "StringLiteral",
"offset": 1054,
"length": 11,
"value": "\"purposeId\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction.swift",
"kind": "StringLiteral",
"offset": 1086,
"length": 17,
"value": "\"restrictionType\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction.swift",
- "kind": "StringLiteral",
- "offset": 1054,
- "length": 11,
- "value": "\"purposeId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction.swift",
- "kind": "StringLiteral",
- "offset": 1086,
- "length": 17,
- "value": "\"restrictionType\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+Vendors.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+Vendors.swift",
"kind": "BooleanLiteral",
"offset": 455,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+Vendors.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+Vendors.swift",
"kind": "StringLiteral",
"offset": 606,
"length": 6,
"value": "\"type\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+Vendors.swift",
- "kind": "StringLiteral",
- "offset": 606,
- "length": 6,
- "value": "\"type\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DeviceHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DeviceHelper.swift",
"kind": "IntegerLiteral",
- "offset": 602,
+ "offset": 629,
"length": 3,
"value": "320"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DeviceHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 767,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DeviceHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 1548,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/DeviceHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 1715,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 531,
- "length": 15,
- "value": "\"consent.asked\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEvent.swift",
- "kind": "FloatLiteral",
- "offset": 614,
- "length": 3,
- "value": "0.2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 724,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1433,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentAskedAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 212,
- "length": 20,
- "value": "\"Didomi.ConsentAskedAPIEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/RequiredIDs.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/RequiredIDs.swift",
"kind": "Array",
"offset": 407,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/RequiredIDs.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/RequiredIDs.swift",
"kind": "Array",
"offset": 445,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/RequiredIDs.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/RequiredIDs.swift",
"kind": "Array",
"offset": 487,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/RequiredIDs.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/RequiredIDs.swift",
"kind": "Array",
"offset": 524,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Dictionary.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
"kind": "StringLiteral",
- "offset": 1095,
+ "offset": 2218,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 455,
- "length": 14,
- "value": "\"GVL_BASE_URL\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 508,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 566,
- "length": 14,
- "value": "\"$TCF_VERSION\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 663,
- "length": 38,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 677,
- "length": 2,
- "value": "\"_v\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 689,
- "length": 6,
- "value": "\"_cache.json\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 759,
- "length": 27,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 773,
- "length": 2,
- "value": "\"_v\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 785,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLRequest.swift",
- "kind": "StringLiteral",
- "offset": 842,
- "length": 19,
- "value": "\"didomi_iab_config\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 617,
- "length": 14,
- "value": "\"^[0-9]{1,5}$\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 892,
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2249,
"length": 4,
- "value": "\"\"\""
+ "value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 908,
- "length": 4,
- "value": "\"\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 992,
- "length": 3,
- "value": "\"[\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 1031,
- "length": 3,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 1038,
- "length": 3,
- "value": "\"]\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 1915,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 1961,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 2003,
- "length": 52,
- "value": "\"window.didomiOnReady = window.didomiOnReady || [];\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 2078,
- "length": 47,
- "value": "\"window.didomiOnReady.push(function (Didomi) {\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 2157,
- "length": 23,
- "value": "\"Didomi.notice.hide();\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 2212,
- "length": 23,
- "value": "\"Didomi.setUserStatus(\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 2369,
- "length": 4,
- "value": "\");\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
"kind": "IntegerLiteral",
- "offset": 2409,
+ "offset": 1372,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
"kind": "StringLiteral",
- "offset": 2487,
- "length": 5,
- "value": "\"});\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 3257,
- "length": 26,
- "value": "\"=\"'#%\/<>?@\\^`{|}:,[] \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 3336,
- "length": 42,
- "value": "\"didomiConfig.user.externalConsent.value=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 3576,
- "length": 26,
- "value": "\"Unable to encode consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4091,
- "length": 3,
- "value": "\"{\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4109,
- "length": 16,
- "value": "\"\"purposes\":{\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4140,
- "length": 15,
- "value": "\"\"consent\":{\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4170,
- "length": 60,
- "value": "\"\"enabled\":\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4228,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4245,
- "length": 61,
- "value": "\"\"disabled\":\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4305,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4321,
- "length": 4,
- "value": "\"},\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4340,
- "length": 27,
- "value": "\"\"legitimate_interest\":{\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4382,
- "length": 70,
- "value": "\"\"enabled\":\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4450,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4467,
- "length": 71,
- "value": "\"\"disabled\":\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4537,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4553,
- "length": 3,
- "value": "\"}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4571,
- "length": 4,
- "value": "\"},\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4590,
- "length": 15,
- "value": "\"\"vendors\":{\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4620,
- "length": 15,
- "value": "\"\"consent\":{\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4650,
- "length": 59,
- "value": "\"\"enabled\":\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4707,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4724,
- "length": 60,
- "value": "\"\"disabled\":\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4783,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4799,
- "length": 4,
- "value": "\"},\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4818,
- "length": 27,
- "value": "\"\"legitimate_interest\":{\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4860,
- "length": 69,
- "value": "\"\"enabled\":\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4927,
- "length": 1,
- "value": "\",\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 4944,
- "length": 70,
- "value": "\"\"disabled\":\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5013,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5029,
- "length": 3,
- "value": "\"}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5047,
- "length": 4,
- "value": "\"},\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5066,
- "length": 28,
- "value": "\"\"user_id\":\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5090,
- "length": 1,
- "value": "\"\",\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5109,
- "length": 46,
- "value": "\"\"created\":\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5151,
- "length": 1,
- "value": "\"\",\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5170,
- "length": 46,
- "value": "\"\"updated\":\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5212,
- "length": 1,
- "value": "\"\",\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5231,
- "length": 14,
- "value": "\"\"source\":{\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5260,
- "length": 19,
- "value": "\"\"type\":\"app\",\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5294,
- "length": 45,
- "value": "\"\"domain\":\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5336,
- "length": 1,
- "value": "\"\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5354,
- "length": 4,
- "value": "\"},\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5373,
- "length": 24,
- "value": "\"\"action\":\"webview\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/WebViewHelper.swift",
- "kind": "StringLiteral",
- "offset": 5412,
- "length": 3,
- "value": "\"}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/VendorChangedUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 379,
- "length": 27,
- "value": "\"preferences.vendorchanged\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/VendorChangedUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1031,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 776,
- "length": 17,
- "value": "\"select_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 893,
- "length": 21,
- "value": "\"view_privacy_policy\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 972,
- "length": 73,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1010,
- "length": 14,
- "value": "\"all_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1026,
- "length": 1,
- "value": "\" (\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1043,
- "length": 1,
- "value": "\")\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1236,
- "length": 15,
- "value": "\"save_11a80ec3\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1336,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1507,
+ "offset": 1542,
"length": 25,
"value": "\"access_user_information\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1614,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1931,
- "length": 24,
- "value": "\"user_information_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2049,
- "length": 24,
- "value": "\"bulk_action_on_vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 5100,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 8437,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 8441,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 13854,
- "length": 7,
- "value": "\"close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 14473,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 14662,
- "length": 26,
- "value": "\"go_back_to_purposes_list\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 14762,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 14970,
- "length": 45,
- "value": "\"save_vendor_preferences_and_back_to_purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15089,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15291,
- "length": 22,
- "value": "\"open_partner_details\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15387,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15689,
- "length": 22,
- "value": "\"disable_this_partner\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15788,
- "length": 20,
- "value": "\"reset_this_partner\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15889,
- "length": 21,
- "value": "\"enable_this_partner\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 15994,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 16294,
- "length": 22,
- "value": "\"disable_all_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 16393,
- "length": 20,
- "value": "\"reset_all_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 16494,
- "length": 21,
- "value": "\"enable_all_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 16599,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 16861,
- "length": 9,
- "value": "\"enabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 16945,
- "length": 10,
- "value": "\"disabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorsViewModel.swift",
- "kind": "StringLiteral",
- "offset": 17034,
- "length": 13,
- "value": "\"unspecified\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 394,
"length": 5,
"value": "100.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 606,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
"kind": "IntegerLiteral",
"offset": 642,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 1704,
"length": 4,
"value": "15.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 1767,
"length": 4,
"value": "21.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
"kind": "StringLiteral",
"offset": 1841,
"length": 8,
"value": "\"F9FAFA\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentSectionHeaderView\/PreferencesContentSectionHeaderView.swift",
"kind": "FloatLiteral",
"offset": 1858,
"length": 3,
"value": "0.5"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1675,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 1309,
+ "offset": 1888,
"length": 9,
"value": "\"user_id\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 1342,
+ "offset": 1921,
"length": 9,
"value": "\"created\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 1375,
+ "offset": 1954,
"length": 9,
"value": "\"updated\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 1414,
+ "offset": 1993,
"length": 16,
"value": "\"consent_string\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 1464,
+ "offset": 2043,
"length": 15,
"value": "\"addtl_consent\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 1506,
+ "offset": 2085,
"length": 12,
"value": "\"regulation\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 1544,
+ "offset": 2123,
"length": 12,
"value": "\"didomi_dcs\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1309,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1342,
- "length": 9,
- "value": "\"created\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1375,
- "length": 9,
- "value": "\"updated\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1414,
- "length": 16,
- "value": "\"consent_string\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1464,
- "length": 15,
- "value": "\"addtl_consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1506,
- "length": 12,
- "value": "\"regulation\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1544,
- "length": 12,
- "value": "\"didomi_dcs\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "Dictionary",
- "offset": 1696,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "Dictionary",
- "offset": 1743,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1836,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1857,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1878,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1905,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1936,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1986,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "Dictionary",
- "offset": 2054,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "Dictionary",
- "offset": 2101,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 2131,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
"offset": 2161,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 2191,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 2227,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 2267,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 2339,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 3649,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 481,
- "length": 17,
- "value": "\"Didomi.CurrentUserStatus\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "BooleanLiteral",
- "offset": 4264,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 3760,
- "length": 13,
- "value": "\"Didomi.PurposeStatus\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "BooleanLiteral",
- "offset": 4975,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
- "kind": "StringLiteral",
- "offset": 4474,
"length": 12,
- "value": "\"Didomi.VendorStatus\""
+ "value": "\"gpp_string\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "kind": "Dictionary",
+ "offset": 2313,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "kind": "Dictionary",
+ "offset": 2360,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "kind": "Dictionary",
+ "offset": 2822,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "kind": "Dictionary",
+ "offset": 2869,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 655,
- "length": 11,
- "value": "\"read_more\""
+ "offset": 2899,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 715,
- "length": 9,
- "value": "\"consent\""
+ "offset": 2929,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "StringLiteral",
- "offset": 778,
- "length": 31,
- "value": "\"object_to_legitimate_interest\""
+ "offset": 2959,
+ "length": 2,
+ "value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 2995,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 3035,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 3107,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 3139,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/CurrentUserStatus\/CurrentUserStatus.swift",
"kind": "BooleanLiteral",
- "offset": 1294,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 1397,
+ "offset": 3177,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2440,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2489,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2592,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2596,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2653,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 2657,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 3358,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 4153,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialFeature.swift",
"kind": "StringLiteral",
- "offset": 4272,
- "length": 5,
- "value": "\"_On\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 4280,
- "length": 6,
- "value": "\"_Off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 5467,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 930,
- "length": 25,
- "value": "\"Didomi.PurposeDetailsViewModelTV\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 7329,
- "length": 10,
- "value": "\"settings\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 7640,
- "length": 13,
- "value": "\"purposes_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/ViewModel\/PurposeDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 7748,
- "length": 14,
- "value": "\"purposes_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerNSLog.swift",
- "kind": "StringLiteral",
- "offset": 390,
- "length": 29,
- "value": "\"Didomi - DEBUG - \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerNSLog.swift",
- "kind": "StringLiteral",
- "offset": 418,
+ "offset": 977,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerNSLog.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialFeature.swift",
"kind": "StringLiteral",
- "offset": 584,
- "length": 29,
- "value": "\"Didomi - ERROR - \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerNSLog.swift",
- "kind": "StringLiteral",
- "offset": 612,
+ "offset": 1034,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerNSLog.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialFeature.swift",
"kind": "StringLiteral",
- "offset": 777,
- "length": 29,
- "value": "\"Didomi - FAULT - \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerNSLog.swift",
- "kind": "StringLiteral",
- "offset": 805,
+ "offset": 1068,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerNSLog.swift",
- "kind": "StringLiteral",
- "offset": 978,
- "length": 28,
- "value": "\"Didomi - INFO - \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/LoggerNSLog.swift",
- "kind": "StringLiteral",
- "offset": 1005,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABStorageProtocol.swift",
- "kind": "IntegerLiteral",
- "offset": 3221,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABStorageProtocol.swift",
- "kind": "IntegerLiteral",
- "offset": 3476,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABStorageProtocol.swift",
- "kind": "IntegerLiteral",
- "offset": 3935,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABStorageProtocol.swift",
- "kind": "BooleanLiteral",
- "offset": 4812,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABStorageProtocol.swift",
- "kind": "IntegerLiteral",
- "offset": 4878,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesRootViewController\/PreferencesRootViewController.swift",
- "kind": "StringLiteral",
- "offset": 415,
- "length": 29,
- "value": "\"Didomi.PreferencesRootViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesRootViewController\/PreferencesRootViewController.swift",
- "kind": "StringLiteral",
- "offset": 415,
- "length": 29,
- "value": "\"Didomi.PreferencesRootViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesRootViewController\/PreferencesRootViewController.swift",
- "kind": "StringLiteral",
- "offset": 415,
- "length": 29,
- "value": "\"Didomi.PreferencesRootViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSEncoder.swift",
- "kind": "StringLiteral",
- "offset": 760,
- "length": 13,
- "value": "\"dcs-encoder\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSEncoder.swift",
- "kind": "StringLiteral",
- "offset": 786,
- "length": 4,
- "value": "\"js\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSEncoder.swift",
- "kind": "StringLiteral",
- "offset": 1045,
- "length": 7,
- "value": "\"token\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSEncoder.swift",
- "kind": "StringLiteral",
- "offset": 1093,
- "length": 70,
- "value": "\"(new DcsEncoderModule.CedEncoder(token, \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSEncoder.swift",
- "kind": "StringLiteral",
- "offset": 1150,
- "length": 1,
- "value": "\")).encode();\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialFeature.swift",
- "kind": "StringLiteral",
- "offset": 973,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialFeature.swift",
- "kind": "StringLiteral",
- "offset": 1030,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialFeature.swift",
- "kind": "StringLiteral",
- "offset": 1064,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/CustomPurpose.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/CustomPurpose.swift",
"kind": "StringLiteral",
"offset": 272,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SelectableEntity.swift",
- "kind": "BooleanLiteral",
- "offset": 750,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 307,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 386,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 537,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 548,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 703,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 714,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 851,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 987,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1131,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1288,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1322,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1483,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1517,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1672,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 1834,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 2157,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 2542,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 2571,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 2679,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 2766,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "IntegerLiteral",
- "offset": 2949,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Encode.swift",
- "kind": "StringLiteral",
- "offset": 3000,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
"offset": 287,
"length": 16,
"value": "\"^\\s*<.+>\\s*$\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
"offset": 377,
"length": 15,
"value": "\"^[A-Za-z]{2}$\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
"offset": 425,
"length": 67,
"value": "\"^([a-z]{2,3}|[a-z]{2,3}[-_][A-Z]{2}|[a-z]{2,3}[-_][A-Z][a-z]{3})$\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
"offset": 514,
"length": 129,
"value": "\"^(http[s]?:\\\/\\\/(www\\.)?|ftp:\\\/\\\/(www\\.)?|www\\.){0,1}([0-9A-Za-z-\\.@:%_\\+~#=]+)+((\\.[a-zA-Z]{2,3})+)(\/(.)*)?(\\?(.)*)?\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
"offset": 731,
"length": 57,
"value": "\"^([\\s\\S]*)< *a [^>]*href *= *\\\"%@\\\".*>([\\s\\S]*)\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
"offset": 876,
"length": 20,
"value": "\"(^|\\n)[ ]*\\*[ ]*\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
"offset": 966,
"length": 18,
- "value": "\"^[A-Za-z0-9-_]+$\""
+ "value": "\"^[A-Za-z0-9_-]+$\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
- "offset": 1219,
+ "offset": 1052,
+ "length": 25,
+ "value": "\"^(?:c:)?[A-Za-z0-9_-]+$\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "kind": "StringLiteral",
+ "offset": 1138,
+ "length": 15,
+ "value": "\"^.+[.].+[~].+\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "kind": "StringLiteral",
+ "offset": 1388,
"length": 9,
"value": "\"><br \/>\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
- "offset": 1374,
+ "offset": 1543,
"length": 39,
"value": "\"<(?:p|h[1-6]|br|li|ul|ol)(?: [^>]*)?>\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
- "offset": 1557,
+ "offset": 1726,
"length": 128,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
- "offset": 1607,
+ "offset": 1776,
"length": 1,
"value": "\"|\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
- "offset": 1654,
+ "offset": 1823,
"length": 1,
"value": "\"|\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
- "offset": 1684,
+ "offset": 1853,
"length": 1,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
- "offset": 1857,
+ "offset": 2026,
"length": 23,
"value": "\"(\\\/p|\\\/h[1-6])>[^<]\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
- "offset": 2036,
+ "offset": 2205,
"length": 20,
"value": "\"<(\\\/h[1-6])><[^p]\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/RegEx.swift",
"kind": "StringLiteral",
- "offset": 2196,
+ "offset": 2365,
"length": 19,
"value": "\"(?!^)<p[^>]*>[^<]\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 613,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 805,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 870,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "IntegerLiteral",
"offset": 906,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1158,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1223,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "IntegerLiteral",
"offset": 1259,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "BooleanLiteral",
"offset": 1334,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "BooleanLiteral",
- "offset": 1509,
+ "offset": 1527,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "BooleanLiteral",
- "offset": 1567,
+ "offset": 1592,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1598,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1724,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 2804,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "IntegerLiteral",
- "offset": 3449,
- "length": 3,
- "value": "100"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 4279,
+ "offset": 3932,
"length": 4,
"value": "10.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 4330,
+ "offset": 3983,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 4382,
+ "offset": 4035,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 4435,
+ "offset": 4088,
"length": 3,
"value": "4.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 4492,
+ "offset": 4141,
"length": 4,
- "value": "30.0"
+ "value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 4555,
+ "offset": 4204,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
"kind": "FloatLiteral",
- "offset": 4641,
+ "offset": 4290,
"length": 4,
"value": "20.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 4915,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 5086,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 5322,
- "length": 43,
- "value": "\"disabled_legitimate_interest_icon_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 5484,
- "length": 35,
- "value": "\"disabled_legitimate_interest_icon\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 5681,
- "length": 34,
- "value": "\"legitimate_interest_icon_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegitimateInterestCell\/PurposeLegitimateInterestTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 5834,
- "length": 26,
- "value": "\"legitimate_interest_icon\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewController.swift",
- "kind": "StringLiteral",
- "offset": 666,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1080,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewController.swift",
- "kind": "StringLiteral",
- "offset": 255,
- "length": 41,
- "value": "\"Didomi.PurposeSDKStorageDisclosureViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 527,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
"kind": "IntegerLiteral",
"offset": 563,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 1297,
- "length": 3,
- "value": "2.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 1384,
- "length": 3,
- "value": "2.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 1475,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 1736,
- "length": 3,
- "value": "2.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 1742,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
- "kind": "StringLiteral",
- "offset": 2960,
- "length": 3,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
- "kind": "StringLiteral",
- "offset": 3105,
- "length": 3,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
- "kind": "IntegerLiteral",
- "offset": 3356,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
- "kind": "IntegerLiteral",
- "offset": 3375,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
- "kind": "BooleanLiteral",
- "offset": 3819,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
"kind": "IntegerLiteral",
"offset": 4497,
"length": 3,
"value": "500"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
"kind": "FloatLiteral",
"offset": 4559,
"length": 4,
"value": "24.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
"kind": "FloatLiteral",
"offset": 4632,
"length": 3,
"value": "2.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
"kind": "FloatLiteral",
"offset": 4679,
"length": 4,
"value": "10.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
"kind": "FloatLiteral",
"offset": 4724,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentHeaderView\/PreferencesContentHeaderView.swift",
"kind": "FloatLiteral",
"offset": 4771,
"length": 4,
"value": "15.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
"kind": "StringLiteral",
- "offset": 280,
+ "offset": 301,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
"kind": "Dictionary",
- "offset": 329,
+ "offset": 350,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
"kind": "Dictionary",
- "offset": 649,
+ "offset": 670,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
"kind": "Dictionary",
- "offset": 898,
+ "offset": 919,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
"kind": "StringLiteral",
- "offset": 1052,
+ "offset": 1073,
"length": 9,
"value": "\"default\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKLanguagesConfig.swift",
- "kind": "StringLiteral",
- "offset": 1052,
- "length": 9,
- "value": "\"default\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 320,
"length": 27,
"value": "\"vendors_view_close_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 368,
"length": 20,
"value": "\"all_vendors_toggle\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 404,
"length": 14,
"value": "\"vendors_view\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 439,
"length": 20,
"value": "\"vendors_table_view\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 476,
"length": 21,
"value": "\"vendors_title_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 520,
"length": 27,
"value": "\"vendors_description_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 573,
"length": 33,
"value": "\"didomi_vendors_user_info_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 633,
"length": 33,
"value": "\"didomi_vendors_header_separator\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 694,
"length": 20,
"value": "\"all_partners_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 738,
"length": 16,
"value": "\"vendor_toggle_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 776,
"length": 26,
"value": "\"vendors_table_name_view_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 831,
"length": 21,
"value": "\"vendor_description_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 874,
"length": 26,
"value": "\"vendors_table_cell_view_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 963,
"length": 17,
"value": "\"vendors_iab_tag\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorsIdentifiers.swift",
"kind": "StringLiteral",
"offset": 997,
"length": 20,
"value": "\"vendors_table_view\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "FloatLiteral",
- "offset": 683,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "FloatLiteral",
- "offset": 720,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "FloatLiteral",
- "offset": 750,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "FloatLiteral",
- "offset": 781,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "BooleanLiteral",
- "offset": 1380,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "FloatLiteral",
- "offset": 1387,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "BooleanLiteral",
- "offset": 1819,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "IntegerLiteral",
- "offset": 2247,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "FloatLiteral",
- "offset": 2298,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "FloatLiteral",
- "offset": 2306,
- "length": 4,
- "value": "-1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "IntegerLiteral",
- "offset": 2456,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIImage.swift",
- "kind": "IntegerLiteral",
- "offset": 2462,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 291,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 329,
- "length": 1,
- "value": "5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 369,
- "length": 1,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 407,
- "length": 2,
- "value": "41"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 452,
- "length": 2,
- "value": "42"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 495,
- "length": 2,
- "value": "77"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 534,
- "length": 2,
- "value": "78"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 571,
- "length": 2,
- "value": "89"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 615,
- "length": 2,
- "value": "90"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 657,
- "length": 3,
- "value": "101"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 705,
- "length": 3,
- "value": "102"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 751,
- "length": 3,
- "value": "107"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 803,
- "length": 3,
- "value": "108"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 853,
- "length": 3,
- "value": "113"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 905,
- "length": 3,
- "value": "114"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 955,
- "length": 3,
- "value": "119"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1007,
- "length": 3,
- "value": "120"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1057,
- "length": 3,
- "value": "131"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1118,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1177,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1248,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1301,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1369,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1446,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1535,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1624,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1713,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1747,
- "length": 2,
- "value": "65"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1858,
- "length": 3,
- "value": "132"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1911,
- "length": 3,
- "value": "155"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 1963,
- "length": 3,
- "value": "156"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2013,
- "length": 3,
- "value": "171"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2066,
- "length": 3,
- "value": "172"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2108,
- "length": 3,
- "value": "173"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2159,
- "length": 3,
- "value": "174"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2208,
- "length": 3,
- "value": "185"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2260,
- "length": 3,
- "value": "186"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2302,
- "length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2401,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2490,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2532,
- "length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2649,
- "length": 3,
- "value": "132"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2705,
- "length": 3,
- "value": "143"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2762,
- "length": 3,
- "value": "144"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2817,
- "length": 3,
- "value": "167"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2872,
- "length": 3,
- "value": "168"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2925,
- "length": 3,
- "value": "173"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 2980,
- "length": 3,
- "value": "174"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 3086,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 3193,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 3291,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/CSConstants.swift",
- "kind": "IntegerLiteral",
- "offset": 3334,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/HeaderView\/DetailsTableHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/HeaderView\/DetailsTableHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 501,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/HeaderView\/DetailsTableHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/HeaderView\/DetailsTableHeaderView.swift",
"kind": "IntegerLiteral",
"offset": 537,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/HeaderView\/DetailsTableHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/HeaderView\/DetailsTableHeaderView.swift",
"kind": "FloatLiteral",
"offset": 1477,
"length": 4,
"value": "24.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/HeaderView\/DetailsTableHeaderView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/HeaderView\/DetailsTableHeaderView.swift",
"kind": "FloatLiteral",
"offset": 1543,
"length": 4,
"value": "50.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataCategory.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataCategory.swift",
"kind": "StringLiteral",
- "offset": 984,
+ "offset": 988,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataCategory.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataCategory.swift",
"kind": "StringLiteral",
- "offset": 1011,
+ "offset": 1015,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataCategory.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataCategory.swift",
"kind": "StringLiteral",
- "offset": 1045,
+ "offset": 1049,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "BooleanLiteral",
"offset": 488,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "BooleanLiteral",
"offset": 553,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "IntegerLiteral",
"offset": 589,
"length": 1,
"value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "BooleanLiteral",
"offset": 809,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "BooleanLiteral",
"offset": 867,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "FloatLiteral",
"offset": 3150,
"length": 4,
"value": "10.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "FloatLiteral",
"offset": 3205,
"length": 4,
"value": "35.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "FloatLiteral",
"offset": 3256,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "FloatLiteral",
"offset": 3308,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "FloatLiteral",
"offset": 3366,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "FloatLiteral",
"offset": 3417,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
"kind": "FloatLiteral",
"offset": 3480,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
- "kind": "StringLiteral",
- "offset": 3754,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
- "kind": "StringLiteral",
- "offset": 3925,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
- "kind": "StringLiteral",
- "offset": 4083,
- "length": 24,
- "value": "\"tv_right_arrow_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/AdditionalDataProcessingCell\/AdditionalDataProcessingCell.swift",
- "kind": "StringLiteral",
- "offset": 4218,
- "length": 16,
- "value": "\"tv_right_arrow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/ConnectivityHelper.swift",
- "kind": "StringLiteral",
- "offset": 723,
- "length": 47,
- "value": "\"Reachability not defined. addDelegate method.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/ConnectivityHelper.swift",
- "kind": "StringLiteral",
- "offset": 960,
- "length": 77,
- "value": "\"Delegate is being added in ConnectivityHelper: self is no longer available.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/ConnectivityHelper.swift",
- "kind": "StringLiteral",
- "offset": 1650,
- "length": 74,
- "value": "\"Back online callback in ConnectivityHelper: self is no longer available.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/ConnectivityHelper.swift",
- "kind": "StringLiteral",
- "offset": 2098,
- "length": 15,
- "value": "\"No Connection\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/ConnectivityHelper.swift",
- "kind": "StringLiteral",
- "offset": 2298,
- "length": 39,
- "value": "\"could not start reachability notifier\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 662,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 697,
"length": 2,
"value": "36"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 734,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 776,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 821,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 860,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 911,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 999,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1047,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1099,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1147,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1201,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1244,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1284,
"length": 2,
"value": "16"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1326,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1376,
"length": 2,
"value": "12"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1428,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1474,
"length": 1,
"value": "2"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1520,
"length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1573,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1634,
"length": 2,
"value": "24"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1687,
"length": 1,
"value": "6"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1738,
"length": 5,
"value": "86400"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
"kind": "IntegerLiteral",
"offset": 1844,
"length": 2,
"value": "65"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 2035,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 2041,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 2283,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 2764,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 3179,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 3258,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 3855,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 3960,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 4035,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 4109,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 4164,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 4498,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 4781,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 5063,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 6208,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 6437,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 6595,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 6824,
- "length": 44,
- "value": "\"Unable to encode range with single element\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 6924,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 7120,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 7481,
- "length": 47,
- "value": "\"Unable to encode range with multiple elements\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 7741,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 8272,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsLayer.swift",
"kind": "BooleanLiteral",
- "offset": 8330,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 8617,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 8745,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 8835,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 9421,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 9459,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 9992,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 10016,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 10527,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 10578,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "IntegerLiteral",
- "offset": 11023,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentStringFields.swift",
- "kind": "StringLiteral",
- "offset": 11083,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 2341,
+ "offset": 296,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 2524,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 3214,
- "length": 66,
- "value": "\"ConsentRepository.resetConsentToken(): resetConsentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 4547,
- "length": 52,
- "value": "\"Could not load the Didomi token from user defaults\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 4774,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 4804,
- "length": 111,
- "value": "\"Didomi token from UserDefaults does not contain a TCF version and the configured TCF version is \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 4914,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 5157,
- "length": 138,
- "value": "\"Didomi token from UserDefaults contains TCF version \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 5232,
- "length": 5,
- "value": "\" which does not match the configured TCF version \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 5294,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 5786,
- "length": 61,
- "value": "\"Consent from storage is older than allowed by configuration\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 6611,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 6818,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 6949,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 6979,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7330,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7568,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 8159,
- "length": 65,
- "value": "\"getUserConsentStatusForPurposeAndVendor(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 9126,
- "length": 55,
- "value": "\"getUserConsentStatusForVendor(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 9794,
- "length": 66,
- "value": "\"getUserLegitimateInterestStatusForVendor(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 9993,
- "length": 77,
- "value": "\"getUserLegitimateInterestStatusForVendor(): configurationRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 11097,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 12051,
- "length": 56,
- "value": "\"getUserConsentStatusForPurpose(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 12576,
- "length": 67,
- "value": "\"getUserLegitimateInterestStatusForPurpose(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 13361,
- "length": 74,
- "value": "\"getUserConsentStatusForVendorAndRequiredPurposes(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 13926,
- "length": 68,
- "value": "\"getUserConsentStatusForVendorAndRequiredPurposes(): vendor is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 14211,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 15169,
- "length": 85,
- "value": "\"getUserLegitimateInterestStatusForVendorAndRequiredPurposes(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
"kind": "Array",
- "offset": 18133,
+ "offset": 10324,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
"kind": "Array",
- "offset": 18183,
+ "offset": 10374,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
"kind": "Array",
- "offset": 18242,
+ "offset": 10433,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
"kind": "Array",
- "offset": 18302,
+ "offset": 10493,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
"kind": "Array",
- "offset": 18349,
+ "offset": 10540,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
"kind": "Array",
- "offset": 18397,
+ "offset": 10588,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
"kind": "Array",
- "offset": 18454,
+ "offset": 10645,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
"kind": "Array",
- "offset": 18512,
+ "offset": 10703,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 19153,
- "length": 64,
- "value": "\"ConsentRepository.setUserConsentStatus(). consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
"kind": "BooleanLiteral",
- "offset": 19238,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 20756,
- "length": 59,
- "value": "\"Unable to save the Didomi token to user defaults \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 20814,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 24424,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 24894,
- "length": 57,
- "value": "\"ConsentRepository.saveTCFStatus(). consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 25098,
- "length": 68,
- "value": "\"ConsentRepository.saveTCFStatus(). configurationRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 25311,
- "length": 57,
- "value": "\"ConsentRepository.saveTCFStatus(). languageCode is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 26379,
- "length": 63,
- "value": "\"ConsentRepository.hasAllConsentStatus(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 26463,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 26847,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 27073,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 27123,
+ "offset": 12837,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 27649,
- "length": 74,
- "value": "\"ConsentRepository.hasAllLegitimateInterestStatus(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 27744,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 28158,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 28403,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 28453,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 28782,
- "length": 56,
- "value": "\"ConsentRepository.hasAnyStatus(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 28859,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "StringLiteral",
- "offset": 29352,
- "length": 67,
- "value": "\"ConsentRepository.numberOfDaysHasExceeded(): consentToken is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Logic\/ConsentRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 29440,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 358,
+ "offset": 340,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 412,
+ "offset": 394,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 582,
+ "offset": 564,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "BooleanLiteral",
- "offset": 2701,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 2963,
+ "offset": 2815,
"length": 12,
"value": "\"purposeIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3008,
+ "offset": 2860,
"length": 18,
"value": "\"legIntPurposeIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3048,
+ "offset": 2900,
"length": 7,
"value": "\"iabId\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3082,
+ "offset": 2934,
"length": 12,
"value": "\"featureIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3129,
+ "offset": 2981,
"length": 20,
"value": "\"flexiblePurposeIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3183,
+ "offset": 3035,
"length": 19,
"value": "\"specialPurposeIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3236,
+ "offset": 3088,
"length": 19,
"value": "\"specialFeatureIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3364,
+ "offset": 3216,
"length": 28,
"value": "\"deviceStorageDisclosureUrl\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3491,
+ "offset": 3343,
"length": 10,
"value": "\"didomiId\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 2963,
- "length": 12,
- "value": "\"purposeIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 3008,
- "length": 18,
- "value": "\"legIntPurposeIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 3048,
- "length": 7,
- "value": "\"iabId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 3082,
- "length": 12,
- "value": "\"featureIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 3129,
- "length": 20,
- "value": "\"flexiblePurposeIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 3183,
- "length": 19,
- "value": "\"specialPurposeIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 3236,
- "length": 19,
- "value": "\"specialFeatureIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 3364,
- "length": 28,
- "value": "\"deviceStorageDisclosureUrl\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 3491,
- "length": 10,
- "value": "\"didomiId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 3587,
+ "offset": 3439,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3614,
+ "offset": 3466,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 3680,
+ "offset": 3532,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "BooleanLiteral",
- "offset": 4308,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "Array",
- "offset": 6218,
- "length": 26,
- "value": "[\"purposeIds\", \"purposes\"]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "Array",
- "offset": 6338,
- "length": 38,
- "value": "[\"legIntPurposeIds\", \"legIntPurposes\"]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "Array",
- "offset": 6464,
- "length": 26,
- "value": "[\"featureIds\", \"features\"]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "Array",
- "offset": 6569,
- "length": 42,
- "value": "[\"flexiblePurposeIds\", \"flexiblePurposes\"]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "Array",
- "offset": 6689,
- "length": 40,
- "value": "[\"specialPurposeIds\", \"specialPurposes\"]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "Array",
- "offset": 6807,
- "length": 40,
- "value": "[\"specialFeatureIds\", \"specialFeatures\"]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "Array",
- "offset": 7153,
- "length": 19,
- "value": "[\"dataDeclaration\"]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 7707,
- "length": 5,
- "value": "\"iab\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "BooleanLiteral",
- "offset": 7747,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 7945,
- "length": 8,
- "value": "\"didomi\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 8392,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 9089,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 9336,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 9506,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 9923,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 9927,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 9960,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 9964,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 9997,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 10001,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 10080,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 10084,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 10265,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "IntegerLiteral",
- "offset": 10269,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 14259,
+ "offset": 14053,
"length": 8,
"value": "\"langId\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 14259,
- "length": 8,
- "value": "\"langId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 16154,
+ "offset": 15948,
"length": 11,
"value": "\"1st_party\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
"kind": "StringLiteral",
- "offset": 16192,
+ "offset": 15986,
"length": 11,
"value": "\"3rd_party\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 16154,
- "length": 11,
- "value": "\"1st_party\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendor.swift",
- "kind": "StringLiteral",
- "offset": 16192,
- "length": 11,
- "value": "\"3rd_party\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "BooleanLiteral",
"offset": 475,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "IntegerLiteral",
"offset": 687,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "BooleanLiteral",
"offset": 882,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 1175,
"length": 4,
"value": "50.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "BooleanLiteral",
"offset": 1280,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
- "kind": "StringLiteral",
- "offset": 315,
- "length": 22,
- "value": "\"Didomi.PreferencesContentView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 3678,
"length": 4,
"value": "90.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 3741,
"length": 4,
"value": "70.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 3896,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 4055,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 4115,
"length": 4,
"value": "20.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 4165,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 4173,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 4185,
"length": 5,
"value": "100.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 4200,
"length": 5,
"value": "100.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 4252,
"length": 5,
"value": "100.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
"kind": "FloatLiteral",
"offset": 4322,
"length": 4,
"value": "32.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
- "kind": "StringLiteral",
- "offset": 4472,
- "length": 9,
- "value": "\"#F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/CommonContentClasses\/PreferencesContentView\/PreferencesContentView.swift",
- "kind": "FloatLiteral",
- "offset": 4490,
- "length": 3,
- "value": "0.5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 1536,
- "length": 35,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 1549,
- "length": 1,
- "value": "\": languageCode is nil\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 2072,
- "length": 57,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 2085,
- "length": 1,
- "value": "\": default language code is: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 2128,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "Dictionary",
- "offset": 2323,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "Dictionary",
- "offset": 2387,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "Dictionary",
- "offset": 2437,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "Dictionary",
- "offset": 2501,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "Dictionary",
- "offset": 2563,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 2985,
- "length": 67,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 2998,
- "length": 1,
- "value": "\": requesting purpose translations in: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 3051,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 3391,
- "length": 39,
- "value": "\"Failed while trying to load purposes.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4217,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5380,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 5956,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeTranslations\/PurposeTranslationsRepository.swift",
- "kind": "StringLiteral",
- "offset": 6063,
- "length": 48,
- "value": "\"Failed while trying to load fallback purposes.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
"kind": "IntegerLiteral",
"offset": 299,
"length": 4,
"value": "3600"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
"kind": "IntegerLiteral",
"offset": 342,
"length": 6,
"value": "604800"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
"kind": "StringLiteral",
"offset": 437,
"length": 15,
"value": "\"didomi_config\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
"kind": "StringLiteral",
"offset": 486,
"length": 26,
"value": "\"didomi_config_cache.json\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants+Files.swift",
"kind": "StringLiteral",
"offset": 560,
"length": 29,
"value": "\"didomi_config_cache_%@.json\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2035,
- "length": 20,
- "value": "\"our_privacy_policy\""
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 395,
+ "length": 10,
+ "value": "1"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2150,
- "length": 38,
- "value": "\"vendor_iab_transparency_button_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2283,
- "length": 36,
- "value": "\"vendor_privacy_policy_screen_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2416,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2923,
- "length": 27,
- "value": "\"external_link_description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3006,
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 502,
"length": 8,
- "value": "\"%{url}\""
+ "value": "2"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3512,
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 573,
"length": 19,
- "value": "\"CIQRCodeGenerator\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3577,
- "length": 14,
- "value": "\"inputMessage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3647,
- "length": 1,
"value": "3"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorExternalLinkScreen\/ExternalLinkViewModel\/ExternalLinkViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
"kind": "IntegerLiteral",
- "offset": 3653,
- "length": 1,
- "value": "3"
+ "offset": 670,
+ "length": 15,
+ "value": "4"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 757,
+ "length": 7,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 837,
+ "length": 20,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 996,
+ "length": 22,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1107,
+ "length": 19,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1181,
+ "length": 11,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1237,
+ "length": 6,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1294,
+ "length": 8,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
"kind": "StringLiteral",
"offset": 233,
"length": 29,
"value": "\"sdk_storage_disclosure_root\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
"kind": "StringLiteral",
"offset": 279,
"length": 37,
"value": "\"sdk_storage_disclosure_close_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
"kind": "StringLiteral",
"offset": 333,
"length": 36,
"value": "\"sdk_storage_disclosure_title_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
"kind": "StringLiteral",
"offset": 392,
"length": 42,
"value": "\"sdk_storage_disclosure_description_label\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
"kind": "StringLiteral",
"offset": 450,
"length": 29,
"value": "\"sdk_storage_disclosure_list\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
"kind": "StringLiteral",
"offset": 506,
"length": 36,
"value": "\"sdk_storage_disclosure_item_title_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SDKStorageDisclosureIdentifiers.swift",
"kind": "StringLiteral",
"offset": 572,
"length": 39,
"value": "\"sdk_storage_disclosure_item_duration_\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 453,
- "length": 54,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 467,
- "length": 2,
- "value": "\"_v\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 479,
- "length": 1,
- "value": "\"_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 495,
- "length": 6,
- "value": "\"_cache.json\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 565,
- "length": 43,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 579,
- "length": 2,
- "value": "\"_v\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 591,
- "length": 1,
- "value": "\"_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 607,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 759,
- "length": 23,
- "value": "\"IAB_PURPOSES_LIST_URL\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 821,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 900,
- "length": 14,
- "value": "\"$TCF_VERSION\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 977,
- "length": 16,
- "value": "\"$LANGUAGE_CODE\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/GVL\/GVLTranslationsRequest.swift",
- "kind": "StringLiteral",
- "offset": 1070,
- "length": 21,
- "value": "\"didomi_iab_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Google\/GoogleRepository.swift",
- "kind": "StringLiteral",
- "offset": 1741,
- "length": 42,
- "value": "\"Google Additional Consent does not apply\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/DataProcessingDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 623,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/DataProcessingDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 989,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/DataProcessingDetailsScreen\/DataProcessingDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 261,
- "length": 35,
- "value": "\"Didomi.DataProcessingDetailsViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppLanguagesConfig.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppLanguagesConfig.swift",
"kind": "StringLiteral",
"offset": 917,
"length": 9,
"value": "\"default\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppLanguagesConfig.swift",
- "kind": "StringLiteral",
- "offset": 917,
- "length": 9,
- "value": "\"default\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppLanguagesConfig.swift",
- "kind": "Array",
- "offset": 1328,
- "length": 12,
- "value": "[\"en\", \"fr\"]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppLanguagesConfig.swift",
- "kind": "StringLiteral",
- "offset": 1559,
- "length": 4,
- "value": "\"en\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 2923,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 3146,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
"kind": "BooleanLiteral",
- "offset": 4279,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4516,
+ "offset": 63235,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4578,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 7911,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 10516,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 10569,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 10629,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 10689,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 10747,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 11291,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 14192,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 14229,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 14258,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 15435,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 15921,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 19368,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 19539,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 20644,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 22428,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 22785,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 25495,
- "length": 217,
- "value": "\"VendorRepository.logEssentialPurposesIgnored: no essential purposes are being saved, which means that no essential purpose IDs have been provided or that the ones that have been provided are not required nor custom.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 26126,
- "length": 66,
- "value": "\"Cannot set consent status for essential purpose \"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 26189,
- "length": 1,
- "value": "\"\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 28267,
- "length": 44,
- "value": "\"VendorRepository: availableVendors is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 28887,
- "length": 38,
- "value": "\"VendorRepository: iabVendors is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 29629,
- "length": 41,
- "value": "\"VendorRepository: customVendors is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 36675,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 36908,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 37523,
- "length": 44,
- "value": "\"VendorRepository: iabVendorsConfig is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 37707,
- "length": 35,
- "value": "\"VendorRepository: exclude is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 38070,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 38385,
- "length": 35,
- "value": "\"VendorRepository: include is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 38733,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 39565,
- "length": 41,
- "value": "\"VendorRepository: customVendors is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 40435,
- "length": 41,
- "value": "\"VendorRepository: didomiVendors is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 41849,
- "length": 51,
- "value": "\"VendorRepository: availablePurposesDidomi is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 42270,
- "length": 58,
- "value": "\"VendorRepository. There was an error trying to get RegEx\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 44266,
- "length": 26,
- "value": "\"The custom purpose ID \"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 44316,
- "length": 111,
- "value": "\"\" is invalid. It must be a lowercase string with only alphabetical characters, numbers, - or _ ([a-z0-9-_)])\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 48145,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 48362,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 48540,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 48708,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 48964,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 49205,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "Array",
- "offset": 51903,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 52463,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "Dictionary",
- "offset": 52484,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 53404,
- "length": 63,
- "value": "\"VendorRepository.mapRequiredDataProcessing: available is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 53738,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 57720,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 57827,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 58248,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 58969,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 61920,
- "length": 72,
- "value": "\"VendorRepository.requestDeviceStorageDisclosures(): strongSelf is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 63316,
- "length": 42,
- "value": "\"Can't find Purpose from id: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "StringLiteral",
- "offset": 63357,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "Array",
- "offset": 63379,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 63761,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 63845,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 63958,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 64182,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "Array",
- "offset": 64237,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Logic\/VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 64526,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventParamsLanguageUpdateFailed.swift",
- "kind": "StringLiteral",
- "offset": 240,
- "length": 31,
- "value": "\"Didomi.EventParamsLanguageUpdateFailed\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2327,
+ "offset": 2656,
"length": 9,
"value": "\"id_type\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2439,
+ "offset": 2768,
"length": 22,
"value": "\"organization_user_id\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2505,
+ "offset": 2834,
"length": 32,
"value": "\"organization_user_id_algorithm\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2575,
+ "offset": 2904,
"length": 26,
"value": "\"organization_user_id_sid\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2639,
+ "offset": 2968,
"length": 26,
"value": "\"organization_user_id_exp\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2704,
+ "offset": 3033,
"length": 27,
"value": "\"organization_user_id_salt\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2772,
+ "offset": 3101,
"length": 29,
"value": "\"organization_user_id_digest\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2838,
+ "offset": 3167,
"length": 25,
"value": "\"organization_user_id_iv\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2905,
+ "offset": 3234,
"length": 7,
"value": "\"tcfcs\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2939,
+ "offset": 3268,
"length": 6,
"value": "\"tcfv\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2979,
+ "offset": 3308,
"length": 4,
"value": "\"ac\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
"kind": "StringLiteral",
- "offset": 2327,
- "length": 9,
- "value": "\"id_type\""
+ "offset": 3380,
+ "length": 10,
+ "value": "\"dcs_user\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2439,
- "length": 22,
- "value": "\"organization_user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2505,
- "length": 32,
- "value": "\"organization_user_id_algorithm\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2575,
- "length": 26,
- "value": "\"organization_user_id_sid\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2639,
- "length": 26,
- "value": "\"organization_user_id_exp\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2704,
- "length": 27,
- "value": "\"organization_user_id_salt\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2772,
- "length": 29,
- "value": "\"organization_user_id_digest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2838,
- "length": 25,
- "value": "\"organization_user_id_iv\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2905,
- "length": 7,
- "value": "\"tcfcs\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2939,
- "length": 6,
- "value": "\"tcfv\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/APIEventUser.swift",
- "kind": "StringLiteral",
- "offset": 2979,
- "length": 4,
- "value": "\"ac\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 304,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 528,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 761,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "StringLiteral",
"offset": 1100,
"length": 16,
"value": "\"managedByImage\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 1226,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 1768,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 4054,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 4412,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 4779,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 5146,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "IntegerLiteral",
"offset": 5369,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "BooleanLiteral",
"offset": 5461,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
- "kind": "BooleanLiteral",
- "offset": 5791,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
- "kind": "BooleanLiteral",
- "offset": 6019,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
- "kind": "IntegerLiteral",
- "offset": 6370,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
- "kind": "StringLiteral",
- "offset": 161,
- "length": 10,
- "value": "\"Didomi.NoticeView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
- "kind": "BooleanLiteral",
- "offset": 7338,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 13266,
- "length": 4,
- "value": "20.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
- "kind": "FloatLiteral",
- "offset": 13592,
- "length": 4,
- "value": "10.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
- "kind": "FloatLiteral",
- "offset": 14186,
- "length": 4,
- "value": "10.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
- "kind": "FloatLiteral",
- "offset": 14273,
- "length": 4,
- "value": "10.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
- "kind": "FloatLiteral",
- "offset": 14764,
+ "offset": 14946,
"length": 4,
"value": "90.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 14812,
+ "offset": 14994,
"length": 5,
"value": "665.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "IntegerLiteral",
- "offset": 14876,
+ "offset": 15058,
"length": 2,
"value": "20"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 14924,
+ "offset": 15106,
"length": 4,
"value": "60.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 14972,
+ "offset": 15154,
"length": 6,
"value": "1000.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15028,
+ "offset": 15210,
"length": 3,
"value": "0.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15086,
+ "offset": 15268,
"length": 4,
"value": "70.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15135,
+ "offset": 15317,
"length": 5,
"value": "100.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15201,
+ "offset": 15383,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15278,
+ "offset": 15460,
"length": 4,
"value": "70.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15355,
+ "offset": 15537,
"length": 4,
"value": "21.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15443,
+ "offset": 15625,
"length": 4,
"value": "20.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15503,
+ "offset": 15685,
"length": 4,
"value": "14.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15563,
+ "offset": 15745,
"length": 4,
"value": "10.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeView.swift",
"kind": "FloatLiteral",
- "offset": 15616,
+ "offset": 15798,
"length": 4,
"value": "0.25"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/PurposeChangedUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 382,
- "length": 28,
- "value": "\"preferences.purposechanged\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/PurposeChangedUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1035,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/LocaleConstant.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/LocaleConstant.swift",
"kind": "StringLiteral",
"offset": 271,
"length": 4,
"value": "\"en\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
"kind": "Dictionary",
- "offset": 654,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "Dictionary",
- "offset": 708,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "Array",
- "offset": 866,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "Array",
- "offset": 1016,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "BooleanLiteral",
- "offset": 2250,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "BooleanLiteral",
- "offset": 2720,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "BooleanLiteral",
- "offset": 3918,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "BooleanLiteral",
- "offset": 4391,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "BooleanLiteral",
- "offset": 4749,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "BooleanLiteral",
- "offset": 5107,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 5813,
- "length": 3,
- "value": "\"(\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 5827,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 5873,
- "length": 164,
- "value": "\"Ignored the '\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 5909,
- "length": 40,
- "value": "\"' update for \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 5944,
- "length": 2,
- "value": "\" ID '\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 5954,
- "length": 84,
- "value": "\"', as it is not part of the required \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 6013,
- "length": 1,
- "value": "\"s of the Notice Config.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "BooleanLiteral",
- "offset": 6071,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "BooleanLiteral",
- "offset": 6111,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 387,
- "length": 28,
- "value": "\"Didomi.CurrentUserStatusTransaction\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 6227,
- "length": 9,
- "value": "\"purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 6259,
- "length": 8,
- "value": "\"vendor\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 6227,
- "length": 9,
- "value": "\"purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
- "kind": "StringLiteral",
- "offset": 6259,
- "length": 8,
- "value": "\"vendor\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "BooleanLiteral",
- "offset": 399,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "BooleanLiteral",
- "offset": 733,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "BooleanLiteral",
- "offset": 1195,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "IntegerLiteral",
- "offset": 1411,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "BooleanLiteral",
- "offset": 1739,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "IntegerLiteral",
- "offset": 1959,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "BooleanLiteral",
- "offset": 2317,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "IntegerLiteral",
- "offset": 2535,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "BooleanLiteral",
- "offset": 2880,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "BooleanLiteral",
- "offset": 3233,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "BooleanLiteral",
- "offset": 5671,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "StringLiteral",
- "offset": 230,
- "length": 18,
- "value": "\"Didomi.DataProcessingView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9181,
- "length": 5,
- "value": "250.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9227,
- "length": 4,
- "value": "90.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9277,
- "length": 4,
- "value": "60.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9326,
- "length": 4,
- "value": "50.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9376,
- "length": 4,
- "value": "30.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9424,
- "length": 5,
- "value": "250.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9473,
- "length": 5,
- "value": "685.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9528,
- "length": 4,
- "value": "80.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9591,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9678,
- "length": 4,
- "value": "24.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9751,
- "length": 4,
- "value": "90.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9803,
- "length": 4,
- "value": "90.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9858,
- "length": 4,
- "value": "20.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 9923,
- "length": 4,
- "value": "32.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "FloatLiteral",
- "offset": 10107,
- "length": 4,
- "value": "24.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
- "kind": "IntegerLiteral",
- "offset": 10183,
- "length": 2,
- "value": "90"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
- "kind": "IntegerLiteral",
- "offset": 325,
- "length": 8,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
- "kind": "IntegerLiteral",
- "offset": 343,
- "length": 13,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
- "kind": "IntegerLiteral",
- "offset": 366,
- "length": 15,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
- "kind": "IntegerLiteral",
- "offset": 391,
- "length": 13,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
- "kind": "IntegerLiteral",
- "offset": 325,
- "length": 8,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
- "kind": "IntegerLiteral",
- "offset": 343,
- "length": 13,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
- "kind": "IntegerLiteral",
- "offset": 366,
- "length": 15,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
- "kind": "IntegerLiteral",
- "offset": 391,
- "length": 13,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "StringLiteral",
- "offset": 325,
- "length": 8,
- "value": "\"121417\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "StringLiteral",
- "offset": 475,
- "length": 8,
- "value": "\"1C1F21\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "FloatLiteral",
- "offset": 623,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "FloatLiteral",
- "offset": 635,
- "length": 3,
- "value": "0.8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "StringLiteral",
- "offset": 781,
- "length": 9,
- "value": "\"#F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "FloatLiteral",
- "offset": 799,
- "length": 3,
- "value": "0.5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "StringLiteral",
- "offset": 1050,
- "length": 9,
- "value": "\"#F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "FloatLiteral",
- "offset": 1068,
- "length": 3,
- "value": "0.7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "FloatLiteral",
- "offset": 1258,
- "length": 4,
- "value": "1.05"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Styling\/GlobalTVStyle.swift",
- "kind": "FloatLiteral",
- "offset": 1267,
- "length": 4,
- "value": "1.05"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 289,
- "length": 16,
- "value": "\"{website_name}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 334,
- "length": 20,
- "value": "\"{privacyPolicyURL}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 378,
- "length": 15,
- "value": "\"{websiteName}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 427,
- "length": 20,
- "value": "\"{numberOfPartners}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 479,
- "length": 23,
- "value": "\"{numberOfIABPartners}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 537,
- "length": 26,
- "value": "\"{numberOfNonIABPartners}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 838,
- "length": 10,
- "value": "\"{action}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 863,
- "length": 6,
- "value": "\"{nb}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 887,
- "length": 9,
- "value": "\"{nbIAB}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 916,
- "length": 11,
- "value": "\"{nbTotal}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 950,
- "length": 14,
- "value": "\"{targetName}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 985,
- "length": 12,
- "value": "\"{duration}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 289,
- "length": 16,
- "value": "\"{website_name}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 334,
- "length": 20,
- "value": "\"{privacyPolicyURL}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 378,
- "length": 15,
- "value": "\"{websiteName}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 427,
- "length": 20,
- "value": "\"{numberOfPartners}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 479,
- "length": 23,
- "value": "\"{numberOfIABPartners}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 537,
- "length": 26,
- "value": "\"{numberOfNonIABPartners}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 838,
- "length": 10,
- "value": "\"{action}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 863,
- "length": 6,
- "value": "\"{nb}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 887,
- "length": 9,
- "value": "\"{nbIAB}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 916,
- "length": 11,
- "value": "\"{nbTotal}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 950,
- "length": 14,
- "value": "\"{targetName}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
- "kind": "StringLiteral",
- "offset": 985,
- "length": 12,
- "value": "\"{duration}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
- "kind": "StringLiteral",
- "offset": 261,
- "length": 21,
- "value": "\"IABTCF_AddtlConsent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
- "kind": "StringLiteral",
- "offset": 309,
- "length": 17,
- "value": "\"IABTCF_CmpSdkID\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
- "kind": "StringLiteral",
- "offset": 358,
- "length": 22,
- "value": "\"IABTCF_CmpSdkVersion\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
- "kind": "StringLiteral",
- "offset": 410,
- "length": 20,
- "value": "\"IABTCF_gdprApplies\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
- "kind": "StringLiteral",
- "offset": 462,
- "length": 22,
- "value": "\"IABTCF_PolicyVersion\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
- "kind": "StringLiteral",
- "offset": 514,
- "length": 21,
- "value": "\"Didomi_Custom_CMPID\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
- "kind": "StringLiteral",
- "offset": 568,
- "length": 36,
- "value": "\"IABTCF_EnableAdvertiserConsentMode\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABStorageFactory.swift",
- "kind": "BooleanLiteral",
- "offset": 755,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABStorageFactory.swift",
- "kind": "BooleanLiteral",
- "offset": 859,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/SyncAcknowledgedAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 774,
- "length": 19,
- "value": "\"sync.acknowledged\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/SyncAcknowledgedAPIEvent.swift",
- "kind": "FloatLiteral",
- "offset": 847,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/SyncAcknowledgedAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 936,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/SyncAcknowledgedAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1153,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/SyncAcknowledgedAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 221,
- "length": 24,
- "value": "\"Didomi.SyncAcknowledgedAPIEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 326,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 366,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "Array",
- "offset": 428,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 550,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 582,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 703,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 750,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "Array",
- "offset": 808,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 918,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "StringLiteral",
- "offset": 1457,
- "length": 12,
- "value": "\"categories\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "StringLiteral",
- "offset": 1457,
- "length": 12,
- "value": "\"categories\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 2033,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 2320,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 4378,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 4600,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 989,
- "length": 36,
- "value": "\"vendor_privacy_policy_button_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 1075,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 1139,
- "length": 38,
- "value": "\"vendor_iab_transparency_button_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 1242,
- "length": 31,
- "value": "\"data_processing_based_consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 1348,
- "length": 43,
- "value": "\"data_processing_based_legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 1451,
- "length": 28,
- "value": "\"additional_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 1537,
- "length": 26,
- "value": "\"required_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 4058,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 5784,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7075,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7145,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7219,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7438,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7663,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7667,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7710,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7714,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7778,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7782,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7845,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7849,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "Array",
- "offset": 9051,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "Array",
- "offset": 9096,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 11934,
- "length": 18,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 11951,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 12111,
- "length": 18,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 12128,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 3589,
- "length": 24,
- "value": "\"Didomi.VendorDetailsViewModelTV\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 12266,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 12401,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 12767,
- "length": 10,
- "value": "\"settings\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13090,
- "length": 15,
- "value": "\"%{vendorName}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13250,
- "length": 12,
- "value": "\"consent_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13357,
- "length": 13,
- "value": "\"consent_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13470,
- "length": 41,
- "value": "\"object_to_legitimate_interest_status_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13614,
- "length": 42,
- "value": "\"object_to_legitimate_interest_status_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13908,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 14159,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 14255,
- "length": 25,
- "value": "\"essential_purpose_label\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 14620,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 18522,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 362,
- "length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 367,
- "length": 1,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 372,
- "length": 1,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 384,
- "length": 3,
- "value": "\"=\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 401,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 582,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 587,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 619,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 896,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 940,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 948,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 1102,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 1251,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 1585,
- "length": 4,
- "value": "\"\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 1597,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 1639,
- "length": 3,
- "value": "\"'\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 1650,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 1854,
- "length": 21,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 1874,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 1883,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 1977,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 2155,
- "length": 7,
- "value": "\"&\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 2170,
- "length": 3,
- "value": "\"&\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 2783,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "Array",
- "offset": 2929,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "BooleanLiteral",
- "offset": 2975,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "BooleanLiteral",
- "offset": 3016,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 4896,
- "length": 6,
- "value": "\">\n<\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 4910,
- "length": 4,
- "value": "\"><\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 5139,
- "length": 4,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 5151,
- "length": 8,
- "value": "\"<br \/>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "Array",
- "offset": 5479,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 5508,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 5562,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 5622,
- "length": 69,
- "value": "\"Failure to check html tag in \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 5659,
- "length": 1,
- "value": "\": \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 5690,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "BooleanLiteral",
- "offset": 5712,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 5940,
- "length": 3,
- "value": "\"\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 5951,
- "length": 5,
- "value": "\"\\\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 5996,
- "length": 3,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 6007,
- "length": 5,
- "value": "\"[.]\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "Array",
- "offset": 6273,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 6302,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 6356,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 6416,
- "length": 69,
- "value": "\"Failure to check html tag in \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 6453,
- "length": 1,
- "value": "\": \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 6484,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "BooleanLiteral",
- "offset": 6506,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 6701,
- "length": 12,
- "value": "\"<\/?a[^>]*>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 6774,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "Array",
- "offset": 6855,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 6887,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 7056,
- "length": 17,
- "value": "\"SELF MATCHES %@\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "BooleanLiteral",
- "offset": 7259,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 7313,
- "length": 7,
- "value": "\".json\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 7720,
- "length": 6,
- "value": "\"\n\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 7734,
- "length": 12,
- "value": "\"\n<br \/>\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 7765,
- "length": 4,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 7884,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 7903,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8068,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8158,
- "length": 33,
- "value": "\"<li>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8185,
- "length": 2,
- "value": "\"<\/li>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 8220,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 8238,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8299,
- "length": 21,
- "value": "\"<ul>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8319,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8412,
- "length": 22,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8428,
- "length": 2,
- "value": "\"<\/ul>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8687,
- "length": 15,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8695,
- "length": 1,
- "value": "\"<br \/>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 8745,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 9885,
- "length": 3,
- "value": "\">\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 10420,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 10479,
- "length": 16,
- "value": "\"<i>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 10490,
- "length": 2,
- "value": "\"<\/i>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 10940,
- "length": 18,
- "value": "\"^(.*?)(\\d+.*)$\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "Array",
- "offset": 11200,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 11288,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 11621,
- "length": 46,
- "value": "\"Invalid regex: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 11666,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 11884,
- "length": 15,
- "value": "\"^(\\d+)(.*)$\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "Array",
- "offset": 12141,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "IntegerLiteral",
- "offset": 12228,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 12558,
- "length": 46,
- "value": "\"Invalid regex: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
- "kind": "StringLiteral",
- "offset": 12603,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Decode.swift",
- "kind": "IntegerLiteral",
- "offset": 356,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString+Decode.swift",
- "kind": "IntegerLiteral",
- "offset": 542,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "Dictionary",
- "offset": 1332,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "Dictionary",
- "offset": 1376,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "Dictionary",
- "offset": 1426,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "Dictionary",
- "offset": 1475,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "Dictionary",
- "offset": 1529,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "Dictionary",
- "offset": 1590,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "Dictionary",
- "offset": 1642,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2085,
- "length": 8,
- "value": "\"notice\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2126,
- "length": 9,
- "value": "\"dismiss\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2167,
- "length": 6,
- "value": "\"deny\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2210,
- "length": 11,
- "value": "\"learnMore\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2265,
- "length": 18,
- "value": "\"manageSpiChoices\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2318,
- "length": 15,
- "value": "\"privacyPolicy\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2355,
- "length": 7,
- "value": "\"title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2085,
- "length": 8,
- "value": "\"notice\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2126,
- "length": 9,
- "value": "\"dismiss\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2167,
- "length": 6,
- "value": "\"deny\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2210,
- "length": 11,
- "value": "\"learnMore\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2265,
- "length": 18,
- "value": "\"manageSpiChoices\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2318,
- "length": 15,
- "value": "\"privacyPolicy\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
- "kind": "StringLiteral",
- "offset": 2355,
- "length": 7,
- "value": "\"title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
- "kind": "BooleanLiteral",
- "offset": 382,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
- "kind": "BooleanLiteral",
- "offset": 1166,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
- "kind": "IntegerLiteral",
- "offset": 1252,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
- "kind": "FloatLiteral",
- "offset": 3019,
- "length": 3,
- "value": "5.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
- "kind": "FloatLiteral",
- "offset": 3063,
- "length": 4,
- "value": "30.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
- "kind": "FloatLiteral",
- "offset": 3125,
- "length": 4,
- "value": "32.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
- "kind": "StringLiteral",
- "offset": 3398,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+RestrictionType.swift",
- "kind": "StringLiteral",
- "offset": 388,
- "length": 13,
- "value": "\"req-consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+RestrictionType.swift",
- "kind": "StringLiteral",
- "offset": 443,
- "length": 8,
- "value": "\"req-li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+RestrictionType.swift",
- "kind": "StringLiteral",
- "offset": 388,
- "length": 13,
- "value": "\"req-consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+RestrictionType.swift",
- "kind": "StringLiteral",
- "offset": 443,
- "length": 8,
- "value": "\"req-li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppConfig.swift",
- "kind": "StringLiteral",
- "offset": 1873,
- "length": 7,
- "value": "\"texts\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppConfig.swift",
- "kind": "StringLiteral",
- "offset": 1873,
- "length": 7,
- "value": "\"texts\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppConfig.swift",
- "kind": "StringLiteral",
- "offset": 2372,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppConfig.swift",
- "kind": "StringLiteral",
- "offset": 2421,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 2713,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppConfig.swift",
- "kind": "StringLiteral",
- "offset": 2755,
- "length": 7,
- "value": "\"popup\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppConfig.swift",
- "kind": "IntegerLiteral",
- "offset": 2788,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
- "kind": "StringLiteral",
- "offset": 321,
- "length": 8,
- "value": "\"didomi\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
- "kind": "StringLiteral",
- "offset": 1675,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
- "kind": "StringLiteral",
- "offset": 1711,
- "length": 14,
- "value": "\"user_id_type\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
- "kind": "StringLiteral",
- "offset": 1844,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
- "kind": "StringLiteral",
- "offset": 1912,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
- "kind": "StringLiteral",
- "offset": 1675,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
- "kind": "StringLiteral",
- "offset": 1711,
- "length": 14,
- "value": "\"user_id_type\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
- "kind": "StringLiteral",
- "offset": 1844,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
- "kind": "StringLiteral",
- "offset": 1912,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeLegalScreen\/PurposeLegalViewController.swift",
- "kind": "StringLiteral",
- "offset": 862,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeLegalScreen\/PurposeLegalViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1242,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeLegalScreen\/PurposeLegalViewController.swift",
- "kind": "StringLiteral",
- "offset": 237,
- "length": 26,
- "value": "\"Didomi.PurposeLegalViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncError.swift",
- "kind": "StringLiteral",
- "offset": 437,
- "length": 14,
- "value": "\"Unknown user\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEvent.swift",
- "kind": "StringLiteral",
- "offset": 270,
- "length": 16,
- "value": "\"Didomi.DidomiErrorEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncResponse.swift",
- "kind": "StringLiteral",
- "offset": 2647,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncResponse.swift",
- "kind": "StringLiteral",
- "offset": 2715,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncResponse.swift",
- "kind": "StringLiteral",
- "offset": 2647,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncResponse.swift",
- "kind": "StringLiteral",
- "offset": 2715,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncResponse.swift",
- "kind": "BooleanLiteral",
- "offset": 3434,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "BooleanLiteral",
- "offset": 326,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "BooleanLiteral",
- "offset": 455,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "BooleanLiteral",
- "offset": 503,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "IntegerLiteral",
- "offset": 659,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "BooleanLiteral",
- "offset": 819,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "BooleanLiteral",
- "offset": 867,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "BooleanLiteral",
- "offset": 1251,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "FloatLiteral",
- "offset": 3297,
- "length": 4,
- "value": "10.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "FloatLiteral",
- "offset": 3346,
- "length": 4,
- "value": "40.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "FloatLiteral",
- "offset": 3409,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "StringLiteral",
- "offset": 3681,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ConsentButton\/ConsentButton.swift",
- "kind": "StringLiteral",
- "offset": 4006,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
- "kind": "StringLiteral",
- "offset": 497,
- "length": 13,
- "value": "\"en_US_POSIX\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
- "kind": "IntegerLiteral",
- "offset": 566,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
- "kind": "StringLiteral",
- "offset": 600,
- "length": 32,
- "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSSXXXXX\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
- "kind": "StringLiteral",
- "offset": 873,
- "length": 13,
- "value": "\"en_US_POSIX\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
- "kind": "IntegerLiteral",
- "offset": 942,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
- "kind": "StringLiteral",
- "offset": 976,
- "length": 28,
- "value": "\"yyyy-MM-dd'T'HH:mm:ssXXXXX\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
- "kind": "StringLiteral",
- "offset": 1250,
- "length": 13,
- "value": "\"en_US_POSIX\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
- "kind": "IntegerLiteral",
- "offset": 1319,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
- "kind": "StringLiteral",
- "offset": 1353,
- "length": 26,
- "value": "\"yyyy-MM-dd'T'HH:mm:ss'Z'\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 342,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 552,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 621,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 1223,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 1416,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 1594,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 1746,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 1896,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 2053,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 2409,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 2546,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2686,
- "length": 4,
- "value": "\"id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2712,
- "length": 7,
- "value": "\"iabId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2740,
- "length": 6,
- "value": "\"name\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2774,
- "length": 13,
- "value": "\"description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2820,
- "length": 18,
- "value": "\"descriptionLegal\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2686,
- "length": 4,
- "value": "\"id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2712,
- "length": 7,
- "value": "\"iabId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2740,
- "length": 6,
- "value": "\"name\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2774,
- "length": 13,
- "value": "\"description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 2820,
- "length": 18,
- "value": "\"descriptionLegal\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "StringLiteral",
- "offset": 4109,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 4271,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 4311,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 4355,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 4388,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
- "kind": "BooleanLiteral",
- "offset": 7092,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 553,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 887,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 1249,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "IntegerLiteral",
- "offset": 1465,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 1692,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "IntegerLiteral",
- "offset": 1912,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 2085,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 2357,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 2395,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 2548,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 2599,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 2654,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 2723,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 3095,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 3208,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "BooleanLiteral",
- "offset": 4325,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 5234,
- "length": 3,
- "value": "2.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 5390,
- "length": 3,
- "value": "2.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 5491,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 5653,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 5717,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 5780,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "StringLiteral",
- "offset": 281,
- "length": 21,
- "value": "\"Didomi.ScrollableDetailsView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 10602,
- "length": 4,
- "value": "24.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 10663,
- "length": 5,
- "value": "250.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 10709,
- "length": 4,
- "value": "90.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 10759,
- "length": 4,
- "value": "60.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 10809,
- "length": 4,
- "value": "30.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 10857,
- "length": 5,
- "value": "250.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 10909,
- "length": 5,
- "value": "120.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 10973,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 11060,
- "length": 4,
- "value": "24.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 11135,
- "length": 4,
- "value": "40.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
- "kind": "FloatLiteral",
- "offset": 11204,
- "length": 4,
- "value": "32.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventParamsSyncDone.swift",
- "kind": "StringLiteral",
- "offset": 192,
- "length": 19,
- "value": "\"Didomi.EventParamsSyncDone\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Source.swift",
- "kind": "StringLiteral",
- "offset": 687,
- "length": 15,
- "value": "\"deployment_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Source.swift",
- "kind": "StringLiteral",
- "offset": 687,
- "length": 15,
- "value": "\"deployment_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 443,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 508,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "IntegerLiteral",
- "offset": 544,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 764,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 822,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 880,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3023,
- "length": 4,
- "value": "10.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3078,
- "length": 4,
- "value": "35.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3129,
- "length": 4,
- "value": "40.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3181,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3239,
- "length": 4,
- "value": "30.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3302,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 3576,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 3747,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 3882,
- "length": 14,
- "value": "\"qr_code_icon\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Bundle.swift",
- "kind": "StringLiteral",
- "offset": 1850,
- "length": 30,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Bundle.swift",
- "kind": "StringLiteral",
- "offset": 1862,
- "length": 1,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Bundle.swift",
- "kind": "StringLiteral",
- "offset": 1879,
- "length": 3,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 569,
- "length": 4,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 610,
- "length": 3,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 635,
- "length": 4,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 663,
- "length": 5,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 693,
- "length": 5,
- "value": "5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 720,
- "length": 4,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 745,
- "length": 5,
- "value": "7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 768,
- "length": 5,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 794,
- "length": 4,
- "value": "9"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 5,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 854,
- "length": 4,
- "value": "11"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 878,
- "length": 5,
- "value": "12"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 902,
- "length": 4,
- "value": "13"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 924,
- "length": 5,
- "value": "14"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 1036,
- "length": 4,
- "value": "15"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1203,
- "length": 6,
- "value": "\"ccpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1248,
- "length": 5,
- "value": "\"cpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1293,
- "length": 6,
- "value": "\"cpra\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1340,
- "length": 7,
- "value": "\"ctdpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1388,
- "length": 7,
- "value": "\"dpdpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1435,
- "length": 6,
- "value": "\"fdbr\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1481,
- "length": 6,
- "value": "\"gdpr\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1528,
- "length": 7,
- "value": "\"icdpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1576,
- "length": 7,
- "value": "\"mcdpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1623,
- "length": 6,
- "value": "\"nhpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1670,
- "length": 7,
- "value": "\"njdpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1717,
- "length": 6,
- "value": "\"none\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1763,
- "length": 6,
- "value": "\"ocpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1810,
- "length": 7,
- "value": "\"tdpsa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1857,
- "length": 6,
- "value": "\"ucpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 1904,
- "length": 7,
- "value": "\"vcdpa\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2457,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2462,
- "length": 30,
- "value": "\"_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2491,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2508,
- "length": 37,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2535,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2544,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2693,
- "length": 30,
- "value": "\"_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2722,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2739,
- "length": 30,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2759,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 2768,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 4045,
- "length": 70,
- "value": "\"No regulation field found or it's unknown\/invalid: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 4111,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 4114,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 4389,
- "length": 27,
- "value": "\"No Regulation field found\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "StringLiteral",
- "offset": 4702,
- "length": 14,
- "value": "\"Didomi_Token\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 569,
- "length": 4,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 610,
- "length": 3,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 635,
- "length": 4,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 663,
- "length": 5,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 693,
- "length": 5,
- "value": "5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 720,
- "length": 4,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 745,
- "length": 5,
- "value": "7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 768,
- "length": 5,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 794,
- "length": 4,
- "value": "9"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 825,
- "length": 5,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 854,
- "length": 4,
- "value": "11"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 878,
- "length": 5,
- "value": "12"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 902,
- "length": 4,
- "value": "13"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 924,
- "length": 5,
- "value": "14"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
- "kind": "IntegerLiteral",
- "offset": 1036,
- "length": 4,
- "value": "15"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "IntegerLiteral",
- "offset": 1426,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "BooleanLiteral",
- "offset": 1739,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "FloatLiteral",
- "offset": 2747,
- "length": 4,
- "value": "20.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "BooleanLiteral",
- "offset": 2821,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "IntegerLiteral",
- "offset": 2919,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "IntegerLiteral",
- "offset": 2930,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "FloatLiteral",
- "offset": 2963,
- "length": 3,
- "value": "0.8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "IntegerLiteral",
- "offset": 3005,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "IntegerLiteral",
- "offset": 3700,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "IntegerLiteral",
- "offset": 3733,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "IntegerLiteral",
- "offset": 3767,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
- "kind": "IntegerLiteral",
- "offset": 3802,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 618,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1126,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 2742,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3470,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 276,
- "length": 28,
- "value": "\"Didomi.PurposeDetailsViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3728,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 3845,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7729,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 8349,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "FloatLiteral",
- "offset": 8463,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 8623,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 9050,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/PurposeDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 9267,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/PlatformInfoProvider\/CTVPlatformInfoProvider.swift",
- "kind": "BooleanLiteral",
- "offset": 540,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 334,
- "length": 23,
- "value": "\"notice_disagree_cross\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 381,
- "length": 22,
- "value": "\"notice_disagree_link\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 419,
- "length": 13,
- "value": "\"notice_logo\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 454,
- "length": 20,
- "value": "\"notice_didomi_logo\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 490,
- "length": 13,
- "value": "\"notice_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 524,
- "length": 23,
- "value": "\"notice_container_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 574,
- "length": 30,
- "value": "\"notice_scroll_container_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 622,
- "length": 20,
- "value": "\"notice_header_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
"offset": 661,
- "length": 21,
- "value": "\"notice_buttons_view\""
+ "length": 3,
+ "value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 707,
- "length": 28,
- "value": "\"notice_sticky_buttons_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 752,
- "length": 14,
- "value": "\"notice_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 785,
- "length": 21,
- "value": "\"notice_text_content\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 830,
- "length": 22,
- "value": "\"notice_select_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 875,
- "length": 21,
- "value": "\"notice_agree_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 922,
- "length": 24,
- "value": "\"notice_disagree_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 973,
- "length": 26,
- "value": "\"notice_learn_more_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1033,
- "length": 34,
- "value": "\"notice_manage_spi_choices_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1091,
- "length": 22,
- "value": "\"notice_vendor_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1138,
- "length": 23,
- "value": "\"notice_privacy_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/Logger.swift",
- "kind": "IntegerLiteral",
- "offset": 759,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/Logger.swift",
- "kind": "IntegerLiteral",
- "offset": 831,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/Logger.swift",
- "kind": "IntegerLiteral",
- "offset": 903,
- "length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/Logger.swift",
- "kind": "IntegerLiteral",
- "offset": 976,
- "length": 2,
- "value": "17"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/Logger.swift",
- "kind": "StringLiteral",
- "offset": 189,
- "length": 6,
- "value": "\"Didomi.Logger\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 318,
- "length": 56,
- "value": "\"App Configuration will be loaded from Didomi endpoint.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 439,
- "length": 73,
- "value": "\"Local file or custom endpoint not authorized to load App Configuration.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 574,
- "length": 69,
- "value": "\"Local file or custom endpoint authorized to load App Configuration.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 681,
- "length": 41,
- "value": "\"Source of App Config is not authorized.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/OrganizationUserRepository.swift",
- "kind": "StringLiteral",
- "offset": 290,
- "length": 33,
- "value": "\"OrganizationUserRepositoryQueue\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/OrganizationUserRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 462,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/OrganizationUserRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 1674,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 485,
- "length": 9,
- "value": "\"created\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 518,
- "length": 9,
- "value": "\"updated\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 584,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 652,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 485,
- "length": 9,
- "value": "\"created\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 518,
- "length": 9,
- "value": "\"updated\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 584,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 652,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3005,
- "length": 22,
- "value": "\"organization_user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3071,
- "length": 32,
- "value": "\"organization_user_id_algorithm\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3141,
- "length": 26,
- "value": "\"organization_user_id_sid\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3205,
- "length": 26,
- "value": "\"organization_user_id_exp\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3270,
- "length": 27,
- "value": "\"organization_user_id_salt\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3338,
- "length": 29,
- "value": "\"organization_user_id_digest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3404,
- "length": 25,
- "value": "\"organization_user_id_iv\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3533,
- "length": 11,
- "value": "\"last_sync\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3596,
- "length": 20,
- "value": "\"synchronized_users\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3005,
- "length": 22,
- "value": "\"organization_user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3071,
- "length": 32,
- "value": "\"organization_user_id_algorithm\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3141,
- "length": 26,
- "value": "\"organization_user_id_sid\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3205,
- "length": 26,
- "value": "\"organization_user_id_exp\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3270,
- "length": 27,
- "value": "\"organization_user_id_salt\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3338,
- "length": 29,
- "value": "\"organization_user_id_digest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3404,
- "length": 25,
- "value": "\"organization_user_id_iv\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3533,
- "length": 11,
- "value": "\"last_sync\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 3596,
- "length": 20,
- "value": "\"synchronized_users\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 5990,
- "length": 22,
- "value": "\"organization_user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6038,
- "length": 32,
- "value": "\"organization_user_id_algorithm\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6095,
- "length": 26,
- "value": "\"organization_user_id_sid\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6148,
- "length": 26,
- "value": "\"organization_user_id_exp\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6211,
- "length": 25,
- "value": "\"organization_user_id_iv\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6257,
- "length": 27,
- "value": "\"organization_user_id_salt\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6307,
- "length": 29,
- "value": "\"organization_user_id_digest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 5990,
- "length": 22,
- "value": "\"organization_user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6038,
- "length": 32,
- "value": "\"organization_user_id_algorithm\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6095,
- "length": 26,
- "value": "\"organization_user_id_sid\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6148,
- "length": 26,
- "value": "\"organization_user_id_exp\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6211,
- "length": 25,
- "value": "\"organization_user_id_iv\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6257,
- "length": 27,
- "value": "\"organization_user_id_salt\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
- "kind": "StringLiteral",
- "offset": 6307,
- "length": 29,
- "value": "\"organization_user_id_digest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/UnderageNoticeContent.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
"kind": "Dictionary",
- "offset": 663,
+ "offset": 715,
"length": 3,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/UnderageNoticeContent.swift",
- "kind": "Dictionary",
- "offset": 705,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/UnderageNoticeContent.swift",
- "kind": "Dictionary",
- "offset": 1092,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/UnderageNoticeContent.swift",
- "kind": "Dictionary",
- "offset": 1190,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventsRepository.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
"kind": "StringLiteral",
- "offset": 499,
- "length": 23,
- "value": "\"EventsRepositoryQueue\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 1340,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 1658,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventsRepository.swift",
- "kind": "Dictionary",
- "offset": 9040,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 9581,
- "length": 50,
- "value": "\"No listener registered for vendor with ID: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 9630,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventsRepository.swift",
- "kind": "Dictionary",
- "offset": 10990,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiDetailsArrow.swift",
- "kind": "StringLiteral",
- "offset": 511,
- "length": 13,
- "value": "\"angle-right\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiDetailsArrow.swift",
- "kind": "BooleanLiteral",
- "offset": 626,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiDetailsArrow.swift",
- "kind": "StringLiteral",
- "offset": 243,
- "length": 18,
- "value": "\"Didomi.DidomiDetailsArrow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiDetailsArrow.swift",
- "kind": "StringLiteral",
- "offset": 243,
- "length": 18,
- "value": "\"Didomi.DidomiDetailsArrow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/Cells\/DidomiDetailsArrow.swift",
- "kind": "StringLiteral",
- "offset": 243,
- "length": 18,
- "value": "\"Didomi.DidomiDetailsArrow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/ids\/SelectedIDsFactory.swift",
- "kind": "Array",
- "offset": 403,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/ids\/SelectedIDsFactory.swift",
- "kind": "Array",
- "offset": 455,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/ids\/SelectedIDsFactory.swift",
- "kind": "Array",
- "offset": 548,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/ids\/SelectedIDsFactory.swift",
- "kind": "Array",
- "offset": 602,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/ids\/SelectedIDsFactory.swift",
- "kind": "Array",
- "offset": 670,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/ids\/SelectedIDsFactory.swift",
- "kind": "Array",
- "offset": 684,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 298,
- "length": 13,
- "value": "\"back_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 327,
- "length": 21,
- "value": "\"vendor_details_root\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 365,
- "length": 22,
- "value": "\"vendor_details_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 405,
- "length": 24,
- "value": "\"vendor_details_iab_tag\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 445,
- "length": 21,
- "value": "\"vendor_details_name\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 483,
- "length": 22,
- "value": "\"vendor_details_table\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 528,
- "length": 29,
- "value": "\"vendor_details_consent_cell\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 583,
- "length": 41,
- "value": "\"vendor_details_legitimate_interest_cell\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 664,
- "length": 48,
- "value": "\"vendor_details_additional_data_processing_cell\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 737,
- "length": 31,
- "value": "\"vendor_details_essential_cell\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 789,
- "length": 27,
- "value": "\"vendor_details_cell_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 862,
- "length": 56,
- "value": "\"vendor_details_cell_description_additional_data_label_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 972,
- "length": 65,
- "value": "\"vendor_details_cell_description_additional_data_retention_time_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1066,
- "length": 36,
- "value": "\"vendor_details_cell_consent_toggle\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1142,
- "length": 48,
- "value": "\"vendor_details_cell_legitimate_interest_toggle\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1217,
- "length": 33,
- "value": "\"vendor_details_disclaimer_label\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1269,
- "length": 25,
- "value": "\"vendor_details_iab_link\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1317,
- "length": 29,
- "value": "\"vendor_details_privacy_link\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1373,
- "length": 34,
- "value": "\"vendor_details_legInt_claim_link\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 1438,
- "length": 38,
- "value": "\"vendor_details_data_categories_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventParamsSyncError.swift",
- "kind": "StringLiteral",
- "offset": 202,
- "length": 20,
- "value": "\"Didomi.EventParamsSyncError\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsFactory.swift",
- "kind": "BooleanLiteral",
- "offset": 1759,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsFactory.swift",
- "kind": "Array",
- "offset": 3307,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsFactory.swift",
- "kind": "Array",
- "offset": 3380,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsFactory.swift",
- "kind": "Array",
- "offset": 3442,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsFactory.swift",
- "kind": "Array",
- "offset": 3514,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 1911,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 2217,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 3707,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 3762,
- "length": 74,
- "value": "\"Empty response from server when syncing. Request: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 3835,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 3930,
- "length": 18,
- "value": "\"Invalid response\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 4127,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 4178,
- "length": 115,
- "value": "\"Error parsing sync response from server. Response: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 4253,
- "length": 1,
- "value": "\" \/ Error: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 4292,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 4559,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 4606,
- "length": 74,
- "value": "\"Empty response from server when syncing. Request: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 4679,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 4758,
- "length": 18,
- "value": "\"Invalid response\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 5119,
- "length": 3,
- "value": "404"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 5140,
- "length": 10,
- "value": "\"NotFound\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 5475,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 5530,
- "length": 74,
- "value": "\"Empty response from server when syncing. Request: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 5603,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 5890,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 5941,
- "length": 115,
- "value": "\"Error parsing sync response from server. Response: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 6016,
- "length": 1,
- "value": "\" \/ Error: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 6055,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 6322,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 6369,
- "length": 74,
- "value": "\"Empty response from server when syncing. Request: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 6442,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 6521,
- "length": 18,
- "value": "\"Invalid response\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 6657,
- "length": 34,
- "value": "\"Error syncing data from server: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 7742,
- "length": 33,
- "value": "\"Syncing user status from server\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 8078,
- "length": 39,
- "value": "\"SyncRepository.doSync(): self is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 8561,
- "length": 44,
- "value": "\"Received updated user status from server: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 9614,
- "length": 11,
- "value": "\"new user.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 9699,
- "length": 34,
- "value": "\"Syncing done for first time user\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 9921,
- "length": 18,
- "value": "\"sync has failed.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 10035,
- "length": 18,
- "value": "\"Invalid response\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 10245,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 10313,
- "length": 63,
- "value": "\"User status is already up to date from server. Doing nothing.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 10604,
- "length": 32,
- "value": "\"Local user status was updated.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 10721,
- "length": 14,
- "value": "\"Syncing done\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 11317,
- "length": 26,
- "value": "\"Consent token is invalid\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 12119,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 12202,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 12453,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 12732,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 14806,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 16043,
- "length": 69,
- "value": "\"New sync user. `sync.acknowledged` API event will not be triggered.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 16149,
- "length": 88,
- "value": "\"Sync not enabled or not required. `sync.acknowledged` API event will not be triggered.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
- "kind": "StringLiteral",
- "offset": 16275,
- "length": 86,
- "value": "\"User status already up-to-date. `sync.acknowledged` API event will not be triggered.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 346,
- "length": 103,
- "value": "\"HTTP request failed when trying to load \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 399,
- "length": 1,
- "value": "\". No data, error occurred or there was a timeout.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 545,
- "length": 45,
- "value": "\"HTTP request to \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 574,
- "length": 3,
- "value": "\" was successful\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 689,
- "length": 100,
- "value": "\"HTTP request to \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 718,
- "length": 6,
- "value": "\" failed because cached copy was deleted. A new request should be made.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 881,
- "length": 37,
- "value": "\"HTTP request to \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 910,
- "length": 6,
- "value": "\" failed\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DataProcessingListCellData.swift",
- "kind": "BooleanLiteral",
- "offset": 644,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/FeatureFlags.swift",
- "kind": "BooleanLiteral",
- "offset": 264,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/FeatureFlags.swift",
- "kind": "BooleanLiteral",
- "offset": 384,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Int.swift",
- "kind": "StringLiteral",
- "offset": 692,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 718,
- "length": 10,
- "value": "\"•\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 774,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 822,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 874,
- "length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 1448,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 1486,
- "length": 22,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 1496,
- "length": 1,
- "value": "\"\t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 1507,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 1564,
- "length": 24,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 1576,
- "length": 1,
- "value": "\"\t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 1587,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 1725,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 2434,
- "length": 10,
- "value": "\"•\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 2490,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 2538,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 2590,
- "length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 3086,
- "length": 22,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 3096,
- "length": 1,
- "value": "\"\t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 3107,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 3223,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 3946,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/JSContextEngine.swift",
- "kind": "StringLiteral",
- "offset": 630,
- "length": 23,
- "value": "\"var eval = undefined;\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/JSContextEngine.swift",
- "kind": "StringLiteral",
- "offset": 686,
- "length": 18,
- "value": "\"var window = {};\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/JSContextEngine.swift",
- "kind": "StringLiteral",
- "offset": 864,
- "length": 20,
- "value": "\"JS Error: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/JSContextEngine.swift",
- "kind": "StringLiteral",
- "offset": 883,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/JSContextEngine.swift",
- "kind": "StringLiteral",
- "offset": 922,
- "length": 86,
- "value": "\"Stack: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/JSContextEngine.swift",
- "kind": "StringLiteral",
- "offset": 986,
- "length": 7,
- "value": "\"stack\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/JSContextEngine.swift",
- "kind": "StringLiteral",
- "offset": 1007,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/JSContextEngine.swift",
- "kind": "StringLiteral",
- "offset": 1279,
- "length": 24,
- "value": "\"'use strict';\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/JSContextEngine.swift",
- "kind": "StringLiteral",
- "offset": 1302,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
- "kind": "IntegerLiteral",
- "offset": 292,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
- "kind": "IntegerLiteral",
- "offset": 313,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
- "kind": "IntegerLiteral",
- "offset": 359,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
- "kind": "StringLiteral",
- "offset": 391,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
- "kind": "StringLiteral",
- "offset": 1053,
- "length": 19,
- "value": "\"vendorListVersion\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
- "kind": "StringLiteral",
- "offset": 1053,
- "length": 19,
- "value": "\"vendorListVersion\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 854,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1633,
- "length": 28,
- "value": "\"additional_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1773,
- "length": 42,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1783,
- "length": 1,
- "value": "\": \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1814,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1929,
- "length": 43,
- "value": "\"previous_additional_data_processing_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2073,
- "length": 39,
- "value": "\"next_additional_data_processing_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2193,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2297,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2406,
- "length": 34,
- "value": "\"purpose_illustration_explanation\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2582,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2602,
- "length": 44,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2619,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2622,
- "length": 1,
- "value": "\"\n\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2642,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2645,
- "length": 3,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2679,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2721,
- "length": 61,
- "value": "\"<b>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2752,
- "length": 2,
- "value": "\"<\/b>\n\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2781,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2844,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2864,
- "length": 67,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2901,
- "length": 1,
- "value": "\"\n\n\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2930,
- "length": 3,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3095,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3115,
- "length": 63,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3152,
- "length": 1,
- "value": "\"\n\n\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3177,
- "length": 3,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3197,
- "length": 21,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3217,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3801,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3857,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4025,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4045,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 4105,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4213,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 4233,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 4293,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "BooleanLiteral",
- "offset": 1619,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "BooleanLiteral",
- "offset": 2731,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "StringLiteral",
- "offset": 3471,
- "length": 7,
- "value": "\"popup\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "IntegerLiteral",
- "offset": 3729,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "BooleanLiteral",
- "offset": 4104,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "BooleanLiteral",
- "offset": 4790,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "BooleanLiteral",
- "offset": 5067,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "StringLiteral",
- "offset": 5327,
- "length": 7,
- "value": "\"optin\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "BooleanLiteral",
- "offset": 5352,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "BooleanLiteral",
- "offset": 5427,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "BooleanLiteral",
- "offset": 5751,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "BooleanLiteral",
- "offset": 5895,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
- "kind": "StringLiteral",
- "offset": 5911,
- "length": 7,
- "value": "\"optin\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeDenyOptions.swift",
- "kind": "BooleanLiteral",
- "offset": 1093,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeDenyOptions.swift",
- "kind": "BooleanLiteral",
- "offset": 1260,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownVendorsUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 1172,
- "length": 11,
- "value": "\"ui.action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownVendorsUIAPIEvent.swift",
- "kind": "FloatLiteral",
- "offset": 1284,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownVendorsUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1394,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownVendorsUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 2132,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownVendorsUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 223,
- "length": 22,
- "value": "\"Didomi.ShownVendorsUIAPIEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1294,
+ "offset": 6234,
"length": 9,
- "value": "\"user_id\""
+ "value": "\"purpose\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Transactions\/CurrentUserStatusTransaction.swift",
"kind": "StringLiteral",
- "offset": 1327,
- "length": 9,
- "value": "\"created\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1360,
- "length": 9,
- "value": "\"updated\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1399,
- "length": 16,
- "value": "\"consent_string\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1449,
- "length": 15,
- "value": "\"addtl_consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1491,
- "length": 12,
- "value": "\"regulation\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1529,
- "length": 12,
- "value": "\"didomi_dcs\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1294,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1327,
- "length": 9,
- "value": "\"created\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1360,
- "length": 9,
- "value": "\"updated\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1399,
- "length": 16,
- "value": "\"consent_string\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1449,
- "length": 15,
- "value": "\"addtl_consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1491,
- "length": 12,
- "value": "\"regulation\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1529,
- "length": 12,
- "value": "\"didomi_dcs\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1667,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1697,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1727,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1763,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1803,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 1875,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 3177,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "BooleanLiteral",
- "offset": 3329,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 497,
- "length": 10,
- "value": "\"Didomi.UserStatus\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 3972,
+ "offset": 6266,
"length": 8,
- "value": "\"Didomi.Purposes\""
+ "value": "\"vendor\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 6321,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 6321,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 6552,
- "length": 7,
- "value": "\"Didomi.Vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 10096,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 10167,
- "length": 16,
- "value": "\"global_consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 10224,
- "length": 11,
- "value": "\"global_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 10096,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 10167,
- "length": 16,
- "value": "\"global_consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 10224,
- "length": 11,
- "value": "\"global_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
- "kind": "StringLiteral",
- "offset": 10412,
- "length": 3,
- "value": "\"Didomi.IDs\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/FocusOnceButton\/FocusOnceButton.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ToggleButton\/ToggleButton.swift",
"kind": "BooleanLiteral",
- "offset": 989,
+ "offset": 410,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/FocusOnceButton\/FocusOnceButton.swift",
- "kind": "FloatLiteral",
- "offset": 1135,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/FocusOnceButton\/FocusOnceButton.swift",
- "kind": "StringLiteral",
- "offset": 1249,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/FocusOnceButton\/FocusOnceButton.swift",
- "kind": "FloatLiteral",
- "offset": 1266,
- "length": 3,
- "value": "0.5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 1115,
- "length": 6,
- "value": "\"POST\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 2078,
- "length": 5,
- "value": "\"GET\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 3265,
- "length": 46,
- "value": "\"HTTPRequestHelper.doCall(): validURL is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ToggleButton\/ToggleButton.swift",
"kind": "BooleanLiteral",
- "offset": 3358,
+ "offset": 458,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 3389,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 3557,
- "length": 33,
- "value": "\"application\/json; charset=utf-8\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 3612,
- "length": 14,
- "value": "\"Content-Type\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 4293,
- "length": 9,
- "value": "\"No data\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "StringLiteral",
- "offset": 4398,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 4469,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 4500,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 4565,
- "length": 3,
- "value": "200"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 4767,
- "length": 3,
- "value": "200"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 4775,
- "length": 3,
- "value": "299"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 4928,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 4964,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 5165,
- "length": 3,
- "value": "304"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 5673,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 5704,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 5965,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 6002,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 6220,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/HTTPRequestHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 6251,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
- "kind": "StringLiteral",
- "offset": 839,
- "length": 61,
- "value": "\"PreferencesTabViewController.init(): languageHelper is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
- "kind": "StringLiteral",
- "offset": 1068,
- "length": 63,
- "value": "\"PreferencesTabViewController.init(): vendorRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
- "kind": "StringLiteral",
- "offset": 1313,
- "length": 70,
- "value": "\"PreferencesTabViewController.init(): configurationRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
- "kind": "StringLiteral",
- "offset": 1553,
- "length": 64,
- "value": "\"PreferencesTabViewController.init(): consentRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
- "kind": "StringLiteral",
- "offset": 1791,
- "length": 66,
- "value": "\"PreferencesTabViewController.init(): apiEventsRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
- "kind": "StringLiteral",
- "offset": 2018,
- "length": 63,
- "value": "\"PreferencesTabViewController.init(): selectionsHelper is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
- "kind": "StringLiteral",
- "offset": 2942,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3986,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
- "kind": "StringLiteral",
- "offset": 491,
- "length": 28,
- "value": "\"Didomi.PreferencesTabViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Accessibility\/Accessibility.swift",
- "kind": "StringLiteral",
- "offset": 758,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Accessibility\/Accessibility.swift",
- "kind": "StringLiteral",
- "offset": 786,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Accessibility\/Accessibility.swift",
- "kind": "StringLiteral",
- "offset": 860,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 429,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 475,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 500,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 429,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 475,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 500,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 1784,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 5108,
- "length": 13,
- "value": "\"DidomiQueue\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 5863,
- "length": 25,
- "value": "\"Started initialization.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 6306,
- "length": 23,
- "value": "\"Before loading files.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 7702,
- "length": 21,
- "value": "\"Remote files loaded\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 7798,
- "length": 21,
- "value": "\"Remote files loaded\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 8996,
- "length": 25,
- "value": "\"configurationRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 9288,
- "length": 16,
- "value": "\"languageHelper\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 9796,
- "length": 62,
- "value": "\"Impossible to set initialization language to \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 9857,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 10937,
- "length": 25,
- "value": "\"configurationRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 11159,
- "length": 16,
- "value": "\"languageHelper\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 11611,
- "length": 18,
- "value": "\"vendorRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 11997,
- "length": 22,
- "value": "\"iabStorageRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 12596,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 12858,
- "length": 27,
- "value": "\"multiRegulationRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 16945,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 17647,
- "length": 21,
- "value": "\"apiEventsRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 17862,
- "length": 11,
- "value": "\"SDK ready\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 17969,
- "length": 15,
- "value": "\"SDK is ready.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 21413,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 22304,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 23367,
- "length": 18,
- "value": "\"selectionsHelper\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 23410,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 23594,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 23638,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 24988,
- "length": 18,
- "value": "\"selectionsHelper\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 26101,
- "length": 27,
- "value": "\"multiRegulationRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 26149,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 26324,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 26498,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 26601,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 27511,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 27677,
- "length": 18,
- "value": "\"vendorRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 27716,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 27801,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 27907,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 28075,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 28115,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 28923,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 29089,
- "length": 18,
- "value": "\"vendorRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 29128,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 29224,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 29342,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 29510,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 29550,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 30380,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 30420,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 30586,
- "length": 18,
- "value": "\"vendorRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 30625,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 30909,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 30961,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 32227,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 39713,
- "length": 10,
- "value": "\"syncData\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 39744,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 39910,
- "length": 18,
- "value": "\"selectionsHelper\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 39949,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 40056,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 40567,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 41997,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 44724,
- "length": 85,
- "value": "\"Vendor with id \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 44745,
- "length": 4,
- "value": "\" does not exist or has not been configured through the Console.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 45953,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 46836,
- "length": 18,
- "value": "\"vendorRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 47296,
- "length": 18,
- "value": "\"vendorRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 49621,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 49871,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "IntegerLiteral",
- "offset": 50135,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 50553,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 50715,
- "length": 53,
- "value": "\"getJavaScriptForWebView(): selectionsHelper is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 50789,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 51879,
- "length": 54,
- "value": "\"getQueryStringForWebView(): selectionsHelper is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 51954,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 53396,
- "length": 25,
- "value": "\"configurationRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 53618,
- "length": 16,
- "value": "\"languageHelper\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 53861,
- "length": 31,
- "value": "\"purposeTranslationsRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 55556,
- "length": 44,
- "value": "\"Language code \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 55586,
- "length": 2,
- "value": "\" is not valid\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 55626,
- "length": 57,
- "value": "\"Language code \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 55656,
- "length": 2,
- "value": "\" is not enabled in the SDK\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 56324,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 61198,
- "length": 27,
- "value": "\"multiRegulationRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 61246,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 61414,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 61454,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 62281,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 62321,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 62746,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 62786,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 64202,
- "length": 19,
- "value": "\"consentRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 67212,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 75787,
- "length": 83,
- "value": "\"Didomi SDK not ready. `clearUser()` should be called when the SDK is initialized.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 76186,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 77057,
- "length": 22,
- "value": "\"userStatusRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 77582,
- "length": 29,
- "value": "\"currentUserStatusRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 78291,
- "length": 18,
- "value": "\"selectionsHelper\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 78334,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "StringLiteral",
- "offset": 78538,
- "length": 29,
- "value": "\"currentUserStatusRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 78592,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
- "kind": "BooleanLiteral",
- "offset": 79251,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventParamsVendor.swift",
- "kind": "StringLiteral",
- "offset": 247,
- "length": 17,
- "value": "\"Didomi.EventParamsVendor\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 532,
- "length": 15,
- "value": "\"consent.given\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEvent.swift",
- "kind": "FloatLiteral",
- "offset": 615,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 725,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1435,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 213,
- "length": 20,
- "value": "\"Didomi.ConsentGivenAPIEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesTranslationKeys.swift",
- "kind": "StringLiteral",
- "offset": 453,
- "length": 21,
- "value": "\"ccpa_save_and_close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesTranslationKeys.swift",
- "kind": "StringLiteral",
- "offset": 602,
- "length": 21,
- "value": "\"ccpa_save_and_close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesTranslationKeys.swift",
- "kind": "StringLiteral",
- "offset": 741,
- "length": 15,
- "value": "\"save_11a80ec3\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 207,
- "length": 23,
- "value": "\"user_information_root\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 252,
- "length": 13,
- "value": "\"back_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 282,
- "length": 30,
- "value": "\"user_information_title_label\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 329,
- "length": 30,
- "value": "\"user_information_token_label\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 377,
- "length": 26,
- "value": "\"user_information_user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 425,
- "length": 30,
- "value": "\"user_information_sdk_version\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 475,
- "length": 28,
- "value": "\"user_information_copy_icon\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 525,
- "length": 30,
- "value": "\"user_information_copied_text\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/MultiRegulationRepository.swift",
- "kind": "StringLiteral",
- "offset": 1379,
- "length": 6,
- "value": "\"none\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/MultiRegulationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 2233,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/MultiRegulationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 2275,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/PurposeChangedUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 1184,
- "length": 11,
- "value": "\"ui.action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/PurposeChangedUIAPIEvent.swift",
- "kind": "FloatLiteral",
- "offset": 1296,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/PurposeChangedUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1406,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/PurposeChangedUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 2161,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/PurposeChangedUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 227,
- "length": 24,
- "value": "\"Didomi.PurposeChangedUIAPIEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 1723,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 1983,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 2109,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "Array",
- "offset": 3376,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 3586,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 5806,
- "length": 45,
- "value": "\"No need to load remote file for App Config.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 5915,
- "length": 45,
- "value": "\"No need to load remote file for App Config.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 6409,
- "length": 51,
- "value": "\"ConfigurationRepository.load(): strongSelf is nil\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7749,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7935,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 8069,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 8798,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 9013,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 9597,
- "length": 63,
- "value": "\"ConfigurationRepository.didLoadAppConfig(): strongSelf is nil\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 11184,
- "length": 74,
- "value": "\"ConfigurationRepository.retryNowDownloadGVL(): remoteFilesHelper is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 11468,
- "length": 66,
- "value": "\"ConfigurationRepository.retryNowDownloadGVL(): strongSelf is nil\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 12523,
- "length": 85,
- "value": "\"ConfigurationRepository.retryDownloadGVLWhenBackOnline(): remoteFilesHelper is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 12985,
- "length": 77,
- "value": "\"ConfigurationRepository.retryDownloadGVLWhenBackOnline(): strongSelf is nil\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 15024,
- "length": 91,
- "value": "\"Could not load app configuration file from remoteFile: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 15111,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 15114,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 15621,
- "length": 15,
- "value": "\"didomi_config\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 15653,
- "length": 6,
- "value": "\"json\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 15830,
- "length": 83,
- "value": "\"Could not load app configuration file from bundle \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 15909,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 15912,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 16268,
- "length": 37,
- "value": "\"parseAppConfig(): validData is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 16583,
- "length": 55,
- "value": "\"Error while JSON-decoding app configuration: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 16637,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 17072,
- "length": 32,
- "value": "\"parseIABConfig(): data is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 17332,
- "length": 55,
- "value": "\"Error while JSON-decoding iab configuration: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 17386,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 17746,
- "length": 22,
- "value": "\"didomi_master_config\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 17785,
- "length": 6,
- "value": "\"json\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 18091,
- "length": 55,
- "value": "\"Error while JSON-decoding SDK configuration: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 18145,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 18209,
- "length": 67,
- "value": "\"Could not load SDK configuration file {didomi_master_config.json}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 18731,
- "length": 22,
- "value": "\"didomi_iab_config_v3\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 18756,
- "length": 22,
- "value": "\"didomi_iab_config_v2\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 19712,
- "length": 6,
- "value": "\"json\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 19938,
- "length": 38,
- "value": "\"IAB file loaded from bundle: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 19975,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 20066,
- "length": 55,
- "value": "\"Error while JSON-decoding IAB configuration: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 20120,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 20184,
- "length": 52,
- "value": "\"Could not load IAB configuration file \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 20230,
- "length": 1,
- "value": "\".json\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 21024,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 21206,
- "length": 5,
- "value": "\"iab\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 21590,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 21925,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 21968,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 22206,
- "length": 91,
- "value": "\"Error parsing last updated date from the IAB vendor list: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 22296,
- "length": 3,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 22770,
- "length": 9,
- "value": "\"http:\/\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 22802,
- "length": 10,
- "value": "\"https:\/\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 23117,
- "length": 45,
- "value": "\"Error at downloading remote image: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 23161,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 24440,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 25858,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 25936,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 26154,
- "length": 33,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 26170,
- "length": 1,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "StringLiteral",
- "offset": 26186,
- "length": 30,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 26333,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 27136,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 27164,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 27204,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigTCFV2.swift",
- "kind": "StringLiteral",
- "offset": 904,
- "length": 10,
- "value": "\"purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigTCFV2.swift",
- "kind": "StringLiteral",
- "offset": 1008,
- "length": 11,
- "value": "\"languages\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigTCFV2.swift",
- "kind": "StringLiteral",
- "offset": 904,
- "length": 10,
- "value": "\"purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigTCFV2.swift",
- "kind": "StringLiteral",
- "offset": 1008,
- "length": 11,
- "value": "\"languages\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Models\/EventParamsPurpose.swift",
- "kind": "StringLiteral",
- "offset": 249,
- "length": 18,
- "value": "\"Didomi.EventParamsPurpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 385,
- "length": 20,
- "value": "\"io.didomi.DidomiTV\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 629,
- "length": 4,
- "value": "\"en\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 673,
- "length": 12,
- "value": "\"sdk-mobile\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 717,
- "length": 9,
- "value": "\"sdk-ctv\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 760,
- "length": 5,
- "value": "\"ctv\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 802,
- "length": 5,
- "value": "\"app\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 842,
- "length": 7,
- "value": "\"click\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 882,
- "length": 10,
- "value": "\"external\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 928,
- "length": 14,
- "value": "\"multiple-IDs\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1044,
- "length": 7,
- "value": "\"1.0.0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1144,
- "length": 28,
- "value": "\"CFBundleShortVersionString\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1188,
- "length": 5,
- "value": "\"1.0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1317,
- "length": 18,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1327,
- "length": 1,
- "value": "\"\/events\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1361,
- "length": 16,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1371,
- "length": 1,
- "value": "\"\/sync\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1414,
- "length": 29,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1424,
- "length": 1,
- "value": "\"\/locations\/current\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1490,
- "length": 9,
- "value": "\"#265973\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1557,
- "length": 9,
- "value": "\"#E60000\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1623,
- "length": 9,
- "value": "\"#3D8548\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1689,
- "length": 9,
- "value": "\"#757575\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1755,
- "length": 9,
- "value": "\"#4C4C4C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "FloatLiteral",
- "offset": 1796,
- "length": 3,
- "value": "0.7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1857,
- "length": 9,
- "value": "\"#4C4C4C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "FloatLiteral",
- "offset": 1898,
- "length": 3,
- "value": "0.2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 1957,
- "length": 9,
- "value": "\"#ffffff\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "FloatLiteral",
- "offset": 1998,
- "length": 3,
- "value": "0.2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 2058,
- "length": 9,
- "value": "\"#22262A\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "FloatLiteral",
- "offset": 2099,
- "length": 3,
- "value": "0.2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "FloatLiteral",
- "offset": 2150,
- "length": 3,
- "value": "0.7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 2262,
- "length": 9,
- "value": "\"#05687b\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 2534,
- "length": 9,
- "value": "\"#999999\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 2656,
- "length": 9,
- "value": "\"#999999\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 2717,
- "length": 9,
- "value": "\"#999999\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 2786,
- "length": 3,
- "value": "153"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 2790,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 2802,
- "length": 3,
- "value": "153"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 2806,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 2817,
- "length": 3,
- "value": "153"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 2821,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "FloatLiteral",
- "offset": 2833,
- "length": 3,
- "value": "0.1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 2884,
- "length": 9,
- "value": "\"#F0F0F0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 2952,
- "length": 11,
- "value": "\"#0000001A\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3018,
- "length": 3,
- "value": "144"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3022,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3034,
- "length": 3,
- "value": "202"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3038,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3049,
- "length": 3,
- "value": "119"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3053,
- "length": 3,
- "value": "255"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3065,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 3101,
- "length": 74,
- "value": "\"https:\/\/iabeurope.eu\/iab-europe-transparency-consent-framework-policies\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3262,
- "length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3307,
- "length": 3,
- "value": "550"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3353,
- "length": 2,
- "value": "24"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3399,
- "length": 3,
- "value": "-24"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3452,
- "length": 3,
- "value": "-16"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3499,
- "length": 2,
- "value": "30"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3544,
- "length": 2,
- "value": "80"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 3619,
- "length": 1,
- "value": "4"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "FloatLiteral",
- "offset": 3719,
- "length": 4,
- "value": "0.66"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "FloatLiteral",
- "offset": 3938,
- "length": 3,
- "value": "1.1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "FloatLiteral",
- "offset": 4001,
- "length": 3,
- "value": "1.5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 4085,
- "length": 2,
- "value": "14"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 4137,
- "length": 2,
- "value": "24"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 4185,
- "length": 2,
- "value": "20"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 4242,
- "length": 2,
- "value": "11"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 4335,
- "length": 2,
- "value": "14"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 4392,
- "length": 2,
- "value": "18"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 4456,
- "length": 7,
- "value": "\"popup\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 4502,
- "length": 8,
- "value": "\"bottom\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 4658,
- "length": 32,
- "value": "\"https:\/\/sdk.privacy-center.org\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 4726,
- "length": 64,
- "value": "\"https:\/\/mobile-$SDK_VERSION_PLACEHOLDER.api.privacy-center.org\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 4819,
- "length": 47,
- "value": "\"javascript:Didomi.preferences.show('vendors')\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 4936,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 4969,
- "length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5002,
- "length": 5,
- "value": "\"2.2\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 5030,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 5054,
- "length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5098,
- "length": 39,
- "value": "\"javascript:Didomi.dataProcessing.show\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5174,
- "length": 37,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5202,
- "length": 1,
- "value": "\"($INDEX)\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5315,
- "length": 30,
- "value": "\"EEE, d MMM yyyy HH:mm:ss zzz\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5384,
- "length": 5,
- "value": "\"GMT\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5426,
- "length": 13,
- "value": "\"en_US_POSIX\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5525,
- "length": 19,
- "value": "\"If-Modified-Since\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5601,
- "length": 5,
- "value": "\"•\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5630,
- "length": 5,
- "value": "\"→\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5662,
- "length": 3,
- "value": "\"*\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 5715,
- "length": 8,
- "value": "31622400"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5801,
- "length": 6,
- "value": "\"uuid\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 5913,
- "length": 16,
- "value": "\"Didomi_User_Id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 6046,
- "length": 39,
- "value": "\"Didomi_IAB_Timestamp_granularity_days\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 6184,
- "length": 9,
- "value": "\"IAB TCF\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 6243,
- "length": 18,
- "value": "\"personalDataType\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "IntegerLiteral",
- "offset": 6305,
- "length": 1,
- "value": "7"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 6331,
- "length": 12,
- "value": "\"Didomi_DCS\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 6400,
- "length": 17,
- "value": "\"IABTCF_TCString\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 6509,
- "length": 22,
- "value": "\"IABGPP_HDR_GppString\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 6622,
- "length": 8,
- "value": "\"google\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 6665,
- "length": 10,
- "value": "\"facebook\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 6894,
- "length": 14,
- "value": "\"BASE_API_URL\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 7024,
- "length": 3,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 7035,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 7086,
- "length": 26,
- "value": "\"$SDK_VERSION_PLACEHOLDER\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 7361,
- "length": 14,
- "value": "\"BASE_SDK_URL\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 7541,
- "length": 8,
- "value": "\"$INDEX\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 7557,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
- "kind": "StringLiteral",
- "offset": 7566,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/ShownPurposesUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 379,
- "length": 27,
- "value": "\"preferences.shownpurposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/ShownPurposesUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1031,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 843,
- "length": 26,
- "value": "\"APIEventsRepositoryQueue\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 3742,
- "length": 64,
- "value": "\"triggerPageViewEvent: event could not be created successfully.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 4688,
- "length": 68,
- "value": "\"triggerConsentAskedEvent: event could not be created successfully.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 6328,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 9776,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "Array",
- "offset": 10584,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 10675,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 10783,
- "length": 64,
- "value": "\"APIEventsRepository.requestToTriggerEvent(): eventType is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 10868,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 11021,
- "length": 15,
- "value": "\"No connection\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 11107,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 11231,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 12223,
- "length": 58,
- "value": "\"APIEventsRepository.shouldSkipEvent(): eventType is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 12302,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 12432,
- "length": 67,
- "value": "\"APIEventsRepository.shouldSkipEvent(): shouldSendOnceOnly is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 12520,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 13443,
- "length": 2,
- "value": "36"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 13462,
- "length": 38,
- "value": "\"00000000-0000-0000-0000-000000000000\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 13527,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 13597,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 13609,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 13621,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 13644,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 13775,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 13894,
- "length": 2,
- "value": "16"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "FloatLiteral",
- "offset": 14082,
- "length": 5,
- "value": "255.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 14132,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 14279,
- "length": 39,
- "value": "\"API Event has been sent: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 14317,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 14446,
- "length": 43,
- "value": "\"API Event failed to be sent: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 14488,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 14713,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 15842,
- "length": 52,
- "value": "\"Something went wrong while trying to post an event\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
- "kind": "StringLiteral",
- "offset": 16041,
- "length": 13,
- "value": "\"Back online\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Dictionary",
- "offset": 1058,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Dictionary",
- "offset": 1211,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Dictionary",
- "offset": 1272,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 1577,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 1790,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 1890,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Dictionary",
- "offset": 2671,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 3048,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "StringLiteral",
- "offset": 4438,
- "length": 57,
- "value": "\"SelectionsHelper.update(): purposeID or purpose is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "StringLiteral",
- "offset": 5024,
- "length": 55,
- "value": "\"SelectionsHelper.update(): vendorID or vendor is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 16055,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 16666,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 17210,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 17758,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 18237,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 18443,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 18470,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 18608,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 18635,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 18674,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 19084,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 19292,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 19320,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 19458,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 19485,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 19524,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 19925,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 20212,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 20252,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 21452,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 21550,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 21654,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 21731,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 21770,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 22126,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 22221,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 22337,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 22568,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 22619,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 23098,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 23455,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 25708,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 27611,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 28107,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 28750,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 32821,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Array",
- "offset": 36126,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "StringLiteral",
- "offset": 36196,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 36627,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "StringLiteral",
- "offset": 41188,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "StringLiteral",
- "offset": 41318,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Dictionary",
- "offset": 42365,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 44641,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 44712,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Dictionary",
- "offset": 46798,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Dictionary",
- "offset": 49793,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Dictionary",
- "offset": 50585,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "Dictionary",
- "offset": 50671,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 52905,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 53042,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 53073,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 53350,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 53380,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 53643,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/SelectionsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 53673,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingViewController.swift",
- "kind": "StringLiteral",
- "offset": 598,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1074,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1199,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 2427,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 2491,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 2570,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3274,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingViewController.swift",
- "kind": "StringLiteral",
- "offset": 260,
- "length": 28,
- "value": "\"Didomi.DataProcessingViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingViewController.swift",
- "kind": "StringLiteral",
- "offset": 4046,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureView.swift",
- "kind": "FloatLiteral",
- "offset": 1151,
- "length": 4,
- "value": "32.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureView.swift",
- "kind": "FloatLiteral",
- "offset": 1319,
- "length": 4,
- "value": "24.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialPurpose.swift",
- "kind": "StringLiteral",
- "offset": 392,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialPurpose.swift",
- "kind": "StringLiteral",
- "offset": 449,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialPurpose.swift",
- "kind": "StringLiteral",
- "offset": 483,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/SyncReadyEvent.swift",
- "kind": "StringLiteral",
- "offset": 292,
- "length": 14,
- "value": "\"Didomi.SyncReadyEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 320,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 3979,
- "length": 25,
- "value": "\"\t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 4001,
- "length": 1,
- "value": "\"\t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 4012,
- "length": 22,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 4032,
- "length": 16,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 4075,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 4236,
- "length": 8,
- "value": "\"\t1.\t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "Array",
- "offset": 4967,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 5889,
- "length": 4,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 5956,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 5967,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "Array",
- "offset": 6177,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "Array",
- "offset": 6929,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 7750,
- "length": 15,
- "value": "\"External-link\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 7910,
- "length": 32,
- "value": "\"Failed to load the icon image.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "FloatLiteral",
- "offset": 8134,
- "length": 4,
- "value": "0.80"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 8329,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 8335,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 8699,
- "length": 3,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 9497,
- "length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 9668,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 9718,
- "length": 4,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 9832,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 10831,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 10884,
- "length": 15,
- "value": "\"\t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 10895,
- "length": 1,
- "value": "\".\t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 10907,
- "length": 12,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 10916,
- "length": 1,
- "value": "\". \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 10937,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 10962,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 11052,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 11098,
- "length": 12,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 11107,
- "length": 1,
- "value": "\". \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 11156,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 11416,
- "length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 11492,
- "length": 1,
- "value": "9"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 11702,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 12111,
- "length": 4,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 12225,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 12595,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "IntegerLiteral",
- "offset": 12634,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 12680,
- "length": 12,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
- "kind": "StringLiteral",
- "offset": 12689,
- "length": 1,
- "value": "\". \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSON\/CustomCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 845,
- "length": 13,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSON\/CustomCodingKey.swift",
- "kind": "StringLiteral",
- "offset": 857,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
- "kind": "StringLiteral",
- "offset": 620,
- "length": 14,
- "value": "\"Didomi.UserAuthParams\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
- "kind": "StringLiteral",
- "offset": 1928,
- "length": 28,
- "value": "\"Didomi.UserAuthWithEncryptionParams\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
- "kind": "StringLiteral",
- "offset": 3447,
- "length": 22,
- "value": "\"Didomi.UserAuthWithHashParams\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSTokenFactory.swift",
- "kind": "StringLiteral",
- "offset": 580,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSTokenFactory.swift",
- "kind": "StringLiteral",
- "offset": 678,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSTokenFactory.swift",
- "kind": "Array",
- "offset": 2634,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSTokenFactory.swift",
- "kind": "Array",
- "offset": 2875,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ImageManager\/RemoteImageHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 913,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UITextView.swift",
- "kind": "BooleanLiteral",
- "offset": 464,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UITextView.swift",
- "kind": "StringLiteral",
- "offset": 1669,
- "length": 70,
- "value": "\"<style>body{font-family: '%@'; font-size:%.0fpx; color: %@;}<\/style>\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UITextView.swift",
- "kind": "StringLiteral",
- "offset": 1798,
- "length": 8,
- "value": "\"system\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UITextView.swift",
- "kind": "FloatLiteral",
- "offset": 1866,
- "length": 4,
- "value": "12.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UITextView.swift",
- "kind": "StringLiteral",
- "offset": 1935,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1094,
- "length": 6,
- "value": "\"\n\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 1462,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1540,
- "length": 4,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1811,
- "length": 10,
- "value": "\"•\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2112,
- "length": 16,
- "value": "\" - \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2127,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "Array",
- "offset": 2652,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3617,
- "length": 26,
- "value": "\"sdk_storage_max_duration\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4146,
- "length": 30,
- "value": "\"sdk_storage_disclosure_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4270,
- "length": 113,
- "value": "\"The choices you make regarding the purposes and entities listed in this notice are saved in the following keys:\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomProtocols\/BreadcrumbsScreen.swift",
- "kind": "StringLiteral",
- "offset": 430,
- "length": 7,
- "value": "\" > \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 228,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 292,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "BooleanLiteral",
- "offset": 648,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 1556,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 1595,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "Array",
- "offset": 1729,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "BooleanLiteral",
- "offset": 1770,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "Array",
- "offset": 1818,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "BooleanLiteral",
- "offset": 2047,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 2739,
- "length": 9,
- "value": "\"vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 2772,
- "length": 9,
- "value": "\"logoUrl\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 2988,
- "length": 14,
- "value": "\"deploymentId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 3028,
- "length": 15,
- "value": "\"consentString\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 2739,
- "length": 9,
- "value": "\"vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 2772,
- "length": 9,
- "value": "\"logoUrl\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 2988,
- "length": 14,
- "value": "\"deploymentId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 3028,
- "length": 15,
- "value": "\"consentString\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 3435,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 3661,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "BooleanLiteral",
- "offset": 4558,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "IntegerLiteral",
- "offset": 5184,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "IntegerLiteral",
- "offset": 5480,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "BooleanLiteral",
- "offset": 6212,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 6871,
- "length": 9,
- "value": "\"version\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
- "kind": "StringLiteral",
- "offset": 6871,
- "length": 9,
- "value": "\"version\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Decode.swift",
- "kind": "IntegerLiteral",
- "offset": 351,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+Decode.swift",
- "kind": "IntegerLiteral",
- "offset": 537,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 791,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 843,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 988,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 1016,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 2599,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 2663,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 2990,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
- "kind": "IntegerLiteral",
- "offset": 3055,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 460,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 525,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "IntegerLiteral",
- "offset": 561,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 781,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "BooleanLiteral",
- "offset": 839,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 2926,
- "length": 4,
- "value": "10.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 2981,
- "length": 4,
- "value": "35.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3032,
- "length": 4,
- "value": "40.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3084,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3142,
- "length": 4,
- "value": "30.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "FloatLiteral",
- "offset": 3205,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 3479,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 3650,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 3808,
- "length": 24,
- "value": "\"tv_right_arrow_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
- "kind": "StringLiteral",
- "offset": 3943,
- "length": 16,
- "value": "\"tv_right_arrow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 345,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 879,
- "length": 95,
- "value": "\"Initialization has failed already. onError was called after an initialization error occurred.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 1660,
- "length": 40,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 1674,
- "length": 1,
- "value": "\": \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 1691,
- "length": 2,
- "value": "\" is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 1767,
- "length": 102,
- "value": "\"This error event will not be triggered because an error event has already been triggered. \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 1868,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 2042,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 2329,
- "length": 74,
- "value": "\"The configuration file could not be fetched because the URL was invalid.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 2457,
- "length": 87,
- "value": "\"The configuration file could not be fetched because there was no Internet connection.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 2589,
- "length": 72,
- "value": "\"The configuration file could not be fetched because there was no data.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 2711,
- "length": 79,
- "value": "\"The configuration file could not be fetched because the JSON data is invalid.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 2830,
- "length": 59,
- "value": "\"There was an error while fetching the configuration file.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 2962,
- "length": 102,
- "value": "\"This error event will not be triggered because an error event has already been triggered. \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 3063,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 3241,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 3433,
- "length": 59,
- "value": "\"The initialization parameter API Key (\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 3478,
- "length": 1,
- "value": "\") is invalid.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 3559,
- "length": 102,
- "value": "\"This error event will not be triggered because an error event has already been triggered. \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 3660,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 3836,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 4071,
- "length": 98,
- "value": "\"IMPORTANT: Didomi SDK is not ready. Use the onReady callback to access the \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "StringLiteral",
- "offset": 4160,
- "length": 6,
- "value": "\" method.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 4300,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeCategoryScreen\/PurposeCategoryView.swift",
- "kind": "BooleanLiteral",
- "offset": 580,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 306,
- "length": 4,
- "value": "\"id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 328,
- "length": 7,
- "value": "\"iabId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 352,
- "length": 6,
- "value": "\"name\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 382,
- "length": 13,
- "value": "\"description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 424,
- "length": 18,
- "value": "\"descriptionLegal\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 306,
- "length": 4,
- "value": "\"id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 328,
- "length": 7,
- "value": "\"iabId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 352,
- "length": 6,
- "value": "\"name\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 382,
- "length": 13,
- "value": "\"description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
- "kind": "StringLiteral",
- "offset": 424,
- "length": 18,
- "value": "\"descriptionLegal\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Theme.swift",
- "kind": "BooleanLiteral",
- "offset": 1109,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Theme.swift",
- "kind": "StringLiteral",
- "offset": 1527,
- "length": 7,
- "value": "\"color\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Theme.swift",
- "kind": "StringLiteral",
- "offset": 1527,
- "length": 7,
- "value": "\"color\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Theme.swift",
- "kind": "BooleanLiteral",
- "offset": 3669,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Theme.swift",
- "kind": "FloatLiteral",
- "offset": 4419,
- "length": 4,
- "value": "0.04"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Theme.swift",
- "kind": "FloatLiteral",
- "offset": 4521,
- "length": 4,
- "value": "0.13"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "Dictionary",
- "offset": 463,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "Dictionary",
- "offset": 555,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "Dictionary",
- "offset": 678,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "Dictionary",
- "offset": 805,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "Dictionary",
- "offset": 892,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "Dictionary",
- "offset": 981,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "Dictionary",
- "offset": 1089,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "Dictionary",
- "offset": 1199,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "BooleanLiteral",
- "offset": 4024,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
- "kind": "BooleanLiteral",
- "offset": 4928,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/ViewModel\/PreferencesTabViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1522,
- "length": 19,
- "value": "\"view_all_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/ViewModel\/PreferencesTabViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1713,
- "length": 20,
- "value": "\"our_partners_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendorDecoder.swift",
- "kind": "StringLiteral",
- "offset": 1118,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendorDecoder.swift",
- "kind": "StringLiteral",
- "offset": 1535,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/InternalVendorDecoder.swift",
- "kind": "StringLiteral",
- "offset": 1737,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/DidomiInitializeParameters.swift",
- "kind": "BooleanLiteral",
- "offset": 2390,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/DidomiInitializeParameters.swift",
- "kind": "BooleanLiteral",
- "offset": 2565,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/DidomiInitializeParameters.swift",
- "kind": "StringLiteral",
- "offset": 236,
- "length": 26,
- "value": "\"Didomi.DidomiInitializeParameters\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "BooleanLiteral",
- "offset": 409,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "BooleanLiteral",
- "offset": 743,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "BooleanLiteral",
- "offset": 1105,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "IntegerLiteral",
- "offset": 1307,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "BooleanLiteral",
- "offset": 1534,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "IntegerLiteral",
- "offset": 1746,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "BooleanLiteral",
- "offset": 1941,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 2175,
- "length": 5,
- "value": "200.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "BooleanLiteral",
- "offset": 2281,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "BooleanLiteral",
- "offset": 2408,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "BooleanLiteral",
- "offset": 3303,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 4166,
- "length": 3,
- "value": "2.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 4320,
- "length": 3,
- "value": "2.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 4421,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 4582,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 4646,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 4709,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "StringLiteral",
- "offset": 244,
- "length": 14,
- "value": "\"Didomi.ItemDetailView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 6956,
- "length": 5,
- "value": "250.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7002,
- "length": 4,
- "value": "90.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7052,
- "length": 4,
- "value": "60.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7102,
- "length": 4,
- "value": "30.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7150,
- "length": 5,
- "value": "250.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7201,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7252,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7260,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7272,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7287,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7352,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7558,
- "length": 4,
- "value": "24.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "StringLiteral",
- "offset": 7708,
- "length": 9,
- "value": "\"#F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "FloatLiteral",
- "offset": 7726,
- "length": 3,
- "value": "0.5"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
- "kind": "IntegerLiteral",
- "offset": 7803,
- "length": 2,
- "value": "90"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3481,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 5465,
- "length": 25,
- "value": "\"essential_purpose_label\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 5692,
- "length": 15,
- "value": "\"save_11a80ec3\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 5823,
- "length": 34,
- "value": "\"disabled_save_button_description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6025,
- "length": 11,
- "value": "\"you_allow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6109,
- "length": 32,
- "value": "\"bulk_action_on_purposes_mobile\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10417,
- "length": 7,
- "value": "\"close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10547,
- "length": 20,
- "value": "\"close_purpose_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10713,
- "length": 21,
- "value": "\"manage_our_partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11175,
- "length": 20,
- "value": "\"manage_spi_choices\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11504,
- "length": 38,
- "value": "\"sdk_storage_disclosure_accessibility\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11599,
- "length": 30,
- "value": "\"sdk_storage_disclosure_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 11937,
- "length": 30,
- "value": "\"know_more_about_this_purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12239,
- "length": 22,
- "value": "\"disable_this_purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12338,
- "length": 20,
- "value": "\"reset_this_purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12439,
- "length": 21,
- "value": "\"enable_this_purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12740,
- "length": 29,
- "value": "\"disable_all_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12846,
- "length": 27,
- "value": "\"reset_all_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 12954,
- "length": 28,
- "value": "\"enable_all_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 13170,
- "length": 22,
- "value": "\"double_tap_to_action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 13432,
- "length": 9,
- "value": "\"enabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 13516,
- "length": 10,
- "value": "\"disabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "StringLiteral",
- "offset": 13605,
- "length": 13,
- "value": "\"unspecified\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 14080,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 21197,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/CommonPurposeViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 24551,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "BooleanLiteral",
- "offset": 360,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "BooleanLiteral",
- "offset": 494,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "StringLiteral",
- "offset": 520,
- "length": 29,
- "value": "\"Scroll down to give consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "IntegerLiteral",
- "offset": 626,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "BooleanLiteral",
- "offset": 822,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "IntegerLiteral",
- "offset": 858,
- "length": 2,
- "value": "15"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "IntegerLiteral",
- "offset": 890,
- "length": 2,
- "value": "15"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "FloatLiteral",
- "offset": 958,
- "length": 3,
- "value": "0.2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "StringLiteral",
- "offset": 1073,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "IntegerLiteral",
- "offset": 1519,
- "length": 2,
- "value": "66"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
- "kind": "StringLiteral",
- "offset": 163,
- "length": 19,
- "value": "\"Didomi.ScrollIndicatorView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 225,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 511,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 516,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 562,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 951,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 1001,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 1009,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 1175,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 1330,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 1930,
- "length": 3,
- "value": "\"_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 1941,
- "length": 3,
- "value": "\"\/\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 1971,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 1982,
- "length": 3,
- "value": "\"+\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2217,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2221,
- "length": 1,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2228,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2302,
- "length": 1,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2306,
- "length": 2,
- "value": "42"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2393,
- "length": 2,
- "value": "42"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2398,
- "length": 2,
- "value": "78"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2482,
- "length": 2,
- "value": "78"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2487,
- "length": 2,
- "value": "90"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2495,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2571,
- "length": 2,
- "value": "90"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2576,
- "length": 3,
- "value": "102"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2585,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2664,
- "length": 3,
- "value": "102"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2670,
- "length": 3,
- "value": "108"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2679,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2772,
- "length": 3,
- "value": "108"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2778,
- "length": 3,
- "value": "114"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 2787,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2882,
- "length": 3,
- "value": "114"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2888,
- "length": 3,
- "value": "120"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 2897,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2981,
- "length": 3,
- "value": "120"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2987,
- "length": 3,
- "value": "132"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 2996,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3078,
- "length": 3,
- "value": "132"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3084,
- "length": 3,
- "value": "138"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3093,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3177,
- "length": 3,
- "value": "138"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3183,
- "length": 3,
- "value": "139"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3274,
- "length": 3,
- "value": "139"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3280,
- "length": 3,
- "value": "140"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3375,
- "length": 3,
- "value": "140"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3381,
- "length": 3,
- "value": "152"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3471,
- "length": 3,
- "value": "152"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3477,
- "length": 3,
- "value": "176"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3574,
- "length": 3,
- "value": "176"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3580,
- "length": 3,
- "value": "200"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3670,
- "length": 3,
- "value": "200"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3676,
- "length": 3,
- "value": "201"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3769,
- "length": 3,
- "value": "201"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3775,
- "length": 3,
- "value": "207"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 3784,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3875,
- "length": 3,
- "value": "207"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 3881,
- "length": 3,
- "value": "213"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 3890,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4004,
- "length": 3,
- "value": "213"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4010,
- "length": 3,
- "value": "229"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4019,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4055,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4132,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4165,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4247,
- "length": 3,
- "value": "229"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4253,
- "length": 3,
- "value": "230"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4373,
- "length": 3,
- "value": "230"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4379,
- "length": 3,
- "value": "242"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4388,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4457,
- "length": 3,
- "value": "242"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4700,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4733,
- "length": 3,
- "value": "242"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4857,
- "length": 3,
- "value": "230"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 4863,
- "length": 3,
- "value": "230"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 5050,
- "length": 3,
- "value": "230"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 5291,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 5322,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 5389,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 5434,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 5943,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 6350,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 7297,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 8734,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 8813,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 8838,
- "length": 1,
- "value": "8"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 8886,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 8921,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 8938,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 9849,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 10158,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 10510,
- "length": 2,
- "value": "65"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 10775,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "BooleanLiteral",
- "offset": 10781,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "BooleanLiteral",
- "offset": 10788,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 11103,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 11150,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 11604,
- "length": 2,
- "value": "17"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 11638,
- "length": 2,
- "value": "33"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 11698,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 11726,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 11821,
- "length": 3,
- "value": "\"0\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 11886,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 11967,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "StringLiteral",
- "offset": 12173,
- "length": 3,
- "value": "\"1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 12243,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 12436,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 12508,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 13179,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 13717,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "Array",
- "offset": 13740,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 13881,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 13903,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 13931,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 13986,
- "length": 1,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 14150,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 14186,
- "length": 1,
- "value": "6"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 14209,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 14405,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 14592,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 14615,
- "length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 14752,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 14788,
- "length": 2,
- "value": "12"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 15077,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 15209,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
- "kind": "IntegerLiteral",
- "offset": 15231,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 266,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 503,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 926,
- "length": 5,
- "value": "\"iab\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 960,
- "length": 8,
- "value": "\"google\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 926,
- "length": 5,
- "value": "\"iab\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 960,
- "length": 8,
- "value": "\"google\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 1660,
- "length": 16,
- "value": "\"c:\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 1675,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
- "kind": "StringLiteral",
- "offset": 1719,
- "length": 8,
- "value": "\"custom\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1815,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1882,
- "length": 19,
- "value": "\"previous_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1944,
- "length": 22,
- "value": "\"previous_purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1998,
- "length": 18,
- "value": "\"previous_vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 2050,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 2104,
- "length": 21,
- "value": "\"previous_vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1815,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1882,
- "length": 19,
- "value": "\"previous_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1944,
- "length": 22,
- "value": "\"previous_purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 1998,
- "length": 18,
- "value": "\"previous_vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 2050,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 2104,
- "length": 21,
- "value": "\"previous_vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 253,
- "length": 30,
- "value": "\"Didomi.ConsentGivenAPIEventParameters\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 774,
- "length": 5,
- "value": "\"gpp\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 792,
- "length": 4,
- "value": "\"js\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "Dictionary",
- "offset": 851,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 1121,
- "length": 19,
- "value": "\"initGPPParameters\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 1213,
- "length": 19,
- "value": "\"currentUserStatus\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 1433,
- "length": 45,
- "value": "\"GppModule.initGPPCmpApi(initGPPParameters);\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 1504,
- "length": 41,
- "value": "\"GppModule.updateGPP(currentUserStatus);\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 1571,
- "length": 46,
- "value": "\"var gppValues = GppModule.getGPPVariables();\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 1643,
- "length": 12,
- "value": "\"gppValues;\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "Dictionary",
- "offset": 1852,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 2001,
- "length": 6,
- "value": "\"type\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/GPP\/GPPEncoder.swift",
- "kind": "StringLiteral",
- "offset": 2050,
- "length": 7,
- "value": "\"value\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/PageViewAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 925,
- "length": 10,
- "value": "\"pageview\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/PageViewAPIEvent.swift",
- "kind": "FloatLiteral",
- "offset": 1003,
- "length": 3,
- "value": "0.1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/PageViewAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1113,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/PageViewAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1313,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/PageViewAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 205,
- "length": 16,
- "value": "\"Didomi.PageViewAPIEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1079,
- "length": 9,
- "value": "\"enabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1099,
- "length": 10,
- "value": "\"disabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "Array",
- "offset": 1183,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "Array",
- "offset": 1217,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1426,
- "length": 9,
- "value": "\"user_id\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1457,
- "length": 9,
- "value": "\"created\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1489,
- "length": 9,
- "value": "\"updated\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1521,
- "length": 9,
- "value": "\"vendors\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "Dictionary",
- "offset": 1557,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1574,
- "length": 10,
- "value": "\"purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "Dictionary",
- "offset": 1612,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1629,
- "length": 12,
- "value": "\"vendors_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "Dictionary",
- "offset": 1670,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1687,
- "length": 13,
- "value": "\"purposes_li\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "Dictionary",
- "offset": 1730,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
- "kind": "StringLiteral",
- "offset": 1805,
- "length": 6,
- "value": "\"sync\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 563,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 727,
- "length": 2,
- "value": "10"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+DecodeV1.swift",
- "kind": "StringLiteral",
- "offset": 2257,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 2777,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 2916,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Publisher\/CSPublisherConsentString+DecodeV1.swift",
- "kind": "IntegerLiteral",
- "offset": 2970,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABNoOpRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 321,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABNoOpRepository.swift",
- "kind": "StringLiteral",
- "offset": 367,
- "length": 24,
- "value": "\"IAB NoOp will be used.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository+VendorRepository.swift",
- "kind": "Array",
- "offset": 2336,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository+VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 2387,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository+VendorRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 2431,
- "length": 2,
- "value": "-1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository+VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4149,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository+VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 4768,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository+VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7593,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestrictionsRepository+VendorRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 7634,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventListener.swift",
- "kind": "StringLiteral",
- "offset": 542,
- "length": 20,
- "value": "\"EventListenerQueue\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/DeviceStorageDisclosureDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 672,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/DeviceStorageDisclosureDetailsViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1450,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorStorageDetailsScreen\/DeviceStorageDisclosureDetailsViewController.swift",
- "kind": "StringLiteral",
- "offset": 275,
- "length": 44,
- "value": "\"Didomi.DeviceStorageDisclosureDetailsViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataCategoriesIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 245,
- "length": 35,
- "value": "\"vendor_details_data_category_name\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataCategoriesIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 303,
- "length": 42,
- "value": "\"vendor_details_data_category_description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataCategoriesIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 367,
- "length": 36,
- "value": "\"vendor_details_data_category_item_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 362,
- "length": 83,
- "value": "\"Remote File downloaded from remote in the background: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 444,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 561,
- "length": 134,
- "value": "\"Remote File could not be downloaded in the background: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 644,
- "length": 1,
- "value": "\". Status: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 674,
- "length": 1,
- "value": "\". Should re-try now.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 805,
- "length": 114,
- "value": "\"Remote File could not be downloaded in the background: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 888,
- "length": 1,
- "value": "\". Status: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 918,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 1035,
- "length": 90,
- "value": "\"Retry: Remote File downloaded from remote in the background: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 1124,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 1238,
- "length": 121,
- "value": "\"Retry: Remote File could not be downloaded in the background: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 1328,
- "length": 1,
- "value": "\". Status: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 1358,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 3126,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 3138,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 4056,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6480,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6542,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6546,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6609,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6613,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6673,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6677,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6748,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6752,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6845,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 6849,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7086,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7533,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7632,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7828,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7851,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 7940,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 8098,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 8102,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 8217,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 8277,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 8281,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 8346,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "IntegerLiteral",
- "offset": 8464,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 8707,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "BooleanLiteral",
- "offset": 11218,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 11973,
- "length": 19,
- "value": "\"view_all_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 12092,
- "length": 27,
- "value": "\"bulk_action_section_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 12308,
- "length": 25,
- "value": "\"bulk_action_on_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 12531,
- "length": 29,
- "value": "\"section_title_on_categories\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 12681,
- "length": 27,
- "value": "\"section_title_on_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 12817,
- "length": 13,
- "value": "\"purposes_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 12917,
- "length": 14,
- "value": "\"purposes_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13024,
- "length": 12,
- "value": "\"consent_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13130,
- "length": 13,
- "value": "\"consent_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13232,
- "length": 16,
- "value": "\"purposes_mixed\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13340,
- "length": 41,
- "value": "\"object_to_legitimate_interest_status_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13476,
- "length": 42,
- "value": "\"object_to_legitimate_interest_status_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13640,
- "length": 48,
- "value": "\"list_of_additional_data_processing_on_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13804,
- "length": 28,
- "value": "\"additional_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PurposesContentViewController\/ViewModel\/PurposesViewModelTV.swift",
- "kind": "StringLiteral",
- "offset": 13956,
- "length": 26,
- "value": "\"section_title_on_storage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentStatus.swift",
- "kind": "IntegerLiteral",
- "offset": 258,
- "length": 7,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentStatus.swift",
- "kind": "IntegerLiteral",
- "offset": 275,
- "length": 7,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentStatus.swift",
- "kind": "IntegerLiteral",
- "offset": 258,
- "length": 7,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentStatus.swift",
- "kind": "IntegerLiteral",
- "offset": 275,
- "length": 7,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 1877,
- "length": 33,
- "value": "\"ReachabilityChangedNotification\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 1998,
- "length": 21,
- "value": "\"reachabilityChanged\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2434,
- "length": 10,
- "value": "\"Cellular\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2488,
- "length": 6,
- "value": "\"WiFi\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2534,
- "length": 15,
- "value": "\"No Connection\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2761,
- "length": 10,
- "value": "\"Cellular\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2803,
- "length": 6,
- "value": "\"WiFi\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 2841,
- "length": 15,
- "value": "\"No Connection\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 3115,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 3586,
- "length": 15,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 3600,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 4180,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 4286,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 4765,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 4877,
- "length": 32,
- "value": "\"uk.co.ashleymills.reachability\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "IntegerLiteral",
- "offset": 6292,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 6952,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 7028,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7896,
- "length": 19,
- "value": "\"unavailable flags\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7979,
- "length": 3,
- "value": "\"W\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7985,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 7992,
- "length": 3,
- "value": "\"X\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8039,
- "length": 3,
- "value": "\"R\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8045,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8101,
- "length": 3,
- "value": "\"c\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8107,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8164,
- "length": 3,
- "value": "\"t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8170,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8228,
- "length": 3,
- "value": "\"i\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8234,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8291,
- "length": 3,
- "value": "\"C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8297,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8353,
- "length": 3,
- "value": "\"D\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8359,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8409,
- "length": 3,
- "value": "\"l\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8415,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8459,
- "length": 3,
- "value": "\"d\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8465,
- "length": 3,
- "value": "\"-\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8493,
- "length": 39,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8498,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8502,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8507,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8511,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8515,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8519,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8523,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8527,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "StringLiteral",
- "offset": 8531,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
- "kind": "BooleanLiteral",
- "offset": 10286,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeLegalScreen\/ViewModel\/PurposeLegalViewModel.swift",
- "kind": "StringLiteral",
- "offset": 822,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeLegalScreen\/ViewModel\/PurposeLegalViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1305,
- "length": 27,
- "value": "\"purpose_legal_description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 638,
- "length": 31,
- "value": "\"data_processing_based_consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 730,
- "length": 43,
- "value": "\"data_processing_based_legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 833,
- "length": 28,
- "value": "\"additional_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 919,
- "length": 26,
- "value": "\"required_data_processing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2820,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2899,
- "length": 4,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3132,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 4553,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "Array",
- "offset": 6144,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "Array",
- "offset": 6355,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 6615,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 6891,
- "length": 10,
- "value": "\"•\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "Array",
- "offset": 7193,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 7346,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "Array",
- "offset": 7374,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7959,
- "length": 10,
- "value": "\"•\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 8762,
- "length": 9,
- "value": "\"consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 8928,
- "length": 13,
- "value": "\"purposes_on\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 9014,
- "length": 14,
- "value": "\"purposes_off\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 9129,
- "length": 11,
- "value": "\"read_more\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 9241,
- "length": 31,
- "value": "\"object_to_legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10327,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 10521,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10590,
- "length": 14,
- "value": "\"day_singular\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10705,
- "length": 12,
- "value": "\"day_plural\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10759,
- "length": 9,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10767,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10913,
- "length": 83,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10958,
- "length": 16,
- "value": "\"retention_time\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10976,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/ViewModel\/DataProcessingViewModel.swift",
- "kind": "StringLiteral",
- "offset": 10995,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "IntegerLiteral",
- "offset": 300,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 451,
- "length": 99,
- "value": "\"CCPA will be used. Note that the CCPA regulation is no longer valid. CPRA should be used instead.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "BooleanLiteral",
- "offset": 1032,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 1078,
- "length": 62,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 1089,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 1111,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 1126,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 1139,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 1191,
- "length": 21,
- "value": "\"IABUSPrivacy_String\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 1468,
- "length": 21,
- "value": "\"IABUSPrivacy_String\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 1583,
- "length": 3,
- "value": "\"Y\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
- "kind": "StringLiteral",
- "offset": 1589,
- "length": 3,
- "value": "\"N\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 582,
- "length": 61,
- "value": "\"VendorsContentViewController.init(): languageHelper is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 779,
- "length": 63,
- "value": "\"VendorsContentViewController.init(): vendorRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 992,
- "length": 70,
- "value": "\"VendorsContentViewController.init(): configurationRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 1200,
- "length": 64,
- "value": "\"VendorsContentViewController.init(): consentRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 1406,
- "length": 66,
- "value": "\"VendorsContentViewController.init(): apiEventsRepository is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 1601,
- "length": 63,
- "value": "\"VendorsContentViewController.init(): selectionsHelper is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 2357,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3142,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "FloatLiteral",
- "offset": 4096,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 4156,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 5104,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 263,
- "length": 28,
- "value": "\"Didomi.VendorsContentViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 5282,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 5997,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 6020,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 6095,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 6191,
- "length": 1,
- "value": "2"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 6334,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7052,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 8073,
- "length": 64,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 8120,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 8136,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 8188,
- "length": 64,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 8235,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 8251,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 8304,
- "length": 80,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 8367,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "StringLiteral",
- "offset": 8383,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 8841,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "IntegerLiteral",
- "offset": 9574,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 9736,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableString.swift",
- "kind": "StringLiteral",
- "offset": 436,
- "length": 76,
- "value": "\"replaceParagraphAsterisksByBullets. There was an error trying to get RegEx\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableString.swift",
- "kind": "IntegerLiteral",
- "offset": 609,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableString.swift",
- "kind": "StringLiteral",
- "offset": 640,
- "length": 24,
- "value": "\"$1\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableString.swift",
- "kind": "StringLiteral",
- "offset": 662,
- "length": 2,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 328,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 706,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 906,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "IntegerLiteral",
- "offset": 1071,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 1402,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 1444,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "StringLiteral",
- "offset": 1472,
- "length": 11,
- "value": "\"Show Data\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 1827,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 1869,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "StringLiteral",
- "offset": 1897,
- "length": 15,
- "value": "\"Show Partners\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "StringLiteral",
- "offset": 2243,
- "length": 19,
- "value": "\"Agree All & Close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "StringLiteral",
- "offset": 2706,
- "length": 18,
- "value": "\"Disagree & Close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "StringLiteral",
- "offset": 2949,
- "length": 25,
- "value": "\"Save my Choices & Close\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 3264,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 3416,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 3597,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 3749,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "StringLiteral",
- "offset": 3971,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 4374,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 4797,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 4973,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 5130,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 5188,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "StringLiteral",
- "offset": 169,
- "length": 18,
- "value": "\"Didomi.PreferencesTabView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 5354,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 8425,
- "length": 4,
- "value": "10.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "BooleanLiteral",
- "offset": 8847,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 9031,
- "length": 4,
- "value": "90.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 9098,
- "length": 4,
- "value": "30.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 9166,
- "length": 4,
- "value": "90.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 9216,
- "length": 4,
- "value": "50.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 9264,
- "length": 5,
- "value": "485.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
- "kind": "FloatLiteral",
- "offset": 9328,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "BooleanLiteral",
- "offset": 433,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "BooleanLiteral",
- "offset": 482,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "IntegerLiteral",
- "offset": 638,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "BooleanLiteral",
- "offset": 805,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "BooleanLiteral",
- "offset": 863,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "BooleanLiteral",
- "offset": 1215,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "FloatLiteral",
- "offset": 2929,
- "length": 4,
- "value": "10.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "FloatLiteral",
- "offset": 2978,
- "length": 4,
- "value": "40.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "FloatLiteral",
- "offset": 3031,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "FloatLiteral",
- "offset": 3089,
- "length": 4,
- "value": "30.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "FloatLiteral",
- "offset": 3152,
- "length": 4,
- "value": "28.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "StringLiteral",
- "offset": 3425,
- "length": 8,
- "value": "\"F9FAFA\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "StringLiteral",
- "offset": 3732,
- "length": 8,
- "value": "\"26292C\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "StringLiteral",
- "offset": 3905,
- "length": 24,
- "value": "\"tv_right_arrow_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
- "kind": "StringLiteral",
- "offset": 4040,
- "length": 16,
- "value": "\"tv_right_arrow\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 391,
- "length": 14,
- "value": "\"appNameLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 440,
- "length": 14,
- "value": "\"appLogoImage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 492,
- "length": 17,
- "value": "\"breadcrumbLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 693,
- "length": 14,
- "value": "\"purposes_tab\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 740,
- "length": 13,
- "value": "\"vendors_tab\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 794,
- "length": 21,
- "value": "\"save_changes_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 852,
- "length": 18,
- "value": "\"agree_all_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 910,
- "length": 21,
- "value": "\"disagree_all_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1172,
- "length": 14,
- "value": "\"contentTable\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1225,
- "length": 18,
- "value": "\"descriptionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1293,
- "length": 29,
- "value": "\"bulkActionSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1365,
- "length": 22,
- "value": "\"bulkActionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1431,
- "length": 23,
- "value": "\"bulkActionStatusLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1504,
- "length": 29,
- "value": "\"categoriesSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1581,
- "length": 27,
- "value": "\"purposesSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1655,
- "length": 26,
- "value": "\"storageSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1735,
- "length": 33,
- "value": "\"SDKStorageDisclosureButtonLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1825,
- "length": 36,
- "value": "\"additionalDataProcessingTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 1925,
- "length": 43,
- "value": "\"additionalDataProcessingSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2038,
- "length": 49,
- "value": "\"additionalDataProcessingSectionDescriptionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2129,
- "length": 21,
- "value": "\"categoryStatusLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2191,
- "length": 20,
- "value": "\"purposeStatusLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2459,
- "length": 14,
- "value": "\"contentTable\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2512,
- "length": 18,
- "value": "\"descriptionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2580,
- "length": 29,
- "value": "\"bulkActionSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2652,
- "length": 22,
- "value": "\"bulkActionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2718,
- "length": 23,
- "value": "\"bulkActionStatusLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2789,
- "length": 27,
- "value": "\"purposesSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 2857,
- "length": 20,
- "value": "\"purposeStatusLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3128,
- "length": 18,
- "value": "\"descriptionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3182,
- "length": 15,
- "value": "\"consentButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3238,
- "length": 20,
- "value": "\"consentVendorCount\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3294,
- "length": 15,
- "value": "\"consentStatus\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3356,
- "length": 26,
- "value": "\"legitimateInterestButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3434,
- "length": 31,
- "value": "\"legitimateInterestVendorCount\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3521,
- "length": 35,
- "value": "\"legitimateInterestStatusImageView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3593,
- "length": 16,
- "value": "\"readMoreButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3650,
- "length": 20,
- "value": "\"actionSectionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3919,
- "length": 12,
- "value": "\"titleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 3970,
- "length": 18,
- "value": "\"descriptionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4028,
- "length": 19,
- "value": "\"illustrationLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4093,
- "length": 25,
- "value": "\"illustrationHeaderLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4154,
- "length": 15,
- "value": "\"consentButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4210,
- "length": 20,
- "value": "\"consentVendorCount\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4277,
- "length": 26,
- "value": "\"legitimateInterestButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4355,
- "length": 31,
- "value": "\"legitimateInterestVendorCount\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4427,
- "length": 20,
- "value": "\"actionSectionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4695,
- "length": 12,
- "value": "\"titleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4743,
- "length": 15,
- "value": "\"subtitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 4797,
- "length": 18,
- "value": "\"descriptionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 5071,
- "length": 14,
- "value": "\"contentLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 5349,
- "length": 14,
- "value": "\"contentLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 5603,
- "length": 14,
- "value": "\"contentTable\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 5656,
- "length": 18,
- "value": "\"descriptionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 5724,
- "length": 29,
- "value": "\"bulkActionSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 5796,
- "length": 22,
- "value": "\"bulkActionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 5862,
- "length": 23,
- "value": "\"bulkActionStatusLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 5932,
- "length": 26,
- "value": "\"vendorsSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 5999,
- "length": 20,
- "value": "\"vendorsStatusLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6265,
- "length": 14,
- "value": "\"contentTable\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6318,
- "length": 18,
- "value": "\"descriptionLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6377,
- "length": 20,
- "value": "\"privacyPolicyLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6436,
- "length": 18,
- "value": "\"legIntClaimLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6485,
- "length": 10,
- "value": "\"iabLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6549,
- "length": 33,
- "value": "\"dataProcessingSectionTitleLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6633,
- "length": 30,
- "value": "\"dataProcessingBasedOnConsent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6725,
- "length": 41,
- "value": "\"dataProcessingBasedOnLegitimateInterest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6823,
- "length": 36,
- "value": "\"dataProcessingBasedOnConsentStatus\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 6927,
- "length": 47,
- "value": "\"dataProcessingBasedOnLegitimateInterestStatus\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7021,
- "length": 26,
- "value": "\"additionalDataProcessing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7092,
- "length": 24,
- "value": "\"requiredDataProcessing\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7149,
- "length": 12,
- "value": "\"cookieName\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7210,
- "length": 28,
- "value": "\"dataCategoriesSectionTitle\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7273,
- "length": 14,
- "value": "\"dataCategory\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7328,
- "length": 20,
- "value": "\"storageDescription\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7390,
- "length": 21,
- "value": "\"storageSectionTitle\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7658,
- "length": 14,
- "value": "\"contentLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7708,
- "length": 15,
- "value": "\"consentButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7759,
- "length": 15,
- "value": "\"consentStatus\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7821,
- "length": 26,
- "value": "\"legitimateInterestButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7903,
- "length": 35,
- "value": "\"legitimateInterestStatusImageView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 7975,
- "length": 16,
- "value": "\"readMoreButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 8238,
- "length": 14,
- "value": "\"contentLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 8285,
- "length": 12,
- "value": "\"nextButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 8334,
- "length": 16,
- "value": "\"previousButton\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 8388,
- "length": 17,
- "value": "\"nextButtonTitle\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 8447,
- "length": 21,
- "value": "\"previousButtonTitle\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 8722,
- "length": 14,
- "value": "\"contentLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 8992,
- "length": 14,
- "value": "\"contentLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 9251,
- "length": 14,
- "value": "\"contentLabel\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
- "kind": "StringLiteral",
- "offset": 9299,
- "length": 13,
- "value": "\"qrCodeImage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 326,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 371,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "StringLiteral",
- "offset": 558,
- "length": 26,
- "value": "\"IABConsent_ConsentString\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ToggleButton\/ToggleButton.swift",
"kind": "IntegerLiteral",
"offset": 614,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 702,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 731,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 763,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "StringLiteral",
- "offset": 798,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 835,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 911,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "StringLiteral",
- "offset": 2700,
- "length": 26,
- "value": "\"IABConsent_ConsentString\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ToggleButton\/ToggleButton.swift",
"kind": "BooleanLiteral",
- "offset": 3177,
+ "offset": 762,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ToggleButton\/ToggleButton.swift",
"kind": "BooleanLiteral",
- "offset": 3279,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 3446,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 3558,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "BooleanLiteral",
- "offset": 4006,
+ "offset": 810,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "BooleanLiteral",
- "offset": 4108,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 5017,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/ConsentStringSDK\/Vendor\/CSVendorConsentString.swift",
- "kind": "IntegerLiteral",
- "offset": 5129,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 725,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1378,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeViewController.swift",
- "kind": "StringLiteral",
- "offset": 298,
- "length": 20,
- "value": "\"Didomi.NoticeViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 4774,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 4905,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 5793,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 1290,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 1625,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 1898,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 2035,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "BooleanLiteral",
- "offset": 2076,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 2647,
- "length": 4,
- "value": "1000"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 3625,
- "length": 65,
- "value": "\"Cached file needs to be refreshed: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 3688,
- "length": 1,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 4712,
- "length": 58,
- "value": "\"We get the file from cache: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 4768,
- "length": 1,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 5010,
- "length": 90,
- "value": "\"We get the file from the bundle resources: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 5095,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 5098,
- "length": 1,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 6832,
- "length": 48,
- "value": "\"getContentFromRemoteFile(): strongSelf is nil.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "IntegerLiteral",
- "offset": 7381,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 7789,
- "length": 37,
- "value": "\"InValid JSON format on remote file.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 8024,
- "length": 35,
- "value": "\"Valid JSON format on remote file.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 8236,
- "length": 67,
- "value": "\"Remote file has been loaded from URL: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 8302,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 9237,
- "length": 59,
- "value": "\"Error reading file \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 9284,
- "length": 4,
- "value": "\" from cache\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 10129,
- "length": 6,
- "value": "\"json\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 10352,
- "length": 33,
- "value": "\"We get file from bundle: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 10384,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 10477,
- "length": 51,
- "value": "\"Error while JSON-decoding configuration: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 10527,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 10591,
- "length": 66,
- "value": "\"Could not load file \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 10653,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Networking\/RemoteResources\/Logic\/RemoteFilesHelper.swift",
- "kind": "StringLiteral",
- "offset": 10656,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 1883,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "IntegerLiteral",
- "offset": 5288,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "IntegerLiteral",
- "offset": 5520,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "IntegerLiteral",
- "offset": 5772,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "BooleanLiteral",
- "offset": 6089,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "StringLiteral",
- "offset": 6420,
- "length": 8,
- "value": "\"center\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "StringLiteral",
- "offset": 6470,
- "length": 8,
- "value": "\"middle\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "StringLiteral",
- "offset": 6521,
- "length": 11,
- "value": "\"justified\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "StringLiteral",
- "offset": 6577,
- "length": 9,
- "value": "\"justify\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "StringLiteral",
- "offset": 6632,
- "length": 6,
- "value": "\"left\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "StringLiteral",
- "offset": 6678,
- "length": 7,
- "value": "\"start\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "StringLiteral",
- "offset": 6726,
- "length": 5,
- "value": "\"end\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
- "kind": "StringLiteral",
- "offset": 6772,
- "length": 7,
- "value": "\"right\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 974,
- "length": 22,
- "value": "\"vendors_data_storage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1057,
- "length": 15,
- "value": "\"%{vendorName}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1215,
- "length": 6,
- "value": "\"name\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1409,
- "length": 6,
- "value": "\"type\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1514,
- "length": 8,
- "value": "\"cookie\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1578,
- "length": 16,
- "value": "\"cookie_storage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1609,
- "length": 5,
- "value": "\"web\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1670,
- "length": 13,
- "value": "\"web_storage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1698,
- "length": 5,
- "value": "\"app\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1759,
- "length": 13,
- "value": "\"app_storage\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1924,
- "length": 8,
- "value": "\"domain\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2124,
- "length": 12,
- "value": "\"expiration\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 2416,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2420,
- "length": 17,
- "value": "\"second_singular\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2440,
- "length": 15,
- "value": "\"second_plural\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2649,
- "length": 29,
- "value": "\"period_after_data_is_stored\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2744,
- "length": 29,
- "value": "\"%{humanizedStorageDuration}\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2898,
- "length": 19,
- "value": "\"used_for_purposes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "Array",
- "offset": 3028,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3430,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3764,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3768,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3809,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3813,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+PublisherTCSegment.swift",
- "kind": "IntegerLiteral",
- "offset": 521,
- "length": 1,
- "value": "3"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+PublisherTCSegment.swift",
- "kind": "IntegerLiteral",
- "offset": 919,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+PublisherTCSegment.swift",
- "kind": "IntegerLiteral",
- "offset": 2297,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+PublisherTCSegment.swift",
- "kind": "StringLiteral",
- "offset": 2658,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+PublisherTCSegment.swift",
- "kind": "StringLiteral",
- "offset": 2695,
- "length": 45,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+PublisherTCSegment.swift",
- "kind": "StringLiteral",
- "offset": 2739,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
- "kind": "StringLiteral",
- "offset": 247,
- "length": 6,
- "value": "\"Bold\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
- "kind": "StringLiteral",
- "offset": 286,
- "length": 13,
- "value": "\"Bold Italic\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
- "kind": "StringLiteral",
- "offset": 328,
- "length": 8,
- "value": "\"Italic\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
- "kind": "IntegerLiteral",
- "offset": 1634,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
- "kind": "BooleanLiteral",
- "offset": 3476,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
- "kind": "BooleanLiteral",
- "offset": 3521,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
- "kind": "BooleanLiteral",
- "offset": 3590,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
- "kind": "BooleanLiteral",
- "offset": 3637,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ToggleButton\/ToggleButton.swift",
"kind": "FloatLiteral",
- "offset": 5355,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconDisabledView.swift",
- "kind": "StringLiteral",
- "offset": 486,
- "length": 17,
- "value": "\"toggle_disabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconDisabledView.swift",
- "kind": "BooleanLiteral",
- "offset": 605,
+ "offset": 3712,
"length": 4,
- "value": "true"
+ "value": "10.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconDisabledView.swift",
- "kind": "BooleanLiteral",
- "offset": 662,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconDisabledView.swift",
- "kind": "StringLiteral",
- "offset": 180,
- "length": 22,
- "value": "\"Didomi.ToggleIconDisabledView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconDisabledView.swift",
- "kind": "StringLiteral",
- "offset": 180,
- "length": 22,
- "value": "\"Didomi.ToggleIconDisabledView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconDisabledView.swift",
- "kind": "StringLiteral",
- "offset": 180,
- "length": 22,
- "value": "\"Didomi.ToggleIconDisabledView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconEnabledView.swift",
- "kind": "StringLiteral",
- "offset": 484,
- "length": 16,
- "value": "\"toggle_enabled\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconEnabledView.swift",
- "kind": "BooleanLiteral",
- "offset": 601,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconEnabledView.swift",
- "kind": "BooleanLiteral",
- "offset": 659,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconEnabledView.swift",
- "kind": "StringLiteral",
- "offset": 179,
- "length": 21,
- "value": "\"Didomi.ToggleIconEnabledView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconEnabledView.swift",
- "kind": "StringLiteral",
- "offset": 179,
- "length": 21,
- "value": "\"Didomi.ToggleIconEnabledView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ToggleIconEnabledView.swift",
- "kind": "StringLiteral",
- "offset": 179,
- "length": 21,
- "value": "\"Didomi.ToggleIconEnabledView\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/SensitivePersonalInformation.swift",
- "kind": "Dictionary",
- "offset": 580,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/SensitivePersonalInformation.swift",
- "kind": "Dictionary",
- "offset": 625,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/SensitivePersonalInformation.swift",
- "kind": "Dictionary",
- "offset": 671,
- "length": 3,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/SensitivePersonalInformation.swift",
- "kind": "Array",
- "offset": 720,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/PurposeCategoryHelper.swift",
- "kind": "Array",
- "offset": 462,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoCategoryIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 292,
- "length": 54,
- "value": "\"sensitive_personal_information_category_close_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoCategoryIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 369,
- "length": 53,
- "value": "\"sensitive_personal_information_category_description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoCategoryIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 442,
- "length": 51,
- "value": "\"sensitive_personal_information_category_root_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoCategoryIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 510,
- "length": 47,
- "value": "\"sensitive_personal_information_category_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoCategoryIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 583,
- "length": 52,
- "value": "\"sensitive_personal_information_category_table_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoCategoryIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 658,
- "length": 54,
- "value": "\"sensitive_personal_information_category_table_header\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoCategoryIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 739,
- "length": 53,
- "value": "\"sensitive_personal_information_category_table_item_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoCategoryIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 821,
- "length": 55,
- "value": "\"sensitive_personal_information_category_table_toggle_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 318,
- "length": 45,
- "value": "\"sensitive_personal_information_close_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 383,
- "length": 42,
- "value": "\"sensitive_personal_information_root_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 451,
- "length": 43,
- "value": "\"sensitive_personal_information_table_view\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 517,
- "length": 45,
- "value": "\"sensitive_personal_information_table_header\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 584,
- "length": 44,
- "value": "\"sensitive_personal_information_table_empty\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 655,
- "length": 44,
- "value": "\"sensitive_personal_information_table_item_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 728,
- "length": 46,
- "value": "\"sensitive_personal_information_table_toggle_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 802,
- "length": 44,
- "value": "\"sensitive_personal_information_description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 865,
- "length": 40,
- "value": "\"sensitive_personal_information_section\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 922,
- "length": 38,
- "value": "\"sensitive_personal_information_title\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/SensitivePersonalInfoIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 987,
- "length": 38,
- "value": "\"sensitive_personal_information_empty\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSRegularExpression.swift",
- "kind": "StringLiteral",
- "offset": 330,
- "length": 41,
- "value": "\"Illegal regular expression: \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSRegularExpression.swift",
- "kind": "StringLiteral",
- "offset": 369,
- "length": 1,
- "value": "\".\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSRegularExpression.swift",
- "kind": "BooleanLiteral",
- "offset": 496,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSRegularExpression.swift",
- "kind": "IntegerLiteral",
- "offset": 550,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSRegularExpression.swift",
- "kind": "Array",
- "offset": 628,
- "length": 2,
- "value": "[]"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 1530,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 2100,
- "length": 18,
- "value": "\"noticeController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 2139,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 2521,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 2808,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 2919,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 3202,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 3443,
- "length": 39,
- "value": "\"showNotice(): noticeController is nil\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 3511,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 3667,
- "length": 42,
- "value": "\"showNotice(): containerController is nil\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 3738,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 4323,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 4434,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 4567,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 4606,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 4829,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 5394,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 5682,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 6604,
- "length": 25,
- "value": "\"configurationRepository\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 6815,
- "length": 92,
- "value": "\"Sensitive Personal Information doesn't contain any associated purpose in the configuration\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 7342,
- "length": 23,
- "value": "\"preferencesController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "BooleanLiteral",
- "offset": 7996,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 8411,
- "length": 17,
- "value": "\"validController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 8464,
- "length": 292,
- "value": "\"No controller available for `showPreferences`, and `setupUI` has not been called.\nAlways pass the `viewController` parameter unless you can be certain that `setupUI` has been called.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
- "kind": "StringLiteral",
- "offset": 10040,
- "length": 48,
- "value": "\"Regulation is nil or none. No action executed.\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/ShownPersonalDataTypesUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 343,
- "length": 36,
- "value": "\"preferences.shownpersonaldatatypes\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/ShownPersonalDataTypesUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 999,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/SPIChangedUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 344,
- "length": 24,
- "value": "\"preferences.spichanged\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/parameters\/SPIChangedUIAPIEventParameters.swift",
- "kind": "StringLiteral",
- "offset": 988,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/SensitivePersonalInfoChangedUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 1116,
- "length": 11,
- "value": "\"ui.action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/SensitivePersonalInfoChangedUIAPIEvent.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ToggleButton\/ToggleButton.swift",
"kind": "FloatLiteral",
- "offset": 1214,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/SensitivePersonalInfoChangedUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1303,
+ "offset": 3761,
"length": 4,
- "value": "true"
+ "value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/SensitivePersonalInfoChangedUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 2041,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/SensitivePersonalInfoChangedUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 203,
- "length": 38,
- "value": "\"Didomi.SensitivePersonalInfoChangedUIAPIEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPersonalDataTypesUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 1115,
- "length": 11,
- "value": "\"ui.action\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPersonalDataTypesUIAPIEvent.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ToggleButton\/ToggleButton.swift",
"kind": "FloatLiteral",
- "offset": 1213,
- "length": 3,
- "value": "1.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPersonalDataTypesUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 1302,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPersonalDataTypesUIAPIEvent.swift",
- "kind": "BooleanLiteral",
- "offset": 2065,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/UIEvents\/ShownPersonalDataTypesUIAPIEvent.swift",
- "kind": "StringLiteral",
- "offset": 190,
- "length": 32,
- "value": "\"Didomi.ShownPersonalDataTypesUIAPIEvent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 172,
- "length": 26,
- "value": "\"purpose_vendor_list_root\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 215,
- "length": 34,
- "value": "\"purpose_vendor_list_close_button\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 266,
- "length": 33,
- "value": "\"purpose_vendor_list_title_label\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 322,
- "length": 28,
- "value": "\"purpose_vendor_count_label\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 376,
- "length": 32,
- "value": "\"purpose_vendor_iab_count_label\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 425,
- "length": 22,
- "value": "\"purpose_vendor_table\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
- "kind": "StringLiteral",
- "offset": 474,
- "length": 28,
- "value": "\"purpose_vendor_table_item_\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionView.swift",
- "kind": "BooleanLiteral",
- "offset": 921,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionView.swift",
- "kind": "BooleanLiteral",
- "offset": 1107,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionView.swift",
- "kind": "BooleanLiteral",
- "offset": 1344,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionView.swift",
- "kind": "BooleanLiteral",
- "offset": 1541,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "StringLiteral",
- "offset": 964,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1523,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3038,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 3746,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "StringLiteral",
- "offset": 234,
- "length": 32,
- "value": "\"Didomi.PurposeDescriptionViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 6433,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7091,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "FloatLiteral",
- "offset": 7205,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7369,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/PurposeDescriptionViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 7807,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "BooleanLiteral",
- "offset": 546,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "IntegerLiteral",
- "offset": 766,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "BooleanLiteral",
- "offset": 887,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "IntegerLiteral",
- "offset": 1119,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "BooleanLiteral",
- "offset": 1240,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "IntegerLiteral",
- "offset": 1472,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "BooleanLiteral",
- "offset": 1593,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "IntegerLiteral",
- "offset": 1826,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "BooleanLiteral",
- "offset": 1947,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 3084,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 3092,
- "length": 3,
- "value": "0.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 3104,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 3119,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 3192,
+ "offset": 3824,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 3285,
- "length": 4,
- "value": "20.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 3377,
- "length": 4,
- "value": "20.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
- "kind": "FloatLiteral",
- "offset": 3450,
- "length": 4,
- "value": "20.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 455,
- "length": 9,
- "value": "\"consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 518,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
"kind": "BooleanLiteral",
- "offset": 1641,
+ "offset": 399,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
"kind": "BooleanLiteral",
- "offset": 2142,
+ "offset": 733,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1195,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
"kind": "IntegerLiteral",
- "offset": 3169,
+ "offset": 1411,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1739,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
"kind": "IntegerLiteral",
- "offset": 3225,
+ "offset": 1959,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3608,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2317,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3631,
- "length": 44,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
"kind": "IntegerLiteral",
- "offset": 3648,
+ "offset": 2535,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3651,
- "length": 1,
- "value": "\"\n\n\""
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2880,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3233,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9096,
+ "length": 5,
+ "value": "250.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9142,
+ "length": 4,
+ "value": "90.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9192,
+ "length": 4,
+ "value": "60.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9241,
+ "length": 4,
+ "value": "50.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9291,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9339,
+ "length": 5,
+ "value": "250.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9388,
+ "length": 5,
+ "value": "685.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9443,
+ "length": 4,
+ "value": "80.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9506,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9593,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9666,
+ "length": 4,
+ "value": "90.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9718,
+ "length": 4,
+ "value": "90.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9773,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9838,
+ "length": 4,
+ "value": "32.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10022,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDataProcessingScreen\/DataProcessingView.swift",
"kind": "IntegerLiteral",
- "offset": 3671,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3674,
- "length": 1,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3726,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4001,
- "length": 34,
- "value": "\"purpose_illustration_explanation\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4189,
- "length": 10,
- "value": "\"settings\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 4907,
- "length": 27,
- "value": "\"purpose_legal_description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 5071,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 5082,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 5086,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 5090,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 5630,
- "length": 1,
- "value": "0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7107,
+ "offset": 10098,
"length": 2,
- "value": "\"\""
+ "value": "90"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 325,
+ "length": 8,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 343,
+ "length": 13,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 366,
+ "length": 15,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 391,
+ "length": 13,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/DidomiErrorEventType.swift",
+ "kind": "IntegerLiteral",
+ "offset": 414,
+ "length": 22,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 289,
+ "length": 16,
+ "value": "\"{website_name}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 334,
+ "length": 20,
+ "value": "\"{privacyPolicyURL}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 378,
+ "length": 15,
+ "value": "\"{websiteName}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 427,
+ "length": 20,
+ "value": "\"{numberOfPartners}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 479,
+ "length": 23,
+ "value": "\"{numberOfIABPartners}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 537,
+ "length": 26,
+ "value": "\"{numberOfNonIABPartners}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 838,
+ "length": 10,
+ "value": "\"{action}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 863,
+ "length": 6,
+ "value": "\"{nb}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 887,
+ "length": 9,
+ "value": "\"{nbIAB}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 916,
+ "length": 11,
+ "value": "\"{nbTotal}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 950,
+ "length": 14,
+ "value": "\"{targetName}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 985,
+ "length": 12,
+ "value": "\"{duration}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 1020,
+ "length": 14,
+ "value": "\"{vendorName}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 1059,
+ "length": 16,
+ "value": "\"{categoryName}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 1091,
+ "length": 7,
+ "value": "\"{key}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Macros.swift",
+ "kind": "StringLiteral",
+ "offset": 1118,
+ "length": 11,
+ "value": "\"{content}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
+ "kind": "StringLiteral",
+ "offset": 261,
+ "length": 21,
+ "value": "\"IABTCF_AddtlConsent\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
+ "kind": "StringLiteral",
+ "offset": 309,
+ "length": 17,
+ "value": "\"IABTCF_CmpSdkID\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
+ "kind": "StringLiteral",
+ "offset": 358,
+ "length": 22,
+ "value": "\"IABTCF_CmpSdkVersion\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
+ "kind": "StringLiteral",
+ "offset": 410,
+ "length": 20,
+ "value": "\"IABTCF_gdprApplies\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
+ "kind": "StringLiteral",
+ "offset": 462,
+ "length": 22,
+ "value": "\"IABTCF_PolicyVersion\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
+ "kind": "StringLiteral",
+ "offset": 514,
+ "length": 21,
+ "value": "\"Didomi_Custom_CMPID\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Constants\/IABTCF.swift",
+ "kind": "StringLiteral",
+ "offset": 568,
+ "length": 36,
+ "value": "\"IABTCF_EnableAdvertiserConsentMode\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/UserInformation\/UserInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2206,
+ "length": 4,
+ "value": "32.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/UserInformation\/UserInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2292,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/UserInformation\/UserInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2379,
+ "length": 4,
+ "value": "21.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/UserInformation\/UserInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2753,
+ "length": 5,
+ "value": "120.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/UserInformation\/UserInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2839,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/UserInformation\/UserInfoView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2889,
+ "length": 3,
+ "value": "8.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
"kind": "BooleanLiteral",
- "offset": 7114,
+ "offset": 326,
"length": 4,
"value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 7171,
- "length": 1,
- "value": "1"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 366,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7246,
- "length": 23,
- "value": "\"simple_partners_count\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7311,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7320,
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
+ "kind": "Array",
+ "offset": 432,
"length": 2,
- "value": "\"\""
+ "value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7425,
- "length": 22,
- "value": "\"single_partner_count\""
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 480,
+ "length": 5,
+ "value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7489,
- "length": 10,
- "value": "\"\""
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 512,
+ "length": 4,
+ "value": "true"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7498,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 7772,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7847,
- "length": 23,
- "value": "\"simple_partners_count\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7912,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 7921,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 8026,
- "length": 22,
- "value": "\"single_partner_count\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 8090,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/ViewModel\/PurposeDescriptionViewModel.swift",
- "kind": "StringLiteral",
- "offset": 8099,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
"kind": "BooleanLiteral",
"offset": 544,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
"kind": "BooleanLiteral",
- "offset": 740,
+ "offset": 723,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 770,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
+ "kind": "Array",
+ "offset": 832,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 868,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 907,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/PreferencesConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 1517,
+ "length": 12,
+ "value": "\"categories\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/ViewModel\/VendorDetailsViewModelTV.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4376,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10988,
+ "length": 2,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/String.swift",
+ "kind": "IntegerLiteral",
+ "offset": 16310,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "Dictionary",
+ "offset": 1167,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "Dictionary",
+ "offset": 1211,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "Dictionary",
+ "offset": 1261,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "Dictionary",
+ "offset": 1310,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "Dictionary",
+ "offset": 1364,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "Dictionary",
+ "offset": 1425,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "Dictionary",
+ "offset": 1477,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "StringLiteral",
+ "offset": 1849,
+ "length": 8,
+ "value": "\"notice\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "StringLiteral",
+ "offset": 1890,
+ "length": 9,
+ "value": "\"dismiss\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "StringLiteral",
+ "offset": 1931,
+ "length": 6,
+ "value": "\"deny\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "StringLiteral",
+ "offset": 1974,
+ "length": 11,
+ "value": "\"learnMore\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "StringLiteral",
+ "offset": 2020,
+ "length": 15,
+ "value": "\"privacyPolicy\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/NoticeContent.swift",
+ "kind": "StringLiteral",
+ "offset": 2057,
+ "length": 7,
+ "value": "\"title\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/DCSSignatureRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 374,
+ "length": 10,
+ "value": "\"dcs_user\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
+ "kind": "BooleanLiteral",
+ "offset": 382,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3019,
+ "length": 3,
+ "value": "5.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3063,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/DidomiTVButton\/DidomiTVButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 3125,
+ "length": 4,
+ "value": "32.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+RestrictionType.swift",
+ "kind": "StringLiteral",
+ "offset": 388,
+ "length": 13,
+ "value": "\"req-consent\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PublisherRestrictions\/PublisherRestriction+RestrictionType.swift",
+ "kind": "StringLiteral",
+ "offset": 443,
+ "length": 8,
+ "value": "\"req-li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+DisclosedVendorsSegment.swift",
+ "kind": "IntegerLiteral",
+ "offset": 523,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/AppConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 1873,
+ "length": 7,
+ "value": "\"texts\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
+ "kind": "StringLiteral",
+ "offset": 321,
+ "length": 8,
+ "value": "\"didomi\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
+ "kind": "StringLiteral",
+ "offset": 1675,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
+ "kind": "StringLiteral",
+ "offset": 1711,
+ "length": 14,
+ "value": "\"user_id_type\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
+ "kind": "StringLiteral",
+ "offset": 1844,
+ "length": 13,
+ "value": "\"purposes_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Token.swift",
+ "kind": "StringLiteral",
+ "offset": 1912,
+ "length": 12,
+ "value": "\"vendors_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncError.swift",
+ "kind": "StringLiteral",
+ "offset": 507,
+ "length": 14,
+ "value": "\"Unknown user\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 2651,
+ "length": 13,
+ "value": "\"purposes_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 2719,
+ "length": 12,
+ "value": "\"vendors_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 3154,
+ "length": 7,
+ "value": "\"tcfcs\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
+ "kind": "StringLiteral",
+ "offset": 531,
+ "length": 13,
+ "value": "\"en_US_POSIX\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 600,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
+ "kind": "StringLiteral",
+ "offset": 634,
+ "length": 32,
+ "value": "\"yyyy-MM-dd'T'HH:mm:ss.SSSXXXXX\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
+ "kind": "StringLiteral",
+ "offset": 907,
+ "length": 13,
+ "value": "\"en_US_POSIX\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 976,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
+ "kind": "StringLiteral",
+ "offset": 1010,
+ "length": 28,
+ "value": "\"yyyy-MM-dd'T'HH:mm:ssXXXXX\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
+ "kind": "StringLiteral",
+ "offset": 1284,
+ "length": 13,
+ "value": "\"en_US_POSIX\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1353,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/Formatter.swift",
+ "kind": "StringLiteral",
+ "offset": 1387,
+ "length": 26,
+ "value": "\"yyyy-MM-dd'T'HH:mm:ss'Z'\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 324,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 534,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 603,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1205,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1398,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1576,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1728,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1878,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2035,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2391,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2528,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 2668,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 2694,
+ "length": 7,
+ "value": "\"iabId\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 2722,
+ "length": 6,
+ "value": "\"name\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 2756,
+ "length": 13,
+ "value": "\"description\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 2802,
+ "length": 18,
+ "value": "\"descriptionLegal\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 4091,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4253,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4293,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4337,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/InternalPurpose.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4370,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 564,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 898,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1476,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1703,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1923,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2096,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2368,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2406,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2559,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2610,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2665,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2734,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3106,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3219,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10762,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10823,
+ "length": 5,
+ "value": "250.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10869,
+ "length": 4,
+ "value": "90.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10919,
+ "length": 4,
+ "value": "60.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 10969,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 11017,
+ "length": 5,
+ "value": "250.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 11069,
+ "length": 5,
+ "value": "120.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 11133,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 11220,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 11295,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ScrollableDetailsView\/ScrollableDetailsView.swift",
+ "kind": "FloatLiteral",
+ "offset": 11364,
+ "length": 4,
+ "value": "32.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/Source.swift",
+ "kind": "StringLiteral",
+ "offset": 687,
+ "length": 15,
+ "value": "\"deployment_id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 443,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 508,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 544,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 764,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 822,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 880,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3070,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3125,
+ "length": 4,
+ "value": "35.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3176,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3228,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3286,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/VendorDetailsViewController\/Cells\/LinkCell\/VendorLinkTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3349,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 569,
+ "length": 4,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 610,
+ "length": 3,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 635,
+ "length": 4,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 663,
+ "length": 5,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 693,
+ "length": 5,
+ "value": "5"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 720,
+ "length": 4,
+ "value": "6"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 745,
+ "length": 5,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 768,
+ "length": 6,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 795,
+ "length": 5,
+ "value": "9"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 822,
+ "length": 5,
+ "value": "10"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 848,
+ "length": 6,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 877,
+ "length": 5,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 904,
+ "length": 4,
+ "value": "13"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 930,
+ "length": 4,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 961,
+ "length": 5,
+ "value": "15"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 990,
+ "length": 4,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1014,
+ "length": 7,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1047,
+ "length": 5,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1071,
+ "length": 4,
+ "value": "19"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1098,
+ "length": 4,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1120,
+ "length": 5,
+ "value": "21"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1232,
+ "length": 4,
+ "value": "22"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/Regulation.swift",
+ "kind": "StringLiteral",
+ "offset": 5874,
+ "length": 14,
+ "value": "\"Didomi_Token\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2978,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4196,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4229,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4263,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4298,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/PlatformInfoProvider\/CTVPlatformInfoProvider.swift",
+ "kind": "BooleanLiteral",
+ "offset": 540,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 334,
+ "length": 23,
+ "value": "\"notice_disagree_cross\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 381,
+ "length": 22,
+ "value": "\"notice_disagree_link\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 419,
+ "length": 13,
+ "value": "\"notice_logo\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 454,
+ "length": 20,
+ "value": "\"notice_didomi_logo\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 490,
+ "length": 13,
+ "value": "\"notice_view\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 524,
+ "length": 23,
+ "value": "\"notice_container_view\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 30,
+ "value": "\"notice_scroll_container_view\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 622,
+ "length": 20,
+ "value": "\"notice_header_view\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 661,
+ "length": 21,
+ "value": "\"notice_buttons_view\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 707,
+ "length": 28,
+ "value": "\"notice_sticky_buttons_view\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 752,
+ "length": 14,
+ "value": "\"notice_title\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 785,
+ "length": 21,
+ "value": "\"notice_text_content\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 830,
+ "length": 22,
+ "value": "\"notice_select_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 875,
+ "length": 21,
+ "value": "\"notice_agree_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 922,
+ "length": 24,
+ "value": "\"notice_disagree_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 973,
+ "length": 26,
+ "value": "\"notice_learn_more_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 1023,
+ "length": 22,
+ "value": "\"notice_vendor_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/NoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 23,
+ "value": "\"notice_privacy_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/Logger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 802,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/Logger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 874,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/Logger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 946,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Logs\/Logger.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1019,
+ "length": 2,
+ "value": "17"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+ConfigurationRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 318,
+ "length": 56,
+ "value": "\"App Configuration will be loaded from Didomi endpoint.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+ConfigurationRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 439,
+ "length": 73,
+ "value": "\"Local file or custom endpoint not authorized to load App Configuration.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+ConfigurationRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 574,
+ "length": 69,
+ "value": "\"Local file or custom endpoint authorized to load App Configuration.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/constants\/Messages+ConfigurationRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 681,
+ "length": 41,
+ "value": "\"Source of App Config is not authorized.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/OrganizationUserRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 314,
+ "length": 33,
+ "value": "\"OrganizationUserRepositoryQueue\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/OrganizationUserRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 492,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/Responses\/DCSSignatureResponse.swift",
+ "kind": "StringLiteral",
+ "offset": 370,
+ "length": 10,
+ "value": "\"dcs_user\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 833,
+ "length": 9,
+ "value": "\"created\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 866,
+ "length": 9,
+ "value": "\"updated\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 932,
+ "length": 13,
+ "value": "\"purposes_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 1000,
+ "length": 12,
+ "value": "\"vendors_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 3777,
+ "length": 22,
+ "value": "\"organization_user_id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 3843,
+ "length": 32,
+ "value": "\"organization_user_id_algorithm\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 3913,
+ "length": 26,
+ "value": "\"organization_user_id_sid\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 3977,
+ "length": 26,
+ "value": "\"organization_user_id_exp\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 4042,
+ "length": 27,
+ "value": "\"organization_user_id_salt\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 4110,
+ "length": 29,
+ "value": "\"organization_user_id_digest\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 4176,
+ "length": 25,
+ "value": "\"organization_user_id_iv\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 4305,
+ "length": 11,
+ "value": "\"last_sync\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 4368,
+ "length": 20,
+ "value": "\"synchronized_users\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 6599,
+ "length": 22,
+ "value": "\"organization_user_id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 6647,
+ "length": 32,
+ "value": "\"organization_user_id_algorithm\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 6704,
+ "length": 26,
+ "value": "\"organization_user_id_sid\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 6757,
+ "length": 26,
+ "value": "\"organization_user_id_exp\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 6820,
+ "length": 25,
+ "value": "\"organization_user_id_iv\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 6866,
+ "length": 27,
+ "value": "\"organization_user_id_salt\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/SyncRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 6916,
+ "length": 29,
+ "value": "\"organization_user_id_digest\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/BranchSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 355,
+ "length": 12,
+ "value": "\"Branch SDK\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/BranchSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 396,
+ "length": 21,
+ "value": "\"BNCPreferenceHelper\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/BranchSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 451,
+ "length": 16,
+ "value": "\"sharedInstance\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/BranchSDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 874,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/UnderageNoticeContent.swift",
+ "kind": "Dictionary",
+ "offset": 663,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/UnderageNoticeContent.swift",
+ "kind": "Dictionary",
+ "offset": 705,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventsRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 505,
+ "length": 23,
+ "value": "\"EventsRepositoryQueue\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventsRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1346,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 298,
+ "length": 13,
+ "value": "\"back_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 327,
+ "length": 21,
+ "value": "\"vendor_details_root\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 365,
+ "length": 22,
+ "value": "\"vendor_details_title\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 405,
+ "length": 24,
+ "value": "\"vendor_details_iab_tag\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 445,
+ "length": 21,
+ "value": "\"vendor_details_name\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 483,
+ "length": 22,
+ "value": "\"vendor_details_table\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 528,
+ "length": 29,
+ "value": "\"vendor_details_consent_cell\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 583,
+ "length": 41,
+ "value": "\"vendor_details_legitimate_interest_cell\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 664,
+ "length": 48,
+ "value": "\"vendor_details_additional_data_processing_cell\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 737,
+ "length": 31,
+ "value": "\"vendor_details_essential_cell\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 789,
+ "length": 27,
+ "value": "\"vendor_details_cell_title\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 862,
+ "length": 56,
+ "value": "\"vendor_details_cell_description_additional_data_label_\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 972,
+ "length": 65,
+ "value": "\"vendor_details_cell_description_additional_data_retention_time_\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 1066,
+ "length": 36,
+ "value": "\"vendor_details_cell_consent_toggle\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 1142,
+ "length": 48,
+ "value": "\"vendor_details_cell_legitimate_interest_toggle\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 1217,
+ "length": 33,
+ "value": "\"vendor_details_disclaimer_label\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 1269,
+ "length": 25,
+ "value": "\"vendor_details_iab_link\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 1317,
+ "length": 29,
+ "value": "\"vendor_details_privacy_link\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 1373,
+ "length": 34,
+ "value": "\"vendor_details_legInt_claim_link\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/VendorDetailsIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 1438,
+ "length": 38,
+ "value": "\"vendor_details_data_categories_title\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsFactory.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2020,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 16588,
+ "length": 69,
+ "value": "\"New sync user. `sync.acknowledged` API event will not be triggered.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 16694,
+ "length": 88,
+ "value": "\"Sync not enabled or not required. `sync.acknowledged` API event will not be triggered.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 16820,
+ "length": 86,
+ "value": "\"User status already up-to-date. `sync.acknowledged` API event will not be triggered.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 16942,
+ "length": 66,
+ "value": "\"User status retrieved from server is expired. Consent was reset.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 17083,
+ "length": 18,
+ "value": "\"Invalid response\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 17137,
+ "length": 41,
+ "value": "\"Empty response from server when syncing\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/SyncRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 17213,
+ "length": 41,
+ "value": "\"Error parsing sync response from server\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DataProcessingListCellData.swift",
+ "kind": "BooleanLiteral",
+ "offset": 644,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/FeatureFlags.swift",
+ "kind": "BooleanLiteral",
+ "offset": 275,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/FeatureFlags.swift",
+ "kind": "BooleanLiteral",
+ "offset": 417,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
+ "kind": "StringLiteral",
+ "offset": 718,
+ "length": 10,
+ "value": "\"•\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
+ "kind": "IntegerLiteral",
+ "offset": 774,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
+ "kind": "IntegerLiteral",
+ "offset": 822,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
+ "kind": "IntegerLiteral",
+ "offset": 874,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
+ "kind": "StringLiteral",
+ "offset": 2434,
+ "length": 10,
+ "value": "\"•\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2490,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2538,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSAttributedString.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2590,
+ "length": 2,
+ "value": "12"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/DCSUser.swift",
+ "kind": "StringLiteral",
+ "offset": 1433,
+ "length": 22,
+ "value": "\"organization_user_id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/DCSUser.swift",
+ "kind": "StringLiteral",
+ "offset": 1481,
+ "length": 32,
+ "value": "\"organization_user_id_algorithm\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/DCSUser.swift",
+ "kind": "StringLiteral",
+ "offset": 1538,
+ "length": 26,
+ "value": "\"organization_user_id_sid\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/DCSUser.swift",
+ "kind": "StringLiteral",
+ "offset": 1591,
+ "length": 26,
+ "value": "\"organization_user_id_exp\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/DCSUser.swift",
+ "kind": "StringLiteral",
+ "offset": 1654,
+ "length": 25,
+ "value": "\"organization_user_id_iv\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/DCSUser.swift",
+ "kind": "StringLiteral",
+ "offset": 1700,
+ "length": 27,
+ "value": "\"organization_user_id_salt\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/DCSUser.swift",
+ "kind": "StringLiteral",
+ "offset": 1750,
+ "length": 29,
+ "value": "\"organization_user_id_digest\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 292,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 313,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
+ "kind": "IntegerLiteral",
+ "offset": 359,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
+ "kind": "StringLiteral",
+ "offset": 391,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/IABConfiguration\/IABConfigTCFV2.swift",
+ "kind": "StringLiteral",
+ "offset": 1053,
+ "length": 19,
+ "value": "\"vendorListVersion\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeAdditionalDataProcessingScreen\/ViewModel\/PurposeDataProcessingViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 995,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1830,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1866,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Notice.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1913,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/TextItem\/TextItem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 610,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/TextItem\/TextItem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 879,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/TextItem\/TextItem.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1137,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1301,
+ "length": 9,
+ "value": "\"user_id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1334,
+ "length": 9,
+ "value": "\"created\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1367,
+ "length": 9,
+ "value": "\"updated\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1406,
+ "length": 16,
+ "value": "\"consent_string\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1456,
+ "length": 15,
+ "value": "\"addtl_consent\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1498,
+ "length": 12,
+ "value": "\"regulation\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1536,
+ "length": 12,
+ "value": "\"didomi_dcs\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1674,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1704,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1734,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1770,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1810,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 1882,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 6312,
+ "length": 21,
+ "value": "\"legitimate_interest\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 10091,
+ "length": 21,
+ "value": "\"legitimate_interest\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 10162,
+ "length": 16,
+ "value": "\"global_consent\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserStatus\/UserStatus.swift",
+ "kind": "StringLiteral",
+ "offset": 10219,
+ "length": 11,
+ "value": "\"global_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/FocusOnceButton\/FocusOnceButton.swift",
+ "kind": "FloatLiteral",
+ "offset": 1135,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 841,
+ "length": 61,
+ "value": "\"PreferencesTabViewController.init(): languageHelper is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1070,
+ "length": 63,
+ "value": "\"PreferencesTabViewController.init(): vendorRepository is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1315,
+ "length": 70,
+ "value": "\"PreferencesTabViewController.init(): configurationRepository is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1555,
+ "length": 64,
+ "value": "\"PreferencesTabViewController.init(): consentRepository is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1793,
+ "length": 66,
+ "value": "\"PreferencesTabViewController.init(): apiEventsRepository is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 2022,
+ "length": 64,
+ "value": "\"PreferencesTabViewController.init(): userChoicesHelper is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Accessibility\/Accessibility.swift",
+ "kind": "StringLiteral",
+ "offset": 758,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Accessibility\/Accessibility.swift",
+ "kind": "StringLiteral",
+ "offset": 786,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Accessibility\/Accessibility.swift",
+ "kind": "StringLiteral",
+ "offset": 860,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
+ "kind": "IntegerLiteral",
+ "offset": 456,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
+ "kind": "IntegerLiteral",
+ "offset": 602,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
+ "kind": "IntegerLiteral",
+ "offset": 627,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2021,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
+ "kind": "StringLiteral",
+ "offset": 58102,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Didomi.swift",
+ "kind": "BooleanLiteral",
+ "offset": 63782,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesTranslationKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 453,
+ "length": 21,
+ "value": "\"ccpa_save_and_close\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesTranslationKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 602,
+ "length": 21,
+ "value": "\"ccpa_save_and_close\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/PurposesManagement\/Logic\/PurposesTranslationKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 741,
+ "length": 15,
+ "value": "\"save_11a80ec3\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 207,
+ "length": 23,
+ "value": "\"user_information_root\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 252,
+ "length": 13,
+ "value": "\"back_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 282,
+ "length": 30,
+ "value": "\"user_information_title_label\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 329,
+ "length": 30,
+ "value": "\"user_information_token_label\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 377,
+ "length": 26,
+ "value": "\"user_information_user_id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 425,
+ "length": 30,
+ "value": "\"user_information_sdk_version\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 477,
+ "length": 30,
+ "value": "\"user_information_copy_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/UserInfoIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 529,
+ "length": 30,
+ "value": "\"user_information_copied_text\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 354,
+ "length": 14,
+ "value": "\"Firebase SDK\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 397,
+ "length": 14,
+ "value": "\"FIRAnalytics\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 447,
+ "length": 13,
+ "value": "\"setConsent:\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 602,
+ "length": 8,
+ "value": "\"google\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 646,
+ "length": 20,
+ "value": "\"googleana-4TXnJigR\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 697,
+ "length": 9,
+ "value": "\"granted\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 736,
+ "length": 8,
+ "value": "\"denied\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 803,
+ "length": 19,
+ "value": "\"analytics_storage\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 853,
+ "length": 12,
+ "value": "\"ad_storage\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 897,
+ "length": 14,
+ "value": "\"ad_user_data\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 950,
+ "length": 20,
+ "value": "\"ad_personalization\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/FirebaseSDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1295,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1504,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1764,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1890,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
+ "kind": "Array",
+ "offset": 3325,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/ConfigurationRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 23507,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigTCFV2.swift",
+ "kind": "StringLiteral",
+ "offset": 925,
+ "length": 10,
+ "value": "\"purposes\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/SDKConfig\/SDKConfigTCFV2.swift",
+ "kind": "StringLiteral",
+ "offset": 1029,
+ "length": 11,
+ "value": "\"languages\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 622,
+ "length": 42,
+ "value": "\"b4397b8fee076cf4a794030f822dc9b75d526282\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 819,
+ "length": 4,
+ "value": "\"en\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 863,
+ "length": 12,
+ "value": "\"sdk-mobile\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 907,
+ "length": 9,
+ "value": "\"sdk-ctv\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 950,
+ "length": 5,
+ "value": "\"ctv\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 992,
+ "length": 5,
+ "value": "\"app\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1032,
+ "length": 7,
+ "value": "\"click\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1072,
+ "length": 10,
+ "value": "\"external\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1118,
+ "length": 14,
+ "value": "\"multiple-IDs\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1234,
+ "length": 7,
+ "value": "\"1.0.0\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1334,
+ "length": 28,
+ "value": "\"CFBundleShortVersionString\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1378,
+ "length": 5,
+ "value": "\"1.0\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1507,
+ "length": 18,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1517,
+ "length": 1,
+ "value": "\"\/events\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1559,
+ "length": 16,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1569,
+ "length": 1,
+ "value": "\"\/sign\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1614,
+ "length": 22,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1624,
+ "length": 1,
+ "value": "\"\/batch-sign\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1662,
+ "length": 16,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1672,
+ "length": 1,
+ "value": "\"\/sync\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1709,
+ "length": 37,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1719,
+ "length": 1,
+ "value": "\"\/consents\/users\/batch-load\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1783,
+ "length": 29,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1793,
+ "length": 1,
+ "value": "\"\/locations\/current\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1859,
+ "length": 9,
+ "value": "\"#265973\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1926,
+ "length": 9,
+ "value": "\"#E60000\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 1992,
+ "length": 9,
+ "value": "\"#3D8548\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 2058,
+ "length": 9,
+ "value": "\"#757575\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 2124,
+ "length": 9,
+ "value": "\"#4C4C4C\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 2165,
+ "length": 3,
+ "value": "0.7"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 2226,
+ "length": 9,
+ "value": "\"#4C4C4C\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 2267,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 2326,
+ "length": 9,
+ "value": "\"#ffffff\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 2367,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 2427,
+ "length": 9,
+ "value": "\"#22262A\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 2468,
+ "length": 3,
+ "value": "0.2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 2519,
+ "length": 3,
+ "value": "0.7"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 2631,
+ "length": 9,
+ "value": "\"#05687b\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 2903,
+ "length": 9,
+ "value": "\"#999999\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 3025,
+ "length": 9,
+ "value": "\"#999999\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 3086,
+ "length": 9,
+ "value": "\"#999999\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3155,
+ "length": 3,
+ "value": "153"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3159,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3171,
+ "length": 3,
+ "value": "153"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3175,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3186,
+ "length": 3,
+ "value": "153"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3190,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 3202,
+ "length": 3,
+ "value": "0.1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 3253,
+ "length": 9,
+ "value": "\"#F0F0F0\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 3321,
+ "length": 11,
+ "value": "\"#0000001A\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3387,
+ "length": 3,
+ "value": "144"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3391,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3403,
+ "length": 3,
+ "value": "202"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3407,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3418,
+ "length": 3,
+ "value": "119"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3422,
+ "length": 3,
+ "value": "255"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3434,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 3470,
+ "length": 74,
+ "value": "\"https:\/\/iabeurope.eu\/iab-europe-transparency-consent-framework-policies\/\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3631,
+ "length": 2,
+ "value": "16"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3676,
+ "length": 3,
+ "value": "550"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3722,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3768,
+ "length": 3,
+ "value": "-24"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3821,
+ "length": 3,
+ "value": "-16"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3868,
+ "length": 2,
+ "value": "30"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4032,
+ "length": 2,
+ "value": "44"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4107,
+ "length": 1,
+ "value": "4"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 4207,
+ "length": 4,
+ "value": "0.66"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 4426,
+ "length": 3,
+ "value": "1.1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 4489,
+ "length": 3,
+ "value": "1.5"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4573,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4625,
+ "length": 2,
+ "value": "24"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4673,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4730,
+ "length": 2,
+ "value": "11"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4823,
+ "length": 2,
+ "value": "14"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 4880,
+ "length": 2,
+ "value": "18"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 4944,
+ "length": 7,
+ "value": "\"popup\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 4990,
+ "length": 8,
+ "value": "\"bottom\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5146,
+ "length": 32,
+ "value": "\"https:\/\/sdk.privacy-center.org\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5214,
+ "length": 64,
+ "value": "\"https:\/\/mobile-$SDK_VERSION_PLACEHOLDER.api.privacy-center.org\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5307,
+ "length": 47,
+ "value": "\"javascript:Didomi.preferences.show('vendors')\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5424,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5457,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5494,
+ "length": 5,
+ "value": "\"2.3\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5522,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 5546,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5590,
+ "length": 39,
+ "value": "\"javascript:Didomi.dataProcessing.show\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5666,
+ "length": 37,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5694,
+ "length": 1,
+ "value": "\"($INDEX)\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5807,
+ "length": 30,
+ "value": "\"EEE, d MMM yyyy HH:mm:ss zzz\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5876,
+ "length": 5,
+ "value": "\"GMT\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 5918,
+ "length": 13,
+ "value": "\"en_US_POSIX\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 6017,
+ "length": 19,
+ "value": "\"If-Modified-Since\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 6093,
+ "length": 5,
+ "value": "\"•\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 6122,
+ "length": 5,
+ "value": "\"→\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 6154,
+ "length": 3,
+ "value": "\"*\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 6207,
+ "length": 8,
+ "value": "31622400"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 6303,
+ "length": 6,
+ "value": "\"uuid\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 6415,
+ "length": 16,
+ "value": "\"Didomi_User_Id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 6555,
+ "length": 22,
+ "value": "\"Didomi_User_Suffixes\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 6694,
+ "length": 39,
+ "value": "\"Didomi_IAB_Timestamp_granularity_days\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 6832,
+ "length": 9,
+ "value": "\"IAB TCF\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 7051,
+ "length": 17,
+ "value": "\". I-A-B - T-C-F\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7112,
+ "length": 1,
+ "value": "7"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 7138,
+ "length": 12,
+ "value": "\"Didomi_DCS\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 7207,
+ "length": 17,
+ "value": "\"IABTCF_TCString\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 7316,
+ "length": 22,
+ "value": "\"IABGPP_HDR_GppString\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 7429,
+ "length": 8,
+ "value": "\"google\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 7472,
+ "length": 10,
+ "value": "\"facebook\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 7619,
+ "length": 3,
+ "value": "\"#\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7756,
+ "length": 2,
+ "value": "20"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 7870,
+ "length": 4,
+ "value": "51.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "FloatLiteral",
+ "offset": 7905,
+ "length": 4,
+ "value": "31.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 8992,
+ "length": 11,
+ "value": "\"analytics\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9014,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9030,
+ "length": 9,
+ "value": "\"vendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9042,
+ "length": 5,
+ "value": "\"ids\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9065,
+ "length": 20,
+ "value": "\"googleana-4TXnJigR\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9100,
+ "length": 4,
+ "value": "\"ad\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9115,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9131,
+ "length": 9,
+ "value": "\"vendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9143,
+ "length": 5,
+ "value": "\"ids\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9166,
+ "length": 8,
+ "value": "\"google\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9189,
+ "length": 14,
+ "value": "\"ad_user_data\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9214,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9230,
+ "length": 9,
+ "value": "\"vendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9242,
+ "length": 5,
+ "value": "\"ids\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9265,
+ "length": 8,
+ "value": "\"google\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9288,
+ "length": 20,
+ "value": "\"ad_personalization\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9319,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9335,
+ "length": 9,
+ "value": "\"vendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9347,
+ "length": 5,
+ "value": "\"ids\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9370,
+ "length": 8,
+ "value": "\"google\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9393,
+ "length": 17,
+ "value": "\"personalization\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9421,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9437,
+ "length": 9,
+ "value": "\"vendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9449,
+ "length": 5,
+ "value": "\"ids\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9472,
+ "length": 8,
+ "value": "\"google\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9495,
+ "length": 15,
+ "value": "\"functionality\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9521,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9537,
+ "length": 9,
+ "value": "\"vendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9549,
+ "length": 5,
+ "value": "\"ids\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9572,
+ "length": 8,
+ "value": "\"google\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9595,
+ "length": 10,
+ "value": "\"security\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9616,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9632,
+ "length": 8,
+ "value": "\"static\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "StringLiteral",
+ "offset": 9643,
+ "length": 7,
+ "value": "\"value\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Constants.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9658,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
+ "kind": "StringLiteral",
+ "offset": 985,
+ "length": 26,
+ "value": "\"APIEventsRepositoryQueue\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 6689,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 9704,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Logic\/APIEventsRepository.swift",
+ "kind": "Array",
+ "offset": 10600,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/LoadUserStatusResult.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1060,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/LoadUserStatusResult.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1124,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/LoadUserStatusResult.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1198,
+ "length": 6,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/LoadUserStatusResult.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1994,
+ "length": 12,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/LoadUserStatusResult.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2045,
+ "length": 10,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/LoadUserStatusResult.swift",
+ "kind": "IntegerLiteral",
+ "offset": 2103,
+ "length": 18,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserChoicesHelper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1393,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserChoicesHelper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1606,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserChoicesHelper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1706,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserChoicesHelper.swift",
+ "kind": "Dictionary",
+ "offset": 2487,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/UserChoicesHelper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2825,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1151,
+ "length": 4,
+ "value": "32.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeSDKStorageDisclosure\/PurposeSDKStorageDisclosureView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1319,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 392,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 449,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/SpecialPurpose.swift",
+ "kind": "StringLiteral",
+ "offset": 483,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/PrivacySignals\/PrivacySignals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 398,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/PrivacySignals\/PrivacySignals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 424,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/PrivacySignals\/PrivacySignals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 458,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/PrivacySignals\/PrivacySignals.swift",
+ "kind": "BooleanLiteral",
+ "offset": 499,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/PrivacySignals\/PrivacySignals.swift",
+ "kind": "StringLiteral",
+ "offset": 1328,
+ "length": 14,
+ "value": "\"ad_user_data\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/PrivacySignals\/PrivacySignals.swift",
+ "kind": "StringLiteral",
+ "offset": 1376,
+ "length": 20,
+ "value": "\"ad_personalization\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/NSMutableAttributedString.swift",
+ "kind": "Array",
+ "offset": 4201,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3724,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7538,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7632,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10501,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10581,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10635,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Models\/UserAuthParams.swift",
+ "kind": "IntegerLiteral",
+ "offset": 10665,
+ "length": 2,
+ "value": "31"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "StringLiteral",
+ "offset": 228,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "StringLiteral",
+ "offset": 292,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "BooleanLiteral",
+ "offset": 648,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "StringLiteral",
+ "offset": 2108,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "StringLiteral",
+ "offset": 2147,
+ "length": 2,
+ "value": "\"\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "Array",
+ "offset": 2281,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2322,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "Array",
+ "offset": 2370,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2599,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2644,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "StringLiteral",
+ "offset": 3395,
+ "length": 9,
+ "value": "\"vendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "StringLiteral",
+ "offset": 3428,
+ "length": 9,
+ "value": "\"logoUrl\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "StringLiteral",
+ "offset": 3644,
+ "length": 14,
+ "value": "\"deploymentId\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "StringLiteral",
+ "offset": 3684,
+ "length": 15,
+ "value": "\"consentString\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/App.swift",
+ "kind": "StringLiteral",
+ "offset": 8030,
+ "length": 9,
+ "value": "\"version\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
+ "kind": "IntegerLiteral",
+ "offset": 988,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ButtonTheme.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1016,
+ "length": 1,
+ "value": "8"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 460,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 525,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 561,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 781,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 839,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 2926,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 2981,
+ "length": 4,
+ "value": "35.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3032,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3084,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3142,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDetailsScreen\/Cells\/LegalDescriptionCell\/PurposeLegalDescriptionTableViewCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3205,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ErrorHandling\/ErrorsHelper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 345,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 306,
+ "length": 4,
+ "value": "\"id\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 328,
+ "length": 7,
+ "value": "\"iabId\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 352,
+ "length": 6,
+ "value": "\"name\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 382,
+ "length": 13,
+ "value": "\"description\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/DataProcessingCodingKeys.swift",
+ "kind": "StringLiteral",
+ "offset": 424,
+ "length": 18,
+ "value": "\"descriptionLegal\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Theme.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1109,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Theme.swift",
+ "kind": "StringLiteral",
+ "offset": 1527,
+ "length": 7,
+ "value": "\"color\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/TextItem\/TextItemHeader.swift",
+ "kind": "BooleanLiteral",
+ "offset": 585,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/TextItem\/TextItemHeader.swift",
+ "kind": "BooleanLiteral",
+ "offset": 857,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1075,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
+ "kind": "Dictionary",
+ "offset": 1174,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
+ "kind": "Dictionary",
+ "offset": 1266,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
+ "kind": "Dictionary",
+ "offset": 1389,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
+ "kind": "Dictionary",
+ "offset": 1516,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
+ "kind": "Dictionary",
+ "offset": 1608,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
+ "kind": "Dictionary",
+ "offset": 1697,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
+ "kind": "Dictionary",
+ "offset": 1805,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentToken.swift",
+ "kind": "Dictionary",
+ "offset": 1915,
+ "length": 3,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/DidomiInitializeParameters.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2418,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/DidomiInitializeParameters.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2593,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 420,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 754,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1116,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1318,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1545,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1757,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1952,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 2186,
+ "length": 5,
+ "value": "200.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2292,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2419,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 6967,
+ "length": 5,
+ "value": "250.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7013,
+ "length": 4,
+ "value": "90.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7063,
+ "length": 4,
+ "value": "60.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7113,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7161,
+ "length": 5,
+ "value": "250.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7212,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7263,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7271,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7283,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7298,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7363,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "FloatLiteral",
+ "offset": 7569,
+ "length": 4,
+ "value": "24.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ItemDetailView\/ItemDetailView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 7814,
+ "length": 2,
+ "value": "90"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/WebSDK\/WebNoticeIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 272,
+ "length": 25,
+ "value": "\"didomi_web_sdk_web_view\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/UserManagement\/Logic\/MultiStorageRepository.swift",
+ "kind": "BooleanLiteral",
+ "offset": 709,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 360,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 494,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
+ "kind": "StringLiteral",
+ "offset": 520,
+ "length": 29,
+ "value": "\"Scroll down to give consent\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Views\/ScrollIndicatorView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 626,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFStringUtils.swift",
+ "kind": "IntegerLiteral",
+ "offset": 225,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 266,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 503,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 926,
+ "length": 5,
+ "value": "\"iab\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/VendorsConfig.swift",
+ "kind": "StringLiteral",
+ "offset": 960,
+ "length": 8,
+ "value": "\"google\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 1815,
+ "length": 13,
+ "value": "\"purposes_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 1882,
+ "length": 19,
+ "value": "\"previous_purposes\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 1944,
+ "length": 22,
+ "value": "\"previous_purposes_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 1998,
+ "length": 18,
+ "value": "\"previous_vendors\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 2050,
+ "length": 12,
+ "value": "\"vendors_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/APIEventsManagement\/Models\/ConsentGivenAPIEventParameters.swift",
+ "kind": "StringLiteral",
+ "offset": 2104,
+ "length": 21,
+ "value": "\"previous_vendors_li\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
+ "kind": "IntegerLiteral",
+ "offset": 694,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
+ "kind": "Array",
+ "offset": 1664,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/DCSToken.swift",
+ "kind": "Array",
+ "offset": 1698,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/UserDefaultsWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 493,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/UserDefaultsWrapper.swift",
+ "kind": "BooleanLiteral",
+ "offset": 687,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/IABNoOpRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 348,
+ "length": 1,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/EventsManagement\/Logic\/EventListener.swift",
+ "kind": "StringLiteral",
+ "offset": 554,
+ "length": 20,
+ "value": "\"EventListenerQueue\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataCategoriesIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 245,
+ "length": 35,
+ "value": "\"vendor_details_data_category_name\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataCategoriesIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 303,
+ "length": 42,
+ "value": "\"vendor_details_data_category_description\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/DataCategoriesIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 367,
+ "length": 36,
+ "value": "\"vendor_details_data_category_item_\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AppsFlyerSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 357,
+ "length": 15,
+ "value": "\"AppsFlyer SDK\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AppsFlyerSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 401,
+ "length": 14,
+ "value": "\"AppsFlyerLib\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AppsFlyerSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 449,
+ "length": 8,
+ "value": "\"shared\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AppsFlyerSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 506,
+ "length": 26,
+ "value": "\"enableTCFDataCollection:\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AppsFlyerSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 572,
+ "length": 17,
+ "value": "\"setConsentData:\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AppsFlyerSDK.swift",
+ "kind": "StringLiteral",
+ "offset": 620,
+ "length": 7,
+ "value": "\"start\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AppsFlyerSDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 665,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ThirdPartySDKs\/AppsFlyerSDK.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1423,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 258,
+ "length": 7,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/Models\/ConsentStatus.swift",
+ "kind": "IntegerLiteral",
+ "offset": 275,
+ "length": 7,
+ "value": "2"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
+ "kind": "StringLiteral",
+ "offset": 1877,
+ "length": 33,
+ "value": "\"ReachabilityChangedNotification\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
+ "kind": "StringLiteral",
+ "offset": 1998,
+ "length": 21,
+ "value": "\"reachabilityChanged\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3223,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4288,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/Reachability.swift",
+ "kind": "BooleanLiteral",
+ "offset": 4394,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/IAB\/CCPAStorageRepository.swift",
+ "kind": "IntegerLiteral",
+ "offset": 327,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 595,
+ "length": 61,
+ "value": "\"VendorsContentViewController.init(): languageHelper is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 792,
+ "length": 63,
+ "value": "\"VendorsContentViewController.init(): vendorRepository is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1005,
+ "length": 70,
+ "value": "\"VendorsContentViewController.init(): configurationRepository is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1213,
+ "length": 64,
+ "value": "\"VendorsContentViewController.init(): consentRepository is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1419,
+ "length": 66,
+ "value": "\"VendorsContentViewController.init(): apiEventsRepository is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/VendorsContentViewController\/VendorsContentViewController.swift",
+ "kind": "StringLiteral",
+ "offset": 1616,
+ "length": 64,
+ "value": "\"VendorsContentViewController.init(): userChoicesHelper is nil.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 328,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 706,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 906,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1071,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1402,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1444,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "StringLiteral",
+ "offset": 1472,
+ "length": 11,
+ "value": "\"Show Data\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1827,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 1869,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "StringLiteral",
+ "offset": 1897,
+ "length": 15,
+ "value": "\"Show Partners\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "StringLiteral",
+ "offset": 2243,
+ "length": 19,
+ "value": "\"Agree All & Close\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "StringLiteral",
+ "offset": 2706,
+ "length": 18,
+ "value": "\"Disagree & Close\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "StringLiteral",
+ "offset": 2949,
+ "length": 25,
+ "value": "\"Save my Choices & Close\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3264,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3416,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 3597,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3749,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9031,
+ "length": 4,
+ "value": "90.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9098,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9166,
+ "length": 4,
+ "value": "90.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9216,
+ "length": 4,
+ "value": "50.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9264,
+ "length": 5,
+ "value": "485.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PreferencesScreen\/PreferencesTabViewController\/PreferencesTabView.swift",
+ "kind": "FloatLiteral",
+ "offset": 9328,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThreadSafe.swift",
+ "kind": "StringLiteral",
+ "offset": 376,
+ "length": 22,
+ "value": "\"io.didomi.threadsafe\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserStatusResponse.swift",
+ "kind": "Array",
+ "offset": 836,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserStatusResponse.swift",
+ "kind": "Array",
+ "offset": 893,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserStatusResponse.swift",
+ "kind": "Array",
+ "offset": 952,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserStatusResponse.swift",
+ "kind": "Array",
+ "offset": 1012,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserStatusResponse.swift",
+ "kind": "Array",
+ "offset": 1066,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserStatusResponse.swift",
+ "kind": "Array",
+ "offset": 1121,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserStatusResponse.swift",
+ "kind": "Array",
+ "offset": 1178,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/ConsentManagement\/entities\/UserStatusResponse.swift",
+ "kind": "Array",
+ "offset": 1236,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
+ "kind": "BooleanLiteral",
+ "offset": 433,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
+ "kind": "BooleanLiteral",
+ "offset": 482,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
+ "kind": "IntegerLiteral",
+ "offset": 638,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
"kind": "BooleanLiteral",
"offset": 805,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
- "kind": "IntegerLiteral",
- "offset": 841,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
"kind": "BooleanLiteral",
- "offset": 1093,
+ "offset": 863,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1158,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
- "kind": "IntegerLiteral",
- "offset": 1194,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1418,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
- "kind": "BooleanLiteral",
- "offset": 1476,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
"kind": "FloatLiteral",
- "offset": 3841,
- "length": 5,
- "value": "100.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
- "kind": "FloatLiteral",
- "offset": 3890,
+ "offset": 2929,
"length": 4,
"value": "10.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
"kind": "FloatLiteral",
- "offset": 3941,
+ "offset": 2978,
"length": 4,
"value": "40.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
"kind": "FloatLiteral",
- "offset": 3993,
+ "offset": 3031,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
"kind": "FloatLiteral",
- "offset": 4046,
- "length": 3,
- "value": "4.0"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
- "kind": "FloatLiteral",
- "offset": 4103,
+ "offset": 3089,
"length": 4,
"value": "30.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/CustomViews\/ReadMoreButton\/ReadMoreButton.swift",
"kind": "FloatLiteral",
- "offset": 4174,
+ "offset": 3152,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
- "kind": "FloatLiteral",
- "offset": 4260,
- "length": 4,
- "value": "20.0"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 391,
+ "length": 14,
+ "value": "\"appNameLabel\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
"kind": "StringLiteral",
- "offset": 4542,
- "length": 8,
- "value": "\"F9FAFA\""
+ "offset": 440,
+ "length": 14,
+ "value": "\"appLogoImage\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
"kind": "StringLiteral",
- "offset": 4714,
- "length": 8,
- "value": "\"26292C\""
+ "offset": 492,
+ "length": 17,
+ "value": "\"breadcrumbLabel\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
"kind": "StringLiteral",
- "offset": 4880,
+ "offset": 570,
+ "length": 14,
+ "value": "\"notice_title\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 614,
+ "length": 21,
+ "value": "\"notice_text_content\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 670,
+ "length": 22,
+ "value": "\"notice_select_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 726,
+ "length": 21,
+ "value": "\"notice_agree_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 784,
"length": 24,
- "value": "\"tv_right_arrow_focused\""
+ "value": "\"notice_disagree_button\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
"kind": "StringLiteral",
- "offset": 5015,
+ "offset": 846,
+ "length": 26,
+ "value": "\"notice_learn_more_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 907,
+ "length": 22,
+ "value": "\"notice_vendor_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 965,
+ "length": 23,
+ "value": "\"notice_privacy_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1172,
+ "length": 14,
+ "value": "\"purposes_tab\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1219,
+ "length": 13,
+ "value": "\"vendors_tab\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1273,
+ "length": 21,
+ "value": "\"save_changes_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1331,
+ "length": 18,
+ "value": "\"agree_all_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1389,
+ "length": 21,
+ "value": "\"disagree_all_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1651,
+ "length": 14,
+ "value": "\"contentTable\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1704,
+ "length": 18,
+ "value": "\"descriptionLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1772,
+ "length": 29,
+ "value": "\"bulkActionSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1844,
+ "length": 22,
+ "value": "\"bulkActionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1910,
+ "length": 23,
+ "value": "\"bulkActionStatusLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 1983,
+ "length": 29,
+ "value": "\"categoriesSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2060,
+ "length": 27,
+ "value": "\"purposesSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2134,
+ "length": 26,
+ "value": "\"storageSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2214,
+ "length": 33,
+ "value": "\"SDKStorageDisclosureButtonLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2304,
+ "length": 36,
+ "value": "\"additionalDataProcessingTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2404,
+ "length": 43,
+ "value": "\"additionalDataProcessingSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2517,
+ "length": 49,
+ "value": "\"additionalDataProcessingSectionDescriptionLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2608,
+ "length": 21,
+ "value": "\"categoryStatusLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2670,
+ "length": 20,
+ "value": "\"purposeStatusLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2938,
+ "length": 14,
+ "value": "\"contentTable\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 2991,
+ "length": 18,
+ "value": "\"descriptionLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3059,
+ "length": 29,
+ "value": "\"bulkActionSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3131,
+ "length": 22,
+ "value": "\"bulkActionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3197,
+ "length": 23,
+ "value": "\"bulkActionStatusLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3268,
+ "length": 27,
+ "value": "\"purposesSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3336,
+ "length": 20,
+ "value": "\"purposeStatusLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3607,
+ "length": 18,
+ "value": "\"descriptionLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3661,
+ "length": 15,
+ "value": "\"consentButton\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3717,
+ "length": 20,
+ "value": "\"consentVendorCount\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3773,
+ "length": 15,
+ "value": "\"consentStatus\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3835,
+ "length": 26,
+ "value": "\"legitimateInterestButton\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3913,
+ "length": 31,
+ "value": "\"legitimateInterestVendorCount\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 3991,
+ "length": 26,
+ "value": "\"legitimateInterestStatus\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4054,
"length": 16,
- "value": "\"tv_right_arrow\""
+ "value": "\"readMoreButton\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
- "kind": "IntegerLiteral",
- "offset": 418,
- "length": 1,
- "value": "0"
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4111,
+ "length": 20,
+ "value": "\"actionSectionLabel\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4380,
+ "length": 12,
+ "value": "\"titleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4431,
+ "length": 18,
+ "value": "\"descriptionLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4489,
+ "length": 19,
+ "value": "\"illustrationLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4554,
+ "length": 25,
+ "value": "\"illustrationHeaderLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4615,
+ "length": 15,
+ "value": "\"consentButton\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4671,
+ "length": 20,
+ "value": "\"consentVendorCount\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4738,
+ "length": 26,
+ "value": "\"legitimateInterestButton\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4816,
+ "length": 31,
+ "value": "\"legitimateInterestVendorCount\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 4888,
+ "length": 20,
+ "value": "\"actionSectionLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 5156,
+ "length": 12,
+ "value": "\"titleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 5204,
+ "length": 15,
+ "value": "\"subtitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 5258,
+ "length": 18,
+ "value": "\"descriptionLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 5532,
+ "length": 14,
+ "value": "\"contentLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 5810,
+ "length": 14,
+ "value": "\"contentLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6064,
+ "length": 14,
+ "value": "\"contentTable\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6117,
+ "length": 18,
+ "value": "\"descriptionLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6185,
+ "length": 29,
+ "value": "\"bulkActionSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6257,
+ "length": 22,
+ "value": "\"bulkActionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6323,
+ "length": 23,
+ "value": "\"bulkActionStatusLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6393,
+ "length": 26,
+ "value": "\"vendorsSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6460,
+ "length": 20,
+ "value": "\"vendorsStatusLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6528,
+ "length": 27,
+ "value": "\"userInfoSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6596,
+ "length": 20,
+ "value": "\"userInfoTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6862,
+ "length": 14,
+ "value": "\"contentTable\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6915,
+ "length": 18,
+ "value": "\"descriptionLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 6974,
+ "length": 20,
+ "value": "\"privacyPolicyLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7033,
+ "length": 18,
+ "value": "\"legIntClaimLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7082,
+ "length": 10,
+ "value": "\"iabLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7146,
+ "length": 33,
+ "value": "\"dataProcessingSectionTitleLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7230,
+ "length": 30,
+ "value": "\"dataProcessingBasedOnConsent\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7322,
+ "length": 41,
+ "value": "\"dataProcessingBasedOnLegitimateInterest\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7420,
+ "length": 36,
+ "value": "\"dataProcessingBasedOnConsentStatus\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7524,
+ "length": 47,
+ "value": "\"dataProcessingBasedOnLegitimateInterestStatus\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7618,
+ "length": 26,
+ "value": "\"additionalDataProcessing\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7689,
+ "length": 24,
+ "value": "\"requiredDataProcessing\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7746,
+ "length": 12,
+ "value": "\"cookieName\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7807,
+ "length": 28,
+ "value": "\"dataCategoriesSectionTitle\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7870,
+ "length": 14,
+ "value": "\"dataCategory\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7925,
+ "length": 20,
+ "value": "\"storageDescription\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 7987,
+ "length": 21,
+ "value": "\"storageSectionTitle\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8255,
+ "length": 14,
+ "value": "\"contentLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8305,
+ "length": 15,
+ "value": "\"consentButton\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8356,
+ "length": 15,
+ "value": "\"consentStatus\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8418,
+ "length": 26,
+ "value": "\"legitimateInterestButton\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8491,
+ "length": 26,
+ "value": "\"legitimateInterestStatus\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8554,
+ "length": 16,
+ "value": "\"readMoreButton\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8817,
+ "length": 14,
+ "value": "\"contentLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8864,
+ "length": 12,
+ "value": "\"nextButton\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8913,
+ "length": 16,
+ "value": "\"previousButton\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 8967,
+ "length": 17,
+ "value": "\"nextButtonTitle\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 9026,
+ "length": 21,
+ "value": "\"previousButtonTitle\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 9301,
+ "length": 14,
+ "value": "\"contentLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 9571,
+ "length": 14,
+ "value": "\"contentLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 9830,
+ "length": 14,
+ "value": "\"contentLabel\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 9878,
+ "length": 13,
+ "value": "\"qrCodeImage\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 10125,
+ "length": 15,
+ "value": "\"userInfoTitle\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 10174,
+ "length": 21,
+ "value": "\"userInfoDescription\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 10224,
+ "length": 16,
+ "value": "\"userInfoUserID\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 10268,
+ "length": 15,
+ "value": "\"userInfoToken\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/Accessibility\/AccessibilityIdentifiersTV.swift",
+ "kind": "StringLiteral",
+ "offset": 10316,
+ "length": 20,
+ "value": "\"userInfoSDKVersion\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/NoticeScreen\/NoticeViewController.swift",
"kind": "BooleanLiteral",
- "offset": 537,
+ "offset": 732,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/ContentThemeConfig.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1883,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 986,
+ "length": 22,
+ "value": "\"vendors_data_storage\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1069,
+ "length": 15,
+ "value": "\"%{vendorName}\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1227,
+ "length": 6,
+ "value": "\"name\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1421,
+ "length": 6,
+ "value": "\"type\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1526,
+ "length": 8,
+ "value": "\"cookie\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1590,
+ "length": 16,
+ "value": "\"cookie_storage\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1621,
+ "length": 5,
+ "value": "\"web\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1682,
+ "length": 13,
+ "value": "\"web_storage\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1710,
+ "length": 5,
+ "value": "\"app\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1771,
+ "length": 13,
+ "value": "\"app_storage\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 1936,
+ "length": 8,
+ "value": "\"domain\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2136,
+ "length": 12,
+ "value": "\"expiration\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2260,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2508,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "StringLiteral",
+ "offset": 2616,
+ "length": 19,
+ "value": "\"used_for_purposes\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "Array",
+ "offset": 2746,
+ "length": 2,
+ "value": "[]"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/VendorsManagement\/Views\/details\/DeviceStorage\/Details\/page\/DeviceStorageDisclosureDetailsPageViewModel.swift",
+ "kind": "IntegerLiteral",
+ "offset": 3148,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+PublisherTCSegment.swift",
+ "kind": "IntegerLiteral",
+ "offset": 521,
+ "length": 1,
+ "value": "3"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/ThirdParty\/IABTCF\/TCFConsentString+PublisherTCSegment.swift",
+ "kind": "IntegerLiteral",
+ "offset": 919,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
+ "kind": "StringLiteral",
+ "offset": 247,
+ "length": 6,
+ "value": "\"Bold\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
+ "kind": "StringLiteral",
+ "offset": 286,
+ "length": 13,
+ "value": "\"Bold Italic\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Extensions\/UIFont.swift",
+ "kind": "StringLiteral",
+ "offset": 328,
+ "length": 8,
+ "value": "\"Italic\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/JSEngine\/DCS\/Models\/DCSBatchSignatureRequest.swift",
+ "kind": "StringLiteral",
+ "offset": 605,
+ "length": 10,
+ "value": "\"dcs_user\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
+ "kind": "BooleanLiteral",
+ "offset": 2259,
+ "length": 4,
+ "value": "true"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14235,
+ "length": 48,
+ "value": "\"Regulation is nil or none. No action executed.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/NavigationManager.swift",
+ "kind": "StringLiteral",
+ "offset": 14326,
+ "length": 48,
+ "value": "\"Vendors layer is disabled. No action executed.\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 172,
+ "length": 26,
+ "value": "\"purpose_vendor_list_root\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 215,
+ "length": 34,
+ "value": "\"purpose_vendor_list_close_button\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 266,
+ "length": 33,
+ "value": "\"purpose_vendor_list_title_label\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 322,
+ "length": 28,
+ "value": "\"purpose_vendor_count_label\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 376,
+ "length": 32,
+ "value": "\"purpose_vendor_iab_count_label\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 425,
+ "length": 22,
+ "value": "\"purpose_vendor_table\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/AccessibilityIdentifiers\/PurposeVendorListIdentifiers.swift",
+ "kind": "StringLiteral",
+ "offset": 474,
+ "length": 28,
+ "value": "\"purpose_vendor_table_item_\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 546,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
"kind": "IntegerLiteral",
"offset": 766,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
"kind": "BooleanLiteral",
"offset": 887,
"length": 5,
"value": "false"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1119,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
"kind": "BooleanLiteral",
- "offset": 1676,
+ "offset": 1240,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1472,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1593,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1826,
+ "length": 1,
+ "value": "0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1947,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3084,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3092,
+ "length": 3,
+ "value": "0.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3104,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3119,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3192,
"length": 4,
- "value": "true"
+ "value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3285,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3377,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/HeaderView\/PurposeDescriptionTableHeaderView.swift",
+ "kind": "FloatLiteral",
+ "offset": 3450,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 544,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 740,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 805,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
"kind": "IntegerLiteral",
- "offset": 1956,
+ "offset": 841,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1093,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1158,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "IntegerLiteral",
+ "offset": 1194,
+ "length": 1,
+ "value": "1"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1418,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "BooleanLiteral",
+ "offset": 1476,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3841,
+ "length": 5,
+ "value": "100.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3890,
+ "length": 4,
+ "value": "10.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3941,
+ "length": 4,
+ "value": "40.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 3993,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 4046,
+ "length": 3,
+ "value": "4.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 4103,
+ "length": 4,
+ "value": "30.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 4174,
+ "length": 4,
+ "value": "28.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeDescriptionScreen\/Cells\/PurposeDescriptionListCell.swift",
+ "kind": "FloatLiteral",
+ "offset": 4260,
+ "length": 4,
+ "value": "20.0"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "kind": "IntegerLiteral",
+ "offset": 418,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 537,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
"kind": "IntegerLiteral",
- "offset": 2023,
+ "offset": 766,
"length": 1,
"value": "0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "kind": "BooleanLiteral",
+ "offset": 887,
+ "length": 5,
+ "value": "false"
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
"kind": "FloatLiteral",
"offset": 3203,
"length": 4,
"value": "28.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
"kind": "FloatLiteral",
"offset": 3289,
"length": 4,
"value": "24.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListView.swift",
"kind": "FloatLiteral",
"offset": 3375,
"length": 4,
"value": "16.0"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "StringLiteral",
- "offset": 404,
- "length": 9,
- "value": "\"consent\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 467,
- "length": 21,
- "value": "\"legitimate_interest\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 1993,
- "length": 24,
- "value": "\" - \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2016,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 2985,
- "length": 29,
- "value": "\"\t\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3007,
- "length": 1,
- "value": "\" \""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3013,
- "length": 4,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3049,
- "length": 4,
- "value": "\"\n\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "IntegerLiteral",
- "offset": 3238,
- "length": 1,
- "value": "1"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3313,
- "length": 23,
- "value": "\"simple_partners_count\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3378,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3387,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3492,
- "length": 22,
- "value": "\"single_partner_count\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3556,
- "length": 10,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3565,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "StringLiteral",
- "offset": 3977,
- "length": 2,
- "value": "\"\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/ViewModel\/PurposeVendorListViewModel.swift",
- "kind": "BooleanLiteral",
- "offset": 3984,
- "length": 4,
- "value": "true"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListViewController.swift",
- "kind": "StringLiteral",
- "offset": 964,
- "length": 39,
- "value": "\"init(coder:) has not been implemented\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListViewController.swift",
- "kind": "BooleanLiteral",
- "offset": 1371,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DidomiTV\/PurposeVendorListScreen\/PurposeVendorListViewController.swift",
- "kind": "StringLiteral",
- "offset": 178,
- "length": 31,
- "value": "\"Didomi.PurposeVendorListViewController\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 1708,
+ "offset": 1715,
"length": 12,
"value": "\"purposeIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "StringLiteral",
- "offset": 1753,
+ "offset": 1760,
"length": 18,
"value": "\"legIntPurposeIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "StringLiteral",
- "offset": 1798,
+ "offset": 1805,
"length": 12,
"value": "\"featureIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "StringLiteral",
- "offset": 1845,
+ "offset": 1852,
"length": 20,
"value": "\"flexiblePurposeIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "StringLiteral",
- "offset": 1899,
+ "offset": 1906,
"length": 19,
"value": "\"specialPurposeIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "StringLiteral",
- "offset": 1952,
+ "offset": 1959,
"length": 19,
"value": "\"specialFeatureIds\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 1708,
- "length": 12,
- "value": "\"purposeIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 1753,
- "length": 18,
- "value": "\"legIntPurposeIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 1798,
- "length": 12,
- "value": "\"featureIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 1845,
- "length": 20,
- "value": "\"flexiblePurposeIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 1899,
- "length": 19,
- "value": "\"specialPurposeIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 1952,
- "length": 19,
- "value": "\"specialFeatureIds\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "Array",
- "offset": 3089,
+ "offset": 3096,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "Array",
- "offset": 3133,
+ "offset": 3140,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "Array",
- "offset": 3171,
+ "offset": 3178,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "Array",
- "offset": 3217,
+ "offset": 3224,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "Array",
- "offset": 3262,
+ "offset": 3269,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "Array",
- "offset": 3307,
+ "offset": 3314,
"length": 2,
"value": "[]"
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "BooleanLiteral",
- "offset": 3963,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
"kind": "StringLiteral",
- "offset": 224,
- "length": 6,
- "value": "\"Didomi.Vendor\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "BooleanLiteral",
- "offset": 5105,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 4719,
- "length": 10,
- "value": "\"Didomi.Namespaces\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "BooleanLiteral",
- "offset": 6155,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 5642,
- "length": 3,
- "value": "\"Didomi.URL\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
- "kind": "StringLiteral",
- "offset": 6421,
+ "offset": 6428,
"length": 8,
"value": "\"langId\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/AppConfig\/Vendor.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
"kind": "StringLiteral",
- "offset": 6421,
- "length": 8,
- "value": "\"langId\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
- "kind": "StringLiteral",
- "offset": 632,
+ "offset": 639,
"length": 13,
"value": "\"description\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
"kind": "StringLiteral",
- "offset": 632,
- "length": 13,
- "value": "\"description\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
- "kind": "StringLiteral",
- "offset": 981,
+ "offset": 988,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
"kind": "StringLiteral",
- "offset": 1008,
+ "offset": 1015,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
"kind": "StringLiteral",
- "offset": 1046,
+ "offset": 1053,
"length": 2,
"value": "\"\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
- "kind": "BooleanLiteral",
- "offset": 1292,
- "length": 5,
- "value": "false"
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/Didomi\/Common\/Config\/Models\/Purpose.swift",
- "kind": "StringLiteral",
- "offset": 226,
- "length": 7,
- "value": "\"Didomi.Purpose\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
"offset": 723,
"length": 7,
"value": "\"Close\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
"offset": 856,
"length": 10,
"value": "\"Collapse\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
"offset": 988,
"length": 8,
"value": "\"Expand\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
"offset": 1131,
"length": 15,
"value": "\"External-link\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1264,
- "length": 6,
- "value": "\"Logo\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
- "kind": "StringLiteral",
- "offset": 1401,
+ "offset": 1277,
"length": 13,
"value": "\"angle-right\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1543,
+ "offset": 1419,
"length": 12,
"value": "\"arrow-left\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1682,
+ "offset": 1558,
"length": 11,
"value": "\"copy_icon\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 1866,
- "length": 35,
- "value": "\"disabled_legitimate_interest_icon\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
- "kind": "StringLiteral",
- "offset": 2089,
- "length": 43,
- "value": "\"disabled_legitimate_interest_icon_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
- "kind": "StringLiteral",
- "offset": 2288,
- "length": 26,
- "value": "\"legitimate_interest_icon\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
- "kind": "StringLiteral",
- "offset": 2485,
- "length": 34,
- "value": "\"legitimate_interest_icon_focused\""
- },
- {
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
- "kind": "StringLiteral",
- "offset": 2652,
+ "offset": 1702,
"length": 16,
"value": "\"managedByImage\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 2800,
+ "offset": 1872,
+ "length": 25,
+ "value": "\"privacy-management-logo\""
+ },
+ {
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "kind": "StringLiteral",
+ "offset": 2029,
"length": 14,
"value": "\"qr_code_icon\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 2948,
+ "offset": 2177,
"length": 14,
"value": "\"readMoreIcon\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3101,
+ "offset": 2330,
"length": 17,
"value": "\"toggle_disabled\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3255,
+ "offset": 2484,
"length": 16,
"value": "\"toggle_enabled\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3405,
+ "offset": 2634,
"length": 15,
"value": "\"tv_left_arrow\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3569,
+ "offset": 2798,
"length": 23,
"value": "\"tv_left_arrow_focused\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3728,
+ "offset": 2957,
"length": 16,
"value": "\"tv_right_arrow\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 3895,
+ "offset": 3124,
"length": 24,
"value": "\"tv_right_arrow_focused\""
},
{
- "filePath": "\/Users\/administrator\/builds\/2TbpzyekR\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
+ "filePath": "\/Users\/administrator\/builds\/rvcHya7Ve\/0\/didomi\/sdks\/mobile\/ios\/DerivedData\/Build\/Intermediates.noindex\/ArchiveIntermediates\/DidomiTV\/IntermediateBuildFilesPath\/Didomi.build\/Release-appletvsimulator\/DidomiTV.build\/DerivedSources\/GeneratedAssetSymbols.swift",
"kind": "StringLiteral",
- "offset": 4060,
+ "offset": 3289,
"length": 18,
"value": "\"user_information\""
}
--
Gitblit v1.8.0