Summary: This PR adds the example flipper plugin in swift sample app. Example flipper plugin acts as an example for the plugin authors. The example flipper plugin was already added in an objective c example but the swift sample app didn't have it. Pull Request resolved: https://github.com/facebook/flipper/pull/329 Reviewed By: jknoxville Differential Revision: D13085611 Pulled By: priteshrnandgaonkar fbshipit-source-id: d86cca43e95592ecca8d9991d170e62170b8217b
SampleSwift
SampleSwift is a sample iOS app project demonstrating the use of Sonar in a Swift app.
Building
Make sure to install pods:
pod install
Then, open SampleSwift.xcworkspace and run the project.