Skip to content

Commit

Permalink
Assert macOS framework artifact contains xcprivacy manifest (flutter#…
Browse files Browse the repository at this point in the history
…155189)

Add tool test to validate a built macOS app contains the FlutterMacOS framework xcprivacy manifest.

Blocked on flutter/engine#55078 rolling in.
  • Loading branch information
jmagman authored and thejitenpatel committed Sep 26, 2024
1 parent ff1ca1e commit 98fb57a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ void main() {
expect(outputFlutterFramework.childDirectory('Headers'), isNot(exists));
expect(outputFlutterFramework.childLink('Modules'), isNot(exists));
expect(outputFlutterFramework.childDirectory('Modules'), isNot(exists));
expect(outputFlutterFramework.childFile('PrivacyInfo.xcprivacy'), exists);

// Build again without cleaning.
final ProcessResult secondBuild = processManager.runSync(buildCommand, workingDirectory: workingDirectory);
Expand Down

0 comments on commit 98fb57a

Please sign in to comment.