From cc35d0f1bc0371e1e9d6b117daa9ee0862d00e74 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Mon, 9 Sep 2019 07:20:52 -0700 Subject: [PATCH] Fix typos in comments about use_frameworks! (#26381) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Fixes typos in code comments about CocoaPods’s `use_frameworks!`. ## Changelog [Internal] [Fixed] - Fix typos in comments about `use_frameworks!` Pull Request resolved: https://github.com/facebook/react-native/pull/26381 Test Plan: Considering this only changes code comments, I don’t think this pull request needs a test plan. Differential Revision: D17258856 Pulled By: cpojer fbshipit-source-id: fd9a7253ef9744685c233ebbec7df9eea50a8d28 --- ReactCommon/ReactCommon.podspec | 2 +- template/ios/Podfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ReactCommon/ReactCommon.podspec b/ReactCommon/ReactCommon.podspec index 38e6e5571d67a6..578e7568629356 100644 --- a/ReactCommon/ReactCommon.podspec +++ b/ReactCommon/ReactCommon.podspec @@ -31,7 +31,7 @@ Pod::Spec.new do |s| s.author = "Facebook, Inc. and its affiliates" s.platforms = { :ios => "9.0", :tvos => "9.2" } s.source = source - s.header_dir = "ReactCommon" # Use global header_dir for all subspecs for use_framework compatibility + s.header_dir = "ReactCommon" # Use global header_dir for all subspecs for use_frameworks! compatibility s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/Headers/Private/React-Core\"", "USE_HEADERMAP" => "YES", diff --git a/template/ios/Podfile b/template/ios/Podfile index d2308f1fa327f4..fd8b1aa03aca4f 100644 --- a/template/ios/Podfile +++ b/template/ios/Podfile @@ -78,8 +78,8 @@ target 'HelloWorld' do use_native_modules! # For enabling Flipper. - # Note that if you use_framework!, flipper will no work. - # Disable these lines if you are doing use_framework! + # Note that if you use_frameworks!, flipper will no work. + # Disable these lines if you are doing use_frameworks! flipper_pods() post_install do |installer| flipper_post_install(installer)