appsprint-react-native 1.1.9 → 1.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/README.md +2 -0
  2. package/ios/AppSprintBridge.swift +3 -0
  3. package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/AppSprintSDK +0 -0
  4. package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Info.plist +0 -0
  5. package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.abi.json +532 -193
  6. package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.package.swiftinterface +14 -40
  7. package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +14 -40
  8. package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
  9. package/ios/AppSprintSDK.xcframework/ios-arm64/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios.swiftinterface +14 -40
  10. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/AppSprintSDK +0 -0
  11. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Info.plist +0 -0
  12. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +532 -193
  13. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.package.swiftinterface +14 -40
  14. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +14 -40
  15. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
  16. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +14 -40
  17. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +532 -193
  18. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.package.swiftinterface +14 -40
  19. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +14 -40
  20. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
  21. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/Modules/AppSprintSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +14 -40
  22. package/ios/AppSprintSDK.xcframework/ios-arm64_x86_64-simulator/AppSprintSDK.framework/_CodeSignature/CodeResources +1 -1
  23. package/lib/commonjs/AppSprintAppleAds.js +46 -0
  24. package/lib/commonjs/index.js +7 -0
  25. package/lib/module/AppSprintAppleAds.js +42 -0
  26. package/lib/module/index.js +1 -0
  27. package/lib/typescript/AppSprintAppleAds.d.ts +16 -0
  28. package/lib/typescript/index.d.ts +2 -0
  29. package/lib/typescript/types.d.ts +1 -0
  30. package/package.json +1 -1
  31. package/src/AppSprintAppleAds.ts +54 -0
  32. package/src/index.ts +4 -0
  33. package/src/types.ts +1 -0
@@ -608,6 +608,232 @@
608
608
  "declKind": "Import",
609
609
  "moduleName": "AppSprintSDK"
610
610
  },
611
+ {
612
+ "kind": "TypeDecl",
613
+ "name": "AppSprintAppleAds",
614
+ "printedName": "AppSprintAppleAds",
615
+ "children": [
616
+ {
617
+ "kind": "Function",
618
+ "name": "configure",
619
+ "printedName": "configure(apiKey:apiURL:isDebug:)",
620
+ "children": [
621
+ {
622
+ "kind": "TypeNominal",
623
+ "name": "Void",
624
+ "printedName": "()"
625
+ },
626
+ {
627
+ "kind": "TypeNominal",
628
+ "name": "String",
629
+ "printedName": "Swift.String",
630
+ "usr": "s:SS"
631
+ },
632
+ {
633
+ "kind": "TypeNominal",
634
+ "name": "Optional",
635
+ "printedName": "Foundation.URL?",
636
+ "children": [
637
+ {
638
+ "kind": "TypeNominal",
639
+ "name": "URL",
640
+ "printedName": "Foundation.URL",
641
+ "usr": "s:10Foundation3URLV"
642
+ }
643
+ ],
644
+ "hasDefaultArg": true,
645
+ "usr": "s:Sq"
646
+ },
647
+ {
648
+ "kind": "TypeNominal",
649
+ "name": "Bool",
650
+ "printedName": "Swift.Bool",
651
+ "hasDefaultArg": true,
652
+ "usr": "s:Sb"
653
+ }
654
+ ],
655
+ "declKind": "Func",
656
+ "usr": "s:12AppSprintSDK0aB8AppleAdsO9configure6apiKey0G3URL7isDebugySS_10Foundation0I0VSgSbtYaFZ",
657
+ "mangledName": "$s12AppSprintSDK0aB8AppleAdsO9configure6apiKey0G3URL7isDebugySS_10Foundation0I0VSgSbtYaFZ",
658
+ "moduleName": "AppSprintSDK",
659
+ "static": true,
660
+ "declAttributes": [
661
+ "Custom",
662
+ "AccessControl"
663
+ ],
664
+ "funcSelfKind": "NonMutating"
665
+ },
666
+ {
667
+ "kind": "Function",
668
+ "name": "getAppSprintId",
669
+ "printedName": "getAppSprintId()",
670
+ "children": [
671
+ {
672
+ "kind": "TypeNominal",
673
+ "name": "Optional",
674
+ "printedName": "Swift.String?",
675
+ "children": [
676
+ {
677
+ "kind": "TypeNominal",
678
+ "name": "String",
679
+ "printedName": "Swift.String",
680
+ "usr": "s:SS"
681
+ }
682
+ ],
683
+ "usr": "s:Sq"
684
+ }
685
+ ],
686
+ "declKind": "Func",
687
+ "usr": "s:12AppSprintSDK0aB8AppleAdsO03getaB2IdSSSgyFZ",
688
+ "mangledName": "$s12AppSprintSDK0aB8AppleAdsO03getaB2IdSSSgyFZ",
689
+ "moduleName": "AppSprintSDK",
690
+ "static": true,
691
+ "declAttributes": [
692
+ "Custom",
693
+ "AccessControl"
694
+ ],
695
+ "funcSelfKind": "NonMutating"
696
+ },
697
+ {
698
+ "kind": "Function",
699
+ "name": "getAttributionParams",
700
+ "printedName": "getAttributionParams()",
701
+ "children": [
702
+ {
703
+ "kind": "TypeNominal",
704
+ "name": "Dictionary",
705
+ "printedName": "[Swift.String : Swift.String]",
706
+ "children": [
707
+ {
708
+ "kind": "TypeNominal",
709
+ "name": "String",
710
+ "printedName": "Swift.String",
711
+ "usr": "s:SS"
712
+ },
713
+ {
714
+ "kind": "TypeNominal",
715
+ "name": "String",
716
+ "printedName": "Swift.String",
717
+ "usr": "s:SS"
718
+ }
719
+ ],
720
+ "usr": "s:SD"
721
+ }
722
+ ],
723
+ "declKind": "Func",
724
+ "usr": "s:12AppSprintSDK0aB8AppleAdsO20getAttributionParamsSDyS2SGyFZ",
725
+ "mangledName": "$s12AppSprintSDK0aB8AppleAdsO20getAttributionParamsSDyS2SGyFZ",
726
+ "moduleName": "AppSprintSDK",
727
+ "static": true,
728
+ "declAttributes": [
729
+ "Custom",
730
+ "AccessControl"
731
+ ],
732
+ "funcSelfKind": "NonMutating"
733
+ },
734
+ {
735
+ "kind": "Function",
736
+ "name": "getAttribution",
737
+ "printedName": "getAttribution()",
738
+ "children": [
739
+ {
740
+ "kind": "TypeNominal",
741
+ "name": "Optional",
742
+ "printedName": "AppSprintSDK.AttributionResult?",
743
+ "children": [
744
+ {
745
+ "kind": "TypeNominal",
746
+ "name": "AttributionResult",
747
+ "printedName": "AppSprintSDK.AttributionResult",
748
+ "usr": "s:12AppSprintSDK17AttributionResultV"
749
+ }
750
+ ],
751
+ "usr": "s:Sq"
752
+ }
753
+ ],
754
+ "declKind": "Func",
755
+ "usr": "s:12AppSprintSDK0aB8AppleAdsO14getAttributionAA0G6ResultVSgyFZ",
756
+ "mangledName": "$s12AppSprintSDK0aB8AppleAdsO14getAttributionAA0G6ResultVSgyFZ",
757
+ "moduleName": "AppSprintSDK",
758
+ "static": true,
759
+ "declAttributes": [
760
+ "Custom",
761
+ "AccessControl"
762
+ ],
763
+ "funcSelfKind": "NonMutating"
764
+ },
765
+ {
766
+ "kind": "Function",
767
+ "name": "refreshAttribution",
768
+ "printedName": "refreshAttribution()",
769
+ "children": [
770
+ {
771
+ "kind": "TypeNominal",
772
+ "name": "Optional",
773
+ "printedName": "AppSprintSDK.AttributionResult?",
774
+ "children": [
775
+ {
776
+ "kind": "TypeNominal",
777
+ "name": "AttributionResult",
778
+ "printedName": "AppSprintSDK.AttributionResult",
779
+ "usr": "s:12AppSprintSDK17AttributionResultV"
780
+ }
781
+ ],
782
+ "usr": "s:Sq"
783
+ }
784
+ ],
785
+ "declKind": "Func",
786
+ "usr": "s:12AppSprintSDK0aB8AppleAdsO18refreshAttributionAA0G6ResultVSgyYaFZ",
787
+ "mangledName": "$s12AppSprintSDK0aB8AppleAdsO18refreshAttributionAA0G6ResultVSgyYaFZ",
788
+ "moduleName": "AppSprintSDK",
789
+ "static": true,
790
+ "declAttributes": [
791
+ "Custom",
792
+ "AccessControl",
793
+ "DiscardableResult"
794
+ ],
795
+ "funcSelfKind": "NonMutating"
796
+ }
797
+ ],
798
+ "declKind": "Enum",
799
+ "usr": "s:12AppSprintSDK0aB8AppleAdsO",
800
+ "mangledName": "$s12AppSprintSDK0aB8AppleAdsO",
801
+ "moduleName": "AppSprintSDK",
802
+ "declAttributes": [
803
+ "AccessControl",
804
+ "Custom"
805
+ ],
806
+ "conformances": [
807
+ {
808
+ "kind": "Conformance",
809
+ "name": "Copyable",
810
+ "printedName": "Copyable",
811
+ "usr": "s:s8CopyableP",
812
+ "mangledName": "$ss8CopyableP"
813
+ },
814
+ {
815
+ "kind": "Conformance",
816
+ "name": "Escapable",
817
+ "printedName": "Escapable",
818
+ "usr": "s:s9EscapableP",
819
+ "mangledName": "$ss9EscapableP"
820
+ },
821
+ {
822
+ "kind": "Conformance",
823
+ "name": "Sendable",
824
+ "printedName": "Sendable",
825
+ "usr": "s:s8SendableP",
826
+ "mangledName": "$ss8SendableP"
827
+ }
828
+ ]
829
+ },
830
+ {
831
+ "kind": "Import",
832
+ "name": "Foundation",
833
+ "printedName": "Foundation",
834
+ "declKind": "Import",
835
+ "moduleName": "AppSprintSDK"
836
+ },
611
837
  {
612
838
  "kind": "TypeDecl",
613
839
  "name": "AppSprintConfig",
@@ -1365,6 +1591,91 @@
1365
1591
  }
