Layout Plugin support for swift (#295)
Summary: Changed the podspec file to expose only those header files in public which are necessary. The exposed public header files have no c++ in it, thus due to this layout plugin now works for swift too. Fixes #174  Pull Request resolved: https://github.com/facebook/flipper/pull/295 Reviewed By: passy Differential Revision: D10389202 Pulled By: priteshrnandgaonkar fbshipit-source-id: 0ecc428f8008dd3aac48a675a8b97bb610f8e9eb
This commit is contained in:
committed by
Facebook Github Bot
parent
c544199289
commit
603c4c5fbc
@@ -146,7 +146,6 @@ and install the dependencies by running `pod install`. When you open the Xcode w
|
||||
- We haven't released the dependency to CocoaPods yet, here is the [issue](https://github.com/facebook/flipper/issues/132) by which you can track.
|
||||
- If you do not use CocoaPods as a dependency management tool then currently there is no way to integrate FlipperKit other than manually including all the dependencies and building it.
|
||||
- For Android, Flipper works with both emulators and physical devices connected through USB. However on iOS, we don't yet support physical devices.
|
||||
- The Flipper layout plugin isn't supported in Swift projects since they include C++ dependencies. We're working on supporting it for Swift apps. You can join the discussion on the [issues page](https://github.com/facebook/flipper/issues).
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user