Fix `NSPrivacyCollectedDataTypes` array in privacy manifest (#49041)

In https://github.com/flutter/engine/pull/48951 `NSPrivacyCollectedDataTypes` is an array with an empty dictionary, but the privacy report wants an empty array or it errors:

<img width="523" alt="Screenshot 2023-12-14 at 10 02 52 AM" src="https://github.com/flutter/flutter/assets/682784/a128b384-db2f-49d7-8b71-7965f2826de8">

When this is fixed the privacy report is blank, but that seems to be an Xcode bug?  Will investigate.

[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style
diff --git a/shell/platform/darwin/ios/framework/PrivacyInfo.xcprivacy b/shell/platform/darwin/ios/framework/PrivacyInfo.xcprivacy
index e656417..d4bc7fc 100644
--- a/shell/platform/darwin/ios/framework/PrivacyInfo.xcprivacy
+++ b/shell/platform/darwin/ios/framework/PrivacyInfo.xcprivacy
@@ -7,9 +7,7 @@
 	<key>NSPrivacyTrackingDomains</key>
 	<array/>
 	<key>NSPrivacyCollectedDataTypes</key>
-	<array>
-		<dict/>
-	</array>
+	<array/>
 	<key>NSPrivacyAccessedAPITypes</key>
 	<array>
 		<dict>