Skip to content

Commit

Permalink
[in_app_review] enable ios/macos privacy manifest (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
britannio authored Nov 19, 2024
1 parent 768a548 commit c0b07a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion in_app_review/ios/in_app_review.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Flutter plugin for showing the In-App Review/System Rating pop up.
# required reason APIs, update the PrivacyInfo.xcprivacy file to describe your
# plugin's privacy impact, and then uncomment this line. For more information,
# see https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
# s.resource_bundles = {'in_app_review_privacy' => ['in_app_review/Sources/in_app_review/PrivacyInfo.xcprivacy']}
s.resource_bundles = {'in_app_review_privacy' => ['in_app_review/Sources/in_app_review/PrivacyInfo.xcprivacy']}
end
2 changes: 1 addition & 1 deletion in_app_review/ios/in_app_review/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
// reason APIs, update the PrivacyInfo.xcprivacy file to describe your plugin's
// privacy impact, and then uncomment these lines. For more information, see
// https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
// .process("PrivacyInfo.xcprivacy"),
.process("PrivacyInfo.xcprivacy"),

// If you have other resources that need to be bundled with your plugin, refer to
// the following instructions to add them:
Expand Down
2 changes: 1 addition & 1 deletion in_app_review/macos/in_app_review.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Flutter plugin for showing the In-App Review/System Rating pop up.
# data, update the PrivacyInfo.xcprivacy file to describe your plugin's
# privacy impact, and then uncomment this line. For more information,
# see https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
# s.resource_bundles = {'in_app_review_privacy' => ['in_app_review/Sources/in_app_review/PrivacyInfo.xcprivacy']}
s.resource_bundles = {'in_app_review_privacy' => ['in_app_review/Sources/in_app_review/PrivacyInfo.xcprivacy']}

s.dependency 'FlutterMacOS'

Expand Down
2 changes: 1 addition & 1 deletion in_app_review/macos/in_app_review/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
// data, update the PrivacyInfo.xcprivacy file to describe your plugin's
// privacy impact, and then uncomment these lines. For more information, see
// https://developer.apple.com/documentation/bundleresources/privacy_manifest_files
// .process("PrivacyInfo.xcprivacy"),
.process("PrivacyInfo.xcprivacy"),

// If you have other resources that need to be bundled with your plugin, refer to
// the following instructions to add them:
Expand Down

0 comments on commit c0b07a3

Please sign in to comment.