Skip to content

Commit e750ecd

Browse files
authored
Update SwiftPackageManager.md (#10747)
Remove stale steps from Swift Package Manager instructions
1 parent d5cf87a commit e750ecd

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

SwiftPackageManager.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
# Swift Package Manager for Firebase
22

3-
## Introduction
4-
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.
9-
103
## Requirements
114

12-
- Requires Xcode 12.5 or above
5+
- Requires Xcode 13.3.1 or above
136
- Analytics requires clients to add `-ObjC` linker option.
147
- See [Package.swift](Package.swift) for supported platform versions.
158

@@ -35,7 +28,7 @@ Search for the Firebase Apple SDK using the repo's URL:
3528
https://github.com/firebase/firebase-ios-sdk.git
3629
```
3730

38-
Next, set the **Dependency Rule** to be `Up to Next Major Version` and specify `8.10.0` as the lower bound.
31+
Next, set the **Dependency Rule** to be `Up to Next Major Version`.
3932

4033
Then, select **Add Package**.
4134

@@ -80,7 +73,7 @@ dependencies: [
8073
.package(
8174
name: "Firebase",
8275
url: "https://github.com/firebase/firebase-ios-sdk.git",
83-
.upToNextMajor(from: "8.10.0")
76+
.upToNextMajor(from: "10.4.0")
8477
),
8578

8679
// Any other dependencies you have...

0 commit comments

Comments
 (0)