Skip to content

Commit

Permalink
fixed target name
Browse files Browse the repository at this point in the history
  • Loading branch information
Brazol committed Dec 18, 2024
1 parent c227fdb commit 1583116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dogfooding/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ post_install do |installer|
end

installer.pods_project.targets.each do |target|
if target.name == 'wakelock_plus' # Replace with the actual package name
if target.name == 'wakelock_plus-thermal' # Replace with the actual package name
target.resources_build_phase.files.each do |file|
if file.file_ref.path.include?('thermal.bundle')
file.file_ref.set_path('wakelock_plus_privacy.bundle') # Rename the bundle for PackageA
Expand Down

0 comments on commit 1583116

Please sign in to comment.