react-native/local-cli/link/ios
Douglas Lowder a63fd378a4 Link both iOS and tvOS libraries with react-native link (fix #13783)
Summary:
Fix issues with the react-native CLI when linking iOS and tvOS libraries to a project created with `react-native init`. (#13783)

Verified the changes against test project at https://github.com/dlowder-salesforce/react-native-link-test.  Both `react-native link react-native-svg` and `react-native unlink react-native-svg` work correctly on this project.  Added new unit test for the new file added to `local-cli/link/ios`.

[CLI] [BUGFIX] `react-native link` has been fixed to correctly link iOS and tvOS targets.
[IOS] [BUGFIX] `react-native link` has been fixed to correctly link iOS and tvOS targets.
Closes https://github.com/facebook/react-native/pull/17231

Differential Revision: D6837567

Pulled By: hramos

fbshipit-source-id: 234d3d3966ae1b89cd16a37c95d303553f7ba5f5
2018-01-30 16:28:59 -08:00
..
addFileToProject.js
addProjectToLibraries.js
addSharedLibraries.js
addToHeaderSearchPaths.js
copyAssets.js `react-native link` and `react-native unlink` update. 2017-09-22 05:46:38 -07:00
createGroup.js Typos in comments and log messages 2018-01-12 22:18:45 -08:00
createGroupWithMessage.js Use appropriate capitalization of Xcode 2017-02-27 22:47:14 -08:00
getBuildProperty.js
getGroup.js
getHeaderSearchPath.js
getHeadersInFolder.js
getPlist.js
getPlistPath.js
getProducts.js
getTargets.js Link both iOS and tvOS libraries with react-native link (fix #13783) 2018-01-30 16:28:59 -08:00
hasLibraryImported.js
isInstalled.js
mapHeaderSearchPaths.js Correctly handle the case where HEADER_SEARCH_PATHS is a single string 2017-08-04 15:16:19 -07:00
registerNativeModule.js Link both iOS and tvOS libraries with react-native link (fix #13783) 2018-01-30 16:28:59 -08:00
removeFromHeaderSearchPaths.js
removeFromPbxItemContainerProxySection.js
removeFromPbxReferenceProxySection.js
removeFromProjectReferences.js
removeFromStaticLibraries.js
removeProductGroup.js
removeProjectFromLibraries.js
removeProjectFromProject.js
removeSharedLibraries.js
unlinkAssets.js Run eslint --fix 2017-10-09 17:46:44 -07:00
unregisterNativeModule.js Link both iOS and tvOS libraries with react-native link (fix #13783) 2018-01-30 16:28:59 -08:00
writePlist.js match plist indentation with xcode format 2017-03-31 03:03:10 -07:00