diff --git a/Backpack-Common/BPKCommonBundle.swift b/Backpack-Common/BPKCommonBundle.swift index 46b5cc2a5..308341d39 100644 --- a/Backpack-Common/BPKCommonBundle.swift +++ b/Backpack-Common/BPKCommonBundle.swift @@ -16,12 +16,11 @@ * limitations under the License. */ -import Foundation +import Foundation @objc public class BPKCommonBundle: NSObject { - @objc - public static var iconsBundle: Bundle { + @objc public static var iconsBundle: Bundle { guard let url = Bundle(for: BPKCommonBundle.self).resourceURL?.appendingPathComponent("Icons.bundle"), let bundle = Bundle(url: url) diff --git a/Backpack-Common/Icons/Generated/BPKAutoMirrorIconNames.swift b/Backpack-Common/Icons/Generated/BPKAutoMirrorIconNames.swift index a094f5bc3..83e92201a 100644 --- a/Backpack-Common/Icons/Generated/BPKAutoMirrorIconNames.swift +++ b/Backpack-Common/Icons/Generated/BPKAutoMirrorIconNames.swift @@ -41,4 +41,4 @@ public class BPKAutoMirrorIconNames: NSObject { "trend--will-rise", "trend" ] -} \ No newline at end of file +} diff --git a/Example/.swiftlint.yml b/Example/.swiftlint.yml index 05fccc3e6..050fd99b2 100644 --- a/Example/.swiftlint.yml +++ b/Example/.swiftlint.yml @@ -36,6 +36,7 @@ excluded: included: - ../Backpack - ../Backpack-SwiftUI + - ../Backpack-Common - ./ custom_rules: diff --git a/templates/BPKAutoMirrorIconNames.njk b/templates/BPKAutoMirrorIconNames.njk index edc0def33..b26349b85 100644 --- a/templates/BPKAutoMirrorIconNames.njk +++ b/templates/BPKAutoMirrorIconNames.njk @@ -21,4 +21,4 @@ public class BPKAutoMirrorIconNames: NSObject { @objc public static let items = [ "{{iconNames | join('",\n "') | safe}}" ] -} \ No newline at end of file +}