Skip to content

Commit e83951c

Browse files
authored
CT Wrapper small fixes (#524)
* Do not track Push Delivered in CT * update copyright * Fix state key
1 parent 7c548de commit e83951c

20 files changed

+24
-23
lines changed

LeanplumSDK/LeanplumSDK/Classes/Internal/Leanplum.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Leanplum
44
//
55
// Created by Andrew First on 4/30/12.
6-
// Copyright (c) 2012 Leanplum, Inc. All rights reserved.
6+
// Copyright (c) 2022 Leanplum, Inc. All rights reserved.
77
//
88
// Licensed to the Apache Software Foundation (ASF) under one
99
// or more contributor license agreements. See the NOTICE file

LeanplumSDK/LeanplumSDK/Classes/Internal/LeanplumInternal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Leanplum
44
//
55
// Created by Andrew First on 4/30/15.
6-
// Copyright (c) 2015 Leanplum, Inc. All rights reserved.
6+
// Copyright (c) 2022 Leanplum, Inc. All rights reserved.
77
//
88
// Licensed to the Apache Software Foundation (ASF) under one
99
// or more contributor license agreements. See the NOTICE file

LeanplumSDK/LeanplumSDK/Classes/Leanplum.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Leanplum.h
33
// Leanplum iOS SDK Version 2.0.6
44
//
5-
// Copyright (c) 2012 Leanplum, Inc. All rights reserved.
5+
// Copyright (c) 2022 Leanplum, Inc. All rights reserved.
66
//
77
// Licensed to the Apache Software Foundation (ASF) under one
88
// or more contributor license agreements. See the NOTICE file

LeanplumSDK/LeanplumSDK/ClassesSwift/ApiConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LeanplumSDK
44
//
55
// Created by Nikola Zagorchev on 11.02.22.
6-
//
6+
// Copyright © 2022 Leanplum. All rights reserved.
77

88
import Foundation
99

LeanplumSDK/LeanplumSDK/ClassesSwift/ContentMerger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LeanplumSDK
44
//
55
// Created by Nikola Zagorchev on 18.05.22.
6-
//
6+
// Copyright © 2022 Leanplum. All rights reserved.
77

88
import Foundation
99

LeanplumSDK/LeanplumSDK/ClassesSwift/Extensions/Bundle+Extensions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LeanplumSDK
44
//
55
// Created by Milos Jakovljevic on 24.12.21.
6-
//
6+
// Copyright © 2021 Leanplum. All rights reserved.
77

88
import Foundation
99

LeanplumSDK/LeanplumSDK/ClassesSwift/Extensions/Dictionary+MapKeys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LeanplumSDK
44
//
55
// Created by Nikola Zagorchev on 6.10.22.
6-
//
6+
// Copyright © 2022 Leanplum. All rights reserved.
77

88
import Foundation
99

LeanplumSDK/LeanplumSDK/ClassesSwift/Leanplum.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// Leanplum.swift
33
// LeanplumSDK
44
//
5-
// Created by Milos Jakovljevic on 4.5.22..
6-
//
5+
// Created by Milos Jakovljevic on 4.5.22.
6+
// Copyright © 2022 Leanplum. All rights reserved.
77

88
import Foundation
99

LeanplumSDK/LeanplumSDK/ClassesSwift/Migration/LPCTNotificationsManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LeanplumSDK
44
//
55
// Created by Nikola Zagorchev on 12.10.22.
6-
//
6+
// Copyright © 2022 Leanplum. All rights reserved.
77

88
import Foundation
99
// Use @_implementationOnly to *not* expose CleverTapSDK to the Leanplum-Swift header

LeanplumSDK/LeanplumSDK/ClassesSwift/Migration/MigrationManager+API.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LeanplumSDK
44
//
55
// Created by Nikola Zagorchev on 6.10.22.
6-
//
6+
// Copyright © 2022 Leanplum. All rights reserved.
77

88
@objc public extension MigrationManager {
99

0 commit comments

Comments
 (0)