react-native/React
Janic Duplessis ec5baf02bd Fix cxx bridge headers when archiving
Summary:
There were some headers that were in the `public` or `private` section instead of `project` this causes headers to be included in archives and prevent it from being able to be uploaded to the app store. This fixes it by using only `project` headers and copy files like we use in other places.

Also fixes a file that was moved and not updated in ReactCxx.xcodeproj.

**Test plan**
Tested that I am now able to upload an archive on the app store.
Closes https://github.com/facebook/react-native/pull/13008

Differential Revision: D4779894

Pulled By: javache

fbshipit-source-id: 6e36e925cc3fc03c095c9f1872eb5a45b7f0d78c
2017-03-28 06:45:56 -07:00
..
Base Fix warnings in React.xcodeproj 2017-03-23 11:36:17 -07:00
CxxBridge Fix warnings in React.xcodeproj 2017-03-23 11:36:17 -07:00
CxxModule Extract module registry creation to helper 2017-03-17 07:08:14 -07:00
CxxUtils Move RCTFollyConvert to the correct namespace 2017-02-16 06:59:27 -08:00
DevSupport Fix warnings in React.xcodeproj 2017-03-23 11:36:17 -07:00
Executors Tease apart React and RCTBatchedBridge targets 2017-03-21 18:31:23 -07:00
Modules Native Animated - Restore default values when removing props on iOS 2017-03-28 05:33:02 -07:00
Profiler Tease apart React and RCTBatchedBridge targets 2017-03-21 18:31:23 -07:00
React.xcodeproj Enable -Wimplicit-retain-self en sync warning config for all projects 2017-03-23 15:01:34 -07:00
ReactCxx.xcodeproj Fix cxx bridge headers when archiving 2017-03-28 06:45:56 -07:00
Views Fixed previously broken support for negative `scale` (`transform` style property) 2017-03-24 18:15:42 -07:00
folly.xcconfig Update Boost dependency to 1.63 on iOS 2017-03-10 05:45:28 -08:00