From e3d243e23e32d09b2a5c939a3d1b9d95fa515a9e Mon Sep 17 00:00:00 2001 From: Noah Gilmore Date: Thu, 9 Aug 2018 10:45:18 -0700 Subject: [PATCH] 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 --- docs/getting-started.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 905552064..2cd992ba7 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -69,7 +69,6 @@ To integrate with an iOS app, you can use [CocoaPods](https://cocoapods.org). Ad project 'MyApp.xcodeproj' source 'https://github.com/facebook/Sonar.git' source 'https://github.com/CocoaPods/Specs' -# Uncomment the next line to define a global platform for your project swift_version = "4.1" sonarkit_version = '0.6.16'