Skip to content

Commit

Permalink
remove unwanted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Feb 21, 2024
1 parent deff088 commit 2f5348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LocalPackages/SyncUI/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let package = Package(
.product(name: "SwiftUIExtensions", package: "SwiftUIExtensions")
],
resources: [
.process("Resources") // Adjust this line to match the actual path to your resources
.process("Resources")
],
swiftSettings: [
.define("DEBUG", .when(configuration: .debug))
Expand Down

0 comments on commit 2f5348d

Please sign in to comment.