File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Swift Package Manager for Firebase
2
2
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
-
10
3
## Requirements
11
4
12
- - Requires Xcode 12.5 or above
5
+ - Requires Xcode 13.3.1 or above
13
6
- Analytics requires clients to add ` -ObjC ` linker option.
14
7
- See [ Package.swift] ( Package.swift ) for supported platform versions.
15
8
@@ -35,7 +28,7 @@ Search for the Firebase Apple SDK using the repo's URL:
35
28
https://github.com/firebase/firebase-ios-sdk.git
36
29
```
37
30
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 ` .
39
32
40
33
Then, select ** Add Package** .
41
34
@@ -80,7 +73,7 @@ dependencies: [
80
73
.package (
81
74
name : " Firebase" ,
82
75
url : " https://github.com/firebase/firebase-ios-sdk.git" ,
83
- .upToNextMajor (from : " 8.10 .0" )
76
+ .upToNextMajor (from : " 10.4 .0" )
84
77
),
85
78
86
79
// Any other dependencies you have...
You can’t perform that action at this time.
0 commit comments