1366
1592
  ]
1367
1593
  },
1594
+ {
1595
+ "kind": "Var",
1596
+ "name": "eventTrackingEnabled",
1597
+ "printedName": "eventTrackingEnabled",
1598
+ "children": [
1599
+ {
1600
+ "kind": "TypeNominal",
1601
+ "name": "Bool",
1602
+ "printedName": "Swift.Bool",
1603
+ "usr": "s:Sb"
1604
+ }
1605
+ ],
1606
+ "declKind": "Var",
1607
+ "usr": "s:12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvp",
1608
+ "mangledName": "$s12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvp",
1609
+ "moduleName": "AppSprintSDK",
1610
+ "declAttributes": [
1611
+ "HasStorage",
1612
+ "AccessControl"
1613
+ ],
1614
+ "hasStorage": true,
1615
+ "accessors": [
1616
+ {
1617
+ "kind": "Accessor",
1618
+ "name": "Get",
1619
+ "printedName": "Get()",
1620
+ "children": [
1621
+ {
1622
+ "kind": "TypeNominal",
1623
+ "name": "Bool",
1624
+ "printedName": "Swift.Bool",
1625
+ "usr": "s:Sb"
1626
+ }
1627
+ ],
1628
+ "declKind": "Accessor",
1629
+ "usr": "s:12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvg",
1630
+ "mangledName": "$s12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvg",
1631
+ "moduleName": "AppSprintSDK",
1632
+ "implicit": true,
1633
+ "accessorKind": "get"
1634
+ },
1635
+ {
1636
+ "kind": "Accessor",
1637
+ "name": "Set",
1638
+ "printedName": "Set()",
1639
+ "children": [
1640
+ {
1641
+ "kind": "TypeNominal",
1642
+ "name": "Void",
1643
+ "printedName": "()"
1644
+ },
1645
+ {
1646
+ "kind": "TypeNominal",
1647
+ "name": "Bool",
1648
+ "printedName": "Swift.Bool",
1649
+ "usr": "s:Sb"
1650
+ }
1651
+ ],
1652
+ "declKind": "Accessor",
1653
+ "usr": "s:12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvs",
1654
+ "mangledName": "$s12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvs",
1655
+ "moduleName": "AppSprintSDK",
1656
+ "implicit": true,
1657
+ "accessorKind": "set"
1658
+ },
1659
+ {
1660
+ "kind": "Accessor",
1661
+ "name": "Modify",
1662
+ "printedName": "Modify()",
1663
+ "children": [
1664
+ {
1665
+ "kind": "TypeNominal",
1666
+ "name": "Void",
1667
+ "printedName": "()"
1668
+ }
1669
+ ],
1670
+ "declKind": "Accessor",
1671
+ "usr": "s:12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvM",
1672
+ "mangledName": "$s12AppSprintSDK0aB6ConfigV20eventTrackingEnabledSbvM",
1673
+ "moduleName": "AppSprintSDK",
1674
+ "implicit": true,
1675
+ "accessorKind": "_modify"
1676
+ }
1677
+ ]
1678
+ },
1368
1679
  {
1369
1680
  "kind": "Var",
1370
1681
  "name": "googleAdsConsent",
@@ -1478,7 +1789,7 @@
1478
1789
  {
1479
1790
  "kind": "Constructor",
1480
1791
  "name": "init",
1481
- "printedName": "init(apiKey:apiURL:enableAppleAdsAttribution:isDebug:logLevel:customerUserId:autoTrackSessions:autoRefreshAttribution:googleAdsConsent:)",
1792
+ "printedName": "init(apiKey:apiURL:enableAppleAdsAttribution:isDebug:logLevel:customerUserId:autoTrackSessions:autoRefreshAttribution:eventTrackingEnabled:googleAdsConsent:)",
1482
1793
  "children": [
1483
1794
  {
1484
1795
  "kind": "TypeNominal",
@@ -1549,6 +1860,13 @@
1549
1860
  "hasDefaultArg": true,
1550
1861
  "usr": "s:Sb"
1551
1862
  },
1863
+ {
1864
+ "kind": "TypeNominal",
1865
+ "name": "Bool",
1866
+ "printedName": "Swift.Bool",
1867
+ "hasDefaultArg": true,
1868
+ "usr": "s:Sb"
1869
+ },
1552
1870
  {
1553
1871
  "kind": "TypeNominal",
1554
1872
  "name": "Optional",
@@ -1566,8 +1884,8 @@
1566
1884
  }
1567
1885
  ],
1568
1886
  "declKind": "Constructor",
1569
- "usr": "s:12AppSprintSDK0aB6ConfigV6apiKey0E3URL25enableAppleAdsAttribution7isDebug8logLevel14customerUserId17autoTrackSessions0s7RefreshK006googleJ7ConsentACSS_10Foundation0G0VS2bAA0ab3LogO0OSSSgS2bAA06GooglejX0VSgtcfc",
1570
- "mangledName": "$s12AppSprintSDK0aB6ConfigV6apiKey0E3URL25enableAppleAdsAttribution7isDebug8logLevel14customerUserId17autoTrackSessions0s7RefreshK006googleJ7ConsentACSS_10Foundation0G0VS2bAA0ab3LogO0OSSSgS2bAA06GooglejX0VSgtcfc",
1887
+ "usr": "s:12AppSprintSDK0aB6ConfigV6apiKey0E3URL25enableAppleAdsAttribution7isDebug8logLevel14customerUserId17autoTrackSessions0s7RefreshK020eventTrackingEnabled06googleJ7ConsentACSS_10Foundation0G0VS2bAA0ab3LogO0OSSSgS3bAA06GoogleJ7ConsentVSgtcfc",
1888
+ "mangledName": "$s12AppSprintSDK0aB6ConfigV6apiKey0E3URL25enableAppleAdsAttribution7isDebug8logLevel14customerUserId17autoTrackSessions0s7RefreshK020eventTrackingEnabled06googleJ7ConsentACSS_10Foundation0G0VS2bAA0ab3LogO0OSSSgS3bAA06GoogleJ7ConsentVSgtcfc",
1571
1889
  "moduleName": "AppSprintSDK",
1572
1890
  "declAttributes": [
1573
1891
  "AccessControl"
@@ -2193,13 +2511,6 @@
2193
2511
  "usr": "s:s9EscapableP",
2194
2512
  "mangledName": "$ss9EscapableP"
2195
2513
  },
2196
- {
2197
- "kind": "Conformance",
2198
- "name": "Equatable",
2199
- "printedName": "Equatable",
2200
- "usr": "s:SQ",
2201
- "mangledName": "$sSQ"
2202
- },
2203
2514
  {
2204
2515
  "kind": "Conformance",
2205
2516
  "name": "Hashable",
@@ -2256,6 +2567,13 @@
2256
2567
  "printedName": "SendableMetatype",
2257
2568
  "usr": "s:s16SendableMetatypeP",
2258
2569
  "mangledName": "$ss16SendableMetatypeP"
2570
+ },
2571
+ {
2572
+ "kind": "Conformance",
2573
+ "name": "Equatable",
2574
+ "printedName": "Equatable",
2575
+ "usr": "s:SQ",
2576
+ "mangledName": "$sSQ"
2259
2577
  }
2260
2578
  ]
2261
2579
  },
