@@ -11,8 +11,8 @@ Package Manager](https://swift.org/package-manager/) in Beta status.
11
11
- Requires Xcode 12.
12
12
- Analytics requires clients to add ` -ObjC ` linker option.
13
13
- Analytics is only supported for iOS and cannot be used in apps that support other platforms.
14
- - Performance and Firebase ML are not currently available.
15
- - watchOS support is introduced in 7.0.0 for Auth, Crashlytics, Messaging, and Storage.
14
+ - Performance is not yet available.
15
+ - watchOS support is available for Auth, Crashlytics, Messaging, RemoteConfig , and Storage.
16
16
17
17
## Installation
18
18
@@ -30,9 +30,6 @@ Select the Firebase GitHub repository - `https://github.com/firebase/firebase-io
30
30
31
31
Select the version.
32
32
33
- Note: Prior to the 7.0.0 release, version selection is not available. Instead, the releases
34
- are available in branches with names like 6.34-spm-beta.
35
-
36
33
Note: The Swift Package Manager distribution continues to be in beta even though it now
37
34
supports standard Swift Package Manager versioning.
38
35
@@ -48,6 +45,7 @@ in the `Build Settings` tab.
48
45
If you're using FirebaseAnalytics, Xcode 12.0, and have an issue with
49
46
device installation or archive uploading, see the workaround at
50
47
https://github.com/firebase/firebase-ios-sdk/issues/6472#issuecomment-694449182 .
48
+ This issue looks to be resolved in Xcode 12.5.
51
49
52
50
<img src =" docs/resources/SPMObjC.png " >
53
51
0 commit comments