Use Folly and RSocket from cocoapods (#379)
Summary: I have released pods for Folly and RSocket on cocoapods. Thus we won't need to host different versions of these pods on our repository. I haven't removed those pods from `Specs` folder, as the current users of `0.16.2` would still be referring the Specs folder on the master branch. I will remove the specs folder once, all our pods are on cocoapods and we no longer need to host any pods. Pull Request resolved: https://github.com/facebook/flipper/pull/379 Reviewed By: jknoxville Differential Revision: D14185931 Pulled By: priteshrnandgaonkar fbshipit-source-id: ea285024123e41c2d110827e26f79a72ef22c008
This commit is contained in:
committed by
Facebook Github Bot
parent
9c4aa9b9cb
commit
f8bd473828
@@ -357,13 +357,7 @@
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
"-l\"CocoaAsyncSocket\"",
|
||||
"-l\"DoubleConversion\"",
|
||||
"-l\"Folly\"",
|
||||
"-l\"PeerTalk\"",
|
||||
"-l\"RSocket\"",
|
||||
"-l\"Flipper\"",
|
||||
"-l\"FlipperKit\"",
|
||||
"-l\"crypto\"",
|
||||
"-l\"event\"",
|
||||
"-l\"event_core\"",
|
||||
@@ -417,13 +411,7 @@
|
||||
OTHER_LDFLAGS = (
|
||||
"$(inherited)",
|
||||
"-ObjC",
|
||||
"-l\"CocoaAsyncSocket\"",
|
||||
"-l\"DoubleConversion\"",
|
||||
"-l\"Folly\"",
|
||||
"-l\"PeerTalk\"",
|
||||
"-l\"RSocket\"",
|
||||
"-l\"Flipper\"",
|
||||
"-l\"FlipperKit\"",
|
||||
"-l\"crypto\"",
|
||||
"-l\"event\"",
|
||||
"-l\"event_core\"",
|
||||
|
||||
Reference in New Issue
Block a user