Skip to content

Commit

Permalink
chore: fix SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
descorp committed Mar 5, 2021
1 parent d038b15 commit d7cf01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Adyen/Utilities/BundleSPMExtension.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal extension Bundle {

/// The main bundle of the framework.
static let core: Bundle = {
Bundle(for: Coder.self)
Bundle(for: FormView.self)
}()

/// The bundle in which the framework's resources are located.
Expand Down

0 comments on commit d7cf01c

Please sign in to comment.