| /expo/packages/@expo/cli/src/start/platforms/__tests__/ |
| H A D | ExpoGoInstaller-test.ts | 86 const installer = createInstaller('android'); constant 96 const installer = createInstaller('android'); constant 106 const installer = createInstaller('android'); constant 129 const installer = createInstaller('android'); constant 140 const installer = createInstaller('android'); constant 153 const installer = createInstaller('android'); constant 163 const installer = createInstaller('ios'); constant 175 const installer = createInstaller('ios'); constant 211 const installer = createInstaller('android'); constant 225 const installer = createInstaller('android'); constant [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/ |
| H A D | utils.rb | 38 def self.has_pod(installer, name) argument 39 installer.pods_project.pod_group(name) != nil 57 projects = installer.aggregate_targets 60 .push(installer.pods_project) 77 projects = installer.aggregate_targets 80 .push(installer.pods_project) 91 def self.fix_library_search_paths(installer) argument 92 projects = installer.aggregate_targets 95 .push(installer.pods_project) 122 def self.apply_mac_catalyst_patches(installer) argument [all …]
|
| H A D | new_architecture.rb | 10 def self.set_clang_cxx_language_standard_if_needed(installer) argument 13 installer.pods_project.targets.each do |target| 20 projects = installer.aggregate_targets 36 def self.modify_flags_for_new_architecture(installer, is_new_arch_enabled) argument 42 installer.aggregate_targets.each do |aggregate_target| 51 …installer.target_installation_results.pod_target_installation_results.each do |pod_name, target_in…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/ |
| H A D | utils.rb | 38 def self.has_pod(installer, name) argument 39 installer.pods_project.pod_group(name) != nil 57 projects = installer.aggregate_targets 60 .push(installer.pods_project) 77 projects = installer.aggregate_targets 80 .push(installer.pods_project) 91 def self.fix_library_search_paths(installer) argument 92 projects = installer.aggregate_targets 95 .push(installer.pods_project) 110 def self.apply_mac_catalyst_patches(installer) argument [all …]
|
| H A D | new_architecture.rb | 15 def self.set_clang_cxx_language_standard_if_needed(installer) argument 18 installer.pods_project.targets.each do |target| 25 projects = installer.aggregate_targets 41 def self.modify_flags_for_new_architecture(installer, is_new_arch_enabled) argument 47 installer.aggregate_targets.each do |aggregate_target| 56 …installer.target_installation_results.pod_target_installation_results.each do |pod_name, target_in…
|
| H A D | jsengine.rb | 38 def add_copy_hermes_framework_script_phase(installer, react_native_path) argument 41 project = installer.generated_aggregate_targets.first.user_project 50 def remove_copy_hermes_framework_script_phase(installer, react_native_path) argument 53 project = installer.generated_aggregate_targets.first.user_project
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/ |
| H A D | utils.rb | 38 def self.has_pod(installer, name) argument 39 installer.pods_project.pod_group(name) != nil 57 projects = self.extract_projects(installer) 73 projects = self.extract_projects(installer) 84 def self.fix_library_search_paths(installer) argument 100 def self.apply_mac_catalyst_patches(installer) argument 124 def self.apply_xcode_15_patch(installer) argument 200 def self.update_search_paths(installer) argument 239 def self.extract_projects(installer) argument 240 return installer.aggregate_targets [all …]
|
| H A D | new_architecture.rb | 15 def self.set_clang_cxx_language_standard_if_needed(installer) argument 18 installer.pods_project.targets.each do |target| 25 projects = installer.aggregate_targets 41 def self.modify_flags_for_new_architecture(installer, is_new_arch_enabled) argument 47 installer.aggregate_targets.each do |aggregate_target| 63 …installer.target_installation_results.pod_target_installation_results.each do |pod_name, target_in…
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | new_architecture-test.rb | 21 installer = prepare_mocked_installer_with_react_core 22 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 31 installer = prepare_mocked_installer_without_react_core 32 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 36 … assert_equal(installer.pods_project.targets[0].received_resolved_build_setting_parameters, []) 41 installer = prepare_mocked_installer_with_react_core_and_different_language_standards 42 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 62 installer = prepare_installer_for_cpp_flags( 70 NewArchitectureHelper.modify_flags_for_new_architecture(installer, false) 92 installer = prepare_installer_for_cpp_flags( [all …]
|
| H A D | utils-test.rb | 145 result = ReactNativePodsUtils.has_pod(installer, "some_pod") 157 result = ReactNativePodsUtils.has_pod(installer, "some_pod") 170 installer = InstallerMock.new(PodsProjectMock.new(), [ 189 installer = InstallerMock.new(pods_projects_mock, [ 284 installer = InstallerMock.new(pods_projects_mock, [ 289 ReactNativePodsUtils.fix_library_search_paths(installer) 347 installer = InstallerMock.new(pods_projects_mock, [ 393 installer = InstallerMock.new(pod_target_installation_results: { 446 installer = InstallerMock.new(pods_projects_mock, [ 451 ReactNativePodsUtils.apply_mac_catalyst_patches(installer) [all …]
|
| H A D | flipper-test.rb | 75 installer = prepare_mocked_installer 78 flipper_post_install(installer) 81 yoga_target = installer.target_with_name("YogaKit") 86 reactCore_target = installer.target_with_name("React-Core")
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | ExpoModulesHostObject.cpp | 14 ExpoModulesHostObject::ExpoModulesHostObject(JSIInteropModuleRegistry *installer) in ExpoModulesHostObject() argument 15 : installer(installer) {} in ExpoModulesHostObject() 22 installer->jsRegistry.reset(); in ~ExpoModulesHostObject() 23 installer->runtimeHolder.reset(); in ~ExpoModulesHostObject() 24 installer->jsInvoker.reset(); in ~ExpoModulesHostObject() 25 installer->nativeInvoker.reset(); in ~ExpoModulesHostObject() 26 installer->jniDeallocator.reset(); in ~ExpoModulesHostObject() 32 if (!installer->hasModule(cName)) { in get() 43 auto module = installer->getModule(cName); in get() 44 module->cthis()->jsiInteropModuleRegistry = installer; in get() [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | new_architecture-test.rb | 22 installer = prepare_mocked_installer_with_react_core 23 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 32 installer = prepare_mocked_installer_without_react_core 33 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 37 … assert_equal(installer.pods_project.targets[0].received_resolved_build_setting_parameters, []) 42 installer = prepare_mocked_installer_with_react_core_and_different_language_standards 43 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 63 installer = prepare_installer_for_cpp_flags( 71 NewArchitectureHelper.modify_flags_for_new_architecture(installer, false) 93 installer = prepare_installer_for_cpp_flags( [all …]
|
| H A D | utils-test.rb | 160 result = ReactNativePodsUtils.has_pod(installer, "some_pod") 172 result = ReactNativePodsUtils.has_pod(installer, "some_pod") 185 installer = InstallerMock.new(PodsProjectMock.new(), [ 204 installer = InstallerMock.new(pods_projects_mock, [ 299 installer = InstallerMock.new(pods_projects_mock, [ 304 ReactNativePodsUtils.fix_library_search_paths(installer) 354 installer = InstallerMock.new(pod_target_installation_results: { 376 ReactNativePodsUtils.turn_off_resource_bundle_react_core(installer) 407 installer = InstallerMock.new(pods_projects_mock, [ 412 ReactNativePodsUtils.apply_mac_catalyst_patches(installer) [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/__tests__/ |
| H A D | new_architecture-test.rb | 22 installer = prepare_mocked_installer_with_react_core 23 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 32 installer = prepare_mocked_installer_without_react_core 33 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 37 … assert_equal(installer.pods_project.targets[0].received_resolved_build_setting_parameters, []) 42 installer = prepare_mocked_installer_with_react_core_and_different_language_standards 43 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 63 installer = prepare_installer_for_cpp_flags( 71 NewArchitectureHelper.modify_flags_for_new_architecture(installer, false) 93 installer = prepare_installer_for_cpp_flags( [all …]
|
| H A D | utils-test.rb | 184 installer = InstallerMock.new(PodsProjectMock.new(), [ 203 installer = InstallerMock.new(pods_projects_mock, [ 298 installer = InstallerMock.new(pods_projects_mock, [ 406 installer = InstallerMock.new(pods_projects_mock, [ 466 installer = InstallerMock.new(pods_projects_mock, [ 500 installer = InstallerMock.new(pods_projects_mock, [ 616 installer = InstallerMock.new(pods_projects_mock, [ 621 ReactNativePodsUtils.update_search_paths(installer) 660 installer = InstallerMock.new(pods_projects_mock, [ 665 ReactNativePodsUtils.update_search_paths(installer) [all …]
|
| /expo/packages/expo-modules-autolinking/scripts/ios/ |
| H A D | react_import_patcher.rb | 6 public def initialize(installer, options) argument 7 @root = installer.sandbox.root 8 @module_dirs = get_module_dirs(installer) 38 private def get_module_dirs(installer) argument 39 unless installer.pods_project 45 installer.pods_project.development_pods.children.each do |pod| 48 project = Xcodeproj::Project.open(File.join(installer.sandbox.root, pod.path))
|
| /expo/template-files/ios/ |
| H A D | ExpoKit-Podfile-versioned | 18 post_install do |installer| 19 installer.pods_project.main_group.tab_width = '2'; 20 installer.pods_project.main_group.indent_width = '2'; 23 __apply_Xcode_12_5_M1_post_install_workaround(installer) if installer.pods_project 25 installer.target_installation_results.pod_target_installation_results
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/ |
| H A D | react_native_pods.rb | 227 installer, argument 231 ReactNativePodsUtils.turn_off_resource_bundle_react_core(installer) 235 if ReactNativePodsUtils.has_pod(installer, 'Flipper') 236 flipper_post_install(installer) 239 fabric_enabled = ReactNativePodsUtils.has_pod(installer, 'React-Fabric') 242 ReactNativePodsUtils.fix_library_search_paths(installer) 243 ReactNativePodsUtils.update_search_paths(installer) 246 ReactNativePodsUtils.apply_xcode_15_patch(installer) 248 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 361 def __apply_Xcode_12_5_M1_post_install_workaround(installer) argument [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | react_native_pods.rb | 203 ReactNativePodsUtils.turn_off_resource_bundle_react_core(installer) 207 if ReactNativePodsUtils.has_pod(installer, 'Flipper') 208 flipper_post_install(installer) 215 add_copy_hermes_framework_script_phase(installer, react_native_path) 217 remove_copy_hermes_framework_script_phase(installer, react_native_path) 221 ReactNativePodsUtils.exclude_i386_architecture_while_using_hermes(installer) 222 ReactNativePodsUtils.fix_library_search_paths(installer) 223 ReactNativePodsUtils.set_node_modules_user_settings(installer, react_native_path) 225 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 338 def __apply_Xcode_12_5_M1_post_install_workaround(installer) argument [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | react_native_pods.rb | 151 ReactNativePodsUtils.turn_off_resource_bundle_react_core(installer) 153 ReactNativePodsUtils.apply_mac_catalyst_patches(installer) if mac_catalyst_enabled 155 if ReactNativePodsUtils.has_pod(installer, 'Flipper') 156 flipper_post_install(installer) 159 ReactNativePodsUtils.exclude_i386_architecture_while_using_hermes(installer) 160 ReactNativePodsUtils.fix_library_search_paths(installer) 161 ReactNativePodsUtils.fix_react_bridging_header_search_paths(installer) 162 ReactNativePodsUtils.set_node_modules_user_settings(installer, react_native_path) 164 NewArchitectureHelper.set_clang_cxx_language_standard_if_needed(installer) 275 def __apply_Xcode_12_5_M1_post_install_workaround(installer) argument [all …]
|
| /expo/packages/expo/scripts/ |
| H A D | autolinking.rb | 27 def expo_patch_react_imports!(installer, options = {}) argument 28 unless installer.is_a?(Pod::Installer) 33 Expo::ReactImportPatcher.new(installer, options).run!
|
| /expo/templates/expo-template-tv/ios/ |
| H A D | Podfile | 38 post_install do |installer| 40 installer, 44 __apply_Xcode_12_5_M1_post_install_workaround(installer) 48 installer.target_installation_results.pod_target_installation_results 58 post_integrate do |installer| 60 expo_patch_react_imports!(installer)
|
| /expo/apps/bare-expo/ios/ |
| H A D | Podfile | 46 post_install do |installer| 47 …# `installer.pods_project` might be nil for `incremental_installation: true` and no new project ge… 48 if installer.pods_project 50 installer, 54 __apply_Xcode_12_5_M1_post_install_workaround(installer) 59 installer.target_installation_results.pod_target_installation_results 69 post_integrate do |installer| 71 expo_patch_react_imports!(installer)
|
| /expo/ios/vendored/sdk47/react-native-reanimated/ios/native/ |
| H A D | UIResponder+Reanimated.mm | 21 const auto installer = ABI47_0_0reanimated::ABI47_0_0REAJSIExecutorRuntimeInstaller(bridge, NULL); 25 return std::make_unique<ExecutorFactory>(ABI47_0_0RCTJSIExecutorRuntimeInstaller(installer)); 27 return std::make_unique<ExecutorFactory>(installer);
|