Skip to content

Commit 4726e3c

Browse files
authored
SPM scheme cleanup (#8060)
1 parent 8b3ee5f commit 4726e3c

12 files changed

+4
-1705
lines changed

.github/workflows/spm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
paths:
66
- '.github/workflows/spm.yml'
77
- 'Package.swift'
8+
- '.swiftpm/*'
89
- 'Gemfile*'
910
schedule:
1011
# Run every day at 12am (PST) - cron uses UTC times

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ ReleaseTooling/Package.resolved
7171
scripts/code_coverage_report/*/Package.resolved
7272
scripts/code_coverage_report/*/.build
7373

74+
# Bad sorts get generated if the package .xcscheme is not regenerated.
75+
.swiftpm/xcode/xcshareddata/xcschemes/Firebase-Package.xcscheme
76+
7477
# Mint package manager
7578
Mint
7679

0 commit comments

Comments
 (0)