@@ -3160,13 +3478,6 @@
3160
3478
  "usr": "s:s9EscapableP",
3161
3479
  "mangledName": "$ss9EscapableP"
3162
3480
  },
3163
- {
3164
- "kind": "Conformance",
3165
- "name": "Equatable",
3166
- "printedName": "Equatable",
3167
- "usr": "s:SQ",
3168
- "mangledName": "$sSQ"
3169
- },
3170
3481
  {
3171
3482
  "kind": "Conformance",
3172
3483
  "name": "Hashable",
@@ -3253,6 +3564,13 @@
3253
3564
  "printedName": "SendableMetatype",
3254
3565
  "usr": "s:s16SendableMetatypeP",
3255
3566
  "mangledName": "$ss16SendableMetatypeP"
3567
+ },
3568
+ {
3569
+ "kind": "Conformance",
3570
+ "name": "Equatable",
3571
+ "printedName": "Equatable",
3572
+ "usr": "s:SQ",
3573
+ "mangledName": "$sSQ"
3256
3574
  }
3257
3575
  ]
3258
3576
  },
@@ -3505,13 +3823,6 @@
3505
3823
  "usr": "s:s9EscapableP",
3506
3824
  "mangledName": "$ss9EscapableP"
3507
3825
  },
3508
- {
3509
- "kind": "Conformance",
3510
- "name": "Equatable",
3511
- "printedName": "Equatable",
3512
- "usr": "s:SQ",
3513
- "mangledName": "$sSQ"
3514
- },
3515
3826
  {
3516
3827
  "kind": "Conformance",
3517
3828
  "name": "Hashable",
@@ -3568,6 +3879,13 @@
3568
3879
  "printedName": "SendableMetatype",
3569
3880
  "usr": "s:s16SendableMetatypeP",
3570
3881
  "mangledName": "$ss16SendableMetatypeP"
3882
+ },
3883
+ {
3884
+ "kind": "Conformance",
3885
+ "name": "Equatable",
3886
+ "printedName": "Equatable",
3887
+ "usr": "s:SQ",
3888
+ "mangledName": "$sSQ"
3571
3889
  }
3572
3890
  ]
3573
3891
  },
