Skip to content

Commit f0ad836

Browse files
committed
Stop ignoring Package.resolved so the graph is reproducible
1 parent 9c81c3e commit f0ad836

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ playground.xcworkspace
3939
# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies.
4040
# Packages/
4141
# Package.pins
42-
*Package.resolved
42+
# NOTE: Package.resolved is deliberately committed. This is an app, not a library, and several
43+
# dependencies track moving branches (GATT master, AndroidSwiftUI master), so without it every
44+
# clean checkout — including CI — resolves a different graph than the one that was tested.
45+
Darwin/**/Package.resolved
4346
.build/
4447
.swiftpm
4548

0 commit comments

Comments
 (0)