react-native/React
Gabriel Bull 95d5d112ac Fixed issue with install third party script in directory with spaces
Summary:
Fixes an issue with installing third party on iOS when the project's path contains a space, no matter where the space is in the path.

__Error__
```
/Users/AwesomeUser/Library/Developer/Xcode/DerivedData/AwesomeProject-xxx/Build/Intermediates.noindex/React.build/Debug-iphoneos/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh: line 3: /Users/AwesomeUser/path contain space/scripts/ios-install-third-party.sh: No such file or directory
/Users/AwesomeUser/Library/Developer/Xcode/DerivedData/AwesomeProject-xxx/Build/Intermediates.noindex/React.build/Debug-iphoneos/double-conversion.build/Script-190EE32F1E6A43DE00A8543A.sh: line 3: exec: /Users/AwesomeUser/path contain space/scripts/ios-install-third-party.sh: cannot execute: No such file or directory
```
Closes https://github.com/facebook/react-native/pull/15377

Differential Revision: D5572671

Pulled By: shergin

fbshipit-source-id: 102727fc1b820e399e170c9c0cb73fd5d1e018d5
2017-08-06 20:22:21 -07:00
..
Base Add deprecation warning to RCTBatchedBridge 2017-08-04 07:56:14 -07:00
CxxBridge RCTCxxBridge: Use C++ atomic 2017-07-31 03:35:18 -07:00
CxxModule Replace exported method registration with statically allocated struct 2017-07-24 07:01:53 -07:00
CxxUtils More efficient dynamic->NSString conversion. 2017-07-26 18:31:12 -07:00
DevSupport Apple TV: Enable long presses on TV remote; dev menu on TV device; example code 2017-07-31 04:06:32 -07:00
Executors Add more information to `__fbBatchedBridge is undefined` error 2017-07-26 11:21:59 -07:00
Inspector Reduce log level for connection errors 2017-07-28 18:31:22 -07:00
Modules Fix typo in RCTDevSettings.mm 2017-07-28 11:49:42 -07:00
Profiler RCTProfile: Use C atomics instead of OSAtomic 2017-08-01 04:00:32 -07:00
React.xcodeproj Fixed issue with install third party script in directory with spaces 2017-08-06 20:22:21 -07:00
ReactLegacy.xcodeproj Standardize project indentation settings on 2 spaces 2017-07-31 05:20:03 -07:00
Views RCTNavigatorManager - drop unneeded error callback 2017-08-02 10:23:42 -07:00
third-party.xcconfig More attempts to fix Travis CI runs 2017-05-10 04:32:54 -07:00