more ios cocoapod work- add the doubleconversion HSP, update the text input import file path

This commit is contained in:
Christopher Hogan 2019-09-11 17:14:48 -07:00
Родитель f3a5b80cf1
Коммит 92d82859ee
12 изменённых файлов: 15 добавлений и 10 удалений

Просмотреть файл

@ -7,7 +7,7 @@
#import <React/RCTUIKit.h> // TODO(macOS ISS#2323203)
#import <RCTText/RCTTextUIKit.h> // TODO(macOS ISS#2323203)
#import <React/RCTTextUIKit.h> // TODO(macOS ISS#2323203)
#import "RCTBackedTextInputViewProtocol.h"

Просмотреть файл

@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
#import "RCTUITextView.h"
#import <React/RCTUITextView.h>
#import <React/RCTUtils.h>
#import <React/UIView+React.h>

Просмотреть файл

@ -6,6 +6,7 @@
*/
#import "RCTBackedTextInputDelegateAdapter.h"
#import "../RCTTextUIKit.h" // TODO(macOS ISS#2323203)
#pragma mark - RCTBackedTextFieldDelegateAdapter (for UITextField)

Просмотреть файл

@ -6,7 +6,6 @@
*/
#import <React/RCTUIKit.h> // [TODO(macOS ISS#2323203)
#import <RCTText/RCTTextUIKit.h>
#if TARGET_OS_OSX
NS_ASSUME_NONNULL_BEGIN

Просмотреть файл

@ -19,6 +19,7 @@
#import "RCTInputAccessoryViewContent.h"
#import "RCTTextAttributes.h"
#import "RCTTextSelection.h"
#import "../RCTTextUIKit.h" // TODO(macOS ISS#2323203)
@implementation RCTBaseTextInputView {
__weak RCTBridge *_bridge;

Просмотреть файл

@ -7,7 +7,7 @@
#import <React/RCTUIKit.h> // TODO(macOS ISS#2323203)
#import <RCTText/RCTTextUIKit.h> // TODO(macOS ISS#2323203)
#import <React/RCTTextUIKit.h> // TODO(macOS ISS#2323203)
#import "RCTBackedTextInputViewProtocol.h"

Просмотреть файл

@ -34,7 +34,10 @@ Pod::Spec.new do |s|
s.exclude_files = "DevSupport/**/*",
"Fabric/**/*",
"Inspector/**/*"
s.ios.exclude_files = "**/RCTTV*.*"
s.ios.exclude_files = "**/RCTTV*.*",
# Microsoft CocoaPod Support
"**/MacOS/*"
# Microsoft CocoaPod Support
s.tvos.exclude_files = "Modules/RCTClipboard*",
"Views/RCTDatePicker*",
"Views/RCTPicker*",

Просмотреть файл

@ -34,9 +34,10 @@ Pod::Spec.new do |s|
s.exclude_files = "SampleCxxModule.*",
# Microsoft CocoaPod Support [
"*V8*", # Android uses V8 files for Chromium that Apple platforms should ignore
"File.*"
# ] Microsoft CocoaPod Support
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\"" }
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
s.header_dir = "cxxreact"
s.dependency "boost-for-react-native", "1.63.0"

Просмотреть файл

@ -33,7 +33,7 @@ Pod::Spec.new do |s|
s.source_files = "jsireact/*.{cpp,h}"
s.compiler_flags = folly_compiler_flags + ' ' + boost_compiler_flags
s.header_dir = "jsireact"
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\"" }
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
s.dependency "React-cxxreact", version
s.dependency "Folly", folly_version

Просмотреть файл

@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.source = source
s.source_files = "jsireact/*.{cpp,h}"
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\"" }
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
s.header_dir = "jsireact"
s.dependency "React-cxxreact", version

Просмотреть файл

@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.source = source
s.source_files = "*.{cpp,h}"
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\"" }
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
s.header_dir = "jsireact"
s.xcconfig = { "OTHER_CFLAGS" => "$(inherited) -DRN_TURBO_MODULE_ENABLED" }

Просмотреть файл

@ -32,7 +32,7 @@ Pod::Spec.new do |s|
s.source = source
s.source_files = "*.{cpp,h}"
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\"" }
s.pod_target_xcconfig = { "HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/Folly\" \"$(PODS_ROOT)/DoubleConversion\"" }
s.header_dir = "jsireact"
s.xcconfig = { "OTHER_CFLAGS" => "$(inherited) -DRN_TURBO_MODULE_ENABLED" }