Skip to content

Commit

Permalink
fixed resource bundle name in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Brazol committed Dec 18, 2024
1 parent 5ca5243 commit 73e7247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wakelock_plus/ios/wakelock_plus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ Plugin that allows you to keep the device screen awake, i.e. prevent the screen

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.resource_bundles = {'thermal' => ['Resources/PrivacyInfo.xcprivacy']}
s.resource_bundles = {'wakelock_plus_privacy' => ['Resources/PrivacyInfo.xcprivacy']}
end

0 comments on commit 73e7247

Please sign in to comment.