Skip to content

Commit baa00dd

Browse files
authored
docs(README): note Xcode >=12 / cocoapods >= 1.10 required (#7088)
It appears to not be required for every configuration, but probably easier to specify, as Xcode 12 and cocoapods 1.10 are generally available and will avoid developer experience surprises https://firebase.google.com/support/release-notes/ios#performance-monitoring
1 parent 79b53e0 commit baa00dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ Instructions for the experimental Carthage distribution are at
105105
To develop Firebase software in this repository, ensure that you have at least
106106
the following software:
107107

108-
* Xcode 11.0 (or later)
109-
* CocoaPods 1.9.0 (or later)
108+
* Xcode 12.0 (or later)
109+
* CocoaPods 1.10.0 (or later)
110110
* [CocoaPods generate](https://github.com/square/cocoapods-generate)
111111

112112
For the pod that you want to develop:

0 commit comments

Comments
 (0)