Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Aug 27, 2024
1 parent e9627e6 commit 62c3a2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ let package = Package(
dependencies: [
"BrowserServicesKit"
],
resources: [
.process("Resources")
],
swiftSettings: [
.define("DEBUG", .when(configuration: .debug))
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,3 @@ private let strokeColor = Color.blue
return ContextualOnboardingListView(list: list) { _ in }
.padding()
}


public let bundle = Bundle.module
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

import Foundation

/// After importing RemoteMessaging you can access this with `RemoteMessaging.bundle`
/// After importing Onboarding you can access this with `Onboarding.bundle`
public let bundle = Bundle.module

0 comments on commit 62c3a2f

Please sign in to comment.