@@ -3763,13 +4081,6 @@
3763
4081
  "usr": "s:s8CopyableP",
3764
4082
  "mangledName": "$ss8CopyableP"
3765
4083
  },
3766
- {
3767
- "kind": "Conformance",
3768
- "name": "Escapable",
3769
- "printedName": "Escapable",
3770
- "usr": "s:s9EscapableP",
3771
- "mangledName": "$ss9EscapableP"
3772
- },
3773
4084
  {
3774
4085
  "kind": "Conformance",
3775
4086
  "name": "Decodable",
@@ -3791,6 +4102,13 @@
3791
4102
  "usr": "s:SQ",
3792
4103
  "mangledName": "$sSQ"
3793
4104
  },
4105
+ {
4106
+ "kind": "Conformance",
4107
+ "name": "Escapable",
4108
+ "printedName": "Escapable",
4109
+ "usr": "s:s9EscapableP",
4110
+ "mangledName": "$ss9EscapableP"
4111
+ },
3794
4112
  {
3795
4113
  "kind": "Conformance",
3796
4114
  "name": "Sendable",
@@ -4732,13 +5050,6 @@
4732
5050
  "usr": "s:s8CopyableP",
4733
5051
  "mangledName": "$ss8CopyableP"
4734
5052
  },
4735
- {
4736
- "kind": "Conformance",
4737
- "name": "Escapable",
4738
- "printedName": "Escapable",
4739
- "usr": "s:s9EscapableP",
4740
- "mangledName": "$ss9EscapableP"
4741
- },
4742
5053
  {
4743
5054
  "kind": "Conformance",
4744
5055
  "name": "Decodable",
@@ -4760,6 +5071,13 @@
4760
5071
  "usr": "s:SQ",
4761
5072
  "mangledName": "$sSQ"
4762
5073
  },
5074
+ {
5075
+ "kind": "Conformance",
5076
+ "name": "Escapable",
5077
+ "printedName": "Escapable",
5078
+ "usr": "s:s9EscapableP",
5079
+ "mangledName": "$ss9EscapableP"
5080
+ },
4763
5081
  {
4764
5082
  "kind": "Conformance",
4765
5083
  "name": "Sendable",
@@ -5795,13 +6113,6 @@
5795
6113
  "usr": "s:s8CopyableP",
5796
6114
  "mangledName": "$ss8CopyableP"
5797
6115
  },
5798
- {
5799
- "kind": "Conformance",
5800
- "name": "Escapable",
5801
- "printedName": "Escapable",
5802
- "usr": "s:s9EscapableP",
5803
- "mangledName": "$ss9EscapableP"
5804
- },
5805
6116
  {
5806
6117
  "kind": "Conformance",
5807
6118
  "name": "Decodable",
@@ -5823,6 +6134,13 @@
5823
6134
  "usr": "s:SQ",
5824
6135
  "mangledName": "$sSQ"
5825
6136
  },
6137
+ {
6138
+ "kind": "Conformance",
6139
+ "name": "Escapable",
6140
+ "printedName": "Escapable",
6141
+ "usr": "s:s9EscapableP",
6142
+ "mangledName": "$ss9EscapableP"
6143
+ },
5826
6144
  {
5827
6145
  "kind": "Conformance",
5828
6146
  "name": "Sendable",
@@ -6224,13 +6542,6 @@
6224
6542
  "usr": "s:s8CopyableP",
6225
6543
  "mangledName": "$ss8CopyableP"
6226
6544
  },
6227
- {
6228
- "kind": "Conformance",
6229
- "name": "Escapable",
6230
- "printedName": "Escapable",
6231
- "usr": "s:s9EscapableP",
6232
- "mangledName": "$ss9EscapableP"
6233
- },
6234
6545
  {
6235
6546
  "kind": "Conformance",
6236
6547
  "name": "Decodable",
@@ -6245,6 +6556,13 @@
6245
6556
  "usr": "s:SE",
6246
6557
  "mangledName": "$sSE"
6247
6558
  },
6559
+ {
6560
+ "kind": "Conformance",
6561
+ "name": "Escapable",
6562
+ "printedName": "Escapable",
6563
+ "usr": "s:s9EscapableP",
6564
+ "mangledName": "$ss9EscapableP"
6565
+ },
6248
6566
  {
6249
6567
  "kind": "Conformance",
6250
6568
  "name": "Sendable",
@@ -6435,13 +6753,6 @@
6435
6753
  "usr": "s:s8CopyableP",
6436
6754
  "mangledName": "$ss8CopyableP"
6437
6755
  },
6438
- {
6439
- "kind": "Conformance",
6440
- "name": "Escapable",
6441
- "printedName": "Escapable",
6442
- "usr": "s:s9EscapableP",
6443
- "mangledName": "$ss9EscapableP"
6444
- },
6445
6756
  {
6446
6757
  "kind": "Conformance",
6447
6758
  "name": "Equatable",
@@ -6449,6 +6760,13 @@
6449
6760
  "usr": "s:SQ",
6450
6761
  "mangledName": "$sSQ"
6451
6762
  },
6763
+ {
6764
+ "kind": "Conformance",
6765
+ "name": "Escapable",
6766
+ "printedName": "Escapable",
6767
+ "usr": "s:s9EscapableP",
6768
+ "mangledName": "$ss9EscapableP"
6769
+ },
6452
6770
  {
6453
6771
  "kind": "Conformance",
6454
6772
  "name": "Sendable",
@@ -9539,13 +9857,6 @@
9539
9857
  "usr": "s:s8CopyableP",
9540
9858
  "mangledName": "$ss8CopyableP"
9541
9859
  },
9542
- {
9543
- "kind": "Conformance",
9544
- "name": "Escapable",
9545
- "printedName": "Escapable",
9546
- "usr": "s:s9EscapableP",
9547
- "mangledName": "$ss9EscapableP"
9548
- },
9549
9860
  {
9550
9861
  "kind": "Conformance",
9551
9862
  "name": "Decodable",
@@ -9567,6 +9878,13 @@
9567
9878
  "usr": "s:SQ",
9568
9879
  "mangledName": "$sSQ"
9569
9880
  },
9881
+ {
9882
+ "kind": "Conformance",
9883
+ "name": "Escapable",
9884
+ "printedName": "Escapable",
9885
+ "usr": "s:s9EscapableP",
9886
+ "mangledName": "$ss9EscapableP"
9887
+ },
9570
9888
  {
9571
9889
  "kind": "Conformance",
9572
9890
  "name": "Sendable",
@@ -9795,13 +10113,6 @@
9795
10113
  "usr": "s:s9EscapableP",
9796
10114
  "mangledName": "$ss9EscapableP"
9797
10115
  },
