You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-03 16:55:53 +00:00
Fix typo in MacOS and iOS export settings
This commit is contained in:
@@ -436,7 +436,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" },
|
||||
|
||||
Reference in New Issue
Block a user