Fix for iOS Cocoapods default config (#205)
Summary: Solves #203 - [x] Sample Objc and Swift apps now have default configs(i.e non-recursive header search paths) - [x] Fix for the cocoapods default config by adding FBMacros.h file in `Core` subspec - [x] Updated the Spec(0.6.15) so that 0.6.15 works for default configs - [x] Updated the doc Pull Request resolved: https://github.com/facebook/flipper/pull/205 Reviewed By: passy Differential Revision: D9148358 Pulled By: priteshrnandgaonkar fbshipit-source-id: e6d32d9cde7b100573bd9a9996f0ec850b269d28
This commit is contained in:
committed by
Facebook Github Bot
parent
696c73ebc1
commit
3d66b1c9d0
@@ -332,7 +332,7 @@
|
||||
"\"${PODS_ROOT}/Headers/Public/PeerTalk\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/RSocket\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Sonar\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/SonarKit\"/**",
|
||||
"\"${PODS_ROOT}/Headers/Public/SonarKit\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Yoga\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/glog\"",
|
||||
);
|
||||
@@ -366,7 +366,7 @@
|
||||
"\"${PODS_ROOT}/Headers/Public/PeerTalk\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/RSocket\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Sonar\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/SonarKit\"/**",
|
||||
"\"${PODS_ROOT}/Headers/Public/SonarKit\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/Yoga\"",
|
||||
"\"${PODS_ROOT}/Headers/Public/glog\"",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user