Skip to content

Commit 1c72498

Browse files
authored
Mark SwiftPM support as Official. (#8055)
* Mark SwiftPM support as Official. This is alongside the 8.0.0 release - officially commiting to support of SwiftPM as a release mechanism for Firebase. * CHANGELOG update. * Better phrasing for release note
1 parent cbb7213 commit 1c72498

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

FirebaseCore/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
CocoaPod instead.
1616
- [removed] The `Firebase/MLVision` CocoaPods subspec has been removed. Use the
1717
`GoogleMLKit` CocoaPod instead.
18+
- [added] The Swift Package Manager distribution has exited beta and is now generally available for
19+
use.
1820
- [changed] The Swift Package Manager distribution now requires at least iOS 11.0. The CocoaPods
1921
distribution continues to support iOS 10.0.
2022
- [changed] The Swift Package Manager distribution now requires at least watchOS 7.0 for products

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ which are utilities used by Firebase and other Google products.
4747

4848
See the subsections below for details about the different installation methods.
4949
1. [Standard pod install](README.md#standard-pod-install)
50-
1. [Swift Package Manager (Beta)](SwiftPackageManager.md)
50+
1. [Swift Package Manager](SwiftPackageManager.md)
5151
1. [Installing from the GitHub repo](README.md#installing-from-github)
5252
1. [Experimental Carthage](README.md#carthage-ios-only)
5353

@@ -57,10 +57,10 @@ Go to
5757
[https://firebase.google.com/docs/ios/setup](https://firebase.google.com/docs/ios/setup). If you
5858
have a new Mac with an Apple silicon chip, please see [these instructions](AppleSilicon.md).
5959

60-
### Swift Package Manager (Beta)
60+
### Swift Package Manager
6161

62-
Instructions for the Beta of [Swift Package Manager](https://swift.org/package-manager/)
63-
support can be found at [SwiftPackageManager.md](SwiftPackageManager.md).
62+
Instructions for [Swift Package Manager](https://swift.org/package-manager/) support can be
63+
found at [SwiftPackageManager.md](SwiftPackageManager.md).
6464

6565
### Installing from GitHub
6666

SwiftPackageManager.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# Swift Package Manager for Firebase **Beta**
1+
# Swift Package Manager for Firebase
22

33
## Introduction
44

5-
Starting with the 6.31.0 release, Firebase supports installation via [Swift
6-
Package Manager](https://swift.org/package-manager/) in Beta status. Exiting Beta is targeted for
7-
the 8.0.0 release.
5+
Starting with the 8.0.0 release, Firebase officially supports installation via [Swift
6+
Package Manager](https://swift.org/package-manager/).
7+
8+
Prior to version 8.0.0 (starting with version 6.31.0) support was in Beta.
89

910
## Requirements
1011

0 commit comments

Comments
 (0)