Updated the website docs with the information of crash reporter plugin

Summary: Added the documentation of crash reporter plugin. Also removed the stale comment

Reviewed By: passy

Differential Revision: D13434177

fbshipit-source-id: bb8b14e989c91b35cd268daea12ac7fe590c5d5b
This commit is contained in:
Pritesh Nandgaonkar
2018-12-17 06:56:03 -08:00
committed by Facebook Github Bot
parent 88820d4865
commit 1bc566f813
5 changed files with 53 additions and 2 deletions

View File

@@ -100,10 +100,10 @@ target 'MyApp' do
platform :ios, '9.0'
pod 'FlipperKit', '~>' + flipperkit_version
# Layout and network plugins are not yet supported for swift projects
pod 'FlipperKit/FlipperKitLayoutComponentKitSupport', '~>' + flipperkit_version
pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version
pod 'FlipperKit/FlipperKitUserDefaultsPlugin', '~>' + flipperkit_version
pod 'FlipperKit/FlipperKitCrashReporterPlugin', '~>' + flipperkit_version
post_install do |installer|
installer.pods_project.targets.each do |target|