| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/ |
| H A D | new_architecture.rb | 84 hash = spec.to_hash 110 spec.dependency "React-Core" 118 spec.dependency "RCTRequired" 119 spec.dependency "RCTTypeSafety" 123 spec.dependency "Yoga" 124 spec.dependency "React-Fabric" 125 spec.dependency "React-graphics" 126 spec.dependency "React-utils" 127 spec.dependency "React-debug" 130 spec.dependency "hermes-engine" [all …]
|
| H A D | codegen_utils.rb | 41 def generate_react_codegen_podspec!(spec, codegen_output_dir, file_manager: File) argument 57 f.write(spec.to_json) 105 spec = { 139 spec[:'dependencies'].merge!({ 148 spec[:'dependencies'].merge!({ 152 spec[:'dependencies'].merge!({ 158 spec[:dependencies].merge!({ 166 spec[:'script_phases'] = script_phases 169 return spec
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/yoga/ |
| H A D | ABI49_0_0Yoga.podspec | 11 Pod::Spec.new do |spec| 12 spec.name = 'ABI49_0_0Yoga' 13 spec.version = '1.14.0' 14 spec.license = { :type => 'MIT' } 21 spec.authors = 'Facebook' 22 spec.source = { :path => "." } 25 spec.header_dir = 'ABI49_0_0yoga' 26 spec.requires_arc = false 27 spec.pod_target_xcconfig = { 30 spec.compiler_flags = [ [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/yoga/ |
| H A D | ABI48_0_0Yoga.podspec | 11 Pod::Spec.new do |spec| 12 spec.name = 'ABI48_0_0Yoga' 13 spec.version = '1.14.0' 14 spec.license = { :type => 'MIT' } 21 spec.authors = 'Facebook' 22 spec.source = { :path => "." } 25 spec.header_dir = 'ABI48_0_0yoga' 26 spec.requires_arc = false 27 spec.pod_target_xcconfig = { 30 spec.compiler_flags = [ [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/yoga/ |
| H A D | ABI47_0_0Yoga.podspec | 11 Pod::Spec.new do |spec| 12 spec.name = 'ABI47_0_0Yoga' 13 spec.version = '1.14.0' 14 spec.license = { :type => 'MIT' } 21 spec.authors = 'Facebook' 22 spec.source = { :path => "." } 25 spec.header_dir = 'ABI47_0_0yoga' 26 spec.requires_arc = false 27 spec.pod_target_xcconfig = { 30 spec.compiler_flags = [ [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/ |
| H A D | new_architecture.rb | 65 def self.install_modules_dependencies(spec, new_arch_enabled, folly_version) argument 68 hash = spec.to_hash 81 spec.dependency "React-Core" 82 spec.dependency "RCT-Folly", '2021.07.22.00' 86 spec.dependency "React-RCTFabric" # This is for Fabric Component 87 spec.dependency "ABI48_0_0React-Codegen" 89 spec.dependency "RCTRequired" 90 spec.dependency "RCTTypeSafety" 91 spec.dependency "ReactCommon/turbomodule/bridging" 92 spec.dependency "ReactCommon/turbomodule/core" [all …]
|
| H A D | codegen_utils.rb | 40 def generate_react_codegen_podspec!(spec, codegen_output_dir) argument 56 f.write(spec.to_json) 77 spec = { 114 spec[:'dependencies'].merge!({ 121 spec[:'dependencies'].merge!({ 125 spec[:'dependencies'].merge!({ 132 spec[:'script_phases'] = script_phases 135 return spec
|
| /expo/packages/@expo/package-manager/src/node/ |
| H A D | NpmPackageManager.ts | 40 : this.runAsync(['install', '--save', ...flags, ...unversioned.map((spec) => spec.raw)]) 60 ...unversioned.map((spec) => spec.raw), 105 .forEach((spec) => { 108 if (spec && spec.rawSpec && spec.type !== 'tag') { 109 result.versioned.push(spec); 110 } else if (spec) { 111 result.unversioned.push(spec); 135 packageSpecs.forEach((spec) => { 137 pkg[packageType][spec.name!] = spec.rawSpec;
|
| /expo/packages/@expo/package-manager/build/node/ |
| H A D | NpmPackageManager.js | 36 … : this.runAsync(['install', '--save', ...flags, ...unversioned.map((spec) => spec.raw)])); 49 ...unversioned.map((spec) => spec.raw), 81 .forEach((spec) => { 84 if (spec && spec.rawSpec && spec.type !== 'tag') { 85 result.versioned.push(spec); 87 else if (spec) { 88 result.unversioned.push(spec); 104 packageSpecs.forEach((spec) => { 106 pkg[packageType][spec.name] = spec.rawSpec;
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/sdks/hermes-engine/ |
| H A D | ABI49_0_0hermes-engine.podspec | 28 Pod::Spec.new do |spec| 30 spec.version = version 35 spec.author = "Facebook" 36 spec.source = source 40 spec.source_files = '' 42 spec.pod_target_xcconfig = { 63 spec.subspec 'Hermes' do |ss| 69 spec.subspec 'JSI' do |ss| 75 spec.subspec 'Public' do |ss| 87 spec.user_target_xcconfig = { [all …]
|
| /expo/packages/expo-modules-autolinking/scripts/ios/cocoapods/ |
| H A D | sandbox.rb | 26 spec = _original_store_podspec.bind(self).(name, podspec, _external_source, json) 31 spec_json = JSON.parse(spec.to_pretty_json) 58 patched_spec.defined_in_file = spec.defined_in_file 59 patched_spec.instance_variable_set(:@checksum, spec.checksum) 60 @stored_podspecs[spec.name] = patched_spec 64 return spec
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | new_architecture-test.rb | 119 spec = SpecMock.new 122 NewArchitectureHelper.install_modules_dependencies(spec, true, '2021.07.22.00') 125 assert_equal(spec.compiler_flags, NewArchitectureHelper.folly_compiler_flags) 127 assert_equal(spec.pod_target_xcconfig["CLANG_CXX_LANGUAGE_STANDARD"], "c++17") 130 spec.dependencies, 145 spec = SpecMock.new 146 spec.compiler_flags = '-Wno-nullability-completeness' 148 spec.pod_target_xcconfig = { 153 NewArchitectureHelper.install_modules_dependencies(spec, false, '2021.07.22.00') 158 assert_equal(spec.pod_target_xcconfig["CLANG_CXX_LANGUAGE_STANDARD"], "c++17") [all …]
|
| H A D | codegen_utils-test.rb | 48 spec = { :name => "Test Podspec" } 53 CodegenUtils.new().generate_react_codegen_podspec!(spec, codegen_output_dir) 65 spec = { :name => "Test Podspec" } 69 CodegenUtils.new().generate_react_codegen_podspec!(spec, codegen_output_dir) 490 spec = {
|
| /expo/apps/jest-expo-mock-generator/ |
| H A D | App.js | 127 spec.modulesConstants.type = 'mock'; 131 (spec, moduleName) => ({ 132 ...spec, 140 return spec; 146 .reduce((spec, key) => { 150 return { ...spec, [key]: { type, mock } }; 153 const _addFunctionTypes = (spec, methods) => argument 157 (spec, methodName) => ({ 158 ...spec, 160 ...spec[methodName], [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | new_architecture-test.rb | 125 spec = SpecMock.new 128 NewArchitectureHelper.install_modules_dependencies(spec, true, '2021.07.22.00') 131 assert_equal(spec.compiler_flags, NewArchitectureHelper.folly_compiler_flags) 133 assert_equal(spec.pod_target_xcconfig["CLANG_CXX_LANGUAGE_STANDARD"], "c++17") 136 spec.dependencies, 158 spec = SpecMock.new 159 spec.compiler_flags = '-Wno-nullability-completeness' 161 spec.pod_target_xcconfig = { 166 NewArchitectureHelper.install_modules_dependencies(spec, false, '2021.07.22.00') 171 assert_equal(spec.pod_target_xcconfig["CLANG_CXX_LANGUAGE_STANDARD"], "c++17") [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/sdks/hermes-engine/ |
| H A D | ABI47_0_0hermes-engine.podspec | 51 Pod::Spec.new do |spec| 52 spec.name = "ABI47_0_0hermes-engine" 53 spec.version = version 56 spec.homepage = "https://hermesengine.dev" 57 spec.license = package["license"] 58 spec.author = "Facebook" 59 spec.source = source 60 spec.platforms = { :osx => "10.13", :ios => "12.4" } 63 spec.source_files = "destroot/include/**/*.h" 64 spec.header_mappings_dir = "destroot/include" [all …]
|
| /expo/tools/src/vendoring/ |
| H A D | IosVendoring.ts | 95 ? subspecs.filter((spec) => podspecDefaultSubspecsArray.includes(spec.name)) 97 for (const spec of defaultSubspecs) { constant 99 spec.source_files, 100 spec.ios?.source_files ?? [], 101 spec.preserve_paths ?? []
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/sdks/hermes-engine/ |
| H A D | ABI48_0_0hermes-engine.podspec | 61 Pod::Spec.new do |spec| 63 spec.version = version 68 spec.author = "Facebook" 69 spec.source = source 73 spec.source_files = '' 75 spec.xcconfig = { 93 spec.subspec 'Hermes' do |ss| 99 spec.subspec 'JSI' do |ss| 105 spec.subspec 'Public' do |ss| 123 spec.user_target_xcconfig = { [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/ |
| H A D | codegen_utils.rb | 40 def generate_react_codegen_podspec!(spec, codegen_output_dir) argument 56 f.write(spec.to_json) 76 spec = { 112 spec[:'dependencies'].merge!({ 120 spec[:'script_phases'] = script_phases 123 return spec
|
| /expo/apps/test-suite/ |
| H A D | AppNavigator.js | 14 const spec = { variable 24 const transitionSpec = shouldDisableTransition ? { open: spec, close: spec } : undefined;
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | codegen_utils-test.rb | 46 spec = { :name => "Test Podspec" } 51 CodegenUtils.new().generate_react_codegen_podspec!(spec, codegen_output_dir) 63 spec = { :name => "Test Podspec" } 67 CodegenUtils.new().generate_react_codegen_podspec!(spec, codegen_output_dir) 374 spec = {
|
| /expo/tools/src/prebuilds/ |
| H A D | XcodeGen.ts | 31 export async function generateXcodeProjectAsync(dir: string, spec: ProjectSpec): Promise<string> { 32 const specPath = path.join(dir, `${spec.name}.spec.json`); 35 await fs.outputJSON(specPath, spec, { 48 return path.join(dir, `${spec.name}.xcodeproj`);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | react_native_pods.rb | 177 def install_modules_dependencies(spec, new_arch_enabled: ENV['RCT_NEW_ARCH_ENABLED'] == "1") argument 178 NewArchitectureHelper.install_modules_dependencies(spec, new_arch_enabled, $FOLLY_VERSION) 235 def use_react_native_codegen_ABI48_0_0!(spec, options={}) argument 243 …library_name = options[:library_name] ||= "#{spec.name.gsub('_','-').split('-').collect(&:capitali… 308 spec.prepare_command = prepare_command 312 spec.script_phase = {
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/ |
| H A D | react_native_pods.rb | 200 def install_modules_dependencies(spec, new_arch_enabled: ENV['RCT_NEW_ARCH_ENABLED'] == "1") argument 201 NewArchitectureHelper.install_modules_dependencies(spec, new_arch_enabled, $FOLLY_VERSION) 258 def use_react_native_codegen_ABI49_0_0!(spec, options={}) argument 266 …library_name = options[:library_name] ||= "#{spec.name.gsub('_','-').split('-').collect(&:capitali… 331 spec.prepare_command = prepare_command 335 spec.script_phase = {
|
| /expo/packages/expo-dev-launcher/ios/Tests/ |
| H A D | EXDevLauncherTest.swift | 7 override func spec() { in spec() function
|