Skip to content

Commit

Permalink
fix: corrected podfile static library snippet indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Murat Mehmet committed Jul 16, 2024
1 parent c59d1e4 commit 605fb37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tasks/podFileTask.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ async function applyUseFrameworksModification(
ifNotPresent:
'Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies',
prepend: `Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}
installer.pod_targets.each do |pod|
if $static_libs.include?(pod.name)
def pod.build_type;
installer.pod_targets.each do |pod|
if $static_libs.include?(pod.name)
def pod.build_type;
Pod::BuildType.static_library
end
end
Expand Down

0 comments on commit 605fb37

Please sign in to comment.