Remove an extraneous comments from the iOS setup docs (#207)

Summary:
This comment was left there from the default cocoapods-generated Podfile, so it can now be removed.
Pull Request resolved: https://github.com/facebook/flipper/pull/207

Differential Revision: D9242957

Pulled By: passy

fbshipit-source-id: f3e6d0ebd61962410367bb0a0aa6209b31c4ef01
This commit is contained in:
Noah Gilmore
2018-08-09 10:45:18 -07:00
committed by Facebook Github Bot
parent 286a88e3f2
commit e3d243e23e

View File

@@ -69,7 +69,6 @@ To integrate with an iOS app, you can use [CocoaPods](https://cocoapods.org). Ad
project 'MyApp.xcodeproj' project 'MyApp.xcodeproj'
source 'https://github.com/facebook/Sonar.git' source 'https://github.com/facebook/Sonar.git'
source 'https://github.com/CocoaPods/Specs' source 'https://github.com/CocoaPods/Specs'
# Uncomment the next line to define a global platform for your project
swift_version = "4.1" swift_version = "4.1"
sonarkit_version = '0.6.16' sonarkit_version = '0.6.16'