Skip to content

Commit

Permalink
Merge pull request #81 from Brazol/podspec-fix
Browse files Browse the repository at this point in the history
fixed resource bundle name in podspec
  • Loading branch information
diegotori authored Dec 20, 2024
2 parents 5ca5243 + 73e7247 commit 01e3ffc
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 01e3ffc

Please sign in to comment.