Lines Matching refs:installer
38 def self.has_pod(installer, name) argument
39 installer.pods_project.pod_group(name) != nil
42 def self.turn_off_resource_bundle_react_core(installer) argument
45 …installer.target_installation_results.pod_target_installation_results.each do |pod_name, target_in…
56 def self.exclude_i386_architecture_while_using_hermes(installer) argument
57 projects = self.extract_projects(installer)
60 excluded_archs_default = self.has_pod(installer, 'hermes-engine') ? "i386" : ""
71 def self.set_node_modules_user_settings(installer, react_native_path) argument
73 projects = self.extract_projects(installer)
84 def self.fix_library_search_paths(installer) argument
85 projects = self.extract_projects(installer)
100 def self.apply_mac_catalyst_patches(installer) argument
102 installer.pods_project.targets.each do |target|
110 installer.aggregate_targets.each do |aggregate_target|
124 def self.apply_xcode_15_patch(installer) argument
125 installer.target_installation_results.pod_target_installation_results
136 def self.apply_flags_for_fabric(installer, fabric_enabled: false) argument
139 self.add_compiler_flag_to_project(installer, fabric_flag)
141 self.remove_compiler_flag_from_project(installer, fabric_flag)
200 def self.update_search_paths(installer) argument
203 projects = self.extract_projects(installer)
222 …installer.target_installation_results.pod_target_installation_results.each do |pod_name, target_in…
239 def self.extract_projects(installer) argument
240 return installer.aggregate_targets
243 .push(installer.pods_project)
246 def self.add_compiler_flag_to_project(installer, flag, configuration: nil) argument
247 projects = self.extract_projects(installer)
257 def self.remove_compiler_flag_from_project(installer, flag, configuration: nil) argument
258 projects = self.extract_projects(installer)
268 def self.add_compiler_flag_to_pods(installer, flag, configuration: nil) argument
269 …installer.target_installation_results.pod_target_installation_results.each do |pod_name, target_in…