Skip to content

Commit e4587de

Browse files
refactor: Standardize headers
1 parent 9cc49d4 commit e4587de

File tree

123 files changed

+275
-351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+275
-351
lines changed

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsExamplesView.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//
22
// CheckoutComponentsExamplesView.swift
3-
// Debug App
4-
//
5-
// Copyright © 2025 Primer API Ltd. All rights reserved.
63
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
76

87
import SwiftUI
98
import PrimerSDK

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsMenuViewController.swift

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
//
22
// CheckoutComponentsMenuViewController.swift
3-
// Debug App
4-
//
5-
// Created on 27.6.25.
6-
// Copyright © 2025 Primer API Ltd. All rights reserved.
73
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
86

97
import UIKit
108
import PrimerSDK

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsShowcase/CheckoutComponentsShowcaseView.swift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
//
2+
// CheckoutComponentsShowcaseView.swift
3+
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
6+
17
//
28
// CheckoutComponentsShowcaseView.swift
39
// Debug App

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsShowcase/CustomCardFormLayoutDemo.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//
22
// CustomCardFormLayoutDemo.swift
3-
// Debug App
4-
//
5-
// Created on 24.7.25.
63
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
76

87
import SwiftUI
98
import PrimerSDK

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsShowcase/CustomScreenPaymentSelectionDemo.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//
22
// CustomScreenPaymentSelectionDemo.swift
3-
// Primer.io Debug App
4-
//
5-
// Shows how to completely customize the PaymentMethodSelection screen UI
63
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
76

87
import SwiftUI
98
import PrimerSDK

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsShowcase/MixedComponentsDemo.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//
22
// MixedComponentsDemo.swift
3-
// Debug App
4-
//
5-
// Created on 24.7.25.
63
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
76

87
import SwiftUI
98
import PrimerSDK

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsShowcase/PropertyReassignmentDemo.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//
22
// PropertyReassignmentDemo.swift
3-
// Debug App
4-
//
5-
// Created on 24.7.25.
63
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
76

87
import SwiftUI
98
import PrimerSDK

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsShowcase/RuntimeCustomizationDemo.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//
22
// RuntimeCustomizationDemo.swift
3-
// Debug App
4-
//
5-
// Created on 24.7.25.
63
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
76

87
import SwiftUI
98
import PrimerSDK

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsShowcase/ShowcaseDemo.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//
22
// ShowcaseDemo.swift
3-
// Debug App
4-
//
5-
// Created on 26.6.25.
63
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
76

87
import SwiftUI
98

Debug App/Sources/View Controllers/CheckoutComponents/CheckoutComponentsShowcase/ShowcaseEnums.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//
22
// ShowcaseEnums.swift
3-
// Debug App
4-
//
5-
// Created on 26.6.25.
63
//
4+
// Copyright © 2025 Primer API Ltd. All rights reserved.
5+
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
76

87
import Foundation
98

0 commit comments

Comments
 (0)