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:
Pritesh Nandgaonkar
2018-08-03 07:07:33 -07:00
committed by Facebook Github Bot
parent 696c73ebc1
commit 3d66b1c9d0
5 changed files with 9 additions and 9 deletions

View File

@@ -71,7 +71,7 @@ source 'https://github.com/facebook/Sonar.git'
source 'https://github.com/CocoaPods/Specs'
# Uncomment the next line to define a global platform for your project
swift_version = "4.1"
sonarkit_version = '0.6.14'
sonarkit_version = '0.6.15'
target 'MyApp' do