diff --git a/samples/react-native-macos/macos/PrivacyInfo.xcprivacy b/samples/react-native-macos/macos/PrivacyInfo.xcprivacy index 41b8317f06..e9e7208ef3 100644 --- a/samples/react-native-macos/macos/PrivacyInfo.xcprivacy +++ b/samples/react-native-macos/macos/PrivacyInfo.xcprivacy @@ -30,8 +30,43 @@ NSPrivacyCollectedDataTypes - - NSPrivacyTracking - + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeCrashData + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAppFunctionality + + NSPrivacyCollectedDataTypeTracking + + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypePerformanceData + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAppFunctionality + + NSPrivacyCollectedDataTypeTracking + + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeOtherDiagnosticData + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAppFunctionality + + NSPrivacyCollectedDataTypeTracking + + + diff --git a/samples/react-native-macos/macos/sentry-react-native-sample.xcodeproj/project.pbxproj b/samples/react-native-macos/macos/sentry-react-native-sample.xcodeproj/project.pbxproj index bc5901f207..bb60e10c59 100644 --- a/samples/react-native-macos/macos/sentry-react-native-sample.xcodeproj/project.pbxproj +++ b/samples/react-native-macos/macos/sentry-react-native-sample.xcodeproj/project.pbxproj @@ -11,6 +11,7 @@ 514201522437B4B40078DB4F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 514201512437B4B40078DB4F /* Assets.xcassets */; }; 514201552437B4B40078DB4F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 514201532437B4B40078DB4F /* Main.storyboard */; }; 514201582437B4B40078DB4F /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 514201572437B4B40078DB4F /* main.m */; }; + AE8260142CBE780A00EF9AA5 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = AE8260132CBE780A00EF9AA5 /* PrivacyInfo.xcprivacy */; }; DAB0D6C9DC06D280469454B7 /* libPods-sentry-react-native-sample-macOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D4BEEA1BF36EEF89F92C460C /* libPods-sentry-react-native-sample-macOS.a */; }; /* End PBXBuildFile section */ @@ -26,6 +27,7 @@ 514201572437B4B40078DB4F /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = ""; }; 514201592437B4B40078DB4F /* sentry-react-native-sample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = "sentry-react-native-sample.entitlements"; sourceTree = ""; }; 666B98019E3E1C0B6E1BF713 /* Pods-sentry-react-native-sample-macOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-sentry-react-native-sample-macOS.debug.xcconfig"; path = "Target Support Files/Pods-sentry-react-native-sample-macOS/Pods-sentry-react-native-sample-macOS.debug.xcconfig"; sourceTree = ""; }; + AE8260132CBE780A00EF9AA5 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = SOURCE_ROOT; }; D4BEEA1BF36EEF89F92C460C /* libPods-sentry-react-native-sample-macOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-sentry-react-native-sample-macOS.a"; sourceTree = BUILT_PRODUCTS_DIR; }; ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; }; /* End PBXFileReference section */ @@ -77,6 +79,7 @@ 514201562437B4B40078DB4F /* Info.plist */, 514201572437B4B40078DB4F /* main.m */, 514201592437B4B40078DB4F /* sentry-react-native-sample.entitlements */, + AE8260132CBE780A00EF9AA5 /* PrivacyInfo.xcprivacy */, ); path = "sentry-react-native-sample-macOS"; sourceTree = ""; @@ -201,6 +204,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( + AE8260142CBE780A00EF9AA5 /* PrivacyInfo.xcprivacy in Resources */, 514201522437B4B40078DB4F /* Assets.xcassets in Resources */, 514201552437B4B40078DB4F /* Main.storyboard in Resources */, );