Move SampleSwift project to xplat

Summary: Move SampleSwift project to xplat

Reviewed By: passy

Differential Revision: D8989867

fbshipit-source-id: cfda775ec3919d5c689aaf6846a870a2653c47a6
This commit is contained in:
Pritesh Nandgaonkar
2018-07-26 05:12:06 -07:00
committed by Facebook Github Bot
parent 77fb96244d
commit 6c78895b2a
21 changed files with 844 additions and 0 deletions

11
iOS/SampleSwift/README.md Normal file
View File

@@ -0,0 +1,11 @@
# 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.