Skip to content

Commit

Permalink
chore: Fix privacy manifest resource bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
koji-1009 committed Aug 15, 2024
1 parent 99df256 commit fa35541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Downloaded by pub (not CocoaPods).

s.platform = :ios, '12.0'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.resource_bundles = {'batery_plus_privacy' => ['battery_plus/Sources/battery_plus/PrivacyInfo.xcprivacy']}
s.resource_bundles = {'battery_plus_privacy' => ['battery_plus/Sources/battery_plus/PrivacyInfo.xcprivacy']}
end

0 comments on commit fa35541

Please sign in to comment.