9798
- {
9799
- "kind": "Conformance",
9800
- "name": "Equatable",
9801
- "printedName": "Equatable",
9802
- "usr": "s:SQ",
9803
- "mangledName": "$sSQ"
9804
- },
9805
10116
  {
9806
10117
  "kind": "Conformance",
9807
10118
  "name": "Hashable",
@@ -9858,6 +10169,13 @@
9858
10169
  "printedName": "SendableMetatype",
9859
10170
  "usr": "s:s16SendableMetatypeP",
9860
10171
  "mangledName": "$ss16SendableMetatypeP"
10172
+ },
10173
+ {
10174
+ "kind": "Conformance",
10175
+ "name": "Equatable",
10176
+ "printedName": "Equatable",
10177
+ "usr": "s:SQ",
10178
+ "mangledName": "$sSQ"
9861
10179
  }
9862
10180
  ]
9863
10181
  },
@@ -10036,13 +10354,6 @@
10036
10354
  "usr": "s:s8CopyableP",
10037
10355
  "mangledName": "$ss8CopyableP"
10038
10356
  },
10039
- {
10040
- "kind": "Conformance",
10041
- "name": "Escapable",
10042
- "printedName": "Escapable",
10043
- "usr": "s:s9EscapableP",
10044
- "mangledName": "$ss9EscapableP"
10045
- },
10046
10357
  {
10047
10358
  "kind": "Conformance",
10048
10359
  "name": "Decodable",
@@ -10064,6 +10375,13 @@
10064
10375
  "usr": "s:SQ",
10065
10376
  "mangledName": "$sSQ"
10066
10377
  },
10378
+ {
10379
+ "kind": "Conformance",
10380
+ "name": "Escapable",
10381
+ "printedName": "Escapable",
10382
+ "usr": "s:s9EscapableP",
10383
+ "mangledName": "$ss9EscapableP"
10384
+ },
10067
10385
  {
10068
10386
  "kind": "Conformance",
10069
10387
  "name": "Sendable",
@@ -10259,13 +10577,6 @@
10259
10577
  "usr": "s:s8CopyableP",
10260
10578
  "mangledName": "$ss8CopyableP"
10261
10579
  },
10262
- {
10263
- "kind": "Conformance",
10264
- "name": "Escapable",
10265
- "printedName": "Escapable",
10266
- "usr": "s:s9EscapableP",
10267
- "mangledName": "$ss9EscapableP"
10268
- },
10269
10580
  {
10270
10581
  "kind": "Conformance",
10271
10582
  "name": "Decodable",
@@ -10287,6 +10598,13 @@
10287
10598
  "usr": "s:SQ",
10288
10599
  "mangledName": "$sSQ"
10289
10600
  },
10601
+ {
10602
+ "kind": "Conformance",
10603
+ "name": "Escapable",
10604
+ "printedName": "Escapable",
10605
+ "usr": "s:s9EscapableP",
10606
+ "mangledName": "$ss9EscapableP"
10607
+ },
10290
10608
  {
10291
10609
  "kind": "Conformance",
10292
10610
  "name": "Sendable",
@@ -10419,553 +10737,574 @@
10419
10737
  },
10420
10738
  "ConstValues": [
10421
10739
  {
10422
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/.build\/xcframework\/dd-device\/Build\/Intermediates.noindex\/ArchiveIntermediates\/appsprint-ios\/IntermediateBuildFilesPath\/appsprint-ios.build\/Release-iphoneos\/AppSprintSDK.build\/DerivedSources\/resource_bundle_accessor.swift",
10740
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/.build\/xcframework\/dd-device\/Build\/Intermediates.noindex\/ArchiveIntermediates\/appsprint-ios\/IntermediateBuildFilesPath\/appsprint-ios.build\/Release-iphoneos\/AppSprintSDK.build\/DerivedSources\/resource_bundle_accessor.swift",
10423
10741
  "kind": "StringLiteral",
10424
10742
  "offset": 295,
10425
10743
  "length": 28,
10426
10744
  "value": "\"appsprint-ios_AppSprintSDK\""
10427
10745
  },
10428
10746
  {
10429
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/.build\/xcframework\/dd-device\/Build\/Intermediates.noindex\/ArchiveIntermediates\/appsprint-ios\/IntermediateBuildFilesPath\/appsprint-ios.build\/Release-iphoneos\/AppSprintSDK.build\/DerivedSources\/resource_bundle_accessor.swift",
10747
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/.build\/xcframework\/dd-device\/Build\/Intermediates.noindex\/ArchiveIntermediates\/appsprint-ios\/IntermediateBuildFilesPath\/appsprint-ios.build\/Release-iphoneos\/AppSprintSDK.build\/DerivedSources\/resource_bundle_accessor.swift",
10430
10748
  "kind": "Array",
10431
10749
  "offset": 970,
10432
10750
  "length": 2,
10433
10751
  "value": "[]"
10434
10752
  },
10435
10753
  {
10436
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/.build\/xcframework\/dd-device\/Build\/Intermediates.noindex\/ArchiveIntermediates\/appsprint-ios\/IntermediateBuildFilesPath\/appsprint-ios.build\/Release-iphoneos\/AppSprintSDK.build\/DerivedSources\/resource_bundle_accessor.swift",
10754
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/.build\/xcframework\/dd-device\/Build\/Intermediates.noindex\/ArchiveIntermediates\/appsprint-ios\/IntermediateBuildFilesPath\/appsprint-ios.build\/Release-iphoneos\/AppSprintSDK.build\/DerivedSources\/resource_bundle_accessor.swift",
10437
10755
  "kind": "StringLiteral",
10438
10756
  "offset": 1497,
10439
10757
  "length": 9,
10440
10758
  "value": "\".bundle\""
10441
10759
  },
10442
10760
  {
10443
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/.build\/xcframework\/dd-device\/Build\/Intermediates.noindex\/ArchiveIntermediates\/appsprint-ios\/IntermediateBuildFilesPath\/appsprint-ios.build\/Release-iphoneos\/AppSprintSDK.build\/DerivedSources\/resource_bundle_accessor.swift",
10761
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/.build\/xcframework\/dd-device\/Build\/Intermediates.noindex\/ArchiveIntermediates\/appsprint-ios\/IntermediateBuildFilesPath\/appsprint-ios.build\/Release-iphoneos\/AppSprintSDK.build\/DerivedSources\/resource_bundle_accessor.swift",
10444
10762
  "kind": "StringLiteral",
10445
10763
  "offset": 1649,
10446
10764
  "length": 56,
10447
10765
  "value": "\"unable to find bundle named appsprint-ios_AppSprintSDK\""
10448
10766
  },
10449
10767
  {
10450
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10768
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10451
10769
  "kind": "StringLiteral",
10452
10770
  "offset": 190,
10453
10771
  "length": 15,
10454
10772
  "value": "\"@appsprint:id\""
10455
10773
  },
10456
10774
  {
10457
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10775
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10458
10776
  "kind": "StringLiteral",
10459
10777
  "offset": 239,
10460
10778
  "length": 24,
10461
10779
  "value": "\"@appsprint:attribution\""
10462
10780
  },
10463
10781
  {
10464
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10782
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10465
10783
  "kind": "StringLiteral",
10466
10784
  "offset": 303,
10467
10785
  "length": 31,
10468
10786
  "value": "\"@appsprint:attribution_params\""
10469
10787
  },
10470
10788
  {
10471
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10789
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10472
10790
  "kind": "StringLiteral",
10473
10791
  "offset": 368,
10474
10792
  "length": 21,
10475
10793
  "value": "\"@appsprint:disabled\""
10476
10794
  },
10477
10795
  {
10478
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10796
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10479
10797
  "kind": "StringLiteral",
10480
10798
  "offset": 420,
10481
10799
  "length": 22,
10482
10800
  "value": "\"@appsprint:idfa_sent\""
10483
10801
  },
10484
10802
  {
10485
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10803
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10486
10804
  "kind": "StringLiteral",
10487
10805
  "offset": 482,
10488
10806
  "length": 31,
10489
10807
  "value": "\"@appsprint:install_registered\""
10490
10808
  },
10491
10809
  {
10492
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10810
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10493
10811
  "kind": "StringLiteral",
10494
- "offset": 550,
10812
+ "offset": 555,
10813
+ "length": 34,
10814
+ "value": "\"@appsprint:server_install_stored\""
10815
+ },
10816
+ {
10817
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10818
+ "kind": "StringLiteral",
10819
+ "offset": 626,
10495
10820
  "length": 29,
10496
10821
  "value": "\"@appsprint:customer_user_id\""
10497
10822
  },
10498
10823
  {
10499
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10824
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10500
10825
  "kind": "StringLiteral",
10501
- "offset": 608,
10826
+ "offset": 684,
10502
10827
  "length": 20,
10503
10828
  "value": "\"@appsprint:api_key\""
10504
10829
  },
10505
10830
  {
10506
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10831
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10507
10832
  "kind": "StringLiteral",
10508
- "offset": 667,
10833
+ "offset": 743,
10509
10834
  "length": 30,
10510
10835
  "value": "\"@appsprint:install_timestamp\""
10511
10836
  },
10512
10837
  {
10513
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10838
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10514
10839
  "kind": "StringLiteral",
10515
- "offset": 736,
10840
+ "offset": 812,
10516
10841
  "length": 34,
10517
10842
  "value": "\"@appsprint:last_session_start_ms\""
10518
10843
  },
10519
10844
  {
10520
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10845
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10521
10846
  "kind": "StringLiteral",
10522
- "offset": 1175,
10847
+ "offset": 1251,
10523
10848
  "length": 44,
10524
10849
  "value": "\"@appsprint:pending_ad_services_token_retry\""
10525
10850
  },
10526
10851
  {
10527
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10852
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10528
10853
  "kind": "Dictionary",
10529
- "offset": 1401,
10854
+ "offset": 1477,
10530
10855
  "length": 3,
10531
10856
  "value": "[]"
10532
10857
  },
10533
10858
  {
10534
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10859
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10535
10860
  "kind": "BooleanLiteral",
10536
- "offset": 1435,
10861
+ "offset": 1511,
10537
10862
  "length": 5,
10538
10863
  "value": "false"
10539
10864
  },
10540
10865
  {
10541
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10866
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10542
10867
  "kind": "BooleanLiteral",
10543
- "offset": 1471,
10868
+ "offset": 1547,
10544
10869
  "length": 5,
10545
10870
  "value": "false"
10546
10871
  },
10547
10872
  {
10548
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10873
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10549
10874
  "kind": "BooleanLiteral",
10550
- "offset": 1768,
10875
+ "offset": 1844,
10551
10876
  "length": 5,
10552
10877
  "value": "false"
10553
10878
  },
10554
10879
  {
10555
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10880
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10556
10881
  "kind": "BooleanLiteral",
10557
- "offset": 1806,
10882
+ "offset": 1882,
10558
10883
  "length": 5,
10559
10884
  "value": "false"
10560
10885
  },
10561
10886
  {
10562
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10887
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10563
10888
  "kind": "IntegerLiteral",
10564
- "offset": 1850,
10889
+ "offset": 1926,
10565
10890
  "length": 1,
10566
10891
  "value": "0"
10567
10892
  },
10568
10893
  {
10569
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10894
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10570
10895
  "kind": "IntegerLiteral",
10571
- "offset": 1888,
10896
+ "offset": 1964,
10572
10897
  "length": 1,
10573
10898
  "value": "0"
10574
10899
  },
10575
10900
  {
10576
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10901
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10577
10902
  "kind": "IntegerLiteral",
10578
- "offset": 1935,
10903
+ "offset": 2011,
10579
10904
  "length": 1,
10580
10905
  "value": "0"
10581
10906
  },
10582
10907
  {
10583
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10908
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10584
10909
  "kind": "IntegerLiteral",
10585
- "offset": 2313,
10910
+ "offset": 2449,
10586
10911
  "length": 2,
10587
10912
  "value": "50"
10588
10913
  },
10589
10914
  {
10590
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10915
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10591
10916
  "kind": "IntegerLiteral",
10592
- "offset": 2628,
10917
+ "offset": 2764,
10593
10918
  "length": 6,
10594
10919
  "value": "95000"
10595
10920
  },
10596
10921
  {
10597
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10922
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10598
10923
  "kind": "IntegerLiteral",
10599
- "offset": 2680,
10924
+ "offset": 2816,
10600
10925
  "length": 6,
10601
10926
  "value": "90000"
10602
10927
  },
10603
10928
  {
10604
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10929
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10605
10930
  "kind": "IntegerLiteral",
10606
- "offset": 2742,
10931
+ "offset": 2878,
10607
10932
  "length": 2,
10608
10933
  "value": "30"
10609
10934
  },
10610
10935
  {
10611
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10936
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10612
10937
  "kind": "IntegerLiteral",
10613
- "offset": 2747,
10938
+ "offset": 2883,
10614
10939
  "length": 2,
10615
10940
  "value": "60"
10616
10941
  },
10617
10942
  {
10618
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10943
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10619
10944
  "kind": "IntegerLiteral",
10620
- "offset": 2752,
10945
+ "offset": 2888,
10621
10946
  "length": 4,
10622
10947
  "value": "1000"
10623
10948
  },
10624
10949
  {
10625
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10950
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10626
10951
  "kind": "IntegerLiteral",
10627
- "offset": 2832,
10952
+ "offset": 2968,
10628
10953
  "length": 2,
10629
10954
  "value": "75"
10630
10955
  },
10631
10956
  {
10632
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10957
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10633
10958
  "kind": "IntegerLiteral",
10634
- "offset": 2837,
10959
+ "offset": 2973,
10635
10960
  "length": 13,
10636
10961
  "value": "1000000000"
10637
10962
  },
10638
10963
  {
10639
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10964
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprint.swift",
10640
10965
  "kind": "IntegerLiteral",
10641
- "offset": 13774,
10966
+ "offset": 14510,
10642
10967
  "length": 2,
10643
10968
  "value": "13"
10644
10969
  },
10645
10970
  {
10646
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10971
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintAppleAds.swift",
10972
+ "kind": "BooleanLiteral",
10973
+ "offset": 172,
10974
+ "length": 5,
10975
+ "value": "false"
10976
+ },
10977
+ {
10978
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10647
10979
  "kind": "StringLiteral",
10648
10980
  "offset": 111,
10649
10981
  "length": 27,
10650
10982
  "value": "\"https:\/\/api.appsprint.app\""
10651
10983
  },
10652
10984
  {
10653
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10985
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10654
10986
  "kind": "StringLiteral",
10655
10987
  "offset": 172,
10656
10988
  "length": 3,
10657
10989
  "value": "\"\/\""
10658
10990
  },
10659
10991
  {
10660
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10992
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10661
10993
  "kind": "BooleanLiteral",
10662
- "offset": 664,
10994
+ "offset": 706,
10663
10995
  "length": 4,
10664
10996
  "value": "true"
10665
10997
  },
10666
10998
  {
10667
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10999
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10668
11000
  "kind": "BooleanLiteral",
10669
- "offset": 694,
11001
+ "offset": 736,
10670
11002
  "length": 5,
10671
11003
  "value": "false"
10672
11004
  },
10673
11005
  {
10674
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
11006
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
11007
+ "kind": "BooleanLiteral",
11008
+ "offset": 861,
11009
+ "length": 4,
11010
+ "value": "true"
11011
+ },
11012
+ {
11013
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10675
11014
  "kind": "BooleanLiteral",
10676
- "offset": 819,
11015
+ "offset": 906,
10677
11016
  "length": 4,
10678
11017
  "value": "true"
10679
11018
  },
10680
11019
  {
10681
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
11020
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintConfig.swift",
10682
11021
  "kind": "BooleanLiteral",
10683
- "offset": 864,
11022
+ "offset": 949,
10684
11023
  "length": 4,
10685
11024
  "value": "true"
10686
11025
  },
10687
11026
  {
10688
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
11027
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
10689
11028
  "kind": "IntegerLiteral",
10690
11029
  "offset": 1013,
10691
11030
  "length": 2,
10692
11031
  "value": "15"
10693
11032
  },
10694
11033
  {
10695
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
11034
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
10696
11035
  "kind": "IntegerLiteral",
10697
11036
  "offset": 1067,
10698
11037
  "length": 2,
10699
11038
  "value": "30"
10700
11039
  },
10701
11040
  {
10702
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
11041
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
10703
11042
  "kind": "IntegerLiteral",
10704
11043
  "offset": 1124,
10705
11044
  "length": 1,
10706
11045
  "value": "2"
10707
11046
  },
10708
11047
  {
10709
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
11048
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
10710
11049
  "kind": "BooleanLiteral",
10711
11050
  "offset": 1171,
10712
11051
  "length": 5,
10713
11052
  "value": "false"
10714
11053
  },
10715
11054
  {
10716
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
11055
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
10717
11056
  "kind": "Array",
10718
11057
  "offset": 3252,
10719
11058
  "length": 117,
10720
11059
  "value": "[250000000, 500000000, 1000000000, 1500000000, 2000000000]"
10721
11060
  },
10722
11061
  {
10723
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
11062
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintEnvironment.swift",
10724
11063
  "kind": "IntegerLiteral",
10725
11064
  "offset": 3425,
10726
11065
  "length": 1,
10727
11066
  "value": "3"
10728
11067
  },
10729
11068
  {
10730
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
11069
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
10731
11070
  "kind": "StringLiteral",
10732
11071
  "offset": 577,
10733
11072
  "length": 7,
10734
- "value": "\"1.1.7\""
11073
+ "value": "\"1.1.8\""
10735
11074
  },
10736
11075
  {
10737
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
11076
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
10738
11077
  "kind": "StringLiteral",
10739
11078
  "offset": 893,
10740
11079
  "length": 15,
10741
11080
  "value": "\"com.appsprint\""
10742
11081
  },
10743
11082
  {
10744
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
11083
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
10745
11084
  "kind": "StringLiteral",
10746
11085
  "offset": 946,
10747
11086
  "length": 86,
10748
11087
  "value": "\"AppSprint could not open UserDefaults suite com.appsprint; falling back to standard.\""
10749
11088
  },
10750
11089
  {
10751
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
11090
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
10752
11091
  "kind": "BooleanLiteral",
10753
11092
  "offset": 14455,
10754
11093
  "length": 5,
10755
11094
  "value": "false"
10756
11095
  },
10757
11096
  {
10758
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
11097
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
10759
11098
  "kind": "StringLiteral",
10760
11099
  "offset": 17420,
10761
11100
  "length": 32,
10762
11101
  "value": "\"app.appsprint.sdk.network-path\""
10763
11102
  },
10764
11103
  {
10765
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
11104
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
10766
11105
  "kind": "BooleanLiteral",
10767
11106
  "offset": 17512,
10768
11107
  "length": 5,
10769
11108
  "value": "false"
10770
11109
  },
10771
11110
  {
10772
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
11111
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintNative.swift",
10773
11112
  "kind": "FloatLiteral",
10774
11113
  "offset": 17677,
10775
11114
  "length": 4,
10776
11115
  "value": "0.12"
10777
11116
  },
10778
11117
  {
10779
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintQueueStore.swift",
11118
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintQueueStore.swift",
10780
11119
  "kind": "StringLiteral",
10781
11120
  "offset": 80,
10782
11121
  "length": 24,
10783
11122
  "value": "\"@appsprint:event_queue\""
10784
11123
  },
10785
11124
  {
10786
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintQueueStore.swift",
11125
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintQueueStore.swift",
10787
11126
  "kind": "StringLiteral",
10788
11127
  "offset": 130,
10789
11128
  "length": 28,
10790
11129
  "value": "\"@appsprint:event_queue_ids\""
10791
11130
  },
10792
11131
  {
10793
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintQueueStore.swift",
11132
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintQueueStore.swift",
10794
11133
  "kind": "StringLiteral",
10795
11134
  "offset": 191,
10796
11135
  "length": 30,
10797
11136
  "value": "\"@appsprint:event_queue_item:\""
10798
11137
  },
10799
11138
  {
10800
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintQueueStore.swift",
11139
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintQueueStore.swift",
10801
11140
  "kind": "IntegerLiteral",
10802
11141
  "offset": 253,
10803
11142
  "length": 3,
10804
11143
  "value": "100"
10805
11144
  },
10806
11145
  {
10807
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11146
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10808
11147
  "kind": "IntegerLiteral",
10809
11148
  "offset": 92,
10810
11149
  "length": 1,
10811
11150
  "value": "0"
10812
11151
  },
10813
11152
  {
10814
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11153
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10815
11154
  "kind": "IntegerLiteral",
10816
11155
  "offset": 110,
10817
11156
  "length": 1,
10818
11157
  "value": "1"
10819
11158
  },
10820
11159
  {
10821
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11160
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10822
11161
  "kind": "IntegerLiteral",
10823
11162
  "offset": 128,
10824
11163
  "length": 1,
10825
11164
  "value": "2"
10826
11165
  },
10827
11166
  {
10828
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11167
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10829
11168
  "kind": "IntegerLiteral",
10830
11169
  "offset": 147,
10831
11170
  "length": 1,
10832
11171
  "value": "3"
10833
11172
  },
10834
11173
  {
10835
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11174
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10836
11175
  "kind": "StringLiteral",
10837
11176
  "offset": 250,
10838
11177
  "length": 15,
10839
11178
  "value": "\"session_start\""
10840
11179
  },
10841
11180
  {
10842
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11181
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10843
11182
  "kind": "StringLiteral",
10844
11183
  "offset": 299,
10845
11184
  "length": 9,
10846
11185
  "value": "\"sign_up\""
10847
11186
  },
10848
11187
  {
10849
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11188
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10850
11189
  "kind": "StringLiteral",
10851
11190
  "offset": 386,
10852
11191
  "length": 13,
10853
11192
  "value": "\"start_trial\""
10854
11193
  },
10855
11194
  {
10856
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11195
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10857
11196
  "kind": "StringLiteral",
10858
11197
  "offset": 426,
10859
11198
  "length": 18,
10860
11199
  "value": "\"add_payment_info\""
10861
11200
  },
10862
11201
  {
10863
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11202
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10864
11203
  "kind": "StringLiteral",
10865
11204
  "offset": 466,
10866
11205
  "length": 13,
10867
11206
  "value": "\"add_to_cart\""
10868
11207
  },
10869
11208
  {
10870
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11209
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10871
11210
  "kind": "StringLiteral",
10872
11211
  "offset": 505,
10873
11212
  "length": 17,
10874
11213
  "value": "\"add_to_wishlist\""
10875
11214
  },
10876
11215
  {
10877
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11216
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10878
11217
  "kind": "StringLiteral",
10879
11218
  "offset": 551,
10880
11219
  "length": 19,
10881
11220
  "value": "\"initiate_checkout\""
10882
11221
  },
10883
11222
  {
10884
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11223
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10885
11224
  "kind": "StringLiteral",
10886
11225
  "offset": 594,
10887
11226
  "length": 14,
10888
11227
  "value": "\"view_content\""
10889
11228
  },
10890
11229
  {
10891
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11230
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10892
11231
  "kind": "StringLiteral",
10893
11232
  "offset": 629,
10894
11233
  "length": 11,
10895
11234
  "value": "\"view_item\""
10896
11235
  },
10897
11236
  {
10898
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11237
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10899
11238
  "kind": "StringLiteral",
10900
11239
  "offset": 700,
10901
11240
  "length": 19,
10902
11241
  "value": "\"tutorial_complete\""
10903
11242
  },
10904
11243
  {
10905
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11244
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10906
11245
  "kind": "StringLiteral",
10907
11246
  "offset": 744,
10908
11247
  "length": 15,
10909
11248
  "value": "\"achieve_level\""
10910
11249
  },
10911
11250
  {
10912
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11251
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10913
11252
  "kind": "StringLiteral",
10914
11253
  "offset": 782,
10915
11254
  "length": 13,
10916
11255
  "value": "\"level_start\""
10917
11256
  },
10918
11257
  {
10919
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11258
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10920
11259
  "kind": "StringLiteral",
10921
11260
  "offset": 821,
10922
11261
  "length": 16,
10923
11262
  "value": "\"level_complete\""
10924
11263
  },
10925
11264
  {
10926
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11265
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10927
11266
  "kind": "StringLiteral",
10928
11267
  "offset": 942,
10929
11268
  "length": 16,
10930
11269
  "value": "\"not_determined\""
10931
11270
  },
10932
11271
  {
10933
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11272
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10934
11273
  "kind": "StringLiteral",
10935
11274
  "offset": 3306,
10936
11275
  "length": 8,
10937
11276
  "value": "\"source\""
10938
11277
  },
10939
11278
  {
10940
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11279
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10941
11280
  "kind": "StringLiteral",
10942
11281
  "offset": 3526,
10943
11282
  "length": 12,
10944
11283
  "value": "\"confidence\""
10945
11284
  },
10946
11285
  {
10947
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11286
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10948
11287
  "kind": "StringLiteral",
10949
11288
  "offset": 3573,
10950
11289
  "length": 14,
10951
11290
  "value": "\"campaignName\""
10952
11291
  },
10953
11292
  {
10954
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11293
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10955
11294
  "kind": "StringLiteral",
10956
11295
  "offset": 10585,
10957
11296
  "length": 9,
10958
11297
  "value": "\"GRANTED\""
10959
11298
  },
10960
11299
  {
10961
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11300
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10962
11301
  "kind": "StringLiteral",
10963
11302
  "offset": 10613,
10964
11303
  "length": 8,
10965
11304
  "value": "\"DENIED\""
10966
11305
  },
10967
11306
  {
10968
- "filePath": "\/Users\/runner\/work\/appsprint-ios\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
11307
+ "filePath": "\/Users\/arthur\/Dev\/app-sprint\/SDKs\/appsprint-ios\/Sources\/AppSprintSDK\/AppSprintTypes.swift",
10969
11308
  "kind": "StringLiteral",
10970
11309
  "offset": 10645,
10971
11310
  "length": 13,