Update privacyManifests
This commit is contained in:
@@ -112,6 +112,34 @@ module.exports = function (_config) {
|
|||||||
'com.apple.security.application-groups': 'group.app.bsky',
|
'com.apple.security.application-groups': 'group.app.bsky',
|
||||||
},
|
},
|
||||||
privacyManifests: {
|
privacyManifests: {
|
||||||
|
NSPrivacyCollectedDataTypes: [
|
||||||
|
{
|
||||||
|
NSPrivacyCollectedDataType: 'NSPrivacyCollectedDataTypeCrashData',
|
||||||
|
NSPrivacyCollectedDataTypeLinked: false,
|
||||||
|
NSPrivacyCollectedDataTypeTracking: false,
|
||||||
|
NSPrivacyCollectedDataTypePurposes: [
|
||||||
|
'NSPrivacyCollectedDataTypePurposeAppFunctionality',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
NSPrivacyCollectedDataType:
|
||||||
|
'NSPrivacyCollectedDataTypePerformanceData',
|
||||||
|
NSPrivacyCollectedDataTypeLinked: false,
|
||||||
|
NSPrivacyCollectedDataTypeTracking: false,
|
||||||
|
NSPrivacyCollectedDataTypePurposes: [
|
||||||
|
'NSPrivacyCollectedDataTypePurposeAppFunctionality',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
NSPrivacyCollectedDataType:
|
||||||
|
'NSPrivacyCollectedDataTypeOtherDiagnosticData',
|
||||||
|
NSPrivacyCollectedDataTypeLinked: false,
|
||||||
|
NSPrivacyCollectedDataTypeTracking: false,
|
||||||
|
NSPrivacyCollectedDataTypePurposes: [
|
||||||
|
'NSPrivacyCollectedDataTypePurposeAppFunctionality',
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
NSPrivacyAccessedAPITypes: [
|
NSPrivacyAccessedAPITypes: [
|
||||||
{
|
{
|
||||||
NSPrivacyAccessedAPIType:
|
NSPrivacyAccessedAPIType:
|
||||||
|
|||||||
Reference in New Issue
Block a user