Skip to content

Commit

Permalink
Fix Privacy Manifest file path by providing targets
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkul committed Jul 23, 2024
1 parent 350779a commit da0f8ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module PrivacyManifestUtils
def self.add_aggregated_privacy_manifest(installer)
user_project = get_user_project_from(installer)
targets = get_application_targets(user_project)
file_path = get_privacyinfo_file_path(user_project)
file_path = get_privacyinfo_file_path(user_project, targets)

privacy_info = read_privacyinfo_file(file_path) || {
"NSPrivacyCollectedDataTypes" => [],
Expand Down

0 comments on commit da0f8ac

Please sign in to comment.