Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: remove the trailing comma in Package.swift to fix CI failure
  • Loading branch information
EchoEllet committed Nov 24, 2024
commit bd1f24db167bfc0b9f9f2535a30b72eb55981598
2 changes: 1 addition & 1 deletion darwin/gal/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ let package = Package(
name: "gal",
dependencies: [],
resources: [
.process("PrivacyInfo.xcprivacy"),
.process("PrivacyInfo.xcprivacy")
]
)
]
Expand Down