Fix typo in MacOS and iOS export settings

This commit is contained in:
Aiden Storey 2025-03-10 23:41:21 -04:00
parent 7716a4cba0
commit 65a0ace3bc
5 changed files with 14 additions and 14 deletions

View file

@ -131,7 +131,7 @@ static const DataCollectionInfo data_collect_type_info[] = {
{ "customer_support", "NSPrivacyCollectedDataTypeCustomerSupport" },
{ "other_user_content", "NSPrivacyCollectedDataTypeOtherUserContent" },
{ "browsing_history", "NSPrivacyCollectedDataTypeBrowsingHistory" },
{ "search_hhistory", "NSPrivacyCollectedDataTypeSearchHistory" },
{ "search_history", "NSPrivacyCollectedDataTypeSearchHistory" },
{ "user_id", "NSPrivacyCollectedDataTypeUserID" },
{ "device_id", "NSPrivacyCollectedDataTypeDeviceID" },
{ "purchase_history", "NSPrivacyCollectedDataTypePurchaseHistory" },