Summary: Move SampleSwift project to xplat Reviewed By: passy Differential Revision: D8989867 fbshipit-source-id: cfda775ec3919d5c689aaf6846a870a2653c47a6
12 lines
221 B
Markdown
12 lines
221 B
Markdown
# 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.
|