Add crash reporter plugin in swift sample app
Summary: Adds crash reporter plugin to swift sample app Reviewed By: jknoxville Differential Revision: D13359298 fbshipit-source-id: 2025725a7405d79407fbc15448d4f222f33c00fc
This commit is contained in:
committed by
Facebook Github Bot
parent
5894ad3834
commit
940ab5843f
@@ -10,8 +10,9 @@ target 'SampleSwift' do
|
||||
pod 'FlipperKit/SKIOSNetworkPlugin', :path => '../../FlipperKit.podspec'
|
||||
pod 'FlipperKit/FlipperKitUserDefaultsPlugin', :path => '../../FlipperKit.podspec'
|
||||
pod 'FlipperKit/FlipperKitExamplePlugin', :path => '../../FlipperKit.podspec'
|
||||
# Layout and network plugins are not yet supported for swift projects
|
||||
pod 'FlipperKit/FlipperKitLayoutComponentKitSupport', :path => '../../FlipperKit.podspec'
|
||||
pod 'FlipperKit/FlipperKitCrashReporterPlugin', :path => '../../FlipperKit.podspec'
|
||||
|
||||
|
||||
post_install do |installer|
|
||||
installer.pods_project.targets.each do |target|
|
||||
|
||||
Reference in New Issue
Block a user