Skip to content

Commit 9371d2f

Browse files
authored
Fix Xcode 13 package manager warnings. (#8213)
* Fix Xcode 13 package manager warnings. These excludes no longer exist in the repo. We should also figure out a test to make sure these don't get re-introduced. * Changelog * Use version for CHANGELOG
1 parent 8187c18 commit 9371d2f

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

FirebaseCore/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Firebase 8.2.0
22
- [fixed] Stop flooding Swift Package Manager projects with Firebase test schemes. (#8167)
3+
- [fixed] Removed "Invalid Exclude" warnings for Swift Package Manager using Xcode 13 beta 1.
34

45
# Firebase 8.0.0
56
- [removed] The deprecated Firebase InstanceID has been removed. Use Firebase Installations to manage

Package.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,6 @@ let package = Package(
428428
"CHANGELOG.md",
429429
"LICENSE",
430430
"README.md",
431-
"Data/",
432-
"Protos/",
433431
"ProtoSupport/",
434432
"UnitTests/",
435433
"generate_project.sh",
@@ -574,10 +572,8 @@ let package = Package(
574572
"third_party/",
575573

576574
// Exclude alternate implementations for other platforms
577-
"core/src/api/input_validation_std.cc",
578575
"core/src/remote/connectivity_monitor_noop.cc",
579576
"core/src/util/filesystem_win.cc",
580-
"core/src/util/hard_assert_stdio.cc",
581577
"core/src/util/log_stdio.cc",
582578
"core/src/util/secure_random_openssl.cc",
583579
],

0 commit comments

Comments
 (0)