react-native/React/Profiler
Eloy Durán 19caaba1d5 Fixes current CI failures and allows tree shaking of native dev support code.
Summary:
* The dev support code moved into a `DevSupport` subspec, meaning that only if the subspec is specified in the user’s Podfile will the packager client, dev menu, etc be included. This is mainly done through checks for header availability.

  It also improves the weird situation where you had to specify the `RCTWebSocket` subspec if you wanted to be able to use the packager client during development.

* I removed hardcoding the release version in the podspec on release, because the podspec still relies on `package.json` when evaluating, so there’s no real point in not also getting the version number from there. This should remove any requirement to perform maintenance of the OSS release script regarding the podspec.
Closes https://github.com/facebook/react-native/pull/12602

Differential Revision: D4621021

Pulled By: ericvicenti

fbshipit-source-id: 6c208371fc40ea607809a6ab05dd3714ed9980cf
2017-02-27 14:04:58 -08:00
..
RCTFPSGraph.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTFPSGraph.m Automated changes to remove implicit capture of self in blocks: Libraries/FBReactKit/BUCK 2016-07-07 12:44:14 -07:00
RCTJSCProfiler.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTJSCProfiler.m Add RCT_PROFILE define 2016-06-13 04:28:38 -07:00
RCTMacros.h Make React Profiler asm position independent 2016-12-08 14:58:26 -08:00
RCTPerfMonitor.m Fixes current CI failures and allows tree shaking of native dev support code. 2017-02-27 14:04:58 -08:00
RCTProfile.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTProfile.m Replace deprecated completion block 2017-01-09 19:28:28 -08:00
RCTProfileTrampoline-arm.S Add RCT_PROFILE define 2016-06-13 04:28:38 -07:00
RCTProfileTrampoline-arm64.S Add RCT_PROFILE define 2016-06-13 04:28:38 -07:00
RCTProfileTrampoline-i386.S Add RCT_PROFILE define 2016-06-13 04:28:38 -07:00
RCTProfileTrampoline-x86_64.S Make React Profiler asm position independent 2016-12-08 14:58:26 